@tant/icons 1.1.56 → 1.1.66

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.
@@ -11653,7 +11653,7 @@ Upload.defaultProps = {
11653
11653
 
11654
11654
  var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11655
11655
 
11656
- var Report = function Report(props) {
11656
+ var UpdateData = function UpdateData(props) {
11657
11657
  var color = props.color,
11658
11658
  size = props.size,
11659
11659
  spin = props.spin,
@@ -11680,6 +11680,58 @@ var Report = function Report(props) {
11680
11680
  animationName: 'loadingCircle',
11681
11681
  animationTimingFunction: 'linear'
11682
11682
  } : {})
11683
+ }), /*#__PURE__*/React.createElement("path", {
11684
+ d: "M12.999 12h3l-4-4-4 4h3v4h2v-4z"
11685
+ }), /*#__PURE__*/React.createElement("rect", {
11686
+ x: "3",
11687
+ y: "3",
11688
+ width: "18",
11689
+ height: "18",
11690
+ rx: "9"
11691
+ })));
11692
+ };
11693
+
11694
+ UpdateData.propTypes = {
11695
+ iconClassName: PropTypes.string,
11696
+ spin: PropTypes.bool,
11697
+ color: PropTypes.string,
11698
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11699
+ };
11700
+ UpdateData.defaultProps = {
11701
+ spin: false,
11702
+ color: 'currentColor',
11703
+ size: '16'
11704
+ };
11705
+
11706
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11707
+
11708
+ var Report = function Report(props) {
11709
+ var color = props.color,
11710
+ size = props.size,
11711
+ spin = props.spin,
11712
+ style = props.style,
11713
+ className = props.className,
11714
+ iconClassName = props.iconClassName,
11715
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11716
+
11717
+ return /*#__PURE__*/React.createElement("span", {
11718
+ className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11719
+ }, /*#__PURE__*/React.createElement("style", {
11720
+ children: loadingCircleStyle$3K
11721
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11722
+ xmlns: "http://www.w3.org/2000/svg",
11723
+ width: size,
11724
+ height: size,
11725
+ viewBox: "0 0 24 24",
11726
+ fill: color
11727
+ }, otherProps, {
11728
+ className: iconClassName,
11729
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11730
+ animationDuration: '1s',
11731
+ animationIterationCount: 'infinite',
11732
+ animationName: 'loadingCircle',
11733
+ animationTimingFunction: 'linear'
11734
+ } : {})
11683
11735
  }), /*#__PURE__*/React.createElement("path", {
11684
11736
  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"
11685
11737
  })));
@@ -11697,7 +11749,7 @@ Report.defaultProps = {
11697
11749
  size: '16'
11698
11750
  };
11699
11751
 
11700
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11752
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11701
11753
 
11702
11754
  var ReportRemoval = function ReportRemoval(props) {
11703
11755
  var color = props.color,
@@ -11711,7 +11763,7 @@ var ReportRemoval = function ReportRemoval(props) {
11711
11763
  return /*#__PURE__*/React.createElement("span", {
11712
11764
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11713
11765
  }, /*#__PURE__*/React.createElement("style", {
11714
- children: loadingCircleStyle$3K
11766
+ children: loadingCircleStyle$3L
11715
11767
  }), /*#__PURE__*/React.createElement("svg", _extends({
11716
11768
  xmlns: "http://www.w3.org/2000/svg",
11717
11769
  width: size,
@@ -11751,7 +11803,7 @@ ReportRemoval.defaultProps = {
11751
11803
  size: '16'
11752
11804
  };
11753
11805
 
11754
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11806
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11755
11807
 
11756
11808
  var FileAdd = function FileAdd(props) {
11757
11809
  var color = props.color,
@@ -11765,7 +11817,7 @@ var FileAdd = function FileAdd(props) {
11765
11817
  return /*#__PURE__*/React.createElement("span", {
11766
11818
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11767
11819
  }, /*#__PURE__*/React.createElement("style", {
11768
- children: loadingCircleStyle$3L
11820
+ children: loadingCircleStyle$3M
11769
11821
  }), /*#__PURE__*/React.createElement("svg", _extends({
11770
11822
  xmlns: "http://www.w3.org/2000/svg",
11771
11823
  width: size,
@@ -11797,7 +11849,7 @@ FileAdd.defaultProps = {
11797
11849
  size: '16'
11798
11850
  };
11799
11851
 
11800
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11852
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11801
11853
 
11802
11854
  var FileRemove = function FileRemove(props) {
11803
11855
  var color = props.color,
@@ -11811,7 +11863,7 @@ var FileRemove = function FileRemove(props) {
11811
11863
  return /*#__PURE__*/React.createElement("span", {
11812
11864
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11813
11865
  }, /*#__PURE__*/React.createElement("style", {
11814
- children: loadingCircleStyle$3M
11866
+ children: loadingCircleStyle$3N
11815
11867
  }), /*#__PURE__*/React.createElement("svg", _extends({
11816
11868
  xmlns: "http://www.w3.org/2000/svg",
11817
11869
  width: size,
@@ -11845,7 +11897,7 @@ FileRemove.defaultProps = {
11845
11897
  size: '16'
11846
11898
  };
11847
11899
 
11848
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11900
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11849
11901
 
11850
11902
  var FileExport = function FileExport(props) {
11851
11903
  var color = props.color,
@@ -11859,7 +11911,7 @@ var FileExport = function FileExport(props) {
11859
11911
  return /*#__PURE__*/React.createElement("span", {
11860
11912
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11861
11913
  }, /*#__PURE__*/React.createElement("style", {
11862
- children: loadingCircleStyle$3N
11914
+ children: loadingCircleStyle$3O
11863
11915
  }), /*#__PURE__*/React.createElement("svg", _extends({
11864
11916
  xmlns: "http://www.w3.org/2000/svg",
11865
11917
  width: size,
@@ -11891,7 +11943,7 @@ FileExport.defaultProps = {
11891
11943
  size: '16'
11892
11944
  };
11893
11945
 
11894
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11946
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11895
11947
 
11896
11948
  var FileMove = function FileMove(props) {
11897
11949
  var color = props.color,
@@ -11905,7 +11957,7 @@ var FileMove = function FileMove(props) {
11905
11957
  return /*#__PURE__*/React.createElement("span", {
11906
11958
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11907
11959
  }, /*#__PURE__*/React.createElement("style", {
11908
- children: loadingCircleStyle$3O
11960
+ children: loadingCircleStyle$3P
11909
11961
  }), /*#__PURE__*/React.createElement("svg", _extends({
11910
11962
  xmlns: "http://www.w3.org/2000/svg",
11911
11963
  width: size,
@@ -11937,7 +11989,7 @@ FileMove.defaultProps = {
11937
11989
  size: '16'
11938
11990
  };
11939
11991
 
11940
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11992
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11941
11993
 
11942
11994
  var FileImport = function FileImport(props) {
11943
11995
  var color = props.color,
@@ -11951,7 +12003,7 @@ var FileImport = function FileImport(props) {
11951
12003
  return /*#__PURE__*/React.createElement("span", {
11952
12004
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11953
12005
  }, /*#__PURE__*/React.createElement("style", {
11954
- children: loadingCircleStyle$3P
12006
+ children: loadingCircleStyle$3Q
11955
12007
  }), /*#__PURE__*/React.createElement("svg", _extends({
11956
12008
  xmlns: "http://www.w3.org/2000/svg",
11957
12009
  width: size,
@@ -11983,7 +12035,7 @@ FileImport.defaultProps = {
11983
12035
  size: '16'
11984
12036
  };
11985
12037
 
11986
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12038
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
11987
12039
 
11988
12040
  var FileInfo = function FileInfo(props) {
11989
12041
  var color = props.color,
@@ -11997,7 +12049,7 @@ var FileInfo = function FileInfo(props) {
11997
12049
  return /*#__PURE__*/React.createElement("span", {
11998
12050
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
11999
12051
  }, /*#__PURE__*/React.createElement("style", {
12000
- children: loadingCircleStyle$3Q
12052
+ children: loadingCircleStyle$3R
12001
12053
  }), /*#__PURE__*/React.createElement("svg", _extends({
12002
12054
  xmlns: "http://www.w3.org/2000/svg",
12003
12055
  width: size,
@@ -12029,7 +12081,7 @@ FileInfo.defaultProps = {
12029
12081
  size: '16'
12030
12082
  };
12031
12083
 
12032
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12084
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12033
12085
 
12034
12086
  var FileConvert = function FileConvert(props) {
12035
12087
  var color = props.color,
@@ -12043,7 +12095,7 @@ var FileConvert = function FileConvert(props) {
12043
12095
  return /*#__PURE__*/React.createElement("span", {
12044
12096
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12045
12097
  }, /*#__PURE__*/React.createElement("style", {
12046
- children: loadingCircleStyle$3R
12098
+ children: loadingCircleStyle$3S
12047
12099
  }), /*#__PURE__*/React.createElement("svg", _extends({
12048
12100
  xmlns: "http://www.w3.org/2000/svg",
12049
12101
  width: size,
@@ -12081,7 +12133,7 @@ FileConvert.defaultProps = {
12081
12133
  size: '16'
12082
12134
  };
12083
12135
 
12084
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12136
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12085
12137
 
12086
12138
  var AssetConvert = function AssetConvert(props) {
12087
12139
  var color = props.color,
@@ -12095,7 +12147,7 @@ var AssetConvert = function AssetConvert(props) {
12095
12147
  return /*#__PURE__*/React.createElement("span", {
12096
12148
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12097
12149
  }, /*#__PURE__*/React.createElement("style", {
12098
- children: loadingCircleStyle$3S
12150
+ children: loadingCircleStyle$3T
12099
12151
  }), /*#__PURE__*/React.createElement("svg", _extends({
12100
12152
  xmlns: "http://www.w3.org/2000/svg",
12101
12153
  width: size,
@@ -12133,7 +12185,7 @@ AssetConvert.defaultProps = {
12133
12185
  size: '16'
12134
12186
  };
12135
12187
 
12136
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12188
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12137
12189
 
12138
12190
  var FileLock = function FileLock(props) {
12139
12191
  var color = props.color,
@@ -12147,7 +12199,7 @@ var FileLock = function FileLock(props) {
12147
12199
  return /*#__PURE__*/React.createElement("span", {
12148
12200
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12149
12201
  }, /*#__PURE__*/React.createElement("style", {
12150
- children: loadingCircleStyle$3T
12202
+ children: loadingCircleStyle$3U
12151
12203
  }), /*#__PURE__*/React.createElement("svg", _extends({
12152
12204
  xmlns: "http://www.w3.org/2000/svg",
12153
12205
  width: size,
@@ -12179,7 +12231,7 @@ FileLock.defaultProps = {
12179
12231
  size: '16'
12180
12232
  };
12181
12233
 
12182
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12234
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12183
12235
 
12184
12236
  var FilePdf = function FilePdf(props) {
12185
12237
  var color = props.color,
@@ -12193,7 +12245,7 @@ var FilePdf = function FilePdf(props) {
12193
12245
  return /*#__PURE__*/React.createElement("span", {
12194
12246
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12195
12247
  }, /*#__PURE__*/React.createElement("style", {
12196
- children: loadingCircleStyle$3U
12248
+ children: loadingCircleStyle$3V
12197
12249
  }), /*#__PURE__*/React.createElement("svg", _extends({
12198
12250
  xmlns: "http://www.w3.org/2000/svg",
12199
12251
  width: size,
@@ -12225,7 +12277,7 @@ FilePdf.defaultProps = {
12225
12277
  size: '16'
12226
12278
  };
12227
12279
 
12228
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12280
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12229
12281
 
12230
12282
  var Detail = function Detail(props) {
12231
12283
  var color = props.color,
@@ -12239,7 +12291,7 @@ var Detail = function Detail(props) {
12239
12291
  return /*#__PURE__*/React.createElement("span", {
12240
12292
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12241
12293
  }, /*#__PURE__*/React.createElement("style", {
12242
- children: loadingCircleStyle$3V
12294
+ children: loadingCircleStyle$3W
12243
12295
  }), /*#__PURE__*/React.createElement("svg", _extends({
12244
12296
  xmlns: "http://www.w3.org/2000/svg",
12245
12297
  width: size,
@@ -12255,7 +12307,7 @@ var Detail = function Detail(props) {
12255
12307
  animationTimingFunction: 'linear'
12256
12308
  } : {})
12257
12309
  }), /*#__PURE__*/React.createElement("path", {
12258
- d: "M20.222 22H7.778a.767.767 0 01-.55-.234A.812.812 0 017 21.2V6.8c0-.212.082-.416.228-.566A.767.767 0 017.778 6h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V7.6H8.556v12.8h10.888zm-8.555-8.8h6.222v1.6H10.89v-1.6zm0 3.2h6.222v1.6H10.89v-1.6z"
12310
+ d: "M18.222 20H5.778a.767.767 0 01-.55-.234A.812.812 0 015 19.2V4.8c0-.212.082-.416.228-.566A.767.767 0 015.778 4h12.444c.206 0 .404.084.55.234.146.15.228.354.228.566v14.4a.812.812 0 01-.228.566.767.767 0 01-.55.234zm-.778-1.6V5.6H6.556v12.8h10.888zM8.89 9.6h6.222v1.6H8.89V9.6zm0 3.2h6.222v1.6H8.89v-1.6z"
12259
12311
  })));
12260
12312
  };
12261
12313
 
@@ -12271,7 +12323,7 @@ Detail.defaultProps = {
12271
12323
  size: '16'
12272
12324
  };
12273
12325
 
12274
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12326
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12275
12327
 
12276
12328
  var MessageCenter = function MessageCenter(props) {
12277
12329
  var color = props.color,
@@ -12285,7 +12337,7 @@ var MessageCenter = function MessageCenter(props) {
12285
12337
  return /*#__PURE__*/React.createElement("span", {
12286
12338
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12287
12339
  }, /*#__PURE__*/React.createElement("style", {
12288
- children: loadingCircleStyle$3W
12340
+ children: loadingCircleStyle$3X
12289
12341
  }), /*#__PURE__*/React.createElement("svg", _extends({
12290
12342
  xmlns: "http://www.w3.org/2000/svg",
12291
12343
  width: size,
@@ -12325,7 +12377,7 @@ MessageCenter.defaultProps = {
12325
12377
  size: '16'
12326
12378
  };
12327
12379
 
12328
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12380
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12329
12381
 
12330
12382
  var SystemMsg = function SystemMsg(props) {
12331
12383
  var color = props.color,
@@ -12339,7 +12391,7 @@ var SystemMsg = function SystemMsg(props) {
12339
12391
  return /*#__PURE__*/React.createElement("span", {
12340
12392
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12341
12393
  }, /*#__PURE__*/React.createElement("style", {
12342
- children: loadingCircleStyle$3X
12394
+ children: loadingCircleStyle$3Y
12343
12395
  }), /*#__PURE__*/React.createElement("svg", _extends({
12344
12396
  xmlns: "http://www.w3.org/2000/svg",
12345
12397
  width: size,
@@ -12377,7 +12429,7 @@ SystemMsg.defaultProps = {
12377
12429
  size: '16'
12378
12430
  };
12379
12431
 
12380
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12432
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12381
12433
 
12382
12434
  var Comment = function Comment(props) {
12383
12435
  var color = props.color,
@@ -12391,7 +12443,7 @@ var Comment = function Comment(props) {
12391
12443
  return /*#__PURE__*/React.createElement("span", {
12392
12444
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12393
12445
  }, /*#__PURE__*/React.createElement("style", {
12394
- children: loadingCircleStyle$3Y
12446
+ children: loadingCircleStyle$3Z
12395
12447
  }), /*#__PURE__*/React.createElement("svg", _extends({
12396
12448
  xmlns: "http://www.w3.org/2000/svg",
12397
12449
  width: size,
@@ -12427,7 +12479,7 @@ Comment.defaultProps = {
12427
12479
  size: '16'
12428
12480
  };
12429
12481
 
12430
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12482
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12431
12483
 
12432
12484
  var Book = function Book(props) {
12433
12485
  var color = props.color,
@@ -12441,7 +12493,7 @@ var Book = function Book(props) {
12441
12493
  return /*#__PURE__*/React.createElement("span", {
12442
12494
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12443
12495
  }, /*#__PURE__*/React.createElement("style", {
12444
- children: loadingCircleStyle$3Z
12496
+ children: loadingCircleStyle$3_
12445
12497
  }), /*#__PURE__*/React.createElement("svg", _extends({
12446
12498
  xmlns: "http://www.w3.org/2000/svg",
12447
12499
  width: size,
@@ -12473,7 +12525,7 @@ Book.defaultProps = {
12473
12525
  size: '16'
12474
12526
  };
12475
12527
 
12476
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12528
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12477
12529
 
12478
12530
  var Book2 = function Book2(props) {
12479
12531
  var color = props.color,
@@ -12487,7 +12539,7 @@ var Book2 = function Book2(props) {
12487
12539
  return /*#__PURE__*/React.createElement("span", {
12488
12540
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12489
12541
  }, /*#__PURE__*/React.createElement("style", {
12490
- children: loadingCircleStyle$3_
12542
+ children: loadingCircleStyle$3$
12491
12543
  }), /*#__PURE__*/React.createElement("svg", _extends({
12492
12544
  xmlns: "http://www.w3.org/2000/svg",
12493
12545
  width: size,
@@ -12519,7 +12571,7 @@ Book2.defaultProps = {
12519
12571
  size: '16'
12520
12572
  };
12521
12573
 
12522
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12574
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12523
12575
 
12524
12576
  var Sticker = function Sticker(props) {
12525
12577
  var color = props.color,
@@ -12533,7 +12585,7 @@ var Sticker = function Sticker(props) {
12533
12585
  return /*#__PURE__*/React.createElement("span", {
12534
12586
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12535
12587
  }, /*#__PURE__*/React.createElement("style", {
12536
- children: loadingCircleStyle$3$
12588
+ children: loadingCircleStyle$40
12537
12589
  }), /*#__PURE__*/React.createElement("svg", _extends({
12538
12590
  xmlns: "http://www.w3.org/2000/svg",
12539
12591
  width: size,
@@ -12565,7 +12617,7 @@ Sticker.defaultProps = {
12565
12617
  size: '16'
12566
12618
  };
12567
12619
 
12568
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12620
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12569
12621
 
12570
12622
  var StickerFill = function StickerFill(props) {
12571
12623
  var color = props.color,
@@ -12579,7 +12631,7 @@ var StickerFill = function StickerFill(props) {
12579
12631
  return /*#__PURE__*/React.createElement("span", {
12580
12632
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12581
12633
  }, /*#__PURE__*/React.createElement("style", {
12582
- children: loadingCircleStyle$40
12634
+ children: loadingCircleStyle$41
12583
12635
  }), /*#__PURE__*/React.createElement("svg", _extends({
12584
12636
  xmlns: "http://www.w3.org/2000/svg",
12585
12637
  width: size,
@@ -12611,7 +12663,7 @@ StickerFill.defaultProps = {
12611
12663
  size: '16'
12612
12664
  };
12613
12665
 
12614
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12666
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12615
12667
 
12616
12668
  var EventSm = function EventSm(props) {
12617
12669
  var color = props.color,
@@ -12625,7 +12677,7 @@ var EventSm = function EventSm(props) {
12625
12677
  return /*#__PURE__*/React.createElement("span", {
12626
12678
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12627
12679
  }, /*#__PURE__*/React.createElement("style", {
12628
- children: loadingCircleStyle$41
12680
+ children: loadingCircleStyle$42
12629
12681
  }), /*#__PURE__*/React.createElement("svg", _extends({
12630
12682
  xmlns: "http://www.w3.org/2000/svg",
12631
12683
  width: size,
@@ -12657,7 +12709,7 @@ EventSm.defaultProps = {
12657
12709
  size: '16'
12658
12710
  };
12659
12711
 
12660
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12712
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12661
12713
 
12662
12714
  var EPropertySm = function EPropertySm(props) {
12663
12715
  var color = props.color,
@@ -12671,7 +12723,7 @@ var EPropertySm = function EPropertySm(props) {
12671
12723
  return /*#__PURE__*/React.createElement("span", {
12672
12724
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12673
12725
  }, /*#__PURE__*/React.createElement("style", {
12674
- children: loadingCircleStyle$42
12726
+ children: loadingCircleStyle$43
12675
12727
  }), /*#__PURE__*/React.createElement("svg", _extends({
12676
12728
  xmlns: "http://www.w3.org/2000/svg",
12677
12729
  width: size,
@@ -12711,7 +12763,7 @@ EPropertySm.defaultProps = {
12711
12763
  size: '16'
12712
12764
  };
12713
12765
 
12714
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12766
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12715
12767
 
12716
12768
  var IndicatorSm = function IndicatorSm(props) {
12717
12769
  var color = props.color,
@@ -12725,7 +12777,7 @@ var IndicatorSm = function IndicatorSm(props) {
12725
12777
  return /*#__PURE__*/React.createElement("span", {
12726
12778
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12727
12779
  }, /*#__PURE__*/React.createElement("style", {
12728
- children: loadingCircleStyle$43
12780
+ children: loadingCircleStyle$44
12729
12781
  }), /*#__PURE__*/React.createElement("svg", _extends({
12730
12782
  xmlns: "http://www.w3.org/2000/svg",
12731
12783
  width: size,
@@ -12761,7 +12813,7 @@ IndicatorSm.defaultProps = {
12761
12813
  size: '16'
12762
12814
  };
12763
12815
 
12764
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12816
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12765
12817
 
12766
12818
  var UPropertySm = function UPropertySm(props) {
12767
12819
  var color = props.color,
@@ -12775,7 +12827,7 @@ var UPropertySm = function UPropertySm(props) {
12775
12827
  return /*#__PURE__*/React.createElement("span", {
12776
12828
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12777
12829
  }, /*#__PURE__*/React.createElement("style", {
12778
- children: loadingCircleStyle$44
12830
+ children: loadingCircleStyle$45
12779
12831
  }), /*#__PURE__*/React.createElement("svg", _extends({
12780
12832
  xmlns: "http://www.w3.org/2000/svg",
12781
12833
  width: size,
@@ -12813,7 +12865,7 @@ UPropertySm.defaultProps = {
12813
12865
  size: '16'
12814
12866
  };
12815
12867
 
12816
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12868
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12817
12869
 
12818
12870
  var UGroupSm = function UGroupSm(props) {
12819
12871
  var color = props.color,
@@ -12827,7 +12879,7 @@ var UGroupSm = function UGroupSm(props) {
12827
12879
  return /*#__PURE__*/React.createElement("span", {
12828
12880
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12829
12881
  }, /*#__PURE__*/React.createElement("style", {
12830
- children: loadingCircleStyle$45
12882
+ children: loadingCircleStyle$46
12831
12883
  }), /*#__PURE__*/React.createElement("svg", _extends({
12832
12884
  xmlns: "http://www.w3.org/2000/svg",
12833
12885
  width: size,
@@ -12873,7 +12925,7 @@ UGroupSm.defaultProps = {
12873
12925
  size: '16'
12874
12926
  };
12875
12927
 
12876
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12928
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12877
12929
 
12878
12930
  var UTagSm = function UTagSm(props) {
12879
12931
  var color = props.color,
@@ -12887,7 +12939,7 @@ var UTagSm = function UTagSm(props) {
12887
12939
  return /*#__PURE__*/React.createElement("span", {
12888
12940
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12889
12941
  }, /*#__PURE__*/React.createElement("style", {
12890
- children: loadingCircleStyle$46
12942
+ children: loadingCircleStyle$47
12891
12943
  }), /*#__PURE__*/React.createElement("svg", _extends({
12892
12944
  xmlns: "http://www.w3.org/2000/svg",
12893
12945
  width: size,
@@ -12923,7 +12975,7 @@ UTagSm.defaultProps = {
12923
12975
  size: '16'
12924
12976
  };
12925
12977
 
12926
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12978
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12927
12979
 
12928
12980
  var AllGroupSm = function AllGroupSm(props) {
12929
12981
  var color = props.color,
@@ -12937,7 +12989,7 @@ var AllGroupSm = function AllGroupSm(props) {
12937
12989
  return /*#__PURE__*/React.createElement("span", {
12938
12990
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12939
12991
  }, /*#__PURE__*/React.createElement("style", {
12940
- children: loadingCircleStyle$47
12992
+ children: loadingCircleStyle$48
12941
12993
  }), /*#__PURE__*/React.createElement("svg", _extends({
12942
12994
  xmlns: "http://www.w3.org/2000/svg",
12943
12995
  width: size,
@@ -12975,7 +13027,7 @@ AllGroupSm.defaultProps = {
12975
13027
  size: '16'
12976
13028
  };
12977
13029
 
12978
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13030
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
12979
13031
 
12980
13032
  var CalendarSm = function CalendarSm(props) {
12981
13033
  var color = props.color,
@@ -12989,7 +13041,7 @@ var CalendarSm = function CalendarSm(props) {
12989
13041
  return /*#__PURE__*/React.createElement("span", {
12990
13042
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
12991
13043
  }, /*#__PURE__*/React.createElement("style", {
12992
- children: loadingCircleStyle$48
13044
+ children: loadingCircleStyle$49
12993
13045
  }), /*#__PURE__*/React.createElement("svg", _extends({
12994
13046
  xmlns: "http://www.w3.org/2000/svg",
12995
13047
  width: size,
@@ -13021,7 +13073,7 @@ CalendarSm.defaultProps = {
13021
13073
  size: '16'
13022
13074
  };
13023
13075
 
13024
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13076
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13025
13077
 
13026
13078
  var GroupAddSm = function GroupAddSm(props) {
13027
13079
  var color = props.color,
@@ -13035,7 +13087,7 @@ var GroupAddSm = function GroupAddSm(props) {
13035
13087
  return /*#__PURE__*/React.createElement("span", {
13036
13088
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13037
13089
  }, /*#__PURE__*/React.createElement("style", {
13038
- children: loadingCircleStyle$49
13090
+ children: loadingCircleStyle$4a
13039
13091
  }), /*#__PURE__*/React.createElement("svg", _extends({
13040
13092
  xmlns: "http://www.w3.org/2000/svg",
13041
13093
  width: size,
@@ -13073,7 +13125,7 @@ GroupAddSm.defaultProps = {
13073
13125
  size: '16'
13074
13126
  };
13075
13127
 
13076
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13128
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13077
13129
 
13078
13130
  var BooleanSm = function BooleanSm(props) {
13079
13131
  var color = props.color,
@@ -13087,7 +13139,7 @@ var BooleanSm = function BooleanSm(props) {
13087
13139
  return /*#__PURE__*/React.createElement("span", {
13088
13140
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13089
13141
  }, /*#__PURE__*/React.createElement("style", {
13090
- children: loadingCircleStyle$4a
13142
+ children: loadingCircleStyle$4b
13091
13143
  }), /*#__PURE__*/React.createElement("svg", _extends({
13092
13144
  xmlns: "http://www.w3.org/2000/svg",
13093
13145
  width: size,
@@ -13121,7 +13173,7 @@ BooleanSm.defaultProps = {
13121
13173
  size: '16'
13122
13174
  };
13123
13175
 
13124
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13176
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13125
13177
 
13126
13178
  var ListSm = function ListSm(props) {
13127
13179
  var color = props.color,
@@ -13135,7 +13187,7 @@ var ListSm = function ListSm(props) {
13135
13187
  return /*#__PURE__*/React.createElement("span", {
13136
13188
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13137
13189
  }, /*#__PURE__*/React.createElement("style", {
13138
- children: loadingCircleStyle$4b
13190
+ children: loadingCircleStyle$4c
13139
13191
  }), /*#__PURE__*/React.createElement("svg", _extends({
13140
13192
  xmlns: "http://www.w3.org/2000/svg",
13141
13193
  width: size,
@@ -13177,7 +13229,7 @@ ListSm.defaultProps = {
13177
13229
  size: '16'
13178
13230
  };
13179
13231
 
13180
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13232
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13181
13233
 
13182
13234
  var ArrayRowsSm = function ArrayRowsSm(props) {
13183
13235
  var color = props.color,
@@ -13191,7 +13243,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
13191
13243
  return /*#__PURE__*/React.createElement("span", {
13192
13244
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13193
13245
  }, /*#__PURE__*/React.createElement("style", {
13194
- children: loadingCircleStyle$4c
13246
+ children: loadingCircleStyle$4d
13195
13247
  }), /*#__PURE__*/React.createElement("svg", _extends({
13196
13248
  xmlns: "http://www.w3.org/2000/svg",
13197
13249
  width: size,
@@ -13225,7 +13277,7 @@ ArrayRowsSm.defaultProps = {
13225
13277
  size: '16'
13226
13278
  };
13227
13279
 
13228
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13280
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13229
13281
 
13230
13282
  var RowsSm = function RowsSm(props) {
13231
13283
  var color = props.color,
@@ -13239,7 +13291,7 @@ var RowsSm = function RowsSm(props) {
13239
13291
  return /*#__PURE__*/React.createElement("span", {
13240
13292
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13241
13293
  }, /*#__PURE__*/React.createElement("style", {
13242
- children: loadingCircleStyle$4d
13294
+ children: loadingCircleStyle$4e
13243
13295
  }), /*#__PURE__*/React.createElement("svg", _extends({
13244
13296
  xmlns: "http://www.w3.org/2000/svg",
13245
13297
  width: size,
@@ -13281,7 +13333,7 @@ RowsSm.defaultProps = {
13281
13333
  size: '16'
13282
13334
  };
13283
13335
 
13284
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13336
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13285
13337
 
13286
13338
  var VPropertySm = function VPropertySm(props) {
13287
13339
  var color = props.color,
@@ -13295,7 +13347,7 @@ var VPropertySm = function VPropertySm(props) {
13295
13347
  return /*#__PURE__*/React.createElement("span", {
13296
13348
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13297
13349
  }, /*#__PURE__*/React.createElement("style", {
13298
- children: loadingCircleStyle$4e
13350
+ children: loadingCircleStyle$4f
13299
13351
  }), /*#__PURE__*/React.createElement("svg", _extends({
13300
13352
  xmlns: "http://www.w3.org/2000/svg",
13301
13353
  width: size,
@@ -13333,7 +13385,7 @@ VPropertySm.defaultProps = {
13333
13385
  size: '16'
13334
13386
  };
13335
13387
 
13336
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13388
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13337
13389
 
13338
13390
  var StringSm = function StringSm(props) {
13339
13391
  var color = props.color,
@@ -13347,7 +13399,7 @@ var StringSm = function StringSm(props) {
13347
13399
  return /*#__PURE__*/React.createElement("span", {
13348
13400
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13349
13401
  }, /*#__PURE__*/React.createElement("style", {
13350
- children: loadingCircleStyle$4f
13402
+ children: loadingCircleStyle$4g
13351
13403
  }), /*#__PURE__*/React.createElement("svg", _extends({
13352
13404
  xmlns: "http://www.w3.org/2000/svg",
13353
13405
  width: size,
@@ -13381,7 +13433,7 @@ StringSm.defaultProps = {
13381
13433
  size: '16'
13382
13434
  };
13383
13435
 
13384
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13436
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13385
13437
 
13386
13438
  var NumSm = function NumSm(props) {
13387
13439
  var color = props.color,
@@ -13395,7 +13447,7 @@ var NumSm = function NumSm(props) {
13395
13447
  return /*#__PURE__*/React.createElement("span", {
13396
13448
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13397
13449
  }, /*#__PURE__*/React.createElement("style", {
13398
- children: loadingCircleStyle$4g
13450
+ children: loadingCircleStyle$4h
13399
13451
  }), /*#__PURE__*/React.createElement("svg", _extends({
13400
13452
  xmlns: "http://www.w3.org/2000/svg",
13401
13453
  width: size,
@@ -13429,7 +13481,7 @@ NumSm.defaultProps = {
13429
13481
  size: '16'
13430
13482
  };
13431
13483
 
13432
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13484
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13433
13485
 
13434
13486
  var TimeSm = function TimeSm(props) {
13435
13487
  var color = props.color,
@@ -13443,7 +13495,7 @@ var TimeSm = function TimeSm(props) {
13443
13495
  return /*#__PURE__*/React.createElement("span", {
13444
13496
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13445
13497
  }, /*#__PURE__*/React.createElement("style", {
13446
- children: loadingCircleStyle$4h
13498
+ children: loadingCircleStyle$4i
13447
13499
  }), /*#__PURE__*/React.createElement("svg", _extends({
13448
13500
  xmlns: "http://www.w3.org/2000/svg",
13449
13501
  width: size,
@@ -13477,7 +13529,7 @@ TimeSm.defaultProps = {
13477
13529
  size: '16'
13478
13530
  };
13479
13531
 
13480
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13532
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13481
13533
 
13482
13534
  var ArrowLeft = function ArrowLeft(props) {
13483
13535
  var color = props.color,
@@ -13491,7 +13543,7 @@ var ArrowLeft = function ArrowLeft(props) {
13491
13543
  return /*#__PURE__*/React.createElement("span", {
13492
13544
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13493
13545
  }, /*#__PURE__*/React.createElement("style", {
13494
- children: loadingCircleStyle$4i
13546
+ children: loadingCircleStyle$4j
13495
13547
  }), /*#__PURE__*/React.createElement("svg", _extends({
13496
13548
  xmlns: "http://www.w3.org/2000/svg",
13497
13549
  width: size,
@@ -13523,7 +13575,7 @@ ArrowLeft.defaultProps = {
13523
13575
  size: '16'
13524
13576
  };
13525
13577
 
13526
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13578
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13527
13579
 
13528
13580
  var ArrowRight = function ArrowRight(props) {
13529
13581
  var color = props.color,
@@ -13537,7 +13589,7 @@ var ArrowRight = function ArrowRight(props) {
13537
13589
  return /*#__PURE__*/React.createElement("span", {
13538
13590
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13539
13591
  }, /*#__PURE__*/React.createElement("style", {
13540
- children: loadingCircleStyle$4j
13592
+ children: loadingCircleStyle$4k
13541
13593
  }), /*#__PURE__*/React.createElement("svg", _extends({
13542
13594
  xmlns: "http://www.w3.org/2000/svg",
13543
13595
  width: size,
@@ -13569,7 +13621,7 @@ ArrowRight.defaultProps = {
13569
13621
  size: '16'
13570
13622
  };
13571
13623
 
13572
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13624
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13573
13625
 
13574
13626
  var ArrowUp = function ArrowUp(props) {
13575
13627
  var color = props.color,
@@ -13583,7 +13635,7 @@ var ArrowUp = function ArrowUp(props) {
13583
13635
  return /*#__PURE__*/React.createElement("span", {
13584
13636
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13585
13637
  }, /*#__PURE__*/React.createElement("style", {
13586
- children: loadingCircleStyle$4k
13638
+ children: loadingCircleStyle$4l
13587
13639
  }), /*#__PURE__*/React.createElement("svg", _extends({
13588
13640
  xmlns: "http://www.w3.org/2000/svg",
13589
13641
  width: size,
@@ -13615,7 +13667,7 @@ ArrowUp.defaultProps = {
13615
13667
  size: '16'
13616
13668
  };
13617
13669
 
13618
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13670
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13619
13671
 
13620
13672
  var ArrowDown = function ArrowDown(props) {
13621
13673
  var color = props.color,
@@ -13629,7 +13681,7 @@ var ArrowDown = function ArrowDown(props) {
13629
13681
  return /*#__PURE__*/React.createElement("span", {
13630
13682
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13631
13683
  }, /*#__PURE__*/React.createElement("style", {
13632
- children: loadingCircleStyle$4l
13684
+ children: loadingCircleStyle$4m
13633
13685
  }), /*#__PURE__*/React.createElement("svg", _extends({
13634
13686
  xmlns: "http://www.w3.org/2000/svg",
13635
13687
  width: size,
@@ -13661,7 +13713,7 @@ ArrowDown.defaultProps = {
13661
13713
  size: '16'
13662
13714
  };
13663
13715
 
13664
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13716
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13665
13717
 
13666
13718
  var ArrowLeft2 = function ArrowLeft2(props) {
13667
13719
  var color = props.color,
@@ -13675,7 +13727,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
13675
13727
  return /*#__PURE__*/React.createElement("span", {
13676
13728
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13677
13729
  }, /*#__PURE__*/React.createElement("style", {
13678
- children: loadingCircleStyle$4m
13730
+ children: loadingCircleStyle$4n
13679
13731
  }), /*#__PURE__*/React.createElement("svg", _extends({
13680
13732
  xmlns: "http://www.w3.org/2000/svg",
13681
13733
  width: size,
@@ -13707,7 +13759,7 @@ ArrowLeft2.defaultProps = {
13707
13759
  size: '16'
13708
13760
  };
13709
13761
 
13710
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13762
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13711
13763
 
13712
13764
  var ArrowRight2 = function ArrowRight2(props) {
13713
13765
  var color = props.color,
@@ -13721,7 +13773,7 @@ var ArrowRight2 = function ArrowRight2(props) {
13721
13773
  return /*#__PURE__*/React.createElement("span", {
13722
13774
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13723
13775
  }, /*#__PURE__*/React.createElement("style", {
13724
- children: loadingCircleStyle$4n
13776
+ children: loadingCircleStyle$4o
13725
13777
  }), /*#__PURE__*/React.createElement("svg", _extends({
13726
13778
  xmlns: "http://www.w3.org/2000/svg",
13727
13779
  width: size,
@@ -13753,7 +13805,7 @@ ArrowRight2.defaultProps = {
13753
13805
  size: '16'
13754
13806
  };
13755
13807
 
13756
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13808
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13757
13809
 
13758
13810
  var ArrowUp2 = function ArrowUp2(props) {
13759
13811
  var color = props.color,
@@ -13767,7 +13819,7 @@ var ArrowUp2 = function ArrowUp2(props) {
13767
13819
  return /*#__PURE__*/React.createElement("span", {
13768
13820
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13769
13821
  }, /*#__PURE__*/React.createElement("style", {
13770
- children: loadingCircleStyle$4o
13822
+ children: loadingCircleStyle$4p
13771
13823
  }), /*#__PURE__*/React.createElement("svg", _extends({
13772
13824
  xmlns: "http://www.w3.org/2000/svg",
13773
13825
  width: size,
@@ -13799,7 +13851,7 @@ ArrowUp2.defaultProps = {
13799
13851
  size: '16'
13800
13852
  };
13801
13853
 
13802
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13854
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13803
13855
 
13804
13856
  var ArrowDown2 = function ArrowDown2(props) {
13805
13857
  var color = props.color,
@@ -13813,7 +13865,7 @@ var ArrowDown2 = function ArrowDown2(props) {
13813
13865
  return /*#__PURE__*/React.createElement("span", {
13814
13866
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13815
13867
  }, /*#__PURE__*/React.createElement("style", {
13816
- children: loadingCircleStyle$4p
13868
+ children: loadingCircleStyle$4q
13817
13869
  }), /*#__PURE__*/React.createElement("svg", _extends({
13818
13870
  xmlns: "http://www.w3.org/2000/svg",
13819
13871
  width: size,
@@ -13845,7 +13897,7 @@ ArrowDown2.defaultProps = {
13845
13897
  size: '16'
13846
13898
  };
13847
13899
 
13848
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13900
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13849
13901
 
13850
13902
  var TriLeft = function TriLeft(props) {
13851
13903
  var color = props.color,
@@ -13859,7 +13911,7 @@ var TriLeft = function TriLeft(props) {
13859
13911
  return /*#__PURE__*/React.createElement("span", {
13860
13912
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13861
13913
  }, /*#__PURE__*/React.createElement("style", {
13862
- children: loadingCircleStyle$4q
13914
+ children: loadingCircleStyle$4r
13863
13915
  }), /*#__PURE__*/React.createElement("svg", _extends({
13864
13916
  xmlns: "http://www.w3.org/2000/svg",
13865
13917
  width: size,
@@ -13891,7 +13943,7 @@ TriLeft.defaultProps = {
13891
13943
  size: '16'
13892
13944
  };
13893
13945
 
13894
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13946
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13895
13947
 
13896
13948
  var TriRight = function TriRight(props) {
13897
13949
  var color = props.color,
@@ -13905,7 +13957,7 @@ var TriRight = function TriRight(props) {
13905
13957
  return /*#__PURE__*/React.createElement("span", {
13906
13958
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13907
13959
  }, /*#__PURE__*/React.createElement("style", {
13908
- children: loadingCircleStyle$4r
13960
+ children: loadingCircleStyle$4s
13909
13961
  }), /*#__PURE__*/React.createElement("svg", _extends({
13910
13962
  xmlns: "http://www.w3.org/2000/svg",
13911
13963
  width: size,
@@ -13937,7 +13989,7 @@ TriRight.defaultProps = {
13937
13989
  size: '16'
13938
13990
  };
13939
13991
 
13940
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13992
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13941
13993
 
13942
13994
  var TriUp = function TriUp(props) {
13943
13995
  var color = props.color,
@@ -13951,7 +14003,7 @@ var TriUp = function TriUp(props) {
13951
14003
  return /*#__PURE__*/React.createElement("span", {
13952
14004
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13953
14005
  }, /*#__PURE__*/React.createElement("style", {
13954
- children: loadingCircleStyle$4s
14006
+ children: loadingCircleStyle$4t
13955
14007
  }), /*#__PURE__*/React.createElement("svg", _extends({
13956
14008
  xmlns: "http://www.w3.org/2000/svg",
13957
14009
  width: size,
@@ -13983,7 +14035,7 @@ TriUp.defaultProps = {
13983
14035
  size: '16'
13984
14036
  };
13985
14037
 
13986
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14038
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
13987
14039
 
13988
14040
  var TriDown = function TriDown(props) {
13989
14041
  var color = props.color,
@@ -13997,7 +14049,7 @@ var TriDown = function TriDown(props) {
13997
14049
  return /*#__PURE__*/React.createElement("span", {
13998
14050
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
13999
14051
  }, /*#__PURE__*/React.createElement("style", {
14000
- children: loadingCircleStyle$4t
14052
+ children: loadingCircleStyle$4u
14001
14053
  }), /*#__PURE__*/React.createElement("svg", _extends({
14002
14054
  xmlns: "http://www.w3.org/2000/svg",
14003
14055
  width: size,
@@ -14029,7 +14081,7 @@ TriDown.defaultProps = {
14029
14081
  size: '16'
14030
14082
  };
14031
14083
 
14032
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14084
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14033
14085
 
14034
14086
  var DArrowL = function DArrowL(props) {
14035
14087
  var color = props.color,
@@ -14043,7 +14095,7 @@ var DArrowL = function DArrowL(props) {
14043
14095
  return /*#__PURE__*/React.createElement("span", {
14044
14096
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14045
14097
  }, /*#__PURE__*/React.createElement("style", {
14046
- children: loadingCircleStyle$4u
14098
+ children: loadingCircleStyle$4v
14047
14099
  }), /*#__PURE__*/React.createElement("svg", _extends({
14048
14100
  xmlns: "http://www.w3.org/2000/svg",
14049
14101
  width: size,
@@ -14077,7 +14129,7 @@ DArrowL.defaultProps = {
14077
14129
  size: '16'
14078
14130
  };
14079
14131
 
14080
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14132
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14081
14133
 
14082
14134
  var DArrowR = function DArrowR(props) {
14083
14135
  var color = props.color,
@@ -14091,7 +14143,7 @@ var DArrowR = function DArrowR(props) {
14091
14143
  return /*#__PURE__*/React.createElement("span", {
14092
14144
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14093
14145
  }, /*#__PURE__*/React.createElement("style", {
14094
- children: loadingCircleStyle$4v
14146
+ children: loadingCircleStyle$4w
14095
14147
  }), /*#__PURE__*/React.createElement("svg", _extends({
14096
14148
  xmlns: "http://www.w3.org/2000/svg",
14097
14149
  width: size,
@@ -14125,7 +14177,7 @@ DArrowR.defaultProps = {
14125
14177
  size: '16'
14126
14178
  };
14127
14179
 
14128
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14180
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14129
14181
 
14130
14182
  var DArrowT = function DArrowT(props) {
14131
14183
  var color = props.color,
@@ -14139,7 +14191,7 @@ var DArrowT = function DArrowT(props) {
14139
14191
  return /*#__PURE__*/React.createElement("span", {
14140
14192
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14141
14193
  }, /*#__PURE__*/React.createElement("style", {
14142
- children: loadingCircleStyle$4w
14194
+ children: loadingCircleStyle$4x
14143
14195
  }), /*#__PURE__*/React.createElement("svg", _extends({
14144
14196
  xmlns: "http://www.w3.org/2000/svg",
14145
14197
  width: size,
@@ -14173,7 +14225,7 @@ DArrowT.defaultProps = {
14173
14225
  size: '16'
14174
14226
  };
14175
14227
 
14176
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14228
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14177
14229
 
14178
14230
  var DArrowB = function DArrowB(props) {
14179
14231
  var color = props.color,
@@ -14187,7 +14239,7 @@ var DArrowB = function DArrowB(props) {
14187
14239
  return /*#__PURE__*/React.createElement("span", {
14188
14240
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14189
14241
  }, /*#__PURE__*/React.createElement("style", {
14190
- children: loadingCircleStyle$4x
14242
+ children: loadingCircleStyle$4y
14191
14243
  }), /*#__PURE__*/React.createElement("svg", _extends({
14192
14244
  xmlns: "http://www.w3.org/2000/svg",
14193
14245
  width: size,
@@ -14221,7 +14273,7 @@ DArrowB.defaultProps = {
14221
14273
  size: '16'
14222
14274
  };
14223
14275
 
14224
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14276
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14225
14277
 
14226
14278
  var DropDown = function DropDown(props) {
14227
14279
  var color = props.color,
@@ -14235,7 +14287,7 @@ var DropDown = function DropDown(props) {
14235
14287
  return /*#__PURE__*/React.createElement("span", {
14236
14288
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14237
14289
  }, /*#__PURE__*/React.createElement("style", {
14238
- children: loadingCircleStyle$4y
14290
+ children: loadingCircleStyle$4z
14239
14291
  }), /*#__PURE__*/React.createElement("svg", _extends({
14240
14292
  xmlns: "http://www.w3.org/2000/svg",
14241
14293
  width: size,
@@ -14267,7 +14319,7 @@ DropDown.defaultProps = {
14267
14319
  size: '16'
14268
14320
  };
14269
14321
 
14270
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14322
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14271
14323
 
14272
14324
  var DropUp = function DropUp(props) {
14273
14325
  var color = props.color,
@@ -14281,7 +14333,7 @@ var DropUp = function DropUp(props) {
14281
14333
  return /*#__PURE__*/React.createElement("span", {
14282
14334
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14283
14335
  }, /*#__PURE__*/React.createElement("style", {
14284
- children: loadingCircleStyle$4z
14336
+ children: loadingCircleStyle$4A
14285
14337
  }), /*#__PURE__*/React.createElement("svg", _extends({
14286
14338
  xmlns: "http://www.w3.org/2000/svg",
14287
14339
  width: size,
@@ -14313,7 +14365,7 @@ DropUp.defaultProps = {
14313
14365
  size: '16'
14314
14366
  };
14315
14367
 
14316
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14368
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14317
14369
 
14318
14370
  var More1 = function More1(props) {
14319
14371
  var color = props.color,
@@ -14327,7 +14379,7 @@ var More1 = function More1(props) {
14327
14379
  return /*#__PURE__*/React.createElement("span", {
14328
14380
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14329
14381
  }, /*#__PURE__*/React.createElement("style", {
14330
- children: loadingCircleStyle$4A
14382
+ children: loadingCircleStyle$4B
14331
14383
  }), /*#__PURE__*/React.createElement("svg", _extends({
14332
14384
  xmlns: "http://www.w3.org/2000/svg",
14333
14385
  width: size,
@@ -14359,7 +14411,7 @@ More1.defaultProps = {
14359
14411
  size: '16'
14360
14412
  };
14361
14413
 
14362
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14414
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14363
14415
 
14364
14416
  var More2 = function More2(props) {
14365
14417
  var color = props.color,
@@ -14373,7 +14425,7 @@ var More2 = function More2(props) {
14373
14425
  return /*#__PURE__*/React.createElement("span", {
14374
14426
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14375
14427
  }, /*#__PURE__*/React.createElement("style", {
14376
- children: loadingCircleStyle$4B
14428
+ children: loadingCircleStyle$4C
14377
14429
  }), /*#__PURE__*/React.createElement("svg", _extends({
14378
14430
  xmlns: "http://www.w3.org/2000/svg",
14379
14431
  width: size,
@@ -14405,7 +14457,7 @@ More2.defaultProps = {
14405
14457
  size: '16'
14406
14458
  };
14407
14459
 
14408
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14460
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14409
14461
 
14410
14462
  var Drag = function Drag(props) {
14411
14463
  var color = props.color,
@@ -14419,7 +14471,7 @@ var Drag = function Drag(props) {
14419
14471
  return /*#__PURE__*/React.createElement("span", {
14420
14472
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14421
14473
  }, /*#__PURE__*/React.createElement("style", {
14422
- children: loadingCircleStyle$4C
14474
+ children: loadingCircleStyle$4D
14423
14475
  }), /*#__PURE__*/React.createElement("svg", _extends({
14424
14476
  xmlns: "http://www.w3.org/2000/svg",
14425
14477
  width: size,
@@ -14461,7 +14513,7 @@ Drag.defaultProps = {
14461
14513
  size: '16'
14462
14514
  };
14463
14515
 
14464
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14516
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14465
14517
 
14466
14518
  var Drag2 = function Drag2(props) {
14467
14519
  var color = props.color,
@@ -14475,7 +14527,7 @@ var Drag2 = function Drag2(props) {
14475
14527
  return /*#__PURE__*/React.createElement("span", {
14476
14528
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14477
14529
  }, /*#__PURE__*/React.createElement("style", {
14478
- children: loadingCircleStyle$4D
14530
+ children: loadingCircleStyle$4E
14479
14531
  }), /*#__PURE__*/React.createElement("svg", _extends({
14480
14532
  xmlns: "http://www.w3.org/2000/svg",
14481
14533
  width: size,
@@ -14511,7 +14563,7 @@ Drag2.defaultProps = {
14511
14563
  size: '16'
14512
14564
  };
14513
14565
 
14514
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14566
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14515
14567
 
14516
14568
  var External = function External(props) {
14517
14569
  var color = props.color,
@@ -14525,7 +14577,7 @@ var External = function External(props) {
14525
14577
  return /*#__PURE__*/React.createElement("span", {
14526
14578
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14527
14579
  }, /*#__PURE__*/React.createElement("style", {
14528
- children: loadingCircleStyle$4E
14580
+ children: loadingCircleStyle$4F
14529
14581
  }), /*#__PURE__*/React.createElement("svg", _extends({
14530
14582
  xmlns: "http://www.w3.org/2000/svg",
14531
14583
  width: size,
@@ -14557,7 +14609,7 @@ External.defaultProps = {
14557
14609
  size: '16'
14558
14610
  };
14559
14611
 
14560
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14612
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14561
14613
 
14562
14614
  var DisplayS = function DisplayS(props) {
14563
14615
  var color = props.color,
@@ -14571,7 +14623,7 @@ var DisplayS = function DisplayS(props) {
14571
14623
  return /*#__PURE__*/React.createElement("span", {
14572
14624
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14573
14625
  }, /*#__PURE__*/React.createElement("style", {
14574
- children: loadingCircleStyle$4F
14626
+ children: loadingCircleStyle$4G
14575
14627
  }), /*#__PURE__*/React.createElement("svg", _extends({
14576
14628
  xmlns: "http://www.w3.org/2000/svg",
14577
14629
  width: size,
@@ -14605,7 +14657,7 @@ DisplayS.defaultProps = {
14605
14657
  size: '16'
14606
14658
  };
14607
14659
 
14608
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14660
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} .tant-icon-span { display: inline-flex; align-items: center; justify-content: center } .tant-icon-span > svg { cursor: pointer }';
14609
14661
 
14610
14662
  var Share = function Share(props) {
14611
14663
  var color = props.color,
@@ -14619,7 +14671,7 @@ var Share = function Share(props) {
14619
14671
  return /*#__PURE__*/React.createElement("span", {
14620
14672
  className: className ? 'tant-icon-span ' + className : 'tant-icon-span'
14621
14673
  }, /*#__PURE__*/React.createElement("style", {
14622
- children: loadingCircleStyle$4G
14674
+ children: loadingCircleStyle$4H
14623
14675
  }), /*#__PURE__*/React.createElement("svg", _extends({
14624
14676
  xmlns: "http://www.w3.org/2000/svg",
14625
14677
  width: size,
@@ -14936,6 +14988,7 @@ exports.TaUTag = UTag;
14936
14988
  exports.TaUTagSm = UTagSm;
14937
14989
  exports.TaUnlink = Unlink;
14938
14990
  exports.TaUpdate = Update;
14991
+ exports.TaUpdateData = UpdateData;
14939
14992
  exports.TaUpload = Upload;
14940
14993
  exports.TaUploadId = UploadId;
14941
14994
  exports.TaUsb = Usb;