@tant/icons 1.3.26 → 1.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16311,7 +16311,7 @@ Branch.defaultProps = {
16311
16311
 
16312
16312
  var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName"];
16313
16313
  var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16314
- var Report = function Report(props) {
16314
+ var Validate = function Validate(props) {
16315
16315
  var color = props.color,
16316
16316
  size = props.size,
16317
16317
  spin = props.spin,
@@ -16343,16 +16343,20 @@ var Report = function Report(props) {
16343
16343
  height: "24",
16344
16344
  xmlns: "http://www.w3.org/2000/svg"
16345
16345
  }, /*#__PURE__*/React.createElement("path", {
16346
- 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"
16346
+ d: "M12.587 10.644l-3.103-3-4.14 3.602 1.312 1.508 2.757-2.398 3.103 3 4.14-3.602-1.312-1.508-2.757 2.398z"
16347
+ }), /*#__PURE__*/React.createElement("path", {
16348
+ fillRule: "evenodd",
16349
+ clipRule: "evenodd",
16350
+ d: "M22.314 20.899l-4.283-4.282A8.96 8.96 0 0020 11c0-4.968-4.032-9-9-9s-9 4.032-9 9 4.032 9 9 9a8.96 8.96 0 005.617-1.969l4.282 4.283 1.415-1.415zM18 11a6.977 6.977 0 01-1.975 4.875l-.15.15A6.977 6.977 0 0111 18c-3.868 0-7-3.133-7-7 0-3.868 3.132-7 7-7 3.867 0 7 3.132 7 7z"
16347
16351
  }))));
16348
16352
  };
16349
- Report.propTypes = {
16353
+ Validate.propTypes = {
16350
16354
  iconClassName: PropTypes.string,
16351
16355
  spin: PropTypes.bool,
16352
16356
  color: PropTypes.string,
16353
16357
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16354
16358
  };
16355
- Report.defaultProps = {
16359
+ Validate.defaultProps = {
16356
16360
  spin: false,
16357
16361
  color: 'currentColor',
16358
16362
  size: '1em'
@@ -16360,7 +16364,7 @@ Report.defaultProps = {
16360
16364
 
16361
16365
  var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName"];
16362
16366
  var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16363
- var ReportRemoval = function ReportRemoval(props) {
16367
+ var MagicWand = function MagicWand(props) {
16364
16368
  var color = props.color,
16365
16369
  size = props.size,
16366
16370
  spin = props.spin,
@@ -16391,6 +16395,104 @@ var ReportRemoval = function ReportRemoval(props) {
16391
16395
  width: "24",
16392
16396
  height: "24",
16393
16397
  xmlns: "http://www.w3.org/2000/svg"
16398
+ }, /*#__PURE__*/React.createElement("path", {
16399
+ d: "M15.241 9.76c-.452-.429-.743-1-.824-1.618l-.42-3.216-2.848 1.55a2.712 2.712 0 01-1.795.285l-3.188-.595.595 3.188a2.712 2.712 0 01-.285 1.795l-1.55 2.848 3.216.42c.618.08 1.189.372 1.617.824l2.23 2.355 1.394-2.929a2.712 2.712 0 011.283-1.284l2.93-1.394L15.24 9.76zm.026 5.803l-2.308 4.851a.626.626 0 01-1.02.162l-3.695-3.9a.626.626 0 00-.372-.19l-5.328-.697a.625.625 0 01-.468-.92l2.568-4.719a.626.626 0 00.065-.413l-.984-5.282a.626.626 0 01.73-.73l5.282.984a.626.626 0 00.413-.065l4.72-2.568a.625.625 0 01.919.47l.697 5.326a.626.626 0 00.19.372l3.9 3.695a.625.625 0 01-.162 1.02l-4.85 2.308a.626.626 0 00-.297.296zm.832 2.01l1.475-1.474L22 20.524 20.524 22l-4.425-4.426z"
16400
+ }))));
16401
+ };
16402
+ MagicWand.propTypes = {
16403
+ iconClassName: PropTypes.string,
16404
+ spin: PropTypes.bool,
16405
+ color: PropTypes.string,
16406
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16407
+ };
16408
+ MagicWand.defaultProps = {
16409
+ spin: false,
16410
+ color: 'currentColor',
16411
+ size: '1em'
16412
+ };
16413
+
16414
+ var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
16415
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16416
+ var Report = function Report(props) {
16417
+ var color = props.color,
16418
+ size = props.size,
16419
+ spin = props.spin,
16420
+ style = props.style,
16421
+ className = props.className,
16422
+ iconClassName = props.iconClassName,
16423
+ otherProps = _objectWithoutProperties(props, _excluded$4K);
16424
+ return /*#__PURE__*/React.createElement("span", {
16425
+ role: "img",
16426
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16427
+ }, /*#__PURE__*/React.createElement("style", {
16428
+ children: loadingCircleStyle$4K
16429
+ }), /*#__PURE__*/React.createElement("svg", _extends({
16430
+ xmlns: "http://www.w3.org/2000/svg",
16431
+ width: size,
16432
+ height: size,
16433
+ viewBox: "0 0 24 24",
16434
+ fill: color
16435
+ }, otherProps, {
16436
+ className: iconClassName,
16437
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
16438
+ animationDuration: '1s',
16439
+ animationIterationCount: 'infinite',
16440
+ animationName: 'loadingCircle',
16441
+ animationTimingFunction: 'linear'
16442
+ } : {})
16443
+ }), /*#__PURE__*/React.createElement("svg", {
16444
+ width: "24",
16445
+ height: "24",
16446
+ xmlns: "http://www.w3.org/2000/svg"
16447
+ }, /*#__PURE__*/React.createElement("path", {
16448
+ 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"
16449
+ }))));
16450
+ };
16451
+ Report.propTypes = {
16452
+ iconClassName: PropTypes.string,
16453
+ spin: PropTypes.bool,
16454
+ color: PropTypes.string,
16455
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16456
+ };
16457
+ Report.defaultProps = {
16458
+ spin: false,
16459
+ color: 'currentColor',
16460
+ size: '1em'
16461
+ };
16462
+
16463
+ var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
16464
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16465
+ var ReportRemoval = function ReportRemoval(props) {
16466
+ var color = props.color,
16467
+ size = props.size,
16468
+ spin = props.spin,
16469
+ style = props.style,
16470
+ className = props.className,
16471
+ iconClassName = props.iconClassName,
16472
+ otherProps = _objectWithoutProperties(props, _excluded$4L);
16473
+ return /*#__PURE__*/React.createElement("span", {
16474
+ role: "img",
16475
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16476
+ }, /*#__PURE__*/React.createElement("style", {
16477
+ children: loadingCircleStyle$4L
16478
+ }), /*#__PURE__*/React.createElement("svg", _extends({
16479
+ xmlns: "http://www.w3.org/2000/svg",
16480
+ width: size,
16481
+ height: size,
16482
+ viewBox: "0 0 24 24",
16483
+ fill: color
16484
+ }, otherProps, {
16485
+ className: iconClassName,
16486
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
16487
+ animationDuration: '1s',
16488
+ animationIterationCount: 'infinite',
16489
+ animationName: 'loadingCircle',
16490
+ animationTimingFunction: 'linear'
16491
+ } : {})
16492
+ }), /*#__PURE__*/React.createElement("svg", {
16493
+ width: "24",
16494
+ height: "24",
16495
+ xmlns: "http://www.w3.org/2000/svg"
16394
16496
  }, /*#__PURE__*/React.createElement("path", {
16395
16497
  d: "M7 13h2v4H7v-4z"
16396
16498
  }), /*#__PURE__*/React.createElement("path", {
@@ -16415,8 +16517,8 @@ ReportRemoval.defaultProps = {
16415
16517
  size: '1em'
16416
16518
  };
16417
16519
 
16418
- var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
16419
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16520
+ var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
16521
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16420
16522
  var FileAdd = function FileAdd(props) {
16421
16523
  var color = props.color,
16422
16524
  size = props.size,
@@ -16424,12 +16526,12 @@ var FileAdd = function FileAdd(props) {
16424
16526
  style = props.style,
16425
16527
  className = props.className,
16426
16528
  iconClassName = props.iconClassName,
16427
- otherProps = _objectWithoutProperties(props, _excluded$4K);
16529
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
16428
16530
  return /*#__PURE__*/React.createElement("span", {
16429
16531
  role: "img",
16430
16532
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16431
16533
  }, /*#__PURE__*/React.createElement("style", {
16432
- children: loadingCircleStyle$4K
16534
+ children: loadingCircleStyle$4M
16433
16535
  }), /*#__PURE__*/React.createElement("svg", _extends({
16434
16536
  xmlns: "http://www.w3.org/2000/svg",
16435
16537
  width: size,
@@ -16464,8 +16566,8 @@ FileAdd.defaultProps = {
16464
16566
  size: '1em'
16465
16567
  };
16466
16568
 
16467
- var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
16468
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16569
+ var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
16570
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16469
16571
  var FileRemove = function FileRemove(props) {
16470
16572
  var color = props.color,
16471
16573
  size = props.size,
@@ -16473,12 +16575,12 @@ var FileRemove = function FileRemove(props) {
16473
16575
  style = props.style,
16474
16576
  className = props.className,
16475
16577
  iconClassName = props.iconClassName,
16476
- otherProps = _objectWithoutProperties(props, _excluded$4L);
16578
+ otherProps = _objectWithoutProperties(props, _excluded$4N);
16477
16579
  return /*#__PURE__*/React.createElement("span", {
16478
16580
  role: "img",
16479
16581
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16480
16582
  }, /*#__PURE__*/React.createElement("style", {
16481
- children: loadingCircleStyle$4L
16583
+ children: loadingCircleStyle$4N
16482
16584
  }), /*#__PURE__*/React.createElement("svg", _extends({
16483
16585
  xmlns: "http://www.w3.org/2000/svg",
16484
16586
  width: size,
@@ -16515,8 +16617,8 @@ FileRemove.defaultProps = {
16515
16617
  size: '1em'
16516
16618
  };
16517
16619
 
16518
- var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
16519
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16620
+ var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
16621
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16520
16622
  var FileExport = function FileExport(props) {
16521
16623
  var color = props.color,
16522
16624
  size = props.size,
@@ -16524,12 +16626,12 @@ var FileExport = function FileExport(props) {
16524
16626
  style = props.style,
16525
16627
  className = props.className,
16526
16628
  iconClassName = props.iconClassName,
16527
- otherProps = _objectWithoutProperties(props, _excluded$4M);
16629
+ otherProps = _objectWithoutProperties(props, _excluded$4O);
16528
16630
  return /*#__PURE__*/React.createElement("span", {
16529
16631
  role: "img",
16530
16632
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16531
16633
  }, /*#__PURE__*/React.createElement("style", {
16532
- children: loadingCircleStyle$4M
16634
+ children: loadingCircleStyle$4O
16533
16635
  }), /*#__PURE__*/React.createElement("svg", _extends({
16534
16636
  xmlns: "http://www.w3.org/2000/svg",
16535
16637
  width: size,
@@ -16564,8 +16666,8 @@ FileExport.defaultProps = {
16564
16666
  size: '1em'
16565
16667
  };
16566
16668
 
16567
- var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
16568
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16669
+ var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
16670
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16569
16671
  var FileMove = function FileMove(props) {
16570
16672
  var color = props.color,
16571
16673
  size = props.size,
@@ -16573,12 +16675,12 @@ var FileMove = function FileMove(props) {
16573
16675
  style = props.style,
16574
16676
  className = props.className,
16575
16677
  iconClassName = props.iconClassName,
16576
- otherProps = _objectWithoutProperties(props, _excluded$4N);
16678
+ otherProps = _objectWithoutProperties(props, _excluded$4P);
16577
16679
  return /*#__PURE__*/React.createElement("span", {
16578
16680
  role: "img",
16579
16681
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16580
16682
  }, /*#__PURE__*/React.createElement("style", {
16581
- children: loadingCircleStyle$4N
16683
+ children: loadingCircleStyle$4P
16582
16684
  }), /*#__PURE__*/React.createElement("svg", _extends({
16583
16685
  xmlns: "http://www.w3.org/2000/svg",
16584
16686
  width: size,
@@ -16613,8 +16715,8 @@ FileMove.defaultProps = {
16613
16715
  size: '1em'
16614
16716
  };
16615
16717
 
16616
- var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
16617
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16718
+ var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
16719
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16618
16720
  var FileImport = function FileImport(props) {
16619
16721
  var color = props.color,
16620
16722
  size = props.size,
@@ -16622,12 +16724,12 @@ var FileImport = function FileImport(props) {
16622
16724
  style = props.style,
16623
16725
  className = props.className,
16624
16726
  iconClassName = props.iconClassName,
16625
- otherProps = _objectWithoutProperties(props, _excluded$4O);
16727
+ otherProps = _objectWithoutProperties(props, _excluded$4Q);
16626
16728
  return /*#__PURE__*/React.createElement("span", {
16627
16729
  role: "img",
16628
16730
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16629
16731
  }, /*#__PURE__*/React.createElement("style", {
16630
- children: loadingCircleStyle$4O
16732
+ children: loadingCircleStyle$4Q
16631
16733
  }), /*#__PURE__*/React.createElement("svg", _extends({
16632
16734
  xmlns: "http://www.w3.org/2000/svg",
16633
16735
  width: size,
@@ -16662,8 +16764,8 @@ FileImport.defaultProps = {
16662
16764
  size: '1em'
16663
16765
  };
16664
16766
 
16665
- var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
16666
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16767
+ var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
16768
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16667
16769
  var FileInfo = function FileInfo(props) {
16668
16770
  var color = props.color,
16669
16771
  size = props.size,
@@ -16671,12 +16773,12 @@ var FileInfo = function FileInfo(props) {
16671
16773
  style = props.style,
16672
16774
  className = props.className,
16673
16775
  iconClassName = props.iconClassName,
16674
- otherProps = _objectWithoutProperties(props, _excluded$4P);
16776
+ otherProps = _objectWithoutProperties(props, _excluded$4R);
16675
16777
  return /*#__PURE__*/React.createElement("span", {
16676
16778
  role: "img",
16677
16779
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16678
16780
  }, /*#__PURE__*/React.createElement("style", {
16679
- children: loadingCircleStyle$4P
16781
+ children: loadingCircleStyle$4R
16680
16782
  }), /*#__PURE__*/React.createElement("svg", _extends({
16681
16783
  xmlns: "http://www.w3.org/2000/svg",
16682
16784
  width: size,
@@ -16711,8 +16813,8 @@ FileInfo.defaultProps = {
16711
16813
  size: '1em'
16712
16814
  };
16713
16815
 
16714
- var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
16715
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16816
+ var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
16817
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16716
16818
  var FileConvert = function FileConvert(props) {
16717
16819
  var color = props.color,
16718
16820
  size = props.size,
@@ -16720,12 +16822,12 @@ var FileConvert = function FileConvert(props) {
16720
16822
  style = props.style,
16721
16823
  className = props.className,
16722
16824
  iconClassName = props.iconClassName,
16723
- otherProps = _objectWithoutProperties(props, _excluded$4Q);
16825
+ otherProps = _objectWithoutProperties(props, _excluded$4S);
16724
16826
  return /*#__PURE__*/React.createElement("span", {
16725
16827
  role: "img",
16726
16828
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16727
16829
  }, /*#__PURE__*/React.createElement("style", {
16728
- children: loadingCircleStyle$4Q
16830
+ children: loadingCircleStyle$4S
16729
16831
  }), /*#__PURE__*/React.createElement("svg", _extends({
16730
16832
  xmlns: "http://www.w3.org/2000/svg",
16731
16833
  width: size,
@@ -16766,8 +16868,8 @@ FileConvert.defaultProps = {
16766
16868
  size: '1em'
16767
16869
  };
16768
16870
 
16769
- var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
16770
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16871
+ var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
16872
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16771
16873
  var AssetConvert = function AssetConvert(props) {
16772
16874
  var color = props.color,
16773
16875
  size = props.size,
@@ -16775,12 +16877,12 @@ var AssetConvert = function AssetConvert(props) {
16775
16877
  style = props.style,
16776
16878
  className = props.className,
16777
16879
  iconClassName = props.iconClassName,
16778
- otherProps = _objectWithoutProperties(props, _excluded$4R);
16880
+ otherProps = _objectWithoutProperties(props, _excluded$4T);
16779
16881
  return /*#__PURE__*/React.createElement("span", {
16780
16882
  role: "img",
16781
16883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16782
16884
  }, /*#__PURE__*/React.createElement("style", {
16783
- children: loadingCircleStyle$4R
16885
+ children: loadingCircleStyle$4T
16784
16886
  }), /*#__PURE__*/React.createElement("svg", _extends({
16785
16887
  xmlns: "http://www.w3.org/2000/svg",
16786
16888
  width: size,
@@ -16821,8 +16923,8 @@ AssetConvert.defaultProps = {
16821
16923
  size: '1em'
16822
16924
  };
16823
16925
 
16824
- var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
16825
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16926
+ var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
16927
+ var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16826
16928
  var FileLock = function FileLock(props) {
16827
16929
  var color = props.color,
16828
16930
  size = props.size,
@@ -16830,12 +16932,12 @@ var FileLock = function FileLock(props) {
16830
16932
  style = props.style,
16831
16933
  className = props.className,
16832
16934
  iconClassName = props.iconClassName,
16833
- otherProps = _objectWithoutProperties(props, _excluded$4S);
16935
+ otherProps = _objectWithoutProperties(props, _excluded$4U);
16834
16936
  return /*#__PURE__*/React.createElement("span", {
16835
16937
  role: "img",
16836
16938
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16837
16939
  }, /*#__PURE__*/React.createElement("style", {
16838
- children: loadingCircleStyle$4S
16940
+ children: loadingCircleStyle$4U
16839
16941
  }), /*#__PURE__*/React.createElement("svg", _extends({
16840
16942
  xmlns: "http://www.w3.org/2000/svg",
16841
16943
  width: size,
@@ -16870,8 +16972,8 @@ FileLock.defaultProps = {
16870
16972
  size: '1em'
16871
16973
  };
16872
16974
 
16873
- var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
16874
- var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16975
+ var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
16976
+ var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16875
16977
  var FilePdf = function FilePdf(props) {
16876
16978
  var color = props.color,
16877
16979
  size = props.size,
@@ -16879,12 +16981,12 @@ var FilePdf = function FilePdf(props) {
16879
16981
  style = props.style,
16880
16982
  className = props.className,
16881
16983
  iconClassName = props.iconClassName,
16882
- otherProps = _objectWithoutProperties(props, _excluded$4T);
16984
+ otherProps = _objectWithoutProperties(props, _excluded$4V);
16883
16985
  return /*#__PURE__*/React.createElement("span", {
16884
16986
  role: "img",
16885
16987
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16886
16988
  }, /*#__PURE__*/React.createElement("style", {
16887
- children: loadingCircleStyle$4T
16989
+ children: loadingCircleStyle$4V
16888
16990
  }), /*#__PURE__*/React.createElement("svg", _extends({
16889
16991
  xmlns: "http://www.w3.org/2000/svg",
16890
16992
  width: size,
@@ -16919,8 +17021,8 @@ FilePdf.defaultProps = {
16919
17021
  size: '1em'
16920
17022
  };
16921
17023
 
16922
- var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
16923
- var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17024
+ var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
17025
+ var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16924
17026
  var Detail = function Detail(props) {
16925
17027
  var color = props.color,
16926
17028
  size = props.size,
@@ -16928,12 +17030,12 @@ var Detail = function Detail(props) {
16928
17030
  style = props.style,
16929
17031
  className = props.className,
16930
17032
  iconClassName = props.iconClassName,
16931
- otherProps = _objectWithoutProperties(props, _excluded$4U);
17033
+ otherProps = _objectWithoutProperties(props, _excluded$4W);
16932
17034
  return /*#__PURE__*/React.createElement("span", {
16933
17035
  role: "img",
16934
17036
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16935
17037
  }, /*#__PURE__*/React.createElement("style", {
16936
- children: loadingCircleStyle$4U
17038
+ children: loadingCircleStyle$4W
16937
17039
  }), /*#__PURE__*/React.createElement("svg", _extends({
16938
17040
  xmlns: "http://www.w3.org/2000/svg",
16939
17041
  width: size,
@@ -16968,8 +17070,8 @@ Detail.defaultProps = {
16968
17070
  size: '1em'
16969
17071
  };
16970
17072
 
16971
- var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
16972
- var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17073
+ var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
17074
+ var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16973
17075
  var MessageCenter = function MessageCenter(props) {
16974
17076
  var color = props.color,
16975
17077
  size = props.size,
@@ -16977,12 +17079,12 @@ var MessageCenter = function MessageCenter(props) {
16977
17079
  style = props.style,
16978
17080
  className = props.className,
16979
17081
  iconClassName = props.iconClassName,
16980
- otherProps = _objectWithoutProperties(props, _excluded$4V);
17082
+ otherProps = _objectWithoutProperties(props, _excluded$4X);
16981
17083
  return /*#__PURE__*/React.createElement("span", {
16982
17084
  role: "img",
16983
17085
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16984
17086
  }, /*#__PURE__*/React.createElement("style", {
16985
- children: loadingCircleStyle$4V
17087
+ children: loadingCircleStyle$4X
16986
17088
  }), /*#__PURE__*/React.createElement("svg", _extends({
16987
17089
  xmlns: "http://www.w3.org/2000/svg",
16988
17090
  width: size,
@@ -17025,8 +17127,8 @@ MessageCenter.defaultProps = {
17025
17127
  size: '1em'
17026
17128
  };
17027
17129
 
17028
- var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
17029
- var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17130
+ var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
17131
+ var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17030
17132
  var SystemMsg = function SystemMsg(props) {
17031
17133
  var color = props.color,
17032
17134
  size = props.size,
@@ -17034,12 +17136,12 @@ var SystemMsg = function SystemMsg(props) {
17034
17136
  style = props.style,
17035
17137
  className = props.className,
17036
17138
  iconClassName = props.iconClassName,
17037
- otherProps = _objectWithoutProperties(props, _excluded$4W);
17139
+ otherProps = _objectWithoutProperties(props, _excluded$4Y);
17038
17140
  return /*#__PURE__*/React.createElement("span", {
17039
17141
  role: "img",
17040
17142
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17041
17143
  }, /*#__PURE__*/React.createElement("style", {
17042
- children: loadingCircleStyle$4W
17144
+ children: loadingCircleStyle$4Y
17043
17145
  }), /*#__PURE__*/React.createElement("svg", _extends({
17044
17146
  xmlns: "http://www.w3.org/2000/svg",
17045
17147
  width: size,
@@ -17080,8 +17182,8 @@ SystemMsg.defaultProps = {
17080
17182
  size: '1em'
17081
17183
  };
17082
17184
 
17083
- var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
17084
- var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17185
+ var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
17186
+ var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17085
17187
  var Comment = function Comment(props) {
17086
17188
  var color = props.color,
17087
17189
  size = props.size,
@@ -17089,12 +17191,12 @@ var Comment = function Comment(props) {
17089
17191
  style = props.style,
17090
17192
  className = props.className,
17091
17193
  iconClassName = props.iconClassName,
17092
- otherProps = _objectWithoutProperties(props, _excluded$4X);
17194
+ otherProps = _objectWithoutProperties(props, _excluded$4Z);
17093
17195
  return /*#__PURE__*/React.createElement("span", {
17094
17196
  role: "img",
17095
17197
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17096
17198
  }, /*#__PURE__*/React.createElement("style", {
17097
- children: loadingCircleStyle$4X
17199
+ children: loadingCircleStyle$4Z
17098
17200
  }), /*#__PURE__*/React.createElement("svg", _extends({
17099
17201
  xmlns: "http://www.w3.org/2000/svg",
17100
17202
  width: size,
@@ -17133,8 +17235,8 @@ Comment.defaultProps = {
17133
17235
  size: '1em'
17134
17236
  };
17135
17237
 
17136
- var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
17137
- var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17238
+ var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
17239
+ var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17138
17240
  var Book = function Book(props) {
17139
17241
  var color = props.color,
17140
17242
  size = props.size,
@@ -17142,12 +17244,12 @@ var Book = function Book(props) {
17142
17244
  style = props.style,
17143
17245
  className = props.className,
17144
17246
  iconClassName = props.iconClassName,
17145
- otherProps = _objectWithoutProperties(props, _excluded$4Y);
17247
+ otherProps = _objectWithoutProperties(props, _excluded$4_);
17146
17248
  return /*#__PURE__*/React.createElement("span", {
17147
17249
  role: "img",
17148
17250
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17149
17251
  }, /*#__PURE__*/React.createElement("style", {
17150
- children: loadingCircleStyle$4Y
17252
+ children: loadingCircleStyle$4_
17151
17253
  }), /*#__PURE__*/React.createElement("svg", _extends({
17152
17254
  xmlns: "http://www.w3.org/2000/svg",
17153
17255
  width: size,
@@ -17182,8 +17284,8 @@ Book.defaultProps = {
17182
17284
  size: '1em'
17183
17285
  };
17184
17286
 
17185
- var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
17186
- var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17287
+ var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
17288
+ var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17187
17289
  var Book2 = function Book2(props) {
17188
17290
  var color = props.color,
17189
17291
  size = props.size,
@@ -17191,12 +17293,12 @@ var Book2 = function Book2(props) {
17191
17293
  style = props.style,
17192
17294
  className = props.className,
17193
17295
  iconClassName = props.iconClassName,
17194
- otherProps = _objectWithoutProperties(props, _excluded$4Z);
17296
+ otherProps = _objectWithoutProperties(props, _excluded$4$);
17195
17297
  return /*#__PURE__*/React.createElement("span", {
17196
17298
  role: "img",
17197
17299
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17198
17300
  }, /*#__PURE__*/React.createElement("style", {
17199
- children: loadingCircleStyle$4Z
17301
+ children: loadingCircleStyle$4$
17200
17302
  }), /*#__PURE__*/React.createElement("svg", _extends({
17201
17303
  xmlns: "http://www.w3.org/2000/svg",
17202
17304
  width: size,
@@ -17231,8 +17333,8 @@ Book2.defaultProps = {
17231
17333
  size: '1em'
17232
17334
  };
17233
17335
 
17234
- var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
17235
- var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17336
+ var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
17337
+ var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17236
17338
  var Sticker = function Sticker(props) {
17237
17339
  var color = props.color,
17238
17340
  size = props.size,
@@ -17240,12 +17342,12 @@ var Sticker = function Sticker(props) {
17240
17342
  style = props.style,
17241
17343
  className = props.className,
17242
17344
  iconClassName = props.iconClassName,
17243
- otherProps = _objectWithoutProperties(props, _excluded$4_);
17345
+ otherProps = _objectWithoutProperties(props, _excluded$50);
17244
17346
  return /*#__PURE__*/React.createElement("span", {
17245
17347
  role: "img",
17246
17348
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17247
17349
  }, /*#__PURE__*/React.createElement("style", {
17248
- children: loadingCircleStyle$4_
17350
+ children: loadingCircleStyle$50
17249
17351
  }), /*#__PURE__*/React.createElement("svg", _extends({
17250
17352
  xmlns: "http://www.w3.org/2000/svg",
17251
17353
  width: size,
@@ -17280,8 +17382,8 @@ Sticker.defaultProps = {
17280
17382
  size: '1em'
17281
17383
  };
17282
17384
 
17283
- var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
17284
- var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17385
+ var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
17386
+ var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17285
17387
  var StickerFill = function StickerFill(props) {
17286
17388
  var color = props.color,
17287
17389
  size = props.size,
@@ -17289,12 +17391,12 @@ var StickerFill = function StickerFill(props) {
17289
17391
  style = props.style,
17290
17392
  className = props.className,
17291
17393
  iconClassName = props.iconClassName,
17292
- otherProps = _objectWithoutProperties(props, _excluded$4$);
17394
+ otherProps = _objectWithoutProperties(props, _excluded$51);
17293
17395
  return /*#__PURE__*/React.createElement("span", {
17294
17396
  role: "img",
17295
17397
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17296
17398
  }, /*#__PURE__*/React.createElement("style", {
17297
- children: loadingCircleStyle$4$
17399
+ children: loadingCircleStyle$51
17298
17400
  }), /*#__PURE__*/React.createElement("svg", _extends({
17299
17401
  xmlns: "http://www.w3.org/2000/svg",
17300
17402
  width: size,
@@ -17329,8 +17431,8 @@ StickerFill.defaultProps = {
17329
17431
  size: '1em'
17330
17432
  };
17331
17433
 
17332
- var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
17333
- var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17434
+ var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
17435
+ var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17334
17436
  var FolderLine = function FolderLine(props) {
17335
17437
  var color = props.color,
17336
17438
  size = props.size,
@@ -17338,12 +17440,12 @@ var FolderLine = function FolderLine(props) {
17338
17440
  style = props.style,
17339
17441
  className = props.className,
17340
17442
  iconClassName = props.iconClassName,
17341
- otherProps = _objectWithoutProperties(props, _excluded$50);
17443
+ otherProps = _objectWithoutProperties(props, _excluded$52);
17342
17444
  return /*#__PURE__*/React.createElement("span", {
17343
17445
  role: "img",
17344
17446
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17345
17447
  }, /*#__PURE__*/React.createElement("style", {
17346
- children: loadingCircleStyle$50
17448
+ children: loadingCircleStyle$52
17347
17449
  }), /*#__PURE__*/React.createElement("svg", _extends({
17348
17450
  xmlns: "http://www.w3.org/2000/svg",
17349
17451
  width: size,
@@ -17380,8 +17482,8 @@ FolderLine.defaultProps = {
17380
17482
  size: '1em'
17381
17483
  };
17382
17484
 
17383
- var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
17384
- var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17485
+ var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
17486
+ var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17385
17487
  var FolderOpenLine = function FolderOpenLine(props) {
17386
17488
  var color = props.color,
17387
17489
  size = props.size,
@@ -17389,12 +17491,12 @@ var FolderOpenLine = function FolderOpenLine(props) {
17389
17491
  style = props.style,
17390
17492
  className = props.className,
17391
17493
  iconClassName = props.iconClassName,
17392
- otherProps = _objectWithoutProperties(props, _excluded$51);
17494
+ otherProps = _objectWithoutProperties(props, _excluded$53);
17393
17495
  return /*#__PURE__*/React.createElement("span", {
17394
17496
  role: "img",
17395
17497
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17396
17498
  }, /*#__PURE__*/React.createElement("style", {
17397
- children: loadingCircleStyle$51
17499
+ children: loadingCircleStyle$53
17398
17500
  }), /*#__PURE__*/React.createElement("svg", _extends({
17399
17501
  xmlns: "http://www.w3.org/2000/svg",
17400
17502
  width: size,
@@ -17431,8 +17533,8 @@ FolderOpenLine.defaultProps = {
17431
17533
  size: '1em'
17432
17534
  };
17433
17535
 
17434
- var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
17435
- var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17536
+ var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
17537
+ var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17436
17538
  var SpaceLine = function SpaceLine(props) {
17437
17539
  var color = props.color,
17438
17540
  size = props.size,
@@ -17440,12 +17542,12 @@ var SpaceLine = function SpaceLine(props) {
17440
17542
  style = props.style,
17441
17543
  className = props.className,
17442
17544
  iconClassName = props.iconClassName,
17443
- otherProps = _objectWithoutProperties(props, _excluded$52);
17545
+ otherProps = _objectWithoutProperties(props, _excluded$54);
17444
17546
  return /*#__PURE__*/React.createElement("span", {
17445
17547
  role: "img",
17446
17548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17447
17549
  }, /*#__PURE__*/React.createElement("style", {
17448
- children: loadingCircleStyle$52
17550
+ children: loadingCircleStyle$54
17449
17551
  }), /*#__PURE__*/React.createElement("svg", _extends({
17450
17552
  xmlns: "http://www.w3.org/2000/svg",
17451
17553
  width: size,
@@ -17482,8 +17584,8 @@ SpaceLine.defaultProps = {
17482
17584
  size: '1em'
17483
17585
  };
17484
17586
 
17485
- var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
17486
- var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17587
+ var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
17588
+ var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17487
17589
  var SpaceOpenLine = function SpaceOpenLine(props) {
17488
17590
  var color = props.color,
17489
17591
  size = props.size,
@@ -17491,12 +17593,12 @@ var SpaceOpenLine = function SpaceOpenLine(props) {
17491
17593
  style = props.style,
17492
17594
  className = props.className,
17493
17595
  iconClassName = props.iconClassName,
17494
- otherProps = _objectWithoutProperties(props, _excluded$53);
17596
+ otherProps = _objectWithoutProperties(props, _excluded$55);
17495
17597
  return /*#__PURE__*/React.createElement("span", {
17496
17598
  role: "img",
17497
17599
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17498
17600
  }, /*#__PURE__*/React.createElement("style", {
17499
- children: loadingCircleStyle$53
17601
+ children: loadingCircleStyle$55
17500
17602
  }), /*#__PURE__*/React.createElement("svg", _extends({
17501
17603
  xmlns: "http://www.w3.org/2000/svg",
17502
17604
  width: size,
@@ -17533,8 +17635,8 @@ SpaceOpenLine.defaultProps = {
17533
17635
  size: '1em'
17534
17636
  };
17535
17637
 
17536
- var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
17537
- var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17638
+ var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
17639
+ var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17538
17640
  var PageLine = function PageLine(props) {
17539
17641
  var color = props.color,
17540
17642
  size = props.size,
@@ -17542,12 +17644,12 @@ var PageLine = function PageLine(props) {
17542
17644
  style = props.style,
17543
17645
  className = props.className,
17544
17646
  iconClassName = props.iconClassName,
17545
- otherProps = _objectWithoutProperties(props, _excluded$54);
17647
+ otherProps = _objectWithoutProperties(props, _excluded$56);
17546
17648
  return /*#__PURE__*/React.createElement("span", {
17547
17649
  role: "img",
17548
17650
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17549
17651
  }, /*#__PURE__*/React.createElement("style", {
17550
- children: loadingCircleStyle$54
17652
+ children: loadingCircleStyle$56
17551
17653
  }), /*#__PURE__*/React.createElement("svg", _extends({
17552
17654
  xmlns: "http://www.w3.org/2000/svg",
17553
17655
  width: size,
@@ -17584,8 +17686,8 @@ PageLine.defaultProps = {
17584
17686
  size: '1em'
17585
17687
  };
17586
17688
 
17587
- var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
17588
- var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17689
+ var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
17690
+ var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17589
17691
  var PageOpenCl = function PageOpenCl(props) {
17590
17692
  var color = props.color,
17591
17693
  size = props.size,
@@ -17593,12 +17695,12 @@ var PageOpenCl = function PageOpenCl(props) {
17593
17695
  style = props.style,
17594
17696
  className = props.className,
17595
17697
  iconClassName = props.iconClassName,
17596
- otherProps = _objectWithoutProperties(props, _excluded$55);
17698
+ otherProps = _objectWithoutProperties(props, _excluded$57);
17597
17699
  return /*#__PURE__*/React.createElement("span", {
17598
17700
  role: "img",
17599
17701
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17600
17702
  }, /*#__PURE__*/React.createElement("style", {
17601
- children: loadingCircleStyle$55
17703
+ children: loadingCircleStyle$57
17602
17704
  }), /*#__PURE__*/React.createElement("svg", _extends({
17603
17705
  xmlns: "http://www.w3.org/2000/svg",
17604
17706
  width: size,
@@ -17651,8 +17753,8 @@ PageOpenCl.defaultProps = {
17651
17753
  size: '1em'
17652
17754
  };
17653
17755
 
17654
- var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
17655
- var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17756
+ var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
17757
+ var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17656
17758
  var EventSm = function EventSm(props) {
17657
17759
  var color = props.color,
17658
17760
  size = props.size,
@@ -17660,12 +17762,12 @@ var EventSm = function EventSm(props) {
17660
17762
  style = props.style,
17661
17763
  className = props.className,
17662
17764
  iconClassName = props.iconClassName,
17663
- otherProps = _objectWithoutProperties(props, _excluded$56);
17765
+ otherProps = _objectWithoutProperties(props, _excluded$58);
17664
17766
  return /*#__PURE__*/React.createElement("span", {
17665
17767
  role: "img",
17666
17768
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17667
17769
  }, /*#__PURE__*/React.createElement("style", {
17668
- children: loadingCircleStyle$56
17770
+ children: loadingCircleStyle$58
17669
17771
  }), /*#__PURE__*/React.createElement("svg", _extends({
17670
17772
  xmlns: "http://www.w3.org/2000/svg",
17671
17773
  width: size,
@@ -17700,8 +17802,8 @@ EventSm.defaultProps = {
17700
17802
  size: '1em'
17701
17803
  };
17702
17804
 
17703
- var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
17704
- var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17805
+ var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
17806
+ var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17705
17807
  var EPropertySm = function EPropertySm(props) {
17706
17808
  var color = props.color,
17707
17809
  size = props.size,
@@ -17709,12 +17811,12 @@ var EPropertySm = function EPropertySm(props) {
17709
17811
  style = props.style,
17710
17812
  className = props.className,
17711
17813
  iconClassName = props.iconClassName,
17712
- otherProps = _objectWithoutProperties(props, _excluded$57);
17814
+ otherProps = _objectWithoutProperties(props, _excluded$59);
17713
17815
  return /*#__PURE__*/React.createElement("span", {
17714
17816
  role: "img",
17715
17817
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17716
17818
  }, /*#__PURE__*/React.createElement("style", {
17717
- children: loadingCircleStyle$57
17819
+ children: loadingCircleStyle$59
17718
17820
  }), /*#__PURE__*/React.createElement("svg", _extends({
17719
17821
  xmlns: "http://www.w3.org/2000/svg",
17720
17822
  width: size,
@@ -17757,8 +17859,8 @@ EPropertySm.defaultProps = {
17757
17859
  size: '1em'
17758
17860
  };
17759
17861
 
17760
- var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
17761
- var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17862
+ var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
17863
+ var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17762
17864
  var IndicatorSm = function IndicatorSm(props) {
17763
17865
  var color = props.color,
17764
17866
  size = props.size,
@@ -17766,12 +17868,12 @@ var IndicatorSm = function IndicatorSm(props) {
17766
17868
  style = props.style,
17767
17869
  className = props.className,
17768
17870
  iconClassName = props.iconClassName,
17769
- otherProps = _objectWithoutProperties(props, _excluded$58);
17871
+ otherProps = _objectWithoutProperties(props, _excluded$5a);
17770
17872
  return /*#__PURE__*/React.createElement("span", {
17771
17873
  role: "img",
17772
17874
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17773
17875
  }, /*#__PURE__*/React.createElement("style", {
17774
- children: loadingCircleStyle$58
17876
+ children: loadingCircleStyle$5a
17775
17877
  }), /*#__PURE__*/React.createElement("svg", _extends({
17776
17878
  xmlns: "http://www.w3.org/2000/svg",
17777
17879
  width: size,
@@ -17810,8 +17912,8 @@ IndicatorSm.defaultProps = {
17810
17912
  size: '1em'
17811
17913
  };
17812
17914
 
17813
- var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
17814
- var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17915
+ var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
17916
+ var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17815
17917
  var UPropertySm = function UPropertySm(props) {
17816
17918
  var color = props.color,
17817
17919
  size = props.size,
@@ -17819,12 +17921,12 @@ var UPropertySm = function UPropertySm(props) {
17819
17921
  style = props.style,
17820
17922
  className = props.className,
17821
17923
  iconClassName = props.iconClassName,
17822
- otherProps = _objectWithoutProperties(props, _excluded$59);
17924
+ otherProps = _objectWithoutProperties(props, _excluded$5b);
17823
17925
  return /*#__PURE__*/React.createElement("span", {
17824
17926
  role: "img",
17825
17927
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17826
17928
  }, /*#__PURE__*/React.createElement("style", {
17827
- children: loadingCircleStyle$59
17929
+ children: loadingCircleStyle$5b
17828
17930
  }), /*#__PURE__*/React.createElement("svg", _extends({
17829
17931
  xmlns: "http://www.w3.org/2000/svg",
17830
17932
  width: size,
@@ -17865,8 +17967,8 @@ UPropertySm.defaultProps = {
17865
17967
  size: '1em'
17866
17968
  };
17867
17969
 
17868
- var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
17869
- var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17970
+ var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
17971
+ var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17870
17972
  var UGroupSm = function UGroupSm(props) {
17871
17973
  var color = props.color,
17872
17974
  size = props.size,
@@ -17874,12 +17976,12 @@ var UGroupSm = function UGroupSm(props) {
17874
17976
  style = props.style,
17875
17977
  className = props.className,
17876
17978
  iconClassName = props.iconClassName,
17877
- otherProps = _objectWithoutProperties(props, _excluded$5a);
17979
+ otherProps = _objectWithoutProperties(props, _excluded$5c);
17878
17980
  return /*#__PURE__*/React.createElement("span", {
17879
17981
  role: "img",
17880
17982
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17881
17983
  }, /*#__PURE__*/React.createElement("style", {
17882
- children: loadingCircleStyle$5a
17984
+ children: loadingCircleStyle$5c
17883
17985
  }), /*#__PURE__*/React.createElement("svg", _extends({
17884
17986
  xmlns: "http://www.w3.org/2000/svg",
17885
17987
  width: size,
@@ -17928,8 +18030,8 @@ UGroupSm.defaultProps = {
17928
18030
  size: '1em'
17929
18031
  };
17930
18032
 
17931
- var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
17932
- var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18033
+ var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
18034
+ var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17933
18035
  var UTagSm = function UTagSm(props) {
17934
18036
  var color = props.color,
17935
18037
  size = props.size,
@@ -17937,12 +18039,12 @@ var UTagSm = function UTagSm(props) {
17937
18039
  style = props.style,
17938
18040
  className = props.className,
17939
18041
  iconClassName = props.iconClassName,
17940
- otherProps = _objectWithoutProperties(props, _excluded$5b);
18042
+ otherProps = _objectWithoutProperties(props, _excluded$5d);
17941
18043
  return /*#__PURE__*/React.createElement("span", {
17942
18044
  role: "img",
17943
18045
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17944
18046
  }, /*#__PURE__*/React.createElement("style", {
17945
- children: loadingCircleStyle$5b
18047
+ children: loadingCircleStyle$5d
17946
18048
  }), /*#__PURE__*/React.createElement("svg", _extends({
17947
18049
  xmlns: "http://www.w3.org/2000/svg",
17948
18050
  width: size,
@@ -17981,8 +18083,8 @@ UTagSm.defaultProps = {
17981
18083
  size: '1em'
17982
18084
  };
17983
18085
 
17984
- var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
17985
- var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18086
+ var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
18087
+ var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17986
18088
  var AllGroupSm = function AllGroupSm(props) {
17987
18089
  var color = props.color,
17988
18090
  size = props.size,
@@ -17990,12 +18092,12 @@ var AllGroupSm = function AllGroupSm(props) {
17990
18092
  style = props.style,
17991
18093
  className = props.className,
17992
18094
  iconClassName = props.iconClassName,
17993
- otherProps = _objectWithoutProperties(props, _excluded$5c);
18095
+ otherProps = _objectWithoutProperties(props, _excluded$5e);
17994
18096
  return /*#__PURE__*/React.createElement("span", {
17995
18097
  role: "img",
17996
18098
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17997
18099
  }, /*#__PURE__*/React.createElement("style", {
17998
- children: loadingCircleStyle$5c
18100
+ children: loadingCircleStyle$5e
17999
18101
  }), /*#__PURE__*/React.createElement("svg", _extends({
18000
18102
  xmlns: "http://www.w3.org/2000/svg",
18001
18103
  width: size,
@@ -18036,8 +18138,8 @@ AllGroupSm.defaultProps = {
18036
18138
  size: '1em'
18037
18139
  };
18038
18140
 
18039
- var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
18040
- var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18141
+ var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
18142
+ var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18041
18143
  var CalendarSm = function CalendarSm(props) {
18042
18144
  var color = props.color,
18043
18145
  size = props.size,
@@ -18045,12 +18147,12 @@ var CalendarSm = function CalendarSm(props) {
18045
18147
  style = props.style,
18046
18148
  className = props.className,
18047
18149
  iconClassName = props.iconClassName,
18048
- otherProps = _objectWithoutProperties(props, _excluded$5d);
18150
+ otherProps = _objectWithoutProperties(props, _excluded$5f);
18049
18151
  return /*#__PURE__*/React.createElement("span", {
18050
18152
  role: "img",
18051
18153
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18052
18154
  }, /*#__PURE__*/React.createElement("style", {
18053
- children: loadingCircleStyle$5d
18155
+ children: loadingCircleStyle$5f
18054
18156
  }), /*#__PURE__*/React.createElement("svg", _extends({
18055
18157
  xmlns: "http://www.w3.org/2000/svg",
18056
18158
  width: size,
@@ -18085,8 +18187,8 @@ CalendarSm.defaultProps = {
18085
18187
  size: '1em'
18086
18188
  };
18087
18189
 
18088
- var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
18089
- var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18190
+ var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
18191
+ var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18090
18192
  var GroupAddSm = function GroupAddSm(props) {
18091
18193
  var color = props.color,
18092
18194
  size = props.size,
@@ -18094,12 +18196,12 @@ var GroupAddSm = function GroupAddSm(props) {
18094
18196
  style = props.style,
18095
18197
  className = props.className,
18096
18198
  iconClassName = props.iconClassName,
18097
- otherProps = _objectWithoutProperties(props, _excluded$5e);
18199
+ otherProps = _objectWithoutProperties(props, _excluded$5g);
18098
18200
  return /*#__PURE__*/React.createElement("span", {
18099
18201
  role: "img",
18100
18202
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18101
18203
  }, /*#__PURE__*/React.createElement("style", {
18102
- children: loadingCircleStyle$5e
18204
+ children: loadingCircleStyle$5g
18103
18205
  }), /*#__PURE__*/React.createElement("svg", _extends({
18104
18206
  xmlns: "http://www.w3.org/2000/svg",
18105
18207
  width: size,
@@ -18140,8 +18242,8 @@ GroupAddSm.defaultProps = {
18140
18242
  size: '1em'
18141
18243
  };
18142
18244
 
18143
- var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
18144
- var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18245
+ var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
18246
+ var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18145
18247
  var BooleanSm = function BooleanSm(props) {
18146
18248
  var color = props.color,
18147
18249
  size = props.size,
@@ -18149,12 +18251,12 @@ var BooleanSm = function BooleanSm(props) {
18149
18251
  style = props.style,
18150
18252
  className = props.className,
18151
18253
  iconClassName = props.iconClassName,
18152
- otherProps = _objectWithoutProperties(props, _excluded$5f);
18254
+ otherProps = _objectWithoutProperties(props, _excluded$5h);
18153
18255
  return /*#__PURE__*/React.createElement("span", {
18154
18256
  role: "img",
18155
18257
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18156
18258
  }, /*#__PURE__*/React.createElement("style", {
18157
- children: loadingCircleStyle$5f
18259
+ children: loadingCircleStyle$5h
18158
18260
  }), /*#__PURE__*/React.createElement("svg", _extends({
18159
18261
  xmlns: "http://www.w3.org/2000/svg",
18160
18262
  width: size,
@@ -18191,8 +18293,8 @@ BooleanSm.defaultProps = {
18191
18293
  size: '1em'
18192
18294
  };
18193
18295
 
18194
- var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
18195
- var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18296
+ var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
18297
+ var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18196
18298
  var ListSm = function ListSm(props) {
18197
18299
  var color = props.color,
18198
18300
  size = props.size,
@@ -18200,12 +18302,12 @@ var ListSm = function ListSm(props) {
18200
18302
  style = props.style,
18201
18303
  className = props.className,
18202
18304
  iconClassName = props.iconClassName,
18203
- otherProps = _objectWithoutProperties(props, _excluded$5g);
18305
+ otherProps = _objectWithoutProperties(props, _excluded$5i);
18204
18306
  return /*#__PURE__*/React.createElement("span", {
18205
18307
  role: "img",
18206
18308
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18207
18309
  }, /*#__PURE__*/React.createElement("style", {
18208
- children: loadingCircleStyle$5g
18310
+ children: loadingCircleStyle$5i
18209
18311
  }), /*#__PURE__*/React.createElement("svg", _extends({
18210
18312
  xmlns: "http://www.w3.org/2000/svg",
18211
18313
  width: size,
@@ -18250,8 +18352,8 @@ ListSm.defaultProps = {
18250
18352
  size: '1em'
18251
18353
  };
18252
18354
 
18253
- var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
18254
- var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18355
+ var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
18356
+ var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18255
18357
  var ArrayRowsSm = function ArrayRowsSm(props) {
18256
18358
  var color = props.color,
18257
18359
  size = props.size,
@@ -18259,12 +18361,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
18259
18361
  style = props.style,
18260
18362
  className = props.className,
18261
18363
  iconClassName = props.iconClassName,
18262
- otherProps = _objectWithoutProperties(props, _excluded$5h);
18364
+ otherProps = _objectWithoutProperties(props, _excluded$5j);
18263
18365
  return /*#__PURE__*/React.createElement("span", {
18264
18366
  role: "img",
18265
18367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18266
18368
  }, /*#__PURE__*/React.createElement("style", {
18267
- children: loadingCircleStyle$5h
18369
+ children: loadingCircleStyle$5j
18268
18370
  }), /*#__PURE__*/React.createElement("svg", _extends({
18269
18371
  xmlns: "http://www.w3.org/2000/svg",
18270
18372
  width: size,
@@ -18301,8 +18403,8 @@ ArrayRowsSm.defaultProps = {
18301
18403
  size: '1em'
18302
18404
  };
18303
18405
 
18304
- var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
18305
- var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18406
+ var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
18407
+ var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18306
18408
  var RowsSm = function RowsSm(props) {
18307
18409
  var color = props.color,
18308
18410
  size = props.size,
@@ -18310,12 +18412,12 @@ var RowsSm = function RowsSm(props) {
18310
18412
  style = props.style,
18311
18413
  className = props.className,
18312
18414
  iconClassName = props.iconClassName,
18313
- otherProps = _objectWithoutProperties(props, _excluded$5i);
18415
+ otherProps = _objectWithoutProperties(props, _excluded$5k);
18314
18416
  return /*#__PURE__*/React.createElement("span", {
18315
18417
  role: "img",
18316
18418
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18317
18419
  }, /*#__PURE__*/React.createElement("style", {
18318
- children: loadingCircleStyle$5i
18420
+ children: loadingCircleStyle$5k
18319
18421
  }), /*#__PURE__*/React.createElement("svg", _extends({
18320
18422
  xmlns: "http://www.w3.org/2000/svg",
18321
18423
  width: size,
@@ -18360,8 +18462,8 @@ RowsSm.defaultProps = {
18360
18462
  size: '1em'
18361
18463
  };
18362
18464
 
18363
- var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
18364
- var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18465
+ var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
18466
+ var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18365
18467
  var VPropertySm = function VPropertySm(props) {
18366
18468
  var color = props.color,
18367
18469
  size = props.size,
@@ -18369,12 +18471,12 @@ var VPropertySm = function VPropertySm(props) {
18369
18471
  style = props.style,
18370
18472
  className = props.className,
18371
18473
  iconClassName = props.iconClassName,
18372
- otherProps = _objectWithoutProperties(props, _excluded$5j);
18474
+ otherProps = _objectWithoutProperties(props, _excluded$5l);
18373
18475
  return /*#__PURE__*/React.createElement("span", {
18374
18476
  role: "img",
18375
18477
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18376
18478
  }, /*#__PURE__*/React.createElement("style", {
18377
- children: loadingCircleStyle$5j
18479
+ children: loadingCircleStyle$5l
18378
18480
  }), /*#__PURE__*/React.createElement("svg", _extends({
18379
18481
  xmlns: "http://www.w3.org/2000/svg",
18380
18482
  width: size,
@@ -18415,8 +18517,8 @@ VPropertySm.defaultProps = {
18415
18517
  size: '1em'
18416
18518
  };
18417
18519
 
18418
- var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
18419
- var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18520
+ var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
18521
+ var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18420
18522
  var StringSm = function StringSm(props) {
18421
18523
  var color = props.color,
18422
18524
  size = props.size,
@@ -18424,12 +18526,12 @@ var StringSm = function StringSm(props) {
18424
18526
  style = props.style,
18425
18527
  className = props.className,
18426
18528
  iconClassName = props.iconClassName,
18427
- otherProps = _objectWithoutProperties(props, _excluded$5k);
18529
+ otherProps = _objectWithoutProperties(props, _excluded$5m);
18428
18530
  return /*#__PURE__*/React.createElement("span", {
18429
18531
  role: "img",
18430
18532
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18431
18533
  }, /*#__PURE__*/React.createElement("style", {
18432
- children: loadingCircleStyle$5k
18534
+ children: loadingCircleStyle$5m
18433
18535
  }), /*#__PURE__*/React.createElement("svg", _extends({
18434
18536
  xmlns: "http://www.w3.org/2000/svg",
18435
18537
  width: size,
@@ -18466,8 +18568,8 @@ StringSm.defaultProps = {
18466
18568
  size: '1em'
18467
18569
  };
18468
18570
 
18469
- var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
18470
- var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18571
+ var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
18572
+ var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18471
18573
  var NumSm = function NumSm(props) {
18472
18574
  var color = props.color,
18473
18575
  size = props.size,
@@ -18475,12 +18577,12 @@ var NumSm = function NumSm(props) {
18475
18577
  style = props.style,
18476
18578
  className = props.className,
18477
18579
  iconClassName = props.iconClassName,
18478
- otherProps = _objectWithoutProperties(props, _excluded$5l);
18580
+ otherProps = _objectWithoutProperties(props, _excluded$5n);
18479
18581
  return /*#__PURE__*/React.createElement("span", {
18480
18582
  role: "img",
18481
18583
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18482
18584
  }, /*#__PURE__*/React.createElement("style", {
18483
- children: loadingCircleStyle$5l
18585
+ children: loadingCircleStyle$5n
18484
18586
  }), /*#__PURE__*/React.createElement("svg", _extends({
18485
18587
  xmlns: "http://www.w3.org/2000/svg",
18486
18588
  width: size,
@@ -18517,8 +18619,8 @@ NumSm.defaultProps = {
18517
18619
  size: '1em'
18518
18620
  };
18519
18621
 
18520
- var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
18521
- var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18622
+ var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
18623
+ var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18522
18624
  var TimeSm = function TimeSm(props) {
18523
18625
  var color = props.color,
18524
18626
  size = props.size,
@@ -18526,12 +18628,12 @@ var TimeSm = function TimeSm(props) {
18526
18628
  style = props.style,
18527
18629
  className = props.className,
18528
18630
  iconClassName = props.iconClassName,
18529
- otherProps = _objectWithoutProperties(props, _excluded$5m);
18631
+ otherProps = _objectWithoutProperties(props, _excluded$5o);
18530
18632
  return /*#__PURE__*/React.createElement("span", {
18531
18633
  role: "img",
18532
18634
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18533
18635
  }, /*#__PURE__*/React.createElement("style", {
18534
- children: loadingCircleStyle$5m
18636
+ children: loadingCircleStyle$5o
18535
18637
  }), /*#__PURE__*/React.createElement("svg", _extends({
18536
18638
  xmlns: "http://www.w3.org/2000/svg",
18537
18639
  width: size,
@@ -18568,8 +18670,8 @@ TimeSm.defaultProps = {
18568
18670
  size: '1em'
18569
18671
  };
18570
18672
 
18571
- var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
18572
- var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18673
+ var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
18674
+ var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18573
18675
  var ArrowLeft = function ArrowLeft(props) {
18574
18676
  var color = props.color,
18575
18677
  size = props.size,
@@ -18577,12 +18679,12 @@ var ArrowLeft = function ArrowLeft(props) {
18577
18679
  style = props.style,
18578
18680
  className = props.className,
18579
18681
  iconClassName = props.iconClassName,
18580
- otherProps = _objectWithoutProperties(props, _excluded$5n);
18682
+ otherProps = _objectWithoutProperties(props, _excluded$5p);
18581
18683
  return /*#__PURE__*/React.createElement("span", {
18582
18684
  role: "img",
18583
18685
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18584
18686
  }, /*#__PURE__*/React.createElement("style", {
18585
- children: loadingCircleStyle$5n
18687
+ children: loadingCircleStyle$5p
18586
18688
  }), /*#__PURE__*/React.createElement("svg", _extends({
18587
18689
  xmlns: "http://www.w3.org/2000/svg",
18588
18690
  width: size,
@@ -18617,8 +18719,8 @@ ArrowLeft.defaultProps = {
18617
18719
  size: '1em'
18618
18720
  };
18619
18721
 
18620
- var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
18621
- var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18722
+ var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
18723
+ var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18622
18724
  var ArrowRight = function ArrowRight(props) {
18623
18725
  var color = props.color,
18624
18726
  size = props.size,
@@ -18626,12 +18728,12 @@ var ArrowRight = function ArrowRight(props) {
18626
18728
  style = props.style,
18627
18729
  className = props.className,
18628
18730
  iconClassName = props.iconClassName,
18629
- otherProps = _objectWithoutProperties(props, _excluded$5o);
18731
+ otherProps = _objectWithoutProperties(props, _excluded$5q);
18630
18732
  return /*#__PURE__*/React.createElement("span", {
18631
18733
  role: "img",
18632
18734
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18633
18735
  }, /*#__PURE__*/React.createElement("style", {
18634
- children: loadingCircleStyle$5o
18736
+ children: loadingCircleStyle$5q
18635
18737
  }), /*#__PURE__*/React.createElement("svg", _extends({
18636
18738
  xmlns: "http://www.w3.org/2000/svg",
18637
18739
  width: size,
@@ -18666,8 +18768,8 @@ ArrowRight.defaultProps = {
18666
18768
  size: '1em'
18667
18769
  };
18668
18770
 
18669
- var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
18670
- var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18771
+ var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
18772
+ var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18671
18773
  var ArrowUp = function ArrowUp(props) {
18672
18774
  var color = props.color,
18673
18775
  size = props.size,
@@ -18675,12 +18777,12 @@ var ArrowUp = function ArrowUp(props) {
18675
18777
  style = props.style,
18676
18778
  className = props.className,
18677
18779
  iconClassName = props.iconClassName,
18678
- otherProps = _objectWithoutProperties(props, _excluded$5p);
18780
+ otherProps = _objectWithoutProperties(props, _excluded$5r);
18679
18781
  return /*#__PURE__*/React.createElement("span", {
18680
18782
  role: "img",
18681
18783
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18682
18784
  }, /*#__PURE__*/React.createElement("style", {
18683
- children: loadingCircleStyle$5p
18785
+ children: loadingCircleStyle$5r
18684
18786
  }), /*#__PURE__*/React.createElement("svg", _extends({
18685
18787
  xmlns: "http://www.w3.org/2000/svg",
18686
18788
  width: size,
@@ -18715,8 +18817,8 @@ ArrowUp.defaultProps = {
18715
18817
  size: '1em'
18716
18818
  };
18717
18819
 
18718
- var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
18719
- var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18820
+ var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
18821
+ var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18720
18822
  var ArrowDown = function ArrowDown(props) {
18721
18823
  var color = props.color,
18722
18824
  size = props.size,
@@ -18724,12 +18826,12 @@ var ArrowDown = function ArrowDown(props) {
18724
18826
  style = props.style,
18725
18827
  className = props.className,
18726
18828
  iconClassName = props.iconClassName,
18727
- otherProps = _objectWithoutProperties(props, _excluded$5q);
18829
+ otherProps = _objectWithoutProperties(props, _excluded$5s);
18728
18830
  return /*#__PURE__*/React.createElement("span", {
18729
18831
  role: "img",
18730
18832
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18731
18833
  }, /*#__PURE__*/React.createElement("style", {
18732
- children: loadingCircleStyle$5q
18834
+ children: loadingCircleStyle$5s
18733
18835
  }), /*#__PURE__*/React.createElement("svg", _extends({
18734
18836
  xmlns: "http://www.w3.org/2000/svg",
18735
18837
  width: size,
@@ -18764,8 +18866,8 @@ ArrowDown.defaultProps = {
18764
18866
  size: '1em'
18765
18867
  };
18766
18868
 
18767
- var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
18768
- var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18869
+ var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
18870
+ var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18769
18871
  var ArrowLeft2 = function ArrowLeft2(props) {
18770
18872
  var color = props.color,
18771
18873
  size = props.size,
@@ -18773,12 +18875,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
18773
18875
  style = props.style,
18774
18876
  className = props.className,
18775
18877
  iconClassName = props.iconClassName,
18776
- otherProps = _objectWithoutProperties(props, _excluded$5r);
18878
+ otherProps = _objectWithoutProperties(props, _excluded$5t);
18777
18879
  return /*#__PURE__*/React.createElement("span", {
18778
18880
  role: "img",
18779
18881
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18780
18882
  }, /*#__PURE__*/React.createElement("style", {
18781
- children: loadingCircleStyle$5r
18883
+ children: loadingCircleStyle$5t
18782
18884
  }), /*#__PURE__*/React.createElement("svg", _extends({
18783
18885
  xmlns: "http://www.w3.org/2000/svg",
18784
18886
  width: size,
@@ -18813,8 +18915,8 @@ ArrowLeft2.defaultProps = {
18813
18915
  size: '1em'
18814
18916
  };
18815
18917
 
18816
- var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
18817
- var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18918
+ var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
18919
+ var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18818
18920
  var ArrowRight2 = function ArrowRight2(props) {
18819
18921
  var color = props.color,
18820
18922
  size = props.size,
@@ -18822,12 +18924,12 @@ var ArrowRight2 = function ArrowRight2(props) {
18822
18924
  style = props.style,
18823
18925
  className = props.className,
18824
18926
  iconClassName = props.iconClassName,
18825
- otherProps = _objectWithoutProperties(props, _excluded$5s);
18927
+ otherProps = _objectWithoutProperties(props, _excluded$5u);
18826
18928
  return /*#__PURE__*/React.createElement("span", {
18827
18929
  role: "img",
18828
18930
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18829
18931
  }, /*#__PURE__*/React.createElement("style", {
18830
- children: loadingCircleStyle$5s
18932
+ children: loadingCircleStyle$5u
18831
18933
  }), /*#__PURE__*/React.createElement("svg", _extends({
18832
18934
  xmlns: "http://www.w3.org/2000/svg",
18833
18935
  width: size,
@@ -18862,8 +18964,8 @@ ArrowRight2.defaultProps = {
18862
18964
  size: '1em'
18863
18965
  };
18864
18966
 
18865
- var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
18866
- var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18967
+ var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
18968
+ var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18867
18969
  var ArrowUp2 = function ArrowUp2(props) {
18868
18970
  var color = props.color,
18869
18971
  size = props.size,
@@ -18871,12 +18973,12 @@ var ArrowUp2 = function ArrowUp2(props) {
18871
18973
  style = props.style,
18872
18974
  className = props.className,
18873
18975
  iconClassName = props.iconClassName,
18874
- otherProps = _objectWithoutProperties(props, _excluded$5t);
18976
+ otherProps = _objectWithoutProperties(props, _excluded$5v);
18875
18977
  return /*#__PURE__*/React.createElement("span", {
18876
18978
  role: "img",
18877
18979
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18878
18980
  }, /*#__PURE__*/React.createElement("style", {
18879
- children: loadingCircleStyle$5t
18981
+ children: loadingCircleStyle$5v
18880
18982
  }), /*#__PURE__*/React.createElement("svg", _extends({
18881
18983
  xmlns: "http://www.w3.org/2000/svg",
18882
18984
  width: size,
@@ -18911,8 +19013,8 @@ ArrowUp2.defaultProps = {
18911
19013
  size: '1em'
18912
19014
  };
18913
19015
 
18914
- var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
18915
- var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19016
+ var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
19017
+ var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18916
19018
  var ArrowDown2 = function ArrowDown2(props) {
18917
19019
  var color = props.color,
18918
19020
  size = props.size,
@@ -18920,12 +19022,12 @@ var ArrowDown2 = function ArrowDown2(props) {
18920
19022
  style = props.style,
18921
19023
  className = props.className,
18922
19024
  iconClassName = props.iconClassName,
18923
- otherProps = _objectWithoutProperties(props, _excluded$5u);
19025
+ otherProps = _objectWithoutProperties(props, _excluded$5w);
18924
19026
  return /*#__PURE__*/React.createElement("span", {
18925
19027
  role: "img",
18926
19028
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18927
19029
  }, /*#__PURE__*/React.createElement("style", {
18928
- children: loadingCircleStyle$5u
19030
+ children: loadingCircleStyle$5w
18929
19031
  }), /*#__PURE__*/React.createElement("svg", _extends({
18930
19032
  xmlns: "http://www.w3.org/2000/svg",
18931
19033
  width: size,
@@ -18960,8 +19062,8 @@ ArrowDown2.defaultProps = {
18960
19062
  size: '1em'
18961
19063
  };
18962
19064
 
18963
- var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
18964
- var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19065
+ var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
19066
+ var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18965
19067
  var TriLeft = function TriLeft(props) {
18966
19068
  var color = props.color,
18967
19069
  size = props.size,
@@ -18969,12 +19071,12 @@ var TriLeft = function TriLeft(props) {
18969
19071
  style = props.style,
18970
19072
  className = props.className,
18971
19073
  iconClassName = props.iconClassName,
18972
- otherProps = _objectWithoutProperties(props, _excluded$5v);
19074
+ otherProps = _objectWithoutProperties(props, _excluded$5x);
18973
19075
  return /*#__PURE__*/React.createElement("span", {
18974
19076
  role: "img",
18975
19077
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18976
19078
  }, /*#__PURE__*/React.createElement("style", {
18977
- children: loadingCircleStyle$5v
19079
+ children: loadingCircleStyle$5x
18978
19080
  }), /*#__PURE__*/React.createElement("svg", _extends({
18979
19081
  xmlns: "http://www.w3.org/2000/svg",
18980
19082
  width: size,
@@ -19009,8 +19111,8 @@ TriLeft.defaultProps = {
19009
19111
  size: '1em'
19010
19112
  };
19011
19113
 
19012
- var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
19013
- var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19114
+ var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
19115
+ var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19014
19116
  var TriRight = function TriRight(props) {
19015
19117
  var color = props.color,
19016
19118
  size = props.size,
@@ -19018,12 +19120,12 @@ var TriRight = function TriRight(props) {
19018
19120
  style = props.style,
19019
19121
  className = props.className,
19020
19122
  iconClassName = props.iconClassName,
19021
- otherProps = _objectWithoutProperties(props, _excluded$5w);
19123
+ otherProps = _objectWithoutProperties(props, _excluded$5y);
19022
19124
  return /*#__PURE__*/React.createElement("span", {
19023
19125
  role: "img",
19024
19126
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19025
19127
  }, /*#__PURE__*/React.createElement("style", {
19026
- children: loadingCircleStyle$5w
19128
+ children: loadingCircleStyle$5y
19027
19129
  }), /*#__PURE__*/React.createElement("svg", _extends({
19028
19130
  xmlns: "http://www.w3.org/2000/svg",
19029
19131
  width: size,
@@ -19058,8 +19160,8 @@ TriRight.defaultProps = {
19058
19160
  size: '1em'
19059
19161
  };
19060
19162
 
19061
- var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
19062
- var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19163
+ var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
19164
+ var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19063
19165
  var TriUp = function TriUp(props) {
19064
19166
  var color = props.color,
19065
19167
  size = props.size,
@@ -19067,12 +19169,12 @@ var TriUp = function TriUp(props) {
19067
19169
  style = props.style,
19068
19170
  className = props.className,
19069
19171
  iconClassName = props.iconClassName,
19070
- otherProps = _objectWithoutProperties(props, _excluded$5x);
19172
+ otherProps = _objectWithoutProperties(props, _excluded$5z);
19071
19173
  return /*#__PURE__*/React.createElement("span", {
19072
19174
  role: "img",
19073
19175
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19074
19176
  }, /*#__PURE__*/React.createElement("style", {
19075
- children: loadingCircleStyle$5x
19177
+ children: loadingCircleStyle$5z
19076
19178
  }), /*#__PURE__*/React.createElement("svg", _extends({
19077
19179
  xmlns: "http://www.w3.org/2000/svg",
19078
19180
  width: size,
@@ -19107,8 +19209,8 @@ TriUp.defaultProps = {
19107
19209
  size: '1em'
19108
19210
  };
19109
19211
 
19110
- var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
19111
- var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19212
+ var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
19213
+ var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19112
19214
  var TriDown = function TriDown(props) {
19113
19215
  var color = props.color,
19114
19216
  size = props.size,
@@ -19116,12 +19218,12 @@ var TriDown = function TriDown(props) {
19116
19218
  style = props.style,
19117
19219
  className = props.className,
19118
19220
  iconClassName = props.iconClassName,
19119
- otherProps = _objectWithoutProperties(props, _excluded$5y);
19221
+ otherProps = _objectWithoutProperties(props, _excluded$5A);
19120
19222
  return /*#__PURE__*/React.createElement("span", {
19121
19223
  role: "img",
19122
19224
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19123
19225
  }, /*#__PURE__*/React.createElement("style", {
19124
- children: loadingCircleStyle$5y
19226
+ children: loadingCircleStyle$5A
19125
19227
  }), /*#__PURE__*/React.createElement("svg", _extends({
19126
19228
  xmlns: "http://www.w3.org/2000/svg",
19127
19229
  width: size,
@@ -19156,8 +19258,8 @@ TriDown.defaultProps = {
19156
19258
  size: '1em'
19157
19259
  };
19158
19260
 
19159
- var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
19160
- var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19261
+ var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
19262
+ var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19161
19263
  var DArrowL = function DArrowL(props) {
19162
19264
  var color = props.color,
19163
19265
  size = props.size,
@@ -19165,12 +19267,12 @@ var DArrowL = function DArrowL(props) {
19165
19267
  style = props.style,
19166
19268
  className = props.className,
19167
19269
  iconClassName = props.iconClassName,
19168
- otherProps = _objectWithoutProperties(props, _excluded$5z);
19270
+ otherProps = _objectWithoutProperties(props, _excluded$5B);
19169
19271
  return /*#__PURE__*/React.createElement("span", {
19170
19272
  role: "img",
19171
19273
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19172
19274
  }, /*#__PURE__*/React.createElement("style", {
19173
- children: loadingCircleStyle$5z
19275
+ children: loadingCircleStyle$5B
19174
19276
  }), /*#__PURE__*/React.createElement("svg", _extends({
19175
19277
  xmlns: "http://www.w3.org/2000/svg",
19176
19278
  width: size,
@@ -19207,8 +19309,8 @@ DArrowL.defaultProps = {
19207
19309
  size: '1em'
19208
19310
  };
19209
19311
 
19210
- var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
19211
- var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19312
+ var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
19313
+ var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19212
19314
  var DArrowR = function DArrowR(props) {
19213
19315
  var color = props.color,
19214
19316
  size = props.size,
@@ -19216,12 +19318,12 @@ var DArrowR = function DArrowR(props) {
19216
19318
  style = props.style,
19217
19319
  className = props.className,
19218
19320
  iconClassName = props.iconClassName,
19219
- otherProps = _objectWithoutProperties(props, _excluded$5A);
19321
+ otherProps = _objectWithoutProperties(props, _excluded$5C);
19220
19322
  return /*#__PURE__*/React.createElement("span", {
19221
19323
  role: "img",
19222
19324
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19223
19325
  }, /*#__PURE__*/React.createElement("style", {
19224
- children: loadingCircleStyle$5A
19326
+ children: loadingCircleStyle$5C
19225
19327
  }), /*#__PURE__*/React.createElement("svg", _extends({
19226
19328
  xmlns: "http://www.w3.org/2000/svg",
19227
19329
  width: size,
@@ -19258,8 +19360,8 @@ DArrowR.defaultProps = {
19258
19360
  size: '1em'
19259
19361
  };
19260
19362
 
19261
- var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
19262
- var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19363
+ var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
19364
+ var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19263
19365
  var DArrowT = function DArrowT(props) {
19264
19366
  var color = props.color,
19265
19367
  size = props.size,
@@ -19267,12 +19369,12 @@ var DArrowT = function DArrowT(props) {
19267
19369
  style = props.style,
19268
19370
  className = props.className,
19269
19371
  iconClassName = props.iconClassName,
19270
- otherProps = _objectWithoutProperties(props, _excluded$5B);
19372
+ otherProps = _objectWithoutProperties(props, _excluded$5D);
19271
19373
  return /*#__PURE__*/React.createElement("span", {
19272
19374
  role: "img",
19273
19375
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19274
19376
  }, /*#__PURE__*/React.createElement("style", {
19275
- children: loadingCircleStyle$5B
19377
+ children: loadingCircleStyle$5D
19276
19378
  }), /*#__PURE__*/React.createElement("svg", _extends({
19277
19379
  xmlns: "http://www.w3.org/2000/svg",
19278
19380
  width: size,
@@ -19309,8 +19411,8 @@ DArrowT.defaultProps = {
19309
19411
  size: '1em'
19310
19412
  };
19311
19413
 
19312
- var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
19313
- var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19414
+ var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
19415
+ var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19314
19416
  var DArrowB = function DArrowB(props) {
19315
19417
  var color = props.color,
19316
19418
  size = props.size,
@@ -19318,12 +19420,12 @@ var DArrowB = function DArrowB(props) {
19318
19420
  style = props.style,
19319
19421
  className = props.className,
19320
19422
  iconClassName = props.iconClassName,
19321
- otherProps = _objectWithoutProperties(props, _excluded$5C);
19423
+ otherProps = _objectWithoutProperties(props, _excluded$5E);
19322
19424
  return /*#__PURE__*/React.createElement("span", {
19323
19425
  role: "img",
19324
19426
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19325
19427
  }, /*#__PURE__*/React.createElement("style", {
19326
- children: loadingCircleStyle$5C
19428
+ children: loadingCircleStyle$5E
19327
19429
  }), /*#__PURE__*/React.createElement("svg", _extends({
19328
19430
  xmlns: "http://www.w3.org/2000/svg",
19329
19431
  width: size,
@@ -19360,8 +19462,8 @@ DArrowB.defaultProps = {
19360
19462
  size: '1em'
19361
19463
  };
19362
19464
 
19363
- var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
19364
- var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19465
+ var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
19466
+ var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19365
19467
  var DropDown = function DropDown(props) {
19366
19468
  var color = props.color,
19367
19469
  size = props.size,
@@ -19369,12 +19471,12 @@ var DropDown = function DropDown(props) {
19369
19471
  style = props.style,
19370
19472
  className = props.className,
19371
19473
  iconClassName = props.iconClassName,
19372
- otherProps = _objectWithoutProperties(props, _excluded$5D);
19474
+ otherProps = _objectWithoutProperties(props, _excluded$5F);
19373
19475
  return /*#__PURE__*/React.createElement("span", {
19374
19476
  role: "img",
19375
19477
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19376
19478
  }, /*#__PURE__*/React.createElement("style", {
19377
- children: loadingCircleStyle$5D
19479
+ children: loadingCircleStyle$5F
19378
19480
  }), /*#__PURE__*/React.createElement("svg", _extends({
19379
19481
  xmlns: "http://www.w3.org/2000/svg",
19380
19482
  width: size,
@@ -19409,8 +19511,8 @@ DropDown.defaultProps = {
19409
19511
  size: '1em'
19410
19512
  };
19411
19513
 
19412
- var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
19413
- var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19514
+ var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
19515
+ var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19414
19516
  var DropUp = function DropUp(props) {
19415
19517
  var color = props.color,
19416
19518
  size = props.size,
@@ -19418,12 +19520,12 @@ var DropUp = function DropUp(props) {
19418
19520
  style = props.style,
19419
19521
  className = props.className,
19420
19522
  iconClassName = props.iconClassName,
19421
- otherProps = _objectWithoutProperties(props, _excluded$5E);
19523
+ otherProps = _objectWithoutProperties(props, _excluded$5G);
19422
19524
  return /*#__PURE__*/React.createElement("span", {
19423
19525
  role: "img",
19424
19526
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19425
19527
  }, /*#__PURE__*/React.createElement("style", {
19426
- children: loadingCircleStyle$5E
19528
+ children: loadingCircleStyle$5G
19427
19529
  }), /*#__PURE__*/React.createElement("svg", _extends({
19428
19530
  xmlns: "http://www.w3.org/2000/svg",
19429
19531
  width: size,
@@ -19458,8 +19560,8 @@ DropUp.defaultProps = {
19458
19560
  size: '1em'
19459
19561
  };
19460
19562
 
19461
- var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
19462
- var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19563
+ var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
19564
+ var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19463
19565
  var More1 = function More1(props) {
19464
19566
  var color = props.color,
19465
19567
  size = props.size,
@@ -19467,12 +19569,12 @@ var More1 = function More1(props) {
19467
19569
  style = props.style,
19468
19570
  className = props.className,
19469
19571
  iconClassName = props.iconClassName,
19470
- otherProps = _objectWithoutProperties(props, _excluded$5F);
19572
+ otherProps = _objectWithoutProperties(props, _excluded$5H);
19471
19573
  return /*#__PURE__*/React.createElement("span", {
19472
19574
  role: "img",
19473
19575
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19474
19576
  }, /*#__PURE__*/React.createElement("style", {
19475
- children: loadingCircleStyle$5F
19577
+ children: loadingCircleStyle$5H
19476
19578
  }), /*#__PURE__*/React.createElement("svg", _extends({
19477
19579
  xmlns: "http://www.w3.org/2000/svg",
19478
19580
  width: size,
@@ -19507,8 +19609,8 @@ More1.defaultProps = {
19507
19609
  size: '1em'
19508
19610
  };
19509
19611
 
19510
- var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
19511
- var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19612
+ var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
19613
+ var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19512
19614
  var More2 = function More2(props) {
19513
19615
  var color = props.color,
19514
19616
  size = props.size,
@@ -19516,12 +19618,12 @@ var More2 = function More2(props) {
19516
19618
  style = props.style,
19517
19619
  className = props.className,
19518
19620
  iconClassName = props.iconClassName,
19519
- otherProps = _objectWithoutProperties(props, _excluded$5G);
19621
+ otherProps = _objectWithoutProperties(props, _excluded$5I);
19520
19622
  return /*#__PURE__*/React.createElement("span", {
19521
19623
  role: "img",
19522
19624
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19523
19625
  }, /*#__PURE__*/React.createElement("style", {
19524
- children: loadingCircleStyle$5G
19626
+ children: loadingCircleStyle$5I
19525
19627
  }), /*#__PURE__*/React.createElement("svg", _extends({
19526
19628
  xmlns: "http://www.w3.org/2000/svg",
19527
19629
  width: size,
@@ -19556,8 +19658,8 @@ More2.defaultProps = {
19556
19658
  size: '1em'
19557
19659
  };
19558
19660
 
19559
- var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
19560
- var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19661
+ var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
19662
+ var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19561
19663
  var Drag = function Drag(props) {
19562
19664
  var color = props.color,
19563
19665
  size = props.size,
@@ -19565,12 +19667,12 @@ var Drag = function Drag(props) {
19565
19667
  style = props.style,
19566
19668
  className = props.className,
19567
19669
  iconClassName = props.iconClassName,
19568
- otherProps = _objectWithoutProperties(props, _excluded$5H);
19670
+ otherProps = _objectWithoutProperties(props, _excluded$5J);
19569
19671
  return /*#__PURE__*/React.createElement("span", {
19570
19672
  role: "img",
19571
19673
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19572
19674
  }, /*#__PURE__*/React.createElement("style", {
19573
- children: loadingCircleStyle$5H
19675
+ children: loadingCircleStyle$5J
19574
19676
  }), /*#__PURE__*/React.createElement("svg", _extends({
19575
19677
  xmlns: "http://www.w3.org/2000/svg",
19576
19678
  width: size,
@@ -19615,8 +19717,8 @@ Drag.defaultProps = {
19615
19717
  size: '1em'
19616
19718
  };
19617
19719
 
19618
- var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
19619
- var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19720
+ var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
19721
+ var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19620
19722
  var Grid = function Grid(props) {
19621
19723
  var color = props.color,
19622
19724
  size = props.size,
@@ -19624,12 +19726,12 @@ var Grid = function Grid(props) {
19624
19726
  style = props.style,
19625
19727
  className = props.className,
19626
19728
  iconClassName = props.iconClassName,
19627
- otherProps = _objectWithoutProperties(props, _excluded$5I);
19729
+ otherProps = _objectWithoutProperties(props, _excluded$5K);
19628
19730
  return /*#__PURE__*/React.createElement("span", {
19629
19731
  role: "img",
19630
19732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19631
19733
  }, /*#__PURE__*/React.createElement("style", {
19632
- children: loadingCircleStyle$5I
19734
+ children: loadingCircleStyle$5K
19633
19735
  }), /*#__PURE__*/React.createElement("svg", _extends({
19634
19736
  xmlns: "http://www.w3.org/2000/svg",
19635
19737
  width: size,
@@ -19666,8 +19768,8 @@ Grid.defaultProps = {
19666
19768
  size: '1em'
19667
19769
  };
19668
19770
 
19669
- var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
19670
- var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19771
+ var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
19772
+ var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19671
19773
  var Drag2 = function Drag2(props) {
19672
19774
  var color = props.color,
19673
19775
  size = props.size,
@@ -19675,12 +19777,12 @@ var Drag2 = function Drag2(props) {
19675
19777
  style = props.style,
19676
19778
  className = props.className,
19677
19779
  iconClassName = props.iconClassName,
19678
- otherProps = _objectWithoutProperties(props, _excluded$5J);
19780
+ otherProps = _objectWithoutProperties(props, _excluded$5L);
19679
19781
  return /*#__PURE__*/React.createElement("span", {
19680
19782
  role: "img",
19681
19783
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19682
19784
  }, /*#__PURE__*/React.createElement("style", {
19683
- children: loadingCircleStyle$5J
19785
+ children: loadingCircleStyle$5L
19684
19786
  }), /*#__PURE__*/React.createElement("svg", _extends({
19685
19787
  xmlns: "http://www.w3.org/2000/svg",
19686
19788
  width: size,
@@ -19719,8 +19821,8 @@ Drag2.defaultProps = {
19719
19821
  size: '1em'
19720
19822
  };
19721
19823
 
19722
- var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
19723
- var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19824
+ var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
19825
+ var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19724
19826
  var External = function External(props) {
19725
19827
  var color = props.color,
19726
19828
  size = props.size,
@@ -19728,12 +19830,12 @@ var External = function External(props) {
19728
19830
  style = props.style,
19729
19831
  className = props.className,
19730
19832
  iconClassName = props.iconClassName,
19731
- otherProps = _objectWithoutProperties(props, _excluded$5K);
19833
+ otherProps = _objectWithoutProperties(props, _excluded$5M);
19732
19834
  return /*#__PURE__*/React.createElement("span", {
19733
19835
  role: "img",
19734
19836
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19735
19837
  }, /*#__PURE__*/React.createElement("style", {
19736
- children: loadingCircleStyle$5K
19838
+ children: loadingCircleStyle$5M
19737
19839
  }), /*#__PURE__*/React.createElement("svg", _extends({
19738
19840
  xmlns: "http://www.w3.org/2000/svg",
19739
19841
  width: size,
@@ -19768,8 +19870,8 @@ External.defaultProps = {
19768
19870
  size: '1em'
19769
19871
  };
19770
19872
 
19771
- var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
19772
- var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19873
+ var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
19874
+ var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19773
19875
  var DisplayS = function DisplayS(props) {
19774
19876
  var color = props.color,
19775
19877
  size = props.size,
@@ -19777,12 +19879,12 @@ var DisplayS = function DisplayS(props) {
19777
19879
  style = props.style,
19778
19880
  className = props.className,
19779
19881
  iconClassName = props.iconClassName,
19780
- otherProps = _objectWithoutProperties(props, _excluded$5L);
19882
+ otherProps = _objectWithoutProperties(props, _excluded$5N);
19781
19883
  return /*#__PURE__*/React.createElement("span", {
19782
19884
  role: "img",
19783
19885
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19784
19886
  }, /*#__PURE__*/React.createElement("style", {
19785
- children: loadingCircleStyle$5L
19887
+ children: loadingCircleStyle$5N
19786
19888
  }), /*#__PURE__*/React.createElement("svg", _extends({
19787
19889
  xmlns: "http://www.w3.org/2000/svg",
19788
19890
  width: size,
@@ -19819,8 +19921,8 @@ DisplayS.defaultProps = {
19819
19921
  size: '1em'
19820
19922
  };
19821
19923
 
19822
- var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
19823
- var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19924
+ var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
19925
+ var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19824
19926
  var Share = function Share(props) {
19825
19927
  var color = props.color,
19826
19928
  size = props.size,
@@ -19828,12 +19930,12 @@ var Share = function Share(props) {
19828
19930
  style = props.style,
19829
19931
  className = props.className,
19830
19932
  iconClassName = props.iconClassName,
19831
- otherProps = _objectWithoutProperties(props, _excluded$5M);
19933
+ otherProps = _objectWithoutProperties(props, _excluded$5O);
19832
19934
  return /*#__PURE__*/React.createElement("span", {
19833
19935
  role: "img",
19834
19936
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19835
19937
  }, /*#__PURE__*/React.createElement("style", {
19836
- children: loadingCircleStyle$5M
19938
+ children: loadingCircleStyle$5O
19837
19939
  }), /*#__PURE__*/React.createElement("svg", _extends({
19838
19940
  xmlns: "http://www.w3.org/2000/svg",
19839
19941
  width: size,
@@ -19868,8 +19970,8 @@ Share.defaultProps = {
19868
19970
  size: '1em'
19869
19971
  };
19870
19972
 
19871
- var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
19872
- var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19973
+ var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName"];
19974
+ var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19873
19975
  var AvatarGroupCl = function AvatarGroupCl(props) {
19874
19976
  var color = props.color,
19875
19977
  size = props.size,
@@ -19877,12 +19979,12 @@ var AvatarGroupCl = function AvatarGroupCl(props) {
19877
19979
  style = props.style,
19878
19980
  className = props.className,
19879
19981
  iconClassName = props.iconClassName,
19880
- otherProps = _objectWithoutProperties(props, _excluded$5N);
19982
+ otherProps = _objectWithoutProperties(props, _excluded$5P);
19881
19983
  return /*#__PURE__*/React.createElement("span", {
19882
19984
  role: "img",
19883
19985
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19884
19986
  }, /*#__PURE__*/React.createElement("style", {
19885
- children: loadingCircleStyle$5N
19987
+ children: loadingCircleStyle$5P
19886
19988
  }), /*#__PURE__*/React.createElement("svg", _extends({
19887
19989
  xmlns: "http://www.w3.org/2000/svg",
19888
19990
  width: size,
@@ -19933,8 +20035,8 @@ AvatarGroupCl.defaultProps = {
19933
20035
  size: '1em'
19934
20036
  };
19935
20037
 
19936
- var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
19937
- var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20038
+ var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName"];
20039
+ var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19938
20040
  var AvatarProjectCl = function AvatarProjectCl(props) {
19939
20041
  var color = props.color,
19940
20042
  size = props.size,
@@ -19942,12 +20044,12 @@ var AvatarProjectCl = function AvatarProjectCl(props) {
19942
20044
  style = props.style,
19943
20045
  className = props.className,
19944
20046
  iconClassName = props.iconClassName,
19945
- otherProps = _objectWithoutProperties(props, _excluded$5O);
20047
+ otherProps = _objectWithoutProperties(props, _excluded$5Q);
19946
20048
  return /*#__PURE__*/React.createElement("span", {
19947
20049
  role: "img",
19948
20050
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19949
20051
  }, /*#__PURE__*/React.createElement("style", {
19950
- children: loadingCircleStyle$5O
20052
+ children: loadingCircleStyle$5Q
19951
20053
  }), /*#__PURE__*/React.createElement("svg", _extends({
19952
20054
  xmlns: "http://www.w3.org/2000/svg",
19953
20055
  width: size,
@@ -19991,4 +20093,4 @@ AvatarProjectCl.defaultProps = {
19991
20093
  size: '1em'
19992
20094
  };
19993
20095
 
19994
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AlertCl as TaAlertCl, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ApproveCancelled as TaApproveCancelled, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EChartsCl as TaEChartsCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, Manual as TaManual, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, Notice as TaNotice, NumSm as TaNumSm, OneTime as TaOneTime, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Recurring as TaRecurring, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
20096
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AlertCl as TaAlertCl, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ApproveCancelled as TaApproveCancelled, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, AssetConvert as TaAssetConvert, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EChartsCl as TaEChartsCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoAppleGray as TaLogoAppleGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, Logout as TaLogout, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MagicWand as TaMagicWand, Manual as TaManual, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, Notice as TaNotice, NumSm as TaNumSm, OneTime as TaOneTime, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, PauseCircle as TaPauseCircle, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Recurring as TaRecurring, RelatedProp as TaRelatedProp, Rename as TaRename, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };