@tant/icons 1.1.78 → 1.1.82

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.
@@ -11459,7 +11459,7 @@ Unlink.defaultProps = {
11459
11459
 
11460
11460
  var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11461
11461
 
11462
- var MenuUnfold = function MenuUnfold(props) {
11462
+ var Link2 = function Link2(props) {
11463
11463
  var color = props.color,
11464
11464
  size = props.size,
11465
11465
  spin = props.spin,
@@ -11487,6 +11487,53 @@ var MenuUnfold = function MenuUnfold(props) {
11487
11487
  animationName: 'loadingCircle',
11488
11488
  animationTimingFunction: 'linear'
11489
11489
  } : {})
11490
+ }), /*#__PURE__*/React.createElement("path", {
11491
+ d: "M13.06 8.11l1.415 1.415a7 7 0 010 9.9l-.354.353a7 7 0 01-9.9-9.9l1.415 1.415a5 5 0 107.07 7.071l.355-.354a5 5 0 000-7.07l-1.415-1.415 1.415-1.414-.001-.001zm6.718 6.011l-1.414-1.414a5 5 0 10-7.071-7.071l-.354.354a5 5 0 000 7.07l1.415 1.415-1.415 1.414-1.414-1.414a7 7 0 010-9.9l.354-.353a7 7 0 019.9 9.9l-.001-.001z"
11492
+ })));
11493
+ };
11494
+
11495
+ Link2.propTypes = {
11496
+ iconClassName: PropTypes.string,
11497
+ spin: PropTypes.bool,
11498
+ color: PropTypes.string,
11499
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
11500
+ };
11501
+ Link2.defaultProps = {
11502
+ spin: false,
11503
+ color: 'currentColor',
11504
+ size: '1em'
11505
+ };
11506
+
11507
+ var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11508
+
11509
+ var MenuUnfold = function MenuUnfold(props) {
11510
+ var color = props.color,
11511
+ size = props.size,
11512
+ spin = props.spin,
11513
+ style = props.style,
11514
+ className = props.className,
11515
+ iconClassName = props.iconClassName,
11516
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
11517
+
11518
+ return /*#__PURE__*/React.createElement("span", {
11519
+ role: "img",
11520
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11521
+ }, /*#__PURE__*/React.createElement("style", {
11522
+ children: loadingCircleStyle$3B
11523
+ }), /*#__PURE__*/React.createElement("svg", _extends({
11524
+ xmlns: "http://www.w3.org/2000/svg",
11525
+ width: size,
11526
+ height: size,
11527
+ viewBox: "0 0 24 24",
11528
+ fill: color
11529
+ }, otherProps, {
11530
+ className: iconClassName,
11531
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
11532
+ animationDuration: '1s',
11533
+ animationIterationCount: 'infinite',
11534
+ animationName: 'loadingCircle',
11535
+ animationTimingFunction: 'linear'
11536
+ } : {})
11490
11537
  }), /*#__PURE__*/React.createElement("path", {
11491
11538
  d: "M21 18v2H3v-2h18zM17.404 3.904L22 8.5l-4.596 4.596-1.414-1.414L19.172 8.5 15.99 5.318l1.414-1.414zM12 11v2H3v-2h9zm0-7v2H3V4h9z"
11492
11539
  })));
@@ -11504,7 +11551,7 @@ MenuUnfold.defaultProps = {
11504
11551
  size: '1em'
11505
11552
  };
11506
11553
 
11507
- var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11554
+ var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11508
11555
 
11509
11556
  var MenuFold = function MenuFold(props) {
11510
11557
  var color = props.color,
@@ -11519,7 +11566,7 @@ var MenuFold = function MenuFold(props) {
11519
11566
  role: "img",
11520
11567
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11521
11568
  }, /*#__PURE__*/React.createElement("style", {
11522
- children: loadingCircleStyle$3B
11569
+ children: loadingCircleStyle$3C
11523
11570
  }), /*#__PURE__*/React.createElement("svg", _extends({
11524
11571
  xmlns: "http://www.w3.org/2000/svg",
11525
11572
  width: size,
@@ -11551,7 +11598,7 @@ MenuFold.defaultProps = {
11551
11598
  size: '1em'
11552
11599
  };
11553
11600
 
11554
- var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11601
+ var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11555
11602
 
11556
11603
  var List = function List(props) {
11557
11604
  var color = props.color,
@@ -11566,7 +11613,7 @@ var List = function List(props) {
11566
11613
  role: "img",
11567
11614
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11568
11615
  }, /*#__PURE__*/React.createElement("style", {
11569
- children: loadingCircleStyle$3C
11616
+ children: loadingCircleStyle$3D
11570
11617
  }), /*#__PURE__*/React.createElement("svg", _extends({
11571
11618
  xmlns: "http://www.w3.org/2000/svg",
11572
11619
  width: size,
@@ -11598,7 +11645,7 @@ List.defaultProps = {
11598
11645
  size: '1em'
11599
11646
  };
11600
11647
 
11601
- var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11648
+ var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11602
11649
 
11603
11650
  var ListNested = function ListNested(props) {
11604
11651
  var color = props.color,
@@ -11613,7 +11660,7 @@ var ListNested = function ListNested(props) {
11613
11660
  role: "img",
11614
11661
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11615
11662
  }, /*#__PURE__*/React.createElement("style", {
11616
- children: loadingCircleStyle$3D
11663
+ children: loadingCircleStyle$3E
11617
11664
  }), /*#__PURE__*/React.createElement("svg", _extends({
11618
11665
  xmlns: "http://www.w3.org/2000/svg",
11619
11666
  width: size,
@@ -11647,7 +11694,7 @@ ListNested.defaultProps = {
11647
11694
  size: '1em'
11648
11695
  };
11649
11696
 
11650
- var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11697
+ var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11651
11698
 
11652
11699
  var DoubleList = function DoubleList(props) {
11653
11700
  var color = props.color,
@@ -11662,7 +11709,7 @@ var DoubleList = function DoubleList(props) {
11662
11709
  role: "img",
11663
11710
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11664
11711
  }, /*#__PURE__*/React.createElement("style", {
11665
- children: loadingCircleStyle$3E
11712
+ children: loadingCircleStyle$3F
11666
11713
  }), /*#__PURE__*/React.createElement("svg", _extends({
11667
11714
  xmlns: "http://www.w3.org/2000/svg",
11668
11715
  width: size,
@@ -11704,7 +11751,7 @@ DoubleList.defaultProps = {
11704
11751
  size: '1em'
11705
11752
  };
11706
11753
 
11707
- var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11754
+ var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11708
11755
 
11709
11756
  var Download = function Download(props) {
11710
11757
  var color = props.color,
@@ -11719,7 +11766,7 @@ var Download = function Download(props) {
11719
11766
  role: "img",
11720
11767
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11721
11768
  }, /*#__PURE__*/React.createElement("style", {
11722
- children: loadingCircleStyle$3F
11769
+ children: loadingCircleStyle$3G
11723
11770
  }), /*#__PURE__*/React.createElement("svg", _extends({
11724
11771
  xmlns: "http://www.w3.org/2000/svg",
11725
11772
  width: size,
@@ -11751,7 +11798,7 @@ Download.defaultProps = {
11751
11798
  size: '1em'
11752
11799
  };
11753
11800
 
11754
- var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11801
+ var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11755
11802
 
11756
11803
  var FullDownload = function FullDownload(props) {
11757
11804
  var color = props.color,
@@ -11766,7 +11813,7 @@ var FullDownload = function FullDownload(props) {
11766
11813
  role: "img",
11767
11814
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11768
11815
  }, /*#__PURE__*/React.createElement("style", {
11769
- children: loadingCircleStyle$3G
11816
+ children: loadingCircleStyle$3H
11770
11817
  }), /*#__PURE__*/React.createElement("svg", _extends({
11771
11818
  xmlns: "http://www.w3.org/2000/svg",
11772
11819
  width: size,
@@ -11800,7 +11847,7 @@ FullDownload.defaultProps = {
11800
11847
  size: '1em'
11801
11848
  };
11802
11849
 
11803
- var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11850
+ var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11804
11851
 
11805
11852
  var Export = function Export(props) {
11806
11853
  var color = props.color,
@@ -11815,7 +11862,7 @@ var Export = function Export(props) {
11815
11862
  role: "img",
11816
11863
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11817
11864
  }, /*#__PURE__*/React.createElement("style", {
11818
- children: loadingCircleStyle$3H
11865
+ children: loadingCircleStyle$3I
11819
11866
  }), /*#__PURE__*/React.createElement("svg", _extends({
11820
11867
  xmlns: "http://www.w3.org/2000/svg",
11821
11868
  width: size,
@@ -11849,7 +11896,7 @@ Export.defaultProps = {
11849
11896
  size: '1em'
11850
11897
  };
11851
11898
 
11852
- var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11899
+ var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11853
11900
 
11854
11901
  var Import = function Import(props) {
11855
11902
  var color = props.color,
@@ -11864,7 +11911,7 @@ var Import = function Import(props) {
11864
11911
  role: "img",
11865
11912
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11866
11913
  }, /*#__PURE__*/React.createElement("style", {
11867
- children: loadingCircleStyle$3I
11914
+ children: loadingCircleStyle$3J
11868
11915
  }), /*#__PURE__*/React.createElement("svg", _extends({
11869
11916
  xmlns: "http://www.w3.org/2000/svg",
11870
11917
  width: size,
@@ -11898,7 +11945,7 @@ Import.defaultProps = {
11898
11945
  size: '1em'
11899
11946
  };
11900
11947
 
11901
- var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11948
+ var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11902
11949
 
11903
11950
  var Add1 = function Add1(props) {
11904
11951
  var color = props.color,
@@ -11913,7 +11960,7 @@ var Add1 = function Add1(props) {
11913
11960
  role: "img",
11914
11961
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11915
11962
  }, /*#__PURE__*/React.createElement("style", {
11916
- children: loadingCircleStyle$3J
11963
+ children: loadingCircleStyle$3K
11917
11964
  }), /*#__PURE__*/React.createElement("svg", _extends({
11918
11965
  xmlns: "http://www.w3.org/2000/svg",
11919
11966
  width: size,
@@ -11945,7 +11992,7 @@ Add1.defaultProps = {
11945
11992
  size: '1em'
11946
11993
  };
11947
11994
 
11948
- var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11995
+ var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11949
11996
 
11950
11997
  var Add2 = function Add2(props) {
11951
11998
  var color = props.color,
@@ -11960,7 +12007,7 @@ var Add2 = function Add2(props) {
11960
12007
  role: "img",
11961
12008
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
11962
12009
  }, /*#__PURE__*/React.createElement("style", {
11963
- children: loadingCircleStyle$3K
12010
+ children: loadingCircleStyle$3L
11964
12011
  }), /*#__PURE__*/React.createElement("svg", _extends({
11965
12012
  xmlns: "http://www.w3.org/2000/svg",
11966
12013
  width: size,
@@ -11992,7 +12039,7 @@ Add2.defaultProps = {
11992
12039
  size: '1em'
11993
12040
  };
11994
12041
 
11995
- var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12042
+ var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
11996
12043
 
11997
12044
  var Add3 = function Add3(props) {
11998
12045
  var color = props.color,
@@ -12007,7 +12054,7 @@ var Add3 = function Add3(props) {
12007
12054
  role: "img",
12008
12055
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12009
12056
  }, /*#__PURE__*/React.createElement("style", {
12010
- children: loadingCircleStyle$3L
12057
+ children: loadingCircleStyle$3M
12011
12058
  }), /*#__PURE__*/React.createElement("svg", _extends({
12012
12059
  xmlns: "http://www.w3.org/2000/svg",
12013
12060
  width: size,
@@ -12039,7 +12086,7 @@ Add3.defaultProps = {
12039
12086
  size: '1em'
12040
12087
  };
12041
12088
 
12042
- var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12089
+ var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12043
12090
 
12044
12091
  var Add3Fill = function Add3Fill(props) {
12045
12092
  var color = props.color,
@@ -12054,7 +12101,7 @@ var Add3Fill = function Add3Fill(props) {
12054
12101
  role: "img",
12055
12102
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12056
12103
  }, /*#__PURE__*/React.createElement("style", {
12057
- children: loadingCircleStyle$3M
12104
+ children: loadingCircleStyle$3N
12058
12105
  }), /*#__PURE__*/React.createElement("svg", _extends({
12059
12106
  xmlns: "http://www.w3.org/2000/svg",
12060
12107
  width: size,
@@ -12086,7 +12133,7 @@ Add3Fill.defaultProps = {
12086
12133
  size: '1em'
12087
12134
  };
12088
12135
 
12089
- var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12136
+ var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12090
12137
 
12091
12138
  var Subtract = function Subtract(props) {
12092
12139
  var color = props.color,
@@ -12101,7 +12148,7 @@ var Subtract = function Subtract(props) {
12101
12148
  role: "img",
12102
12149
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12103
12150
  }, /*#__PURE__*/React.createElement("style", {
12104
- children: loadingCircleStyle$3N
12151
+ children: loadingCircleStyle$3O
12105
12152
  }), /*#__PURE__*/React.createElement("svg", _extends({
12106
12153
  xmlns: "http://www.w3.org/2000/svg",
12107
12154
  width: size,
@@ -12136,7 +12183,7 @@ Subtract.defaultProps = {
12136
12183
  size: '1em'
12137
12184
  };
12138
12185
 
12139
- var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12186
+ var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12140
12187
 
12141
12188
  var Subtract2 = function Subtract2(props) {
12142
12189
  var color = props.color,
@@ -12151,7 +12198,7 @@ var Subtract2 = function Subtract2(props) {
12151
12198
  role: "img",
12152
12199
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12153
12200
  }, /*#__PURE__*/React.createElement("style", {
12154
- children: loadingCircleStyle$3O
12201
+ children: loadingCircleStyle$3P
12155
12202
  }), /*#__PURE__*/React.createElement("svg", _extends({
12156
12203
  xmlns: "http://www.w3.org/2000/svg",
12157
12204
  width: size,
@@ -12187,7 +12234,7 @@ Subtract2.defaultProps = {
12187
12234
  size: '1em'
12188
12235
  };
12189
12236
 
12190
- var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12237
+ var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12191
12238
 
12192
12239
  var Update = function Update(props) {
12193
12240
  var color = props.color,
@@ -12202,7 +12249,7 @@ var Update = function Update(props) {
12202
12249
  role: "img",
12203
12250
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12204
12251
  }, /*#__PURE__*/React.createElement("style", {
12205
- children: loadingCircleStyle$3P
12252
+ children: loadingCircleStyle$3Q
12206
12253
  }), /*#__PURE__*/React.createElement("svg", _extends({
12207
12254
  xmlns: "http://www.w3.org/2000/svg",
12208
12255
  width: size,
@@ -12234,7 +12281,7 @@ Update.defaultProps = {
12234
12281
  size: '1em'
12235
12282
  };
12236
12283
 
12237
- var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12284
+ var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12238
12285
 
12239
12286
  var Rename = function Rename(props) {
12240
12287
  var color = props.color,
@@ -12249,7 +12296,7 @@ var Rename = function Rename(props) {
12249
12296
  role: "img",
12250
12297
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12251
12298
  }, /*#__PURE__*/React.createElement("style", {
12252
- children: loadingCircleStyle$3Q
12299
+ children: loadingCircleStyle$3R
12253
12300
  }), /*#__PURE__*/React.createElement("svg", _extends({
12254
12301
  xmlns: "http://www.w3.org/2000/svg",
12255
12302
  width: size,
@@ -12283,7 +12330,7 @@ Rename.defaultProps = {
12283
12330
  size: '1em'
12284
12331
  };
12285
12332
 
12286
- var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12333
+ var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12287
12334
 
12288
12335
  var PlayCircle = function PlayCircle(props) {
12289
12336
  var color = props.color,
@@ -12298,7 +12345,7 @@ var PlayCircle = function PlayCircle(props) {
12298
12345
  role: "img",
12299
12346
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12300
12347
  }, /*#__PURE__*/React.createElement("style", {
12301
- children: loadingCircleStyle$3R
12348
+ children: loadingCircleStyle$3S
12302
12349
  }), /*#__PURE__*/React.createElement("svg", _extends({
12303
12350
  xmlns: "http://www.w3.org/2000/svg",
12304
12351
  width: size,
@@ -12330,7 +12377,7 @@ PlayCircle.defaultProps = {
12330
12377
  size: '1em'
12331
12378
  };
12332
12379
 
12333
- var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12380
+ var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12334
12381
 
12335
12382
  var PauseCircle = function PauseCircle(props) {
12336
12383
  var color = props.color,
@@ -12345,7 +12392,7 @@ var PauseCircle = function PauseCircle(props) {
12345
12392
  role: "img",
12346
12393
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12347
12394
  }, /*#__PURE__*/React.createElement("style", {
12348
- children: loadingCircleStyle$3S
12395
+ children: loadingCircleStyle$3T
12349
12396
  }), /*#__PURE__*/React.createElement("svg", _extends({
12350
12397
  xmlns: "http://www.w3.org/2000/svg",
12351
12398
  width: size,
@@ -12377,7 +12424,7 @@ PauseCircle.defaultProps = {
12377
12424
  size: '1em'
12378
12425
  };
12379
12426
 
12380
- var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12427
+ var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12381
12428
 
12382
12429
  var UpdateData = function UpdateData(props) {
12383
12430
  var color = props.color,
@@ -12392,7 +12439,7 @@ var UpdateData = function UpdateData(props) {
12392
12439
  role: "img",
12393
12440
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12394
12441
  }, /*#__PURE__*/React.createElement("style", {
12395
- children: loadingCircleStyle$3T
12442
+ children: loadingCircleStyle$3U
12396
12443
  }), /*#__PURE__*/React.createElement("svg", _extends({
12397
12444
  xmlns: "http://www.w3.org/2000/svg",
12398
12445
  width: size,
@@ -12428,7 +12475,7 @@ UpdateData.defaultProps = {
12428
12475
  size: '1em'
12429
12476
  };
12430
12477
 
12431
- var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12478
+ var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12432
12479
 
12433
12480
  var Upload = function Upload(props) {
12434
12481
  var color = props.color,
@@ -12443,7 +12490,7 @@ var Upload = function Upload(props) {
12443
12490
  role: "img",
12444
12491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12445
12492
  }, /*#__PURE__*/React.createElement("style", {
12446
- children: loadingCircleStyle$3U
12493
+ children: loadingCircleStyle$3V
12447
12494
  }), /*#__PURE__*/React.createElement("svg", _extends({
12448
12495
  xmlns: "http://www.w3.org/2000/svg",
12449
12496
  width: size,
@@ -12477,7 +12524,7 @@ Upload.defaultProps = {
12477
12524
  size: '1em'
12478
12525
  };
12479
12526
 
12480
- var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12527
+ var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12481
12528
 
12482
12529
  var Click = function Click(props) {
12483
12530
  var color = props.color,
@@ -12492,7 +12539,7 @@ var Click = function Click(props) {
12492
12539
  role: "img",
12493
12540
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12494
12541
  }, /*#__PURE__*/React.createElement("style", {
12495
- children: loadingCircleStyle$3V
12542
+ children: loadingCircleStyle$3W
12496
12543
  }), /*#__PURE__*/React.createElement("svg", _extends({
12497
12544
  xmlns: "http://www.w3.org/2000/svg",
12498
12545
  width: size,
@@ -12524,7 +12571,7 @@ Click.defaultProps = {
12524
12571
  size: '1em'
12525
12572
  };
12526
12573
 
12527
- var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12574
+ var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12528
12575
 
12529
12576
  var Install = function Install(props) {
12530
12577
  var color = props.color,
@@ -12539,7 +12586,7 @@ var Install = function Install(props) {
12539
12586
  role: "img",
12540
12587
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12541
12588
  }, /*#__PURE__*/React.createElement("style", {
12542
- children: loadingCircleStyle$3W
12589
+ children: loadingCircleStyle$3X
12543
12590
  }), /*#__PURE__*/React.createElement("svg", _extends({
12544
12591
  xmlns: "http://www.w3.org/2000/svg",
12545
12592
  width: size,
@@ -12571,7 +12618,7 @@ Install.defaultProps = {
12571
12618
  size: '1em'
12572
12619
  };
12573
12620
 
12574
- var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12621
+ var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12575
12622
 
12576
12623
  var ZoomArea = function ZoomArea(props) {
12577
12624
  var color = props.color,
@@ -12586,7 +12633,7 @@ var ZoomArea = function ZoomArea(props) {
12586
12633
  role: "img",
12587
12634
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12588
12635
  }, /*#__PURE__*/React.createElement("style", {
12589
- children: loadingCircleStyle$3X
12636
+ children: loadingCircleStyle$3Y
12590
12637
  }), /*#__PURE__*/React.createElement("svg", _extends({
12591
12638
  xmlns: "http://www.w3.org/2000/svg",
12592
12639
  width: size,
@@ -12620,7 +12667,7 @@ ZoomArea.defaultProps = {
12620
12667
  size: '1em'
12621
12668
  };
12622
12669
 
12623
- var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12670
+ var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12624
12671
 
12625
12672
  var ZoomAreaOpen = function ZoomAreaOpen(props) {
12626
12673
  var color = props.color,
@@ -12635,7 +12682,7 @@ var ZoomAreaOpen = function ZoomAreaOpen(props) {
12635
12682
  role: "img",
12636
12683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12637
12684
  }, /*#__PURE__*/React.createElement("style", {
12638
- children: loadingCircleStyle$3Y
12685
+ children: loadingCircleStyle$3Z
12639
12686
  }), /*#__PURE__*/React.createElement("svg", _extends({
12640
12687
  xmlns: "http://www.w3.org/2000/svg",
12641
12688
  width: size,
@@ -12669,7 +12716,7 @@ ZoomAreaOpen.defaultProps = {
12669
12716
  size: '1em'
12670
12717
  };
12671
12718
 
12672
- var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12719
+ var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12673
12720
 
12674
12721
  var ZoomAreaResrore = function ZoomAreaResrore(props) {
12675
12722
  var color = props.color,
@@ -12684,7 +12731,7 @@ var ZoomAreaResrore = function ZoomAreaResrore(props) {
12684
12731
  role: "img",
12685
12732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12686
12733
  }, /*#__PURE__*/React.createElement("style", {
12687
- children: loadingCircleStyle$3Z
12734
+ children: loadingCircleStyle$3_
12688
12735
  }), /*#__PURE__*/React.createElement("svg", _extends({
12689
12736
  xmlns: "http://www.w3.org/2000/svg",
12690
12737
  width: size,
@@ -12718,7 +12765,7 @@ ZoomAreaResrore.defaultProps = {
12718
12765
  size: '1em'
12719
12766
  };
12720
12767
 
12721
- var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12768
+ var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12722
12769
 
12723
12770
  var Expand = function Expand(props) {
12724
12771
  var color = props.color,
@@ -12733,7 +12780,7 @@ var Expand = function Expand(props) {
12733
12780
  role: "img",
12734
12781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12735
12782
  }, /*#__PURE__*/React.createElement("style", {
12736
- children: loadingCircleStyle$3_
12783
+ children: loadingCircleStyle$3$
12737
12784
  }), /*#__PURE__*/React.createElement("svg", _extends({
12738
12785
  xmlns: "http://www.w3.org/2000/svg",
12739
12786
  width: size,
@@ -12765,7 +12812,7 @@ Expand.defaultProps = {
12765
12812
  size: '1em'
12766
12813
  };
12767
12814
 
12768
- var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12815
+ var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12769
12816
 
12770
12817
  var Report = function Report(props) {
12771
12818
  var color = props.color,
@@ -12780,7 +12827,7 @@ var Report = function Report(props) {
12780
12827
  role: "img",
12781
12828
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12782
12829
  }, /*#__PURE__*/React.createElement("style", {
12783
- children: loadingCircleStyle$3$
12830
+ children: loadingCircleStyle$40
12784
12831
  }), /*#__PURE__*/React.createElement("svg", _extends({
12785
12832
  xmlns: "http://www.w3.org/2000/svg",
12786
12833
  width: size,
@@ -12812,7 +12859,7 @@ Report.defaultProps = {
12812
12859
  size: '1em'
12813
12860
  };
12814
12861
 
12815
- var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12862
+ var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12816
12863
 
12817
12864
  var ReportRemoval = function ReportRemoval(props) {
12818
12865
  var color = props.color,
@@ -12827,7 +12874,7 @@ var ReportRemoval = function ReportRemoval(props) {
12827
12874
  role: "img",
12828
12875
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12829
12876
  }, /*#__PURE__*/React.createElement("style", {
12830
- children: loadingCircleStyle$40
12877
+ children: loadingCircleStyle$41
12831
12878
  }), /*#__PURE__*/React.createElement("svg", _extends({
12832
12879
  xmlns: "http://www.w3.org/2000/svg",
12833
12880
  width: size,
@@ -12867,7 +12914,7 @@ ReportRemoval.defaultProps = {
12867
12914
  size: '1em'
12868
12915
  };
12869
12916
 
12870
- var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12917
+ var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12871
12918
 
12872
12919
  var FileAdd = function FileAdd(props) {
12873
12920
  var color = props.color,
@@ -12882,7 +12929,7 @@ var FileAdd = function FileAdd(props) {
12882
12929
  role: "img",
12883
12930
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12884
12931
  }, /*#__PURE__*/React.createElement("style", {
12885
- children: loadingCircleStyle$41
12932
+ children: loadingCircleStyle$42
12886
12933
  }), /*#__PURE__*/React.createElement("svg", _extends({
12887
12934
  xmlns: "http://www.w3.org/2000/svg",
12888
12935
  width: size,
@@ -12914,7 +12961,7 @@ FileAdd.defaultProps = {
12914
12961
  size: '1em'
12915
12962
  };
12916
12963
 
12917
- var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12964
+ var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12918
12965
 
12919
12966
  var FileRemove = function FileRemove(props) {
12920
12967
  var color = props.color,
@@ -12929,7 +12976,7 @@ var FileRemove = function FileRemove(props) {
12929
12976
  role: "img",
12930
12977
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12931
12978
  }, /*#__PURE__*/React.createElement("style", {
12932
- children: loadingCircleStyle$42
12979
+ children: loadingCircleStyle$43
12933
12980
  }), /*#__PURE__*/React.createElement("svg", _extends({
12934
12981
  xmlns: "http://www.w3.org/2000/svg",
12935
12982
  width: size,
@@ -12963,7 +13010,7 @@ FileRemove.defaultProps = {
12963
13010
  size: '1em'
12964
13011
  };
12965
13012
 
12966
- var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13013
+ var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
12967
13014
 
12968
13015
  var FileExport = function FileExport(props) {
12969
13016
  var color = props.color,
@@ -12978,7 +13025,7 @@ var FileExport = function FileExport(props) {
12978
13025
  role: "img",
12979
13026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
12980
13027
  }, /*#__PURE__*/React.createElement("style", {
12981
- children: loadingCircleStyle$43
13028
+ children: loadingCircleStyle$44
12982
13029
  }), /*#__PURE__*/React.createElement("svg", _extends({
12983
13030
  xmlns: "http://www.w3.org/2000/svg",
12984
13031
  width: size,
@@ -13010,7 +13057,7 @@ FileExport.defaultProps = {
13010
13057
  size: '1em'
13011
13058
  };
13012
13059
 
13013
- var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13060
+ var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13014
13061
 
13015
13062
  var FileMove = function FileMove(props) {
13016
13063
  var color = props.color,
@@ -13025,7 +13072,7 @@ var FileMove = function FileMove(props) {
13025
13072
  role: "img",
13026
13073
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13027
13074
  }, /*#__PURE__*/React.createElement("style", {
13028
- children: loadingCircleStyle$44
13075
+ children: loadingCircleStyle$45
13029
13076
  }), /*#__PURE__*/React.createElement("svg", _extends({
13030
13077
  xmlns: "http://www.w3.org/2000/svg",
13031
13078
  width: size,
@@ -13057,7 +13104,7 @@ FileMove.defaultProps = {
13057
13104
  size: '1em'
13058
13105
  };
13059
13106
 
13060
- var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13107
+ var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13061
13108
 
13062
13109
  var FileImport = function FileImport(props) {
13063
13110
  var color = props.color,
@@ -13072,7 +13119,7 @@ var FileImport = function FileImport(props) {
13072
13119
  role: "img",
13073
13120
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13074
13121
  }, /*#__PURE__*/React.createElement("style", {
13075
- children: loadingCircleStyle$45
13122
+ children: loadingCircleStyle$46
13076
13123
  }), /*#__PURE__*/React.createElement("svg", _extends({
13077
13124
  xmlns: "http://www.w3.org/2000/svg",
13078
13125
  width: size,
@@ -13104,7 +13151,7 @@ FileImport.defaultProps = {
13104
13151
  size: '1em'
13105
13152
  };
13106
13153
 
13107
- var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13154
+ var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13108
13155
 
13109
13156
  var FileInfo = function FileInfo(props) {
13110
13157
  var color = props.color,
@@ -13119,7 +13166,7 @@ var FileInfo = function FileInfo(props) {
13119
13166
  role: "img",
13120
13167
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13121
13168
  }, /*#__PURE__*/React.createElement("style", {
13122
- children: loadingCircleStyle$46
13169
+ children: loadingCircleStyle$47
13123
13170
  }), /*#__PURE__*/React.createElement("svg", _extends({
13124
13171
  xmlns: "http://www.w3.org/2000/svg",
13125
13172
  width: size,
@@ -13151,7 +13198,7 @@ FileInfo.defaultProps = {
13151
13198
  size: '1em'
13152
13199
  };
13153
13200
 
13154
- var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13201
+ var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13155
13202
 
13156
13203
  var FileConvert = function FileConvert(props) {
13157
13204
  var color = props.color,
@@ -13166,7 +13213,7 @@ var FileConvert = function FileConvert(props) {
13166
13213
  role: "img",
13167
13214
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13168
13215
  }, /*#__PURE__*/React.createElement("style", {
13169
- children: loadingCircleStyle$47
13216
+ children: loadingCircleStyle$48
13170
13217
  }), /*#__PURE__*/React.createElement("svg", _extends({
13171
13218
  xmlns: "http://www.w3.org/2000/svg",
13172
13219
  width: size,
@@ -13204,7 +13251,7 @@ FileConvert.defaultProps = {
13204
13251
  size: '1em'
13205
13252
  };
13206
13253
 
13207
- var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13254
+ var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13208
13255
 
13209
13256
  var AssetConvert = function AssetConvert(props) {
13210
13257
  var color = props.color,
@@ -13219,7 +13266,7 @@ var AssetConvert = function AssetConvert(props) {
13219
13266
  role: "img",
13220
13267
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13221
13268
  }, /*#__PURE__*/React.createElement("style", {
13222
- children: loadingCircleStyle$48
13269
+ children: loadingCircleStyle$49
13223
13270
  }), /*#__PURE__*/React.createElement("svg", _extends({
13224
13271
  xmlns: "http://www.w3.org/2000/svg",
13225
13272
  width: size,
@@ -13257,7 +13304,7 @@ AssetConvert.defaultProps = {
13257
13304
  size: '1em'
13258
13305
  };
13259
13306
 
13260
- var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13307
+ var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13261
13308
 
13262
13309
  var FileLock = function FileLock(props) {
13263
13310
  var color = props.color,
@@ -13272,7 +13319,7 @@ var FileLock = function FileLock(props) {
13272
13319
  role: "img",
13273
13320
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13274
13321
  }, /*#__PURE__*/React.createElement("style", {
13275
- children: loadingCircleStyle$49
13322
+ children: loadingCircleStyle$4a
13276
13323
  }), /*#__PURE__*/React.createElement("svg", _extends({
13277
13324
  xmlns: "http://www.w3.org/2000/svg",
13278
13325
  width: size,
@@ -13304,7 +13351,7 @@ FileLock.defaultProps = {
13304
13351
  size: '1em'
13305
13352
  };
13306
13353
 
13307
- var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13354
+ var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13308
13355
 
13309
13356
  var FilePdf = function FilePdf(props) {
13310
13357
  var color = props.color,
@@ -13319,7 +13366,7 @@ var FilePdf = function FilePdf(props) {
13319
13366
  role: "img",
13320
13367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13321
13368
  }, /*#__PURE__*/React.createElement("style", {
13322
- children: loadingCircleStyle$4a
13369
+ children: loadingCircleStyle$4b
13323
13370
  }), /*#__PURE__*/React.createElement("svg", _extends({
13324
13371
  xmlns: "http://www.w3.org/2000/svg",
13325
13372
  width: size,
@@ -13351,7 +13398,7 @@ FilePdf.defaultProps = {
13351
13398
  size: '1em'
13352
13399
  };
13353
13400
 
13354
- var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13401
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13355
13402
 
13356
13403
  var Detail = function Detail(props) {
13357
13404
  var color = props.color,
@@ -13366,7 +13413,7 @@ var Detail = function Detail(props) {
13366
13413
  role: "img",
13367
13414
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13368
13415
  }, /*#__PURE__*/React.createElement("style", {
13369
- children: loadingCircleStyle$4b
13416
+ children: loadingCircleStyle$4c
13370
13417
  }), /*#__PURE__*/React.createElement("svg", _extends({
13371
13418
  xmlns: "http://www.w3.org/2000/svg",
13372
13419
  width: size,
@@ -13398,7 +13445,7 @@ Detail.defaultProps = {
13398
13445
  size: '1em'
13399
13446
  };
13400
13447
 
13401
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13448
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13402
13449
 
13403
13450
  var MessageCenter = function MessageCenter(props) {
13404
13451
  var color = props.color,
@@ -13413,7 +13460,7 @@ var MessageCenter = function MessageCenter(props) {
13413
13460
  role: "img",
13414
13461
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13415
13462
  }, /*#__PURE__*/React.createElement("style", {
13416
- children: loadingCircleStyle$4c
13463
+ children: loadingCircleStyle$4d
13417
13464
  }), /*#__PURE__*/React.createElement("svg", _extends({
13418
13465
  xmlns: "http://www.w3.org/2000/svg",
13419
13466
  width: size,
@@ -13453,7 +13500,7 @@ MessageCenter.defaultProps = {
13453
13500
  size: '1em'
13454
13501
  };
13455
13502
 
13456
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13503
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13457
13504
 
13458
13505
  var SystemMsg = function SystemMsg(props) {
13459
13506
  var color = props.color,
@@ -13468,7 +13515,7 @@ var SystemMsg = function SystemMsg(props) {
13468
13515
  role: "img",
13469
13516
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13470
13517
  }, /*#__PURE__*/React.createElement("style", {
13471
- children: loadingCircleStyle$4d
13518
+ children: loadingCircleStyle$4e
13472
13519
  }), /*#__PURE__*/React.createElement("svg", _extends({
13473
13520
  xmlns: "http://www.w3.org/2000/svg",
13474
13521
  width: size,
@@ -13506,7 +13553,7 @@ SystemMsg.defaultProps = {
13506
13553
  size: '1em'
13507
13554
  };
13508
13555
 
13509
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13556
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13510
13557
 
13511
13558
  var Comment = function Comment(props) {
13512
13559
  var color = props.color,
@@ -13521,7 +13568,7 @@ var Comment = function Comment(props) {
13521
13568
  role: "img",
13522
13569
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13523
13570
  }, /*#__PURE__*/React.createElement("style", {
13524
- children: loadingCircleStyle$4e
13571
+ children: loadingCircleStyle$4f
13525
13572
  }), /*#__PURE__*/React.createElement("svg", _extends({
13526
13573
  xmlns: "http://www.w3.org/2000/svg",
13527
13574
  width: size,
@@ -13557,7 +13604,7 @@ Comment.defaultProps = {
13557
13604
  size: '1em'
13558
13605
  };
13559
13606
 
13560
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13607
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13561
13608
 
13562
13609
  var Book = function Book(props) {
13563
13610
  var color = props.color,
@@ -13572,7 +13619,7 @@ var Book = function Book(props) {
13572
13619
  role: "img",
13573
13620
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13574
13621
  }, /*#__PURE__*/React.createElement("style", {
13575
- children: loadingCircleStyle$4f
13622
+ children: loadingCircleStyle$4g
13576
13623
  }), /*#__PURE__*/React.createElement("svg", _extends({
13577
13624
  xmlns: "http://www.w3.org/2000/svg",
13578
13625
  width: size,
@@ -13604,7 +13651,7 @@ Book.defaultProps = {
13604
13651
  size: '1em'
13605
13652
  };
13606
13653
 
13607
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13654
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13608
13655
 
13609
13656
  var Book2 = function Book2(props) {
13610
13657
  var color = props.color,
@@ -13619,7 +13666,7 @@ var Book2 = function Book2(props) {
13619
13666
  role: "img",
13620
13667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13621
13668
  }, /*#__PURE__*/React.createElement("style", {
13622
- children: loadingCircleStyle$4g
13669
+ children: loadingCircleStyle$4h
13623
13670
  }), /*#__PURE__*/React.createElement("svg", _extends({
13624
13671
  xmlns: "http://www.w3.org/2000/svg",
13625
13672
  width: size,
@@ -13651,7 +13698,7 @@ Book2.defaultProps = {
13651
13698
  size: '1em'
13652
13699
  };
13653
13700
 
13654
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13701
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13655
13702
 
13656
13703
  var Sticker = function Sticker(props) {
13657
13704
  var color = props.color,
@@ -13666,7 +13713,7 @@ var Sticker = function Sticker(props) {
13666
13713
  role: "img",
13667
13714
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13668
13715
  }, /*#__PURE__*/React.createElement("style", {
13669
- children: loadingCircleStyle$4h
13716
+ children: loadingCircleStyle$4i
13670
13717
  }), /*#__PURE__*/React.createElement("svg", _extends({
13671
13718
  xmlns: "http://www.w3.org/2000/svg",
13672
13719
  width: size,
@@ -13698,7 +13745,7 @@ Sticker.defaultProps = {
13698
13745
  size: '1em'
13699
13746
  };
13700
13747
 
13701
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13748
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13702
13749
 
13703
13750
  var StickerFill = function StickerFill(props) {
13704
13751
  var color = props.color,
@@ -13713,7 +13760,7 @@ var StickerFill = function StickerFill(props) {
13713
13760
  role: "img",
13714
13761
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13715
13762
  }, /*#__PURE__*/React.createElement("style", {
13716
- children: loadingCircleStyle$4i
13763
+ children: loadingCircleStyle$4j
13717
13764
  }), /*#__PURE__*/React.createElement("svg", _extends({
13718
13765
  xmlns: "http://www.w3.org/2000/svg",
13719
13766
  width: size,
@@ -13745,7 +13792,7 @@ StickerFill.defaultProps = {
13745
13792
  size: '1em'
13746
13793
  };
13747
13794
 
13748
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13795
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13749
13796
 
13750
13797
  var EventSm = function EventSm(props) {
13751
13798
  var color = props.color,
@@ -13760,7 +13807,7 @@ var EventSm = function EventSm(props) {
13760
13807
  role: "img",
13761
13808
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13762
13809
  }, /*#__PURE__*/React.createElement("style", {
13763
- children: loadingCircleStyle$4j
13810
+ children: loadingCircleStyle$4k
13764
13811
  }), /*#__PURE__*/React.createElement("svg", _extends({
13765
13812
  xmlns: "http://www.w3.org/2000/svg",
13766
13813
  width: size,
@@ -13792,7 +13839,7 @@ EventSm.defaultProps = {
13792
13839
  size: '1em'
13793
13840
  };
13794
13841
 
13795
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13842
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13796
13843
 
13797
13844
  var EPropertySm = function EPropertySm(props) {
13798
13845
  var color = props.color,
@@ -13807,7 +13854,7 @@ var EPropertySm = function EPropertySm(props) {
13807
13854
  role: "img",
13808
13855
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13809
13856
  }, /*#__PURE__*/React.createElement("style", {
13810
- children: loadingCircleStyle$4k
13857
+ children: loadingCircleStyle$4l
13811
13858
  }), /*#__PURE__*/React.createElement("svg", _extends({
13812
13859
  xmlns: "http://www.w3.org/2000/svg",
13813
13860
  width: size,
@@ -13847,7 +13894,7 @@ EPropertySm.defaultProps = {
13847
13894
  size: '1em'
13848
13895
  };
13849
13896
 
13850
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13897
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13851
13898
 
13852
13899
  var IndicatorSm = function IndicatorSm(props) {
13853
13900
  var color = props.color,
@@ -13862,7 +13909,7 @@ var IndicatorSm = function IndicatorSm(props) {
13862
13909
  role: "img",
13863
13910
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13864
13911
  }, /*#__PURE__*/React.createElement("style", {
13865
- children: loadingCircleStyle$4l
13912
+ children: loadingCircleStyle$4m
13866
13913
  }), /*#__PURE__*/React.createElement("svg", _extends({
13867
13914
  xmlns: "http://www.w3.org/2000/svg",
13868
13915
  width: size,
@@ -13898,7 +13945,7 @@ IndicatorSm.defaultProps = {
13898
13945
  size: '1em'
13899
13946
  };
13900
13947
 
13901
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13948
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13902
13949
 
13903
13950
  var UPropertySm = function UPropertySm(props) {
13904
13951
  var color = props.color,
@@ -13913,7 +13960,7 @@ var UPropertySm = function UPropertySm(props) {
13913
13960
  role: "img",
13914
13961
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13915
13962
  }, /*#__PURE__*/React.createElement("style", {
13916
- children: loadingCircleStyle$4m
13963
+ children: loadingCircleStyle$4n
13917
13964
  }), /*#__PURE__*/React.createElement("svg", _extends({
13918
13965
  xmlns: "http://www.w3.org/2000/svg",
13919
13966
  width: size,
@@ -13951,7 +13998,7 @@ UPropertySm.defaultProps = {
13951
13998
  size: '1em'
13952
13999
  };
13953
14000
 
13954
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14001
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
13955
14002
 
13956
14003
  var UGroupSm = function UGroupSm(props) {
13957
14004
  var color = props.color,
@@ -13966,7 +14013,7 @@ var UGroupSm = function UGroupSm(props) {
13966
14013
  role: "img",
13967
14014
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
13968
14015
  }, /*#__PURE__*/React.createElement("style", {
13969
- children: loadingCircleStyle$4n
14016
+ children: loadingCircleStyle$4o
13970
14017
  }), /*#__PURE__*/React.createElement("svg", _extends({
13971
14018
  xmlns: "http://www.w3.org/2000/svg",
13972
14019
  width: size,
@@ -14012,7 +14059,7 @@ UGroupSm.defaultProps = {
14012
14059
  size: '1em'
14013
14060
  };
14014
14061
 
14015
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14062
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14016
14063
 
14017
14064
  var UTagSm = function UTagSm(props) {
14018
14065
  var color = props.color,
@@ -14027,7 +14074,7 @@ var UTagSm = function UTagSm(props) {
14027
14074
  role: "img",
14028
14075
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14029
14076
  }, /*#__PURE__*/React.createElement("style", {
14030
- children: loadingCircleStyle$4o
14077
+ children: loadingCircleStyle$4p
14031
14078
  }), /*#__PURE__*/React.createElement("svg", _extends({
14032
14079
  xmlns: "http://www.w3.org/2000/svg",
14033
14080
  width: size,
@@ -14063,7 +14110,7 @@ UTagSm.defaultProps = {
14063
14110
  size: '1em'
14064
14111
  };
14065
14112
 
14066
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14113
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14067
14114
 
14068
14115
  var AllGroupSm = function AllGroupSm(props) {
14069
14116
  var color = props.color,
@@ -14078,7 +14125,7 @@ var AllGroupSm = function AllGroupSm(props) {
14078
14125
  role: "img",
14079
14126
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14080
14127
  }, /*#__PURE__*/React.createElement("style", {
14081
- children: loadingCircleStyle$4p
14128
+ children: loadingCircleStyle$4q
14082
14129
  }), /*#__PURE__*/React.createElement("svg", _extends({
14083
14130
  xmlns: "http://www.w3.org/2000/svg",
14084
14131
  width: size,
@@ -14116,7 +14163,7 @@ AllGroupSm.defaultProps = {
14116
14163
  size: '1em'
14117
14164
  };
14118
14165
 
14119
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14166
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14120
14167
 
14121
14168
  var CalendarSm = function CalendarSm(props) {
14122
14169
  var color = props.color,
@@ -14131,7 +14178,7 @@ var CalendarSm = function CalendarSm(props) {
14131
14178
  role: "img",
14132
14179
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14133
14180
  }, /*#__PURE__*/React.createElement("style", {
14134
- children: loadingCircleStyle$4q
14181
+ children: loadingCircleStyle$4r
14135
14182
  }), /*#__PURE__*/React.createElement("svg", _extends({
14136
14183
  xmlns: "http://www.w3.org/2000/svg",
14137
14184
  width: size,
@@ -14163,7 +14210,7 @@ CalendarSm.defaultProps = {
14163
14210
  size: '1em'
14164
14211
  };
14165
14212
 
14166
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14213
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14167
14214
 
14168
14215
  var GroupAddSm = function GroupAddSm(props) {
14169
14216
  var color = props.color,
@@ -14178,7 +14225,7 @@ var GroupAddSm = function GroupAddSm(props) {
14178
14225
  role: "img",
14179
14226
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14180
14227
  }, /*#__PURE__*/React.createElement("style", {
14181
- children: loadingCircleStyle$4r
14228
+ children: loadingCircleStyle$4s
14182
14229
  }), /*#__PURE__*/React.createElement("svg", _extends({
14183
14230
  xmlns: "http://www.w3.org/2000/svg",
14184
14231
  width: size,
@@ -14216,7 +14263,7 @@ GroupAddSm.defaultProps = {
14216
14263
  size: '1em'
14217
14264
  };
14218
14265
 
14219
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14266
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14220
14267
 
14221
14268
  var BooleanSm = function BooleanSm(props) {
14222
14269
  var color = props.color,
@@ -14231,7 +14278,7 @@ var BooleanSm = function BooleanSm(props) {
14231
14278
  role: "img",
14232
14279
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14233
14280
  }, /*#__PURE__*/React.createElement("style", {
14234
- children: loadingCircleStyle$4s
14281
+ children: loadingCircleStyle$4t
14235
14282
  }), /*#__PURE__*/React.createElement("svg", _extends({
14236
14283
  xmlns: "http://www.w3.org/2000/svg",
14237
14284
  width: size,
@@ -14265,7 +14312,7 @@ BooleanSm.defaultProps = {
14265
14312
  size: '1em'
14266
14313
  };
14267
14314
 
14268
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14315
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14269
14316
 
14270
14317
  var ListSm = function ListSm(props) {
14271
14318
  var color = props.color,
@@ -14280,7 +14327,7 @@ var ListSm = function ListSm(props) {
14280
14327
  role: "img",
14281
14328
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14282
14329
  }, /*#__PURE__*/React.createElement("style", {
14283
- children: loadingCircleStyle$4t
14330
+ children: loadingCircleStyle$4u
14284
14331
  }), /*#__PURE__*/React.createElement("svg", _extends({
14285
14332
  xmlns: "http://www.w3.org/2000/svg",
14286
14333
  width: size,
@@ -14322,7 +14369,7 @@ ListSm.defaultProps = {
14322
14369
  size: '1em'
14323
14370
  };
14324
14371
 
14325
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14372
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14326
14373
 
14327
14374
  var ArrayRowsSm = function ArrayRowsSm(props) {
14328
14375
  var color = props.color,
@@ -14337,7 +14384,7 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
14337
14384
  role: "img",
14338
14385
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14339
14386
  }, /*#__PURE__*/React.createElement("style", {
14340
- children: loadingCircleStyle$4u
14387
+ children: loadingCircleStyle$4v
14341
14388
  }), /*#__PURE__*/React.createElement("svg", _extends({
14342
14389
  xmlns: "http://www.w3.org/2000/svg",
14343
14390
  width: size,
@@ -14371,7 +14418,7 @@ ArrayRowsSm.defaultProps = {
14371
14418
  size: '1em'
14372
14419
  };
14373
14420
 
14374
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14421
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14375
14422
 
14376
14423
  var RowsSm = function RowsSm(props) {
14377
14424
  var color = props.color,
@@ -14386,7 +14433,7 @@ var RowsSm = function RowsSm(props) {
14386
14433
  role: "img",
14387
14434
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14388
14435
  }, /*#__PURE__*/React.createElement("style", {
14389
- children: loadingCircleStyle$4v
14436
+ children: loadingCircleStyle$4w
14390
14437
  }), /*#__PURE__*/React.createElement("svg", _extends({
14391
14438
  xmlns: "http://www.w3.org/2000/svg",
14392
14439
  width: size,
@@ -14428,7 +14475,7 @@ RowsSm.defaultProps = {
14428
14475
  size: '1em'
14429
14476
  };
14430
14477
 
14431
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14478
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14432
14479
 
14433
14480
  var VPropertySm = function VPropertySm(props) {
14434
14481
  var color = props.color,
@@ -14443,7 +14490,7 @@ var VPropertySm = function VPropertySm(props) {
14443
14490
  role: "img",
14444
14491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14445
14492
  }, /*#__PURE__*/React.createElement("style", {
14446
- children: loadingCircleStyle$4w
14493
+ children: loadingCircleStyle$4x
14447
14494
  }), /*#__PURE__*/React.createElement("svg", _extends({
14448
14495
  xmlns: "http://www.w3.org/2000/svg",
14449
14496
  width: size,
@@ -14481,7 +14528,7 @@ VPropertySm.defaultProps = {
14481
14528
  size: '1em'
14482
14529
  };
14483
14530
 
14484
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14531
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14485
14532
 
14486
14533
  var StringSm = function StringSm(props) {
14487
14534
  var color = props.color,
@@ -14496,7 +14543,7 @@ var StringSm = function StringSm(props) {
14496
14543
  role: "img",
14497
14544
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14498
14545
  }, /*#__PURE__*/React.createElement("style", {
14499
- children: loadingCircleStyle$4x
14546
+ children: loadingCircleStyle$4y
14500
14547
  }), /*#__PURE__*/React.createElement("svg", _extends({
14501
14548
  xmlns: "http://www.w3.org/2000/svg",
14502
14549
  width: size,
@@ -14530,7 +14577,7 @@ StringSm.defaultProps = {
14530
14577
  size: '1em'
14531
14578
  };
14532
14579
 
14533
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14580
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14534
14581
 
14535
14582
  var NumSm = function NumSm(props) {
14536
14583
  var color = props.color,
@@ -14545,7 +14592,7 @@ var NumSm = function NumSm(props) {
14545
14592
  role: "img",
14546
14593
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14547
14594
  }, /*#__PURE__*/React.createElement("style", {
14548
- children: loadingCircleStyle$4y
14595
+ children: loadingCircleStyle$4z
14549
14596
  }), /*#__PURE__*/React.createElement("svg", _extends({
14550
14597
  xmlns: "http://www.w3.org/2000/svg",
14551
14598
  width: size,
@@ -14579,7 +14626,7 @@ NumSm.defaultProps = {
14579
14626
  size: '1em'
14580
14627
  };
14581
14628
 
14582
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14629
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14583
14630
 
14584
14631
  var TimeSm = function TimeSm(props) {
14585
14632
  var color = props.color,
@@ -14594,7 +14641,7 @@ var TimeSm = function TimeSm(props) {
14594
14641
  role: "img",
14595
14642
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14596
14643
  }, /*#__PURE__*/React.createElement("style", {
14597
- children: loadingCircleStyle$4z
14644
+ children: loadingCircleStyle$4A
14598
14645
  }), /*#__PURE__*/React.createElement("svg", _extends({
14599
14646
  xmlns: "http://www.w3.org/2000/svg",
14600
14647
  width: size,
@@ -14628,7 +14675,7 @@ TimeSm.defaultProps = {
14628
14675
  size: '1em'
14629
14676
  };
14630
14677
 
14631
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14678
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14632
14679
 
14633
14680
  var ArrowLeft = function ArrowLeft(props) {
14634
14681
  var color = props.color,
@@ -14643,7 +14690,7 @@ var ArrowLeft = function ArrowLeft(props) {
14643
14690
  role: "img",
14644
14691
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14645
14692
  }, /*#__PURE__*/React.createElement("style", {
14646
- children: loadingCircleStyle$4A
14693
+ children: loadingCircleStyle$4B
14647
14694
  }), /*#__PURE__*/React.createElement("svg", _extends({
14648
14695
  xmlns: "http://www.w3.org/2000/svg",
14649
14696
  width: size,
@@ -14675,7 +14722,7 @@ ArrowLeft.defaultProps = {
14675
14722
  size: '1em'
14676
14723
  };
14677
14724
 
14678
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14725
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14679
14726
 
14680
14727
  var ArrowRight = function ArrowRight(props) {
14681
14728
  var color = props.color,
@@ -14690,7 +14737,7 @@ var ArrowRight = function ArrowRight(props) {
14690
14737
  role: "img",
14691
14738
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14692
14739
  }, /*#__PURE__*/React.createElement("style", {
14693
- children: loadingCircleStyle$4B
14740
+ children: loadingCircleStyle$4C
14694
14741
  }), /*#__PURE__*/React.createElement("svg", _extends({
14695
14742
  xmlns: "http://www.w3.org/2000/svg",
14696
14743
  width: size,
@@ -14722,7 +14769,7 @@ ArrowRight.defaultProps = {
14722
14769
  size: '1em'
14723
14770
  };
14724
14771
 
14725
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14772
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14726
14773
 
14727
14774
  var ArrowUp = function ArrowUp(props) {
14728
14775
  var color = props.color,
@@ -14737,7 +14784,7 @@ var ArrowUp = function ArrowUp(props) {
14737
14784
  role: "img",
14738
14785
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14739
14786
  }, /*#__PURE__*/React.createElement("style", {
14740
- children: loadingCircleStyle$4C
14787
+ children: loadingCircleStyle$4D
14741
14788
  }), /*#__PURE__*/React.createElement("svg", _extends({
14742
14789
  xmlns: "http://www.w3.org/2000/svg",
14743
14790
  width: size,
@@ -14769,7 +14816,7 @@ ArrowUp.defaultProps = {
14769
14816
  size: '1em'
14770
14817
  };
14771
14818
 
14772
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14819
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14773
14820
 
14774
14821
  var ArrowDown = function ArrowDown(props) {
14775
14822
  var color = props.color,
@@ -14784,7 +14831,7 @@ var ArrowDown = function ArrowDown(props) {
14784
14831
  role: "img",
14785
14832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14786
14833
  }, /*#__PURE__*/React.createElement("style", {
14787
- children: loadingCircleStyle$4D
14834
+ children: loadingCircleStyle$4E
14788
14835
  }), /*#__PURE__*/React.createElement("svg", _extends({
14789
14836
  xmlns: "http://www.w3.org/2000/svg",
14790
14837
  width: size,
@@ -14816,7 +14863,7 @@ ArrowDown.defaultProps = {
14816
14863
  size: '1em'
14817
14864
  };
14818
14865
 
14819
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14866
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14820
14867
 
14821
14868
  var ArrowLeft2 = function ArrowLeft2(props) {
14822
14869
  var color = props.color,
@@ -14831,7 +14878,7 @@ var ArrowLeft2 = function ArrowLeft2(props) {
14831
14878
  role: "img",
14832
14879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14833
14880
  }, /*#__PURE__*/React.createElement("style", {
14834
- children: loadingCircleStyle$4E
14881
+ children: loadingCircleStyle$4F
14835
14882
  }), /*#__PURE__*/React.createElement("svg", _extends({
14836
14883
  xmlns: "http://www.w3.org/2000/svg",
14837
14884
  width: size,
@@ -14863,7 +14910,7 @@ ArrowLeft2.defaultProps = {
14863
14910
  size: '1em'
14864
14911
  };
14865
14912
 
14866
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14913
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14867
14914
 
14868
14915
  var ArrowRight2 = function ArrowRight2(props) {
14869
14916
  var color = props.color,
@@ -14878,7 +14925,7 @@ var ArrowRight2 = function ArrowRight2(props) {
14878
14925
  role: "img",
14879
14926
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14880
14927
  }, /*#__PURE__*/React.createElement("style", {
14881
- children: loadingCircleStyle$4F
14928
+ children: loadingCircleStyle$4G
14882
14929
  }), /*#__PURE__*/React.createElement("svg", _extends({
14883
14930
  xmlns: "http://www.w3.org/2000/svg",
14884
14931
  width: size,
@@ -14910,7 +14957,7 @@ ArrowRight2.defaultProps = {
14910
14957
  size: '1em'
14911
14958
  };
14912
14959
 
14913
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14960
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14914
14961
 
14915
14962
  var ArrowUp2 = function ArrowUp2(props) {
14916
14963
  var color = props.color,
@@ -14925,7 +14972,7 @@ var ArrowUp2 = function ArrowUp2(props) {
14925
14972
  role: "img",
14926
14973
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14927
14974
  }, /*#__PURE__*/React.createElement("style", {
14928
- children: loadingCircleStyle$4G
14975
+ children: loadingCircleStyle$4H
14929
14976
  }), /*#__PURE__*/React.createElement("svg", _extends({
14930
14977
  xmlns: "http://www.w3.org/2000/svg",
14931
14978
  width: size,
@@ -14957,7 +15004,7 @@ ArrowUp2.defaultProps = {
14957
15004
  size: '1em'
14958
15005
  };
14959
15006
 
14960
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15007
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14961
15008
 
14962
15009
  var ArrowDown2 = function ArrowDown2(props) {
14963
15010
  var color = props.color,
@@ -14972,7 +15019,7 @@ var ArrowDown2 = function ArrowDown2(props) {
14972
15019
  role: "img",
14973
15020
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
14974
15021
  }, /*#__PURE__*/React.createElement("style", {
14975
- children: loadingCircleStyle$4H
15022
+ children: loadingCircleStyle$4I
14976
15023
  }), /*#__PURE__*/React.createElement("svg", _extends({
14977
15024
  xmlns: "http://www.w3.org/2000/svg",
14978
15025
  width: size,
@@ -15004,7 +15051,7 @@ ArrowDown2.defaultProps = {
15004
15051
  size: '1em'
15005
15052
  };
15006
15053
 
15007
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15054
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15008
15055
 
15009
15056
  var TriLeft = function TriLeft(props) {
15010
15057
  var color = props.color,
@@ -15019,7 +15066,7 @@ var TriLeft = function TriLeft(props) {
15019
15066
  role: "img",
15020
15067
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15021
15068
  }, /*#__PURE__*/React.createElement("style", {
15022
- children: loadingCircleStyle$4I
15069
+ children: loadingCircleStyle$4J
15023
15070
  }), /*#__PURE__*/React.createElement("svg", _extends({
15024
15071
  xmlns: "http://www.w3.org/2000/svg",
15025
15072
  width: size,
@@ -15051,7 +15098,7 @@ TriLeft.defaultProps = {
15051
15098
  size: '1em'
15052
15099
  };
15053
15100
 
15054
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15101
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15055
15102
 
15056
15103
  var TriRight = function TriRight(props) {
15057
15104
  var color = props.color,
@@ -15066,7 +15113,7 @@ var TriRight = function TriRight(props) {
15066
15113
  role: "img",
15067
15114
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15068
15115
  }, /*#__PURE__*/React.createElement("style", {
15069
- children: loadingCircleStyle$4J
15116
+ children: loadingCircleStyle$4K
15070
15117
  }), /*#__PURE__*/React.createElement("svg", _extends({
15071
15118
  xmlns: "http://www.w3.org/2000/svg",
15072
15119
  width: size,
@@ -15098,7 +15145,7 @@ TriRight.defaultProps = {
15098
15145
  size: '1em'
15099
15146
  };
15100
15147
 
15101
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15148
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15102
15149
 
15103
15150
  var TriUp = function TriUp(props) {
15104
15151
  var color = props.color,
@@ -15113,7 +15160,7 @@ var TriUp = function TriUp(props) {
15113
15160
  role: "img",
15114
15161
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15115
15162
  }, /*#__PURE__*/React.createElement("style", {
15116
- children: loadingCircleStyle$4K
15163
+ children: loadingCircleStyle$4L
15117
15164
  }), /*#__PURE__*/React.createElement("svg", _extends({
15118
15165
  xmlns: "http://www.w3.org/2000/svg",
15119
15166
  width: size,
@@ -15145,7 +15192,7 @@ TriUp.defaultProps = {
15145
15192
  size: '1em'
15146
15193
  };
15147
15194
 
15148
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15195
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15149
15196
 
15150
15197
  var TriDown = function TriDown(props) {
15151
15198
  var color = props.color,
@@ -15160,7 +15207,7 @@ var TriDown = function TriDown(props) {
15160
15207
  role: "img",
15161
15208
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15162
15209
  }, /*#__PURE__*/React.createElement("style", {
15163
- children: loadingCircleStyle$4L
15210
+ children: loadingCircleStyle$4M
15164
15211
  }), /*#__PURE__*/React.createElement("svg", _extends({
15165
15212
  xmlns: "http://www.w3.org/2000/svg",
15166
15213
  width: size,
@@ -15192,7 +15239,7 @@ TriDown.defaultProps = {
15192
15239
  size: '1em'
15193
15240
  };
15194
15241
 
15195
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15242
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15196
15243
 
15197
15244
  var DArrowL = function DArrowL(props) {
15198
15245
  var color = props.color,
@@ -15207,7 +15254,7 @@ var DArrowL = function DArrowL(props) {
15207
15254
  role: "img",
15208
15255
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15209
15256
  }, /*#__PURE__*/React.createElement("style", {
15210
- children: loadingCircleStyle$4M
15257
+ children: loadingCircleStyle$4N
15211
15258
  }), /*#__PURE__*/React.createElement("svg", _extends({
15212
15259
  xmlns: "http://www.w3.org/2000/svg",
15213
15260
  width: size,
@@ -15241,7 +15288,7 @@ DArrowL.defaultProps = {
15241
15288
  size: '1em'
15242
15289
  };
15243
15290
 
15244
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15291
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15245
15292
 
15246
15293
  var DArrowR = function DArrowR(props) {
15247
15294
  var color = props.color,
@@ -15256,7 +15303,7 @@ var DArrowR = function DArrowR(props) {
15256
15303
  role: "img",
15257
15304
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15258
15305
  }, /*#__PURE__*/React.createElement("style", {
15259
- children: loadingCircleStyle$4N
15306
+ children: loadingCircleStyle$4O
15260
15307
  }), /*#__PURE__*/React.createElement("svg", _extends({
15261
15308
  xmlns: "http://www.w3.org/2000/svg",
15262
15309
  width: size,
@@ -15290,7 +15337,7 @@ DArrowR.defaultProps = {
15290
15337
  size: '1em'
15291
15338
  };
15292
15339
 
15293
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15340
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15294
15341
 
15295
15342
  var DArrowT = function DArrowT(props) {
15296
15343
  var color = props.color,
@@ -15305,7 +15352,7 @@ var DArrowT = function DArrowT(props) {
15305
15352
  role: "img",
15306
15353
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15307
15354
  }, /*#__PURE__*/React.createElement("style", {
15308
- children: loadingCircleStyle$4O
15355
+ children: loadingCircleStyle$4P
15309
15356
  }), /*#__PURE__*/React.createElement("svg", _extends({
15310
15357
  xmlns: "http://www.w3.org/2000/svg",
15311
15358
  width: size,
@@ -15339,7 +15386,7 @@ DArrowT.defaultProps = {
15339
15386
  size: '1em'
15340
15387
  };
15341
15388
 
15342
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15389
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15343
15390
 
15344
15391
  var DArrowB = function DArrowB(props) {
15345
15392
  var color = props.color,
@@ -15354,7 +15401,7 @@ var DArrowB = function DArrowB(props) {
15354
15401
  role: "img",
15355
15402
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15356
15403
  }, /*#__PURE__*/React.createElement("style", {
15357
- children: loadingCircleStyle$4P
15404
+ children: loadingCircleStyle$4Q
15358
15405
  }), /*#__PURE__*/React.createElement("svg", _extends({
15359
15406
  xmlns: "http://www.w3.org/2000/svg",
15360
15407
  width: size,
@@ -15388,7 +15435,7 @@ DArrowB.defaultProps = {
15388
15435
  size: '1em'
15389
15436
  };
15390
15437
 
15391
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15438
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15392
15439
 
15393
15440
  var DropDown = function DropDown(props) {
15394
15441
  var color = props.color,
@@ -15403,7 +15450,7 @@ var DropDown = function DropDown(props) {
15403
15450
  role: "img",
15404
15451
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15405
15452
  }, /*#__PURE__*/React.createElement("style", {
15406
- children: loadingCircleStyle$4Q
15453
+ children: loadingCircleStyle$4R
15407
15454
  }), /*#__PURE__*/React.createElement("svg", _extends({
15408
15455
  xmlns: "http://www.w3.org/2000/svg",
15409
15456
  width: size,
@@ -15435,7 +15482,7 @@ DropDown.defaultProps = {
15435
15482
  size: '1em'
15436
15483
  };
15437
15484
 
15438
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15485
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15439
15486
 
15440
15487
  var DropUp = function DropUp(props) {
15441
15488
  var color = props.color,
@@ -15450,7 +15497,7 @@ var DropUp = function DropUp(props) {
15450
15497
  role: "img",
15451
15498
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15452
15499
  }, /*#__PURE__*/React.createElement("style", {
15453
- children: loadingCircleStyle$4R
15500
+ children: loadingCircleStyle$4S
15454
15501
  }), /*#__PURE__*/React.createElement("svg", _extends({
15455
15502
  xmlns: "http://www.w3.org/2000/svg",
15456
15503
  width: size,
@@ -15482,7 +15529,7 @@ DropUp.defaultProps = {
15482
15529
  size: '1em'
15483
15530
  };
15484
15531
 
15485
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15532
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15486
15533
 
15487
15534
  var More1 = function More1(props) {
15488
15535
  var color = props.color,
@@ -15497,7 +15544,7 @@ var More1 = function More1(props) {
15497
15544
  role: "img",
15498
15545
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15499
15546
  }, /*#__PURE__*/React.createElement("style", {
15500
- children: loadingCircleStyle$4S
15547
+ children: loadingCircleStyle$4T
15501
15548
  }), /*#__PURE__*/React.createElement("svg", _extends({
15502
15549
  xmlns: "http://www.w3.org/2000/svg",
15503
15550
  width: size,
@@ -15529,7 +15576,7 @@ More1.defaultProps = {
15529
15576
  size: '1em'
15530
15577
  };
15531
15578
 
15532
- var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15579
+ var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15533
15580
 
15534
15581
  var More2 = function More2(props) {
15535
15582
  var color = props.color,
@@ -15544,7 +15591,7 @@ var More2 = function More2(props) {
15544
15591
  role: "img",
15545
15592
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15546
15593
  }, /*#__PURE__*/React.createElement("style", {
15547
- children: loadingCircleStyle$4T
15594
+ children: loadingCircleStyle$4U
15548
15595
  }), /*#__PURE__*/React.createElement("svg", _extends({
15549
15596
  xmlns: "http://www.w3.org/2000/svg",
15550
15597
  width: size,
@@ -15576,7 +15623,7 @@ More2.defaultProps = {
15576
15623
  size: '1em'
15577
15624
  };
15578
15625
 
15579
- var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15626
+ var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15580
15627
 
15581
15628
  var Drag = function Drag(props) {
15582
15629
  var color = props.color,
@@ -15591,7 +15638,7 @@ var Drag = function Drag(props) {
15591
15638
  role: "img",
15592
15639
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15593
15640
  }, /*#__PURE__*/React.createElement("style", {
15594
- children: loadingCircleStyle$4U
15641
+ children: loadingCircleStyle$4V
15595
15642
  }), /*#__PURE__*/React.createElement("svg", _extends({
15596
15643
  xmlns: "http://www.w3.org/2000/svg",
15597
15644
  width: size,
@@ -15633,7 +15680,7 @@ Drag.defaultProps = {
15633
15680
  size: '1em'
15634
15681
  };
15635
15682
 
15636
- var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15683
+ var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15637
15684
 
15638
15685
  var Grid = function Grid(props) {
15639
15686
  var color = props.color,
@@ -15648,7 +15695,7 @@ var Grid = function Grid(props) {
15648
15695
  role: "img",
15649
15696
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15650
15697
  }, /*#__PURE__*/React.createElement("style", {
15651
- children: loadingCircleStyle$4V
15698
+ children: loadingCircleStyle$4W
15652
15699
  }), /*#__PURE__*/React.createElement("svg", _extends({
15653
15700
  xmlns: "http://www.w3.org/2000/svg",
15654
15701
  width: size,
@@ -15682,7 +15729,7 @@ Grid.defaultProps = {
15682
15729
  size: '1em'
15683
15730
  };
15684
15731
 
15685
- var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15732
+ var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15686
15733
 
15687
15734
  var Drag2 = function Drag2(props) {
15688
15735
  var color = props.color,
@@ -15697,7 +15744,7 @@ var Drag2 = function Drag2(props) {
15697
15744
  role: "img",
15698
15745
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15699
15746
  }, /*#__PURE__*/React.createElement("style", {
15700
- children: loadingCircleStyle$4W
15747
+ children: loadingCircleStyle$4X
15701
15748
  }), /*#__PURE__*/React.createElement("svg", _extends({
15702
15749
  xmlns: "http://www.w3.org/2000/svg",
15703
15750
  width: size,
@@ -15733,7 +15780,7 @@ Drag2.defaultProps = {
15733
15780
  size: '1em'
15734
15781
  };
15735
15782
 
15736
- var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15783
+ var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15737
15784
 
15738
15785
  var External = function External(props) {
15739
15786
  var color = props.color,
@@ -15748,7 +15795,7 @@ var External = function External(props) {
15748
15795
  role: "img",
15749
15796
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15750
15797
  }, /*#__PURE__*/React.createElement("style", {
15751
- children: loadingCircleStyle$4X
15798
+ children: loadingCircleStyle$4Y
15752
15799
  }), /*#__PURE__*/React.createElement("svg", _extends({
15753
15800
  xmlns: "http://www.w3.org/2000/svg",
15754
15801
  width: size,
@@ -15780,7 +15827,7 @@ External.defaultProps = {
15780
15827
  size: '1em'
15781
15828
  };
15782
15829
 
15783
- var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15830
+ var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15784
15831
 
15785
15832
  var DisplayS = function DisplayS(props) {
15786
15833
  var color = props.color,
@@ -15795,7 +15842,7 @@ var DisplayS = function DisplayS(props) {
15795
15842
  role: "img",
15796
15843
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15797
15844
  }, /*#__PURE__*/React.createElement("style", {
15798
- children: loadingCircleStyle$4Y
15845
+ children: loadingCircleStyle$4Z
15799
15846
  }), /*#__PURE__*/React.createElement("svg", _extends({
15800
15847
  xmlns: "http://www.w3.org/2000/svg",
15801
15848
  width: size,
@@ -15829,7 +15876,7 @@ DisplayS.defaultProps = {
15829
15876
  size: '1em'
15830
15877
  };
15831
15878
 
15832
- var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15879
+ var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15833
15880
 
15834
15881
  var Share = function Share(props) {
15835
15882
  var color = props.color,
@@ -15844,7 +15891,7 @@ var Share = function Share(props) {
15844
15891
  role: "img",
15845
15892
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15846
15893
  }, /*#__PURE__*/React.createElement("style", {
15847
- children: loadingCircleStyle$4Z
15894
+ children: loadingCircleStyle$4_
15848
15895
  }), /*#__PURE__*/React.createElement("svg", _extends({
15849
15896
  xmlns: "http://www.w3.org/2000/svg",
15850
15897
  width: size,
@@ -15876,160 +15923,6 @@ Share.defaultProps = {
15876
15923
  size: '1em'
15877
15924
  };
15878
15925
 
15879
- var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15880
-
15881
- var Picture2 = function Picture2(props) {
15882
- var color = props.color,
15883
- size = props.size,
15884
- spin = props.spin,
15885
- style = props.style,
15886
- className = props.className,
15887
- iconClassName = props.iconClassName,
15888
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
15889
-
15890
- return /*#__PURE__*/React.createElement("span", {
15891
- role: "img",
15892
- className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15893
- }, /*#__PURE__*/React.createElement("style", {
15894
- children: loadingCircleStyle$4_
15895
- }), /*#__PURE__*/React.createElement("svg", _extends({
15896
- xmlns: "http://www.w3.org/2000/svg",
15897
- width: size,
15898
- height: size,
15899
- viewBox: "0 0 24 24",
15900
- fill: color
15901
- }, otherProps, {
15902
- className: iconClassName,
15903
- style: _objectSpread2(_objectSpread2({}, style), spin ? {
15904
- animationDuration: '1s',
15905
- animationIterationCount: 'infinite',
15906
- animationName: 'loadingCircle',
15907
- animationTimingFunction: 'linear'
15908
- } : {})
15909
- }), /*#__PURE__*/React.createElement("circle", {
15910
- cx: "10",
15911
- cy: "10",
15912
- r: "10"
15913
- }), /*#__PURE__*/React.createElement("mask", {
15914
- id: "a",
15915
- style: "mask-type:alpha",
15916
- maskUnits: "userSpaceOnUse",
15917
- x: "0",
15918
- y: "0",
15919
- width: "20",
15920
- height: "20"
15921
- }, /*#__PURE__*/React.createElement("circle", {
15922
- cx: "10",
15923
- cy: "10",
15924
- r: "10"
15925
- })), /*#__PURE__*/React.createElement("g", {
15926
- mask: "url(#a)"
15927
- }, /*#__PURE__*/React.createElement("rect", {
15928
- opacity: ".4",
15929
- x: "4.375",
15930
- y: "5.625",
15931
- width: "13.125",
15932
- height: "13.125",
15933
- rx: "2"
15934
- }), /*#__PURE__*/React.createElement("rect", {
15935
- x: "1.875",
15936
- y: "8.125",
15937
- width: "13.125",
15938
- height: "13.125",
15939
- rx: "2"
15940
- })), /*#__PURE__*/React.createElement("circle", {
15941
- cx: "5.156",
15942
- cy: "12.031",
15943
- r: ".781"
15944
- }), /*#__PURE__*/React.createElement("circle", {
15945
- cx: "10.781",
15946
- cy: "12.031",
15947
- r: ".781"
15948
- }), /*#__PURE__*/React.createElement("path", {
15949
- d: "M5.993 14.662a.5.5 0 00-.736.676l.736-.676zm5.013.661a.5.5 0 10-.762-.646l.762.646zm-5.75.015c.484.526 1.345 1.166 2.384 1.357 1.083.198 2.295-.108 3.366-1.372l-.762-.646c-.849 1-1.704 1.166-2.424 1.034-.764-.14-1.443-.632-1.827-1.05l-.736.677z"
15950
- })));
15951
- };
15952
-
15953
- Picture2.propTypes = {
15954
- iconClassName: PropTypes.string,
15955
- spin: PropTypes.bool,
15956
- color: PropTypes.string,
15957
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
15958
- };
15959
- Picture2.defaultProps = {
15960
- spin: false,
15961
- color: 'currentColor',
15962
- size: '1em'
15963
- };
15964
-
15965
- var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15966
-
15967
- var Picture1 = function Picture1(props) {
15968
- var color = props.color,
15969
- size = props.size,
15970
- spin = props.spin,
15971
- style = props.style,
15972
- className = props.className,
15973
- iconClassName = props.iconClassName,
15974
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style", "className", "iconClassName"]);
15975
-
15976
- return /*#__PURE__*/React.createElement("span", {
15977
- role: "img",
15978
- className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
15979
- }, /*#__PURE__*/React.createElement("style", {
15980
- children: loadingCircleStyle$4$
15981
- }), /*#__PURE__*/React.createElement("svg", _extends({
15982
- xmlns: "http://www.w3.org/2000/svg",
15983
- width: size,
15984
- height: size,
15985
- viewBox: "0 0 24 24",
15986
- fill: color
15987
- }, otherProps, {
15988
- className: iconClassName,
15989
- style: _objectSpread2(_objectSpread2({}, style), spin ? {
15990
- animationDuration: '1s',
15991
- animationIterationCount: 'infinite',
15992
- animationName: 'loadingCircle',
15993
- animationTimingFunction: 'linear'
15994
- } : {})
15995
- }), /*#__PURE__*/React.createElement("circle", {
15996
- cx: "10",
15997
- cy: "10",
15998
- r: "10"
15999
- }), /*#__PURE__*/React.createElement("mask", {
16000
- id: "a",
16001
- style: "mask-type:alpha",
16002
- maskUnits: "userSpaceOnUse",
16003
- x: "0",
16004
- y: "0",
16005
- width: "20",
16006
- height: "20"
16007
- }, /*#__PURE__*/React.createElement("circle", {
16008
- cx: "10",
16009
- cy: "10",
16010
- r: "10"
16011
- })), /*#__PURE__*/React.createElement("g", {
16012
- mask: "url(#a)"
16013
- }, /*#__PURE__*/React.createElement("path", {
16014
- opacity: ".4",
16015
- d: "M8.947 15.427L4.5 12.673a1 1 0 010-1.7l4.448-2.754a2 2 0 012.106 0l4.448 2.754a1 1 0 010 1.7l-4.448 2.754a2 2 0 01-2.106 0z"
16016
- }), /*#__PURE__*/React.createElement("path", {
16017
- d: "M8.947 12.235L4.5 9.481a1 1 0 010-1.7l4.448-2.754a2 2 0 012.106 0L15.5 7.78a1 1 0 010 1.7l-4.448 2.754a2 2 0 01-2.106 0z"
16018
- }))));
16019
- };
16020
-
16021
- Picture1.propTypes = {
16022
- iconClassName: PropTypes.string,
16023
- spin: PropTypes.bool,
16024
- color: PropTypes.string,
16025
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16026
- };
16027
- Picture1.defaultProps = {
16028
- spin: false,
16029
- color: 'currentColor',
16030
- size: '1em'
16031
- };
16032
-
16033
15926
  exports.TaAdd1 = Add1;
16034
15927
  exports.TaAdd2 = Add2;
16035
15928
  exports.TaAdd3 = Add3;
@@ -16192,6 +16085,7 @@ exports.TaInstall = Install;
16192
16085
  exports.TaLandscape = Landscape;
16193
16086
  exports.TaLanguage = Language;
16194
16087
  exports.TaLink = Link;
16088
+ exports.TaLink2 = Link2;
16195
16089
  exports.TaList = List;
16196
16090
  exports.TaListNested = ListNested;
16197
16091
  exports.TaListSm = ListSm;
@@ -16252,8 +16146,6 @@ exports.TaParameter = Parameter;
16252
16146
  exports.TaPassword = Password;
16253
16147
  exports.TaPattern = Pattern;
16254
16148
  exports.TaPauseCircle = PauseCircle;
16255
- exports.TaPicture1 = Picture1;
16256
- exports.TaPicture2 = Picture2;
16257
16149
  exports.TaPlay = Play;
16258
16150
  exports.TaPlayCircle = PlayCircle;
16259
16151
  exports.TaPlug = Plug;