@tant/icons 1.3.26 → 1.3.28

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,155 @@ 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 AddToPage = function AddToPage(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
+ fillRule: "evenodd",
16449
+ clipRule: "evenodd",
16450
+ d: "M3 19V5h14v3a1 1 0 102 0V4a1 1 0 00-1-1H2a1 1 0 00-1 1v16a1 1 0 001 1h8a1 1 0 100-2H3zM6.464 8.357a.964.964 0 000 1.929h7.072a.964.964 0 100-1.93H6.464zM5.5 13.178c0-.532.432-.964.964-.964h4.072a.964.964 0 110 1.928H6.464a.964.964 0 01-.964-.964zM17 12a1 1 0 112 0v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3h-3a1 1 0 110-2h3v-3z"
16451
+ }))));
16452
+ };
16453
+ AddToPage.propTypes = {
16454
+ iconClassName: PropTypes.string,
16455
+ spin: PropTypes.bool,
16456
+ color: PropTypes.string,
16457
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16458
+ };
16459
+ AddToPage.defaultProps = {
16460
+ spin: false,
16461
+ color: 'currentColor',
16462
+ size: '1em'
16463
+ };
16464
+
16465
+ var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
16466
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16467
+ var Report = function Report(props) {
16468
+ var color = props.color,
16469
+ size = props.size,
16470
+ spin = props.spin,
16471
+ style = props.style,
16472
+ className = props.className,
16473
+ iconClassName = props.iconClassName,
16474
+ otherProps = _objectWithoutProperties(props, _excluded$4L);
16475
+ return /*#__PURE__*/React.createElement("span", {
16476
+ role: "img",
16477
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16478
+ }, /*#__PURE__*/React.createElement("style", {
16479
+ children: loadingCircleStyle$4L
16480
+ }), /*#__PURE__*/React.createElement("svg", _extends({
16481
+ xmlns: "http://www.w3.org/2000/svg",
16482
+ width: size,
16483
+ height: size,
16484
+ viewBox: "0 0 24 24",
16485
+ fill: color
16486
+ }, otherProps, {
16487
+ className: iconClassName,
16488
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
16489
+ animationDuration: '1s',
16490
+ animationIterationCount: 'infinite',
16491
+ animationName: 'loadingCircle',
16492
+ animationTimingFunction: 'linear'
16493
+ } : {})
16494
+ }), /*#__PURE__*/React.createElement("svg", {
16495
+ width: "24",
16496
+ height: "24",
16497
+ xmlns: "http://www.w3.org/2000/svg"
16498
+ }, /*#__PURE__*/React.createElement("path", {
16499
+ 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"
16500
+ }))));
16501
+ };
16502
+ Report.propTypes = {
16503
+ iconClassName: PropTypes.string,
16504
+ spin: PropTypes.bool,
16505
+ color: PropTypes.string,
16506
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16507
+ };
16508
+ Report.defaultProps = {
16509
+ spin: false,
16510
+ color: 'currentColor',
16511
+ size: '1em'
16512
+ };
16513
+
16514
+ var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
16515
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16516
+ var ReportRemoval = function ReportRemoval(props) {
16517
+ var color = props.color,
16518
+ size = props.size,
16519
+ spin = props.spin,
16520
+ style = props.style,
16521
+ className = props.className,
16522
+ iconClassName = props.iconClassName,
16523
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
16524
+ return /*#__PURE__*/React.createElement("span", {
16525
+ role: "img",
16526
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16527
+ }, /*#__PURE__*/React.createElement("style", {
16528
+ children: loadingCircleStyle$4M
16529
+ }), /*#__PURE__*/React.createElement("svg", _extends({
16530
+ xmlns: "http://www.w3.org/2000/svg",
16531
+ width: size,
16532
+ height: size,
16533
+ viewBox: "0 0 24 24",
16534
+ fill: color
16535
+ }, otherProps, {
16536
+ className: iconClassName,
16537
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
16538
+ animationDuration: '1s',
16539
+ animationIterationCount: 'infinite',
16540
+ animationName: 'loadingCircle',
16541
+ animationTimingFunction: 'linear'
16542
+ } : {})
16543
+ }), /*#__PURE__*/React.createElement("svg", {
16544
+ width: "24",
16545
+ height: "24",
16546
+ xmlns: "http://www.w3.org/2000/svg"
16394
16547
  }, /*#__PURE__*/React.createElement("path", {
16395
16548
  d: "M7 13h2v4H7v-4z"
16396
16549
  }), /*#__PURE__*/React.createElement("path", {
@@ -16415,8 +16568,8 @@ ReportRemoval.defaultProps = {
16415
16568
  size: '1em'
16416
16569
  };
16417
16570
 
16418
- var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
16419
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16571
+ var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
16572
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16420
16573
  var FileAdd = function FileAdd(props) {
16421
16574
  var color = props.color,
16422
16575
  size = props.size,
@@ -16424,12 +16577,12 @@ var FileAdd = function FileAdd(props) {
16424
16577
  style = props.style,
16425
16578
  className = props.className,
16426
16579
  iconClassName = props.iconClassName,
16427
- otherProps = _objectWithoutProperties(props, _excluded$4K);
16580
+ otherProps = _objectWithoutProperties(props, _excluded$4N);
16428
16581
  return /*#__PURE__*/React.createElement("span", {
16429
16582
  role: "img",
16430
16583
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16431
16584
  }, /*#__PURE__*/React.createElement("style", {
16432
- children: loadingCircleStyle$4K
16585
+ children: loadingCircleStyle$4N
16433
16586
  }), /*#__PURE__*/React.createElement("svg", _extends({
16434
16587
  xmlns: "http://www.w3.org/2000/svg",
16435
16588
  width: size,
@@ -16464,8 +16617,8 @@ FileAdd.defaultProps = {
16464
16617
  size: '1em'
16465
16618
  };
16466
16619
 
16467
- var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
16468
- var loadingCircleStyle$4L = '@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) }} ';
16469
16622
  var FileRemove = function FileRemove(props) {
16470
16623
  var color = props.color,
16471
16624
  size = props.size,
@@ -16473,12 +16626,12 @@ var FileRemove = function FileRemove(props) {
16473
16626
  style = props.style,
16474
16627
  className = props.className,
16475
16628
  iconClassName = props.iconClassName,
16476
- otherProps = _objectWithoutProperties(props, _excluded$4L);
16629
+ otherProps = _objectWithoutProperties(props, _excluded$4O);
16477
16630
  return /*#__PURE__*/React.createElement("span", {
16478
16631
  role: "img",
16479
16632
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16480
16633
  }, /*#__PURE__*/React.createElement("style", {
16481
- children: loadingCircleStyle$4L
16634
+ children: loadingCircleStyle$4O
16482
16635
  }), /*#__PURE__*/React.createElement("svg", _extends({
16483
16636
  xmlns: "http://www.w3.org/2000/svg",
16484
16637
  width: size,
@@ -16515,8 +16668,8 @@ FileRemove.defaultProps = {
16515
16668
  size: '1em'
16516
16669
  };
16517
16670
 
16518
- var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
16519
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16671
+ var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
16672
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16520
16673
  var FileExport = function FileExport(props) {
16521
16674
  var color = props.color,
16522
16675
  size = props.size,
@@ -16524,12 +16677,12 @@ var FileExport = function FileExport(props) {
16524
16677
  style = props.style,
16525
16678
  className = props.className,
16526
16679
  iconClassName = props.iconClassName,
16527
- otherProps = _objectWithoutProperties(props, _excluded$4M);
16680
+ otherProps = _objectWithoutProperties(props, _excluded$4P);
16528
16681
  return /*#__PURE__*/React.createElement("span", {
16529
16682
  role: "img",
16530
16683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16531
16684
  }, /*#__PURE__*/React.createElement("style", {
16532
- children: loadingCircleStyle$4M
16685
+ children: loadingCircleStyle$4P
16533
16686
  }), /*#__PURE__*/React.createElement("svg", _extends({
16534
16687
  xmlns: "http://www.w3.org/2000/svg",
16535
16688
  width: size,
@@ -16564,8 +16717,8 @@ FileExport.defaultProps = {
16564
16717
  size: '1em'
16565
16718
  };
16566
16719
 
16567
- var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
16568
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16720
+ var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
16721
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16569
16722
  var FileMove = function FileMove(props) {
16570
16723
  var color = props.color,
16571
16724
  size = props.size,
@@ -16573,12 +16726,12 @@ var FileMove = function FileMove(props) {
16573
16726
  style = props.style,
16574
16727
  className = props.className,
16575
16728
  iconClassName = props.iconClassName,
16576
- otherProps = _objectWithoutProperties(props, _excluded$4N);
16729
+ otherProps = _objectWithoutProperties(props, _excluded$4Q);
16577
16730
  return /*#__PURE__*/React.createElement("span", {
16578
16731
  role: "img",
16579
16732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16580
16733
  }, /*#__PURE__*/React.createElement("style", {
16581
- children: loadingCircleStyle$4N
16734
+ children: loadingCircleStyle$4Q
16582
16735
  }), /*#__PURE__*/React.createElement("svg", _extends({
16583
16736
  xmlns: "http://www.w3.org/2000/svg",
16584
16737
  width: size,
@@ -16613,8 +16766,8 @@ FileMove.defaultProps = {
16613
16766
  size: '1em'
16614
16767
  };
16615
16768
 
16616
- var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
16617
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16769
+ var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
16770
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16618
16771
  var FileImport = function FileImport(props) {
16619
16772
  var color = props.color,
16620
16773
  size = props.size,
@@ -16622,12 +16775,12 @@ var FileImport = function FileImport(props) {
16622
16775
  style = props.style,
16623
16776
  className = props.className,
16624
16777
  iconClassName = props.iconClassName,
16625
- otherProps = _objectWithoutProperties(props, _excluded$4O);
16778
+ otherProps = _objectWithoutProperties(props, _excluded$4R);
16626
16779
  return /*#__PURE__*/React.createElement("span", {
16627
16780
  role: "img",
16628
16781
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16629
16782
  }, /*#__PURE__*/React.createElement("style", {
16630
- children: loadingCircleStyle$4O
16783
+ children: loadingCircleStyle$4R
16631
16784
  }), /*#__PURE__*/React.createElement("svg", _extends({
16632
16785
  xmlns: "http://www.w3.org/2000/svg",
16633
16786
  width: size,
@@ -16662,8 +16815,8 @@ FileImport.defaultProps = {
16662
16815
  size: '1em'
16663
16816
  };
16664
16817
 
16665
- var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
16666
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16818
+ var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
16819
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16667
16820
  var FileInfo = function FileInfo(props) {
16668
16821
  var color = props.color,
16669
16822
  size = props.size,
@@ -16671,12 +16824,12 @@ var FileInfo = function FileInfo(props) {
16671
16824
  style = props.style,
16672
16825
  className = props.className,
16673
16826
  iconClassName = props.iconClassName,
16674
- otherProps = _objectWithoutProperties(props, _excluded$4P);
16827
+ otherProps = _objectWithoutProperties(props, _excluded$4S);
16675
16828
  return /*#__PURE__*/React.createElement("span", {
16676
16829
  role: "img",
16677
16830
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16678
16831
  }, /*#__PURE__*/React.createElement("style", {
16679
- children: loadingCircleStyle$4P
16832
+ children: loadingCircleStyle$4S
16680
16833
  }), /*#__PURE__*/React.createElement("svg", _extends({
16681
16834
  xmlns: "http://www.w3.org/2000/svg",
16682
16835
  width: size,
@@ -16711,8 +16864,8 @@ FileInfo.defaultProps = {
16711
16864
  size: '1em'
16712
16865
  };
16713
16866
 
16714
- var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
16715
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16867
+ var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
16868
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16716
16869
  var FileConvert = function FileConvert(props) {
16717
16870
  var color = props.color,
16718
16871
  size = props.size,
@@ -16720,12 +16873,12 @@ var FileConvert = function FileConvert(props) {
16720
16873
  style = props.style,
16721
16874
  className = props.className,
16722
16875
  iconClassName = props.iconClassName,
16723
- otherProps = _objectWithoutProperties(props, _excluded$4Q);
16876
+ otherProps = _objectWithoutProperties(props, _excluded$4T);
16724
16877
  return /*#__PURE__*/React.createElement("span", {
16725
16878
  role: "img",
16726
16879
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16727
16880
  }, /*#__PURE__*/React.createElement("style", {
16728
- children: loadingCircleStyle$4Q
16881
+ children: loadingCircleStyle$4T
16729
16882
  }), /*#__PURE__*/React.createElement("svg", _extends({
16730
16883
  xmlns: "http://www.w3.org/2000/svg",
16731
16884
  width: size,
@@ -16766,8 +16919,8 @@ FileConvert.defaultProps = {
16766
16919
  size: '1em'
16767
16920
  };
16768
16921
 
16769
- var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
16770
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16922
+ var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
16923
+ var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16771
16924
  var AssetConvert = function AssetConvert(props) {
16772
16925
  var color = props.color,
16773
16926
  size = props.size,
@@ -16775,12 +16928,12 @@ var AssetConvert = function AssetConvert(props) {
16775
16928
  style = props.style,
16776
16929
  className = props.className,
16777
16930
  iconClassName = props.iconClassName,
16778
- otherProps = _objectWithoutProperties(props, _excluded$4R);
16931
+ otherProps = _objectWithoutProperties(props, _excluded$4U);
16779
16932
  return /*#__PURE__*/React.createElement("span", {
16780
16933
  role: "img",
16781
16934
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16782
16935
  }, /*#__PURE__*/React.createElement("style", {
16783
- children: loadingCircleStyle$4R
16936
+ children: loadingCircleStyle$4U
16784
16937
  }), /*#__PURE__*/React.createElement("svg", _extends({
16785
16938
  xmlns: "http://www.w3.org/2000/svg",
16786
16939
  width: size,
@@ -16821,8 +16974,8 @@ AssetConvert.defaultProps = {
16821
16974
  size: '1em'
16822
16975
  };
16823
16976
 
16824
- var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
16825
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16977
+ var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
16978
+ var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16826
16979
  var FileLock = function FileLock(props) {
16827
16980
  var color = props.color,
16828
16981
  size = props.size,
@@ -16830,12 +16983,12 @@ var FileLock = function FileLock(props) {
16830
16983
  style = props.style,
16831
16984
  className = props.className,
16832
16985
  iconClassName = props.iconClassName,
16833
- otherProps = _objectWithoutProperties(props, _excluded$4S);
16986
+ otherProps = _objectWithoutProperties(props, _excluded$4V);
16834
16987
  return /*#__PURE__*/React.createElement("span", {
16835
16988
  role: "img",
16836
16989
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16837
16990
  }, /*#__PURE__*/React.createElement("style", {
16838
- children: loadingCircleStyle$4S
16991
+ children: loadingCircleStyle$4V
16839
16992
  }), /*#__PURE__*/React.createElement("svg", _extends({
16840
16993
  xmlns: "http://www.w3.org/2000/svg",
16841
16994
  width: size,
@@ -16870,8 +17023,8 @@ FileLock.defaultProps = {
16870
17023
  size: '1em'
16871
17024
  };
16872
17025
 
16873
- var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
16874
- var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17026
+ var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
17027
+ var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16875
17028
  var FilePdf = function FilePdf(props) {
16876
17029
  var color = props.color,
16877
17030
  size = props.size,
@@ -16879,12 +17032,12 @@ var FilePdf = function FilePdf(props) {
16879
17032
  style = props.style,
16880
17033
  className = props.className,
16881
17034
  iconClassName = props.iconClassName,
16882
- otherProps = _objectWithoutProperties(props, _excluded$4T);
17035
+ otherProps = _objectWithoutProperties(props, _excluded$4W);
16883
17036
  return /*#__PURE__*/React.createElement("span", {
16884
17037
  role: "img",
16885
17038
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16886
17039
  }, /*#__PURE__*/React.createElement("style", {
16887
- children: loadingCircleStyle$4T
17040
+ children: loadingCircleStyle$4W
16888
17041
  }), /*#__PURE__*/React.createElement("svg", _extends({
16889
17042
  xmlns: "http://www.w3.org/2000/svg",
16890
17043
  width: size,
@@ -16919,8 +17072,8 @@ FilePdf.defaultProps = {
16919
17072
  size: '1em'
16920
17073
  };
16921
17074
 
16922
- var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
16923
- var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17075
+ var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
17076
+ var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16924
17077
  var Detail = function Detail(props) {
16925
17078
  var color = props.color,
16926
17079
  size = props.size,
@@ -16928,12 +17081,12 @@ var Detail = function Detail(props) {
16928
17081
  style = props.style,
16929
17082
  className = props.className,
16930
17083
  iconClassName = props.iconClassName,
16931
- otherProps = _objectWithoutProperties(props, _excluded$4U);
17084
+ otherProps = _objectWithoutProperties(props, _excluded$4X);
16932
17085
  return /*#__PURE__*/React.createElement("span", {
16933
17086
  role: "img",
16934
17087
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16935
17088
  }, /*#__PURE__*/React.createElement("style", {
16936
- children: loadingCircleStyle$4U
17089
+ children: loadingCircleStyle$4X
16937
17090
  }), /*#__PURE__*/React.createElement("svg", _extends({
16938
17091
  xmlns: "http://www.w3.org/2000/svg",
16939
17092
  width: size,
@@ -16968,8 +17121,8 @@ Detail.defaultProps = {
16968
17121
  size: '1em'
16969
17122
  };
16970
17123
 
16971
- var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
16972
- var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17124
+ var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
17125
+ var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16973
17126
  var MessageCenter = function MessageCenter(props) {
16974
17127
  var color = props.color,
16975
17128
  size = props.size,
@@ -16977,12 +17130,12 @@ var MessageCenter = function MessageCenter(props) {
16977
17130
  style = props.style,
16978
17131
  className = props.className,
16979
17132
  iconClassName = props.iconClassName,
16980
- otherProps = _objectWithoutProperties(props, _excluded$4V);
17133
+ otherProps = _objectWithoutProperties(props, _excluded$4Y);
16981
17134
  return /*#__PURE__*/React.createElement("span", {
16982
17135
  role: "img",
16983
17136
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16984
17137
  }, /*#__PURE__*/React.createElement("style", {
16985
- children: loadingCircleStyle$4V
17138
+ children: loadingCircleStyle$4Y
16986
17139
  }), /*#__PURE__*/React.createElement("svg", _extends({
16987
17140
  xmlns: "http://www.w3.org/2000/svg",
16988
17141
  width: size,
@@ -17025,8 +17178,8 @@ MessageCenter.defaultProps = {
17025
17178
  size: '1em'
17026
17179
  };
17027
17180
 
17028
- var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
17029
- var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17181
+ var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
17182
+ var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17030
17183
  var SystemMsg = function SystemMsg(props) {
17031
17184
  var color = props.color,
17032
17185
  size = props.size,
@@ -17034,12 +17187,12 @@ var SystemMsg = function SystemMsg(props) {
17034
17187
  style = props.style,
17035
17188
  className = props.className,
17036
17189
  iconClassName = props.iconClassName,
17037
- otherProps = _objectWithoutProperties(props, _excluded$4W);
17190
+ otherProps = _objectWithoutProperties(props, _excluded$4Z);
17038
17191
  return /*#__PURE__*/React.createElement("span", {
17039
17192
  role: "img",
17040
17193
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17041
17194
  }, /*#__PURE__*/React.createElement("style", {
17042
- children: loadingCircleStyle$4W
17195
+ children: loadingCircleStyle$4Z
17043
17196
  }), /*#__PURE__*/React.createElement("svg", _extends({
17044
17197
  xmlns: "http://www.w3.org/2000/svg",
17045
17198
  width: size,
@@ -17080,8 +17233,8 @@ SystemMsg.defaultProps = {
17080
17233
  size: '1em'
17081
17234
  };
17082
17235
 
17083
- var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
17084
- var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17236
+ var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
17237
+ var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17085
17238
  var Comment = function Comment(props) {
17086
17239
  var color = props.color,
17087
17240
  size = props.size,
@@ -17089,12 +17242,12 @@ var Comment = function Comment(props) {
17089
17242
  style = props.style,
17090
17243
  className = props.className,
17091
17244
  iconClassName = props.iconClassName,
17092
- otherProps = _objectWithoutProperties(props, _excluded$4X);
17245
+ otherProps = _objectWithoutProperties(props, _excluded$4_);
17093
17246
  return /*#__PURE__*/React.createElement("span", {
17094
17247
  role: "img",
17095
17248
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17096
17249
  }, /*#__PURE__*/React.createElement("style", {
17097
- children: loadingCircleStyle$4X
17250
+ children: loadingCircleStyle$4_
17098
17251
  }), /*#__PURE__*/React.createElement("svg", _extends({
17099
17252
  xmlns: "http://www.w3.org/2000/svg",
17100
17253
  width: size,
@@ -17133,8 +17286,8 @@ Comment.defaultProps = {
17133
17286
  size: '1em'
17134
17287
  };
17135
17288
 
17136
- var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
17137
- var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17289
+ var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
17290
+ var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17138
17291
  var Book = function Book(props) {
17139
17292
  var color = props.color,
17140
17293
  size = props.size,
@@ -17142,12 +17295,12 @@ var Book = function Book(props) {
17142
17295
  style = props.style,
17143
17296
  className = props.className,
17144
17297
  iconClassName = props.iconClassName,
17145
- otherProps = _objectWithoutProperties(props, _excluded$4Y);
17298
+ otherProps = _objectWithoutProperties(props, _excluded$4$);
17146
17299
  return /*#__PURE__*/React.createElement("span", {
17147
17300
  role: "img",
17148
17301
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17149
17302
  }, /*#__PURE__*/React.createElement("style", {
17150
- children: loadingCircleStyle$4Y
17303
+ children: loadingCircleStyle$4$
17151
17304
  }), /*#__PURE__*/React.createElement("svg", _extends({
17152
17305
  xmlns: "http://www.w3.org/2000/svg",
17153
17306
  width: size,
@@ -17182,8 +17335,8 @@ Book.defaultProps = {
17182
17335
  size: '1em'
17183
17336
  };
17184
17337
 
17185
- var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
17186
- var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17338
+ var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
17339
+ var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17187
17340
  var Book2 = function Book2(props) {
17188
17341
  var color = props.color,
17189
17342
  size = props.size,
@@ -17191,12 +17344,12 @@ var Book2 = function Book2(props) {
17191
17344
  style = props.style,
17192
17345
  className = props.className,
17193
17346
  iconClassName = props.iconClassName,
17194
- otherProps = _objectWithoutProperties(props, _excluded$4Z);
17347
+ otherProps = _objectWithoutProperties(props, _excluded$50);
17195
17348
  return /*#__PURE__*/React.createElement("span", {
17196
17349
  role: "img",
17197
17350
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17198
17351
  }, /*#__PURE__*/React.createElement("style", {
17199
- children: loadingCircleStyle$4Z
17352
+ children: loadingCircleStyle$50
17200
17353
  }), /*#__PURE__*/React.createElement("svg", _extends({
17201
17354
  xmlns: "http://www.w3.org/2000/svg",
17202
17355
  width: size,
@@ -17231,8 +17384,8 @@ Book2.defaultProps = {
17231
17384
  size: '1em'
17232
17385
  };
17233
17386
 
17234
- var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
17235
- var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17387
+ var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
17388
+ var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17236
17389
  var Sticker = function Sticker(props) {
17237
17390
  var color = props.color,
17238
17391
  size = props.size,
@@ -17240,12 +17393,12 @@ var Sticker = function Sticker(props) {
17240
17393
  style = props.style,
17241
17394
  className = props.className,
17242
17395
  iconClassName = props.iconClassName,
17243
- otherProps = _objectWithoutProperties(props, _excluded$4_);
17396
+ otherProps = _objectWithoutProperties(props, _excluded$51);
17244
17397
  return /*#__PURE__*/React.createElement("span", {
17245
17398
  role: "img",
17246
17399
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17247
17400
  }, /*#__PURE__*/React.createElement("style", {
17248
- children: loadingCircleStyle$4_
17401
+ children: loadingCircleStyle$51
17249
17402
  }), /*#__PURE__*/React.createElement("svg", _extends({
17250
17403
  xmlns: "http://www.w3.org/2000/svg",
17251
17404
  width: size,
@@ -17280,8 +17433,8 @@ Sticker.defaultProps = {
17280
17433
  size: '1em'
17281
17434
  };
17282
17435
 
17283
- var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
17284
- var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17436
+ var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
17437
+ var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17285
17438
  var StickerFill = function StickerFill(props) {
17286
17439
  var color = props.color,
17287
17440
  size = props.size,
@@ -17289,12 +17442,12 @@ var StickerFill = function StickerFill(props) {
17289
17442
  style = props.style,
17290
17443
  className = props.className,
17291
17444
  iconClassName = props.iconClassName,
17292
- otherProps = _objectWithoutProperties(props, _excluded$4$);
17445
+ otherProps = _objectWithoutProperties(props, _excluded$52);
17293
17446
  return /*#__PURE__*/React.createElement("span", {
17294
17447
  role: "img",
17295
17448
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17296
17449
  }, /*#__PURE__*/React.createElement("style", {
17297
- children: loadingCircleStyle$4$
17450
+ children: loadingCircleStyle$52
17298
17451
  }), /*#__PURE__*/React.createElement("svg", _extends({
17299
17452
  xmlns: "http://www.w3.org/2000/svg",
17300
17453
  width: size,
@@ -17329,8 +17482,8 @@ StickerFill.defaultProps = {
17329
17482
  size: '1em'
17330
17483
  };
17331
17484
 
17332
- var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
17333
- var loadingCircleStyle$50 = '@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) }} ';
17334
17487
  var FolderLine = function FolderLine(props) {
17335
17488
  var color = props.color,
17336
17489
  size = props.size,
@@ -17338,12 +17491,12 @@ var FolderLine = function FolderLine(props) {
17338
17491
  style = props.style,
17339
17492
  className = props.className,
17340
17493
  iconClassName = props.iconClassName,
17341
- otherProps = _objectWithoutProperties(props, _excluded$50);
17494
+ otherProps = _objectWithoutProperties(props, _excluded$53);
17342
17495
  return /*#__PURE__*/React.createElement("span", {
17343
17496
  role: "img",
17344
17497
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17345
17498
  }, /*#__PURE__*/React.createElement("style", {
17346
- children: loadingCircleStyle$50
17499
+ children: loadingCircleStyle$53
17347
17500
  }), /*#__PURE__*/React.createElement("svg", _extends({
17348
17501
  xmlns: "http://www.w3.org/2000/svg",
17349
17502
  width: size,
@@ -17380,8 +17533,8 @@ FolderLine.defaultProps = {
17380
17533
  size: '1em'
17381
17534
  };
17382
17535
 
17383
- var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
17384
- var loadingCircleStyle$51 = '@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) }} ';
17385
17538
  var FolderOpenLine = function FolderOpenLine(props) {
17386
17539
  var color = props.color,
17387
17540
  size = props.size,
@@ -17389,12 +17542,12 @@ var FolderOpenLine = function FolderOpenLine(props) {
17389
17542
  style = props.style,
17390
17543
  className = props.className,
17391
17544
  iconClassName = props.iconClassName,
17392
- otherProps = _objectWithoutProperties(props, _excluded$51);
17545
+ otherProps = _objectWithoutProperties(props, _excluded$54);
17393
17546
  return /*#__PURE__*/React.createElement("span", {
17394
17547
  role: "img",
17395
17548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17396
17549
  }, /*#__PURE__*/React.createElement("style", {
17397
- children: loadingCircleStyle$51
17550
+ children: loadingCircleStyle$54
17398
17551
  }), /*#__PURE__*/React.createElement("svg", _extends({
17399
17552
  xmlns: "http://www.w3.org/2000/svg",
17400
17553
  width: size,
@@ -17431,8 +17584,8 @@ FolderOpenLine.defaultProps = {
17431
17584
  size: '1em'
17432
17585
  };
17433
17586
 
17434
- var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
17435
- var loadingCircleStyle$52 = '@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) }} ';
17436
17589
  var SpaceLine = function SpaceLine(props) {
17437
17590
  var color = props.color,
17438
17591
  size = props.size,
@@ -17440,12 +17593,12 @@ var SpaceLine = function SpaceLine(props) {
17440
17593
  style = props.style,
17441
17594
  className = props.className,
17442
17595
  iconClassName = props.iconClassName,
17443
- otherProps = _objectWithoutProperties(props, _excluded$52);
17596
+ otherProps = _objectWithoutProperties(props, _excluded$55);
17444
17597
  return /*#__PURE__*/React.createElement("span", {
17445
17598
  role: "img",
17446
17599
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17447
17600
  }, /*#__PURE__*/React.createElement("style", {
17448
- children: loadingCircleStyle$52
17601
+ children: loadingCircleStyle$55
17449
17602
  }), /*#__PURE__*/React.createElement("svg", _extends({
17450
17603
  xmlns: "http://www.w3.org/2000/svg",
17451
17604
  width: size,
@@ -17482,8 +17635,8 @@ SpaceLine.defaultProps = {
17482
17635
  size: '1em'
17483
17636
  };
17484
17637
 
17485
- var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
17486
- var loadingCircleStyle$53 = '@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) }} ';
17487
17640
  var SpaceOpenLine = function SpaceOpenLine(props) {
17488
17641
  var color = props.color,
17489
17642
  size = props.size,
@@ -17491,12 +17644,12 @@ var SpaceOpenLine = function SpaceOpenLine(props) {
17491
17644
  style = props.style,
17492
17645
  className = props.className,
17493
17646
  iconClassName = props.iconClassName,
17494
- otherProps = _objectWithoutProperties(props, _excluded$53);
17647
+ otherProps = _objectWithoutProperties(props, _excluded$56);
17495
17648
  return /*#__PURE__*/React.createElement("span", {
17496
17649
  role: "img",
17497
17650
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17498
17651
  }, /*#__PURE__*/React.createElement("style", {
17499
- children: loadingCircleStyle$53
17652
+ children: loadingCircleStyle$56
17500
17653
  }), /*#__PURE__*/React.createElement("svg", _extends({
17501
17654
  xmlns: "http://www.w3.org/2000/svg",
17502
17655
  width: size,
@@ -17533,8 +17686,8 @@ SpaceOpenLine.defaultProps = {
17533
17686
  size: '1em'
17534
17687
  };
17535
17688
 
17536
- var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName"];
17537
- var loadingCircleStyle$54 = '@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) }} ';
17538
17691
  var PageLine = function PageLine(props) {
17539
17692
  var color = props.color,
17540
17693
  size = props.size,
@@ -17542,12 +17695,12 @@ var PageLine = function PageLine(props) {
17542
17695
  style = props.style,
17543
17696
  className = props.className,
17544
17697
  iconClassName = props.iconClassName,
17545
- otherProps = _objectWithoutProperties(props, _excluded$54);
17698
+ otherProps = _objectWithoutProperties(props, _excluded$57);
17546
17699
  return /*#__PURE__*/React.createElement("span", {
17547
17700
  role: "img",
17548
17701
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17549
17702
  }, /*#__PURE__*/React.createElement("style", {
17550
- children: loadingCircleStyle$54
17703
+ children: loadingCircleStyle$57
17551
17704
  }), /*#__PURE__*/React.createElement("svg", _extends({
17552
17705
  xmlns: "http://www.w3.org/2000/svg",
17553
17706
  width: size,
@@ -17584,8 +17737,8 @@ PageLine.defaultProps = {
17584
17737
  size: '1em'
17585
17738
  };
17586
17739
 
17587
- var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName"];
17588
- var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17740
+ var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
17741
+ var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17589
17742
  var PageOpenCl = function PageOpenCl(props) {
17590
17743
  var color = props.color,
17591
17744
  size = props.size,
@@ -17593,12 +17746,12 @@ var PageOpenCl = function PageOpenCl(props) {
17593
17746
  style = props.style,
17594
17747
  className = props.className,
17595
17748
  iconClassName = props.iconClassName,
17596
- otherProps = _objectWithoutProperties(props, _excluded$55);
17749
+ otherProps = _objectWithoutProperties(props, _excluded$58);
17597
17750
  return /*#__PURE__*/React.createElement("span", {
17598
17751
  role: "img",
17599
17752
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17600
17753
  }, /*#__PURE__*/React.createElement("style", {
17601
- children: loadingCircleStyle$55
17754
+ children: loadingCircleStyle$58
17602
17755
  }), /*#__PURE__*/React.createElement("svg", _extends({
17603
17756
  xmlns: "http://www.w3.org/2000/svg",
17604
17757
  width: size,
@@ -17651,8 +17804,8 @@ PageOpenCl.defaultProps = {
17651
17804
  size: '1em'
17652
17805
  };
17653
17806
 
17654
- var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName"];
17655
- var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17807
+ var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
17808
+ var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17656
17809
  var EventSm = function EventSm(props) {
17657
17810
  var color = props.color,
17658
17811
  size = props.size,
@@ -17660,12 +17813,12 @@ var EventSm = function EventSm(props) {
17660
17813
  style = props.style,
17661
17814
  className = props.className,
17662
17815
  iconClassName = props.iconClassName,
17663
- otherProps = _objectWithoutProperties(props, _excluded$56);
17816
+ otherProps = _objectWithoutProperties(props, _excluded$59);
17664
17817
  return /*#__PURE__*/React.createElement("span", {
17665
17818
  role: "img",
17666
17819
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17667
17820
  }, /*#__PURE__*/React.createElement("style", {
17668
- children: loadingCircleStyle$56
17821
+ children: loadingCircleStyle$59
17669
17822
  }), /*#__PURE__*/React.createElement("svg", _extends({
17670
17823
  xmlns: "http://www.w3.org/2000/svg",
17671
17824
  width: size,
@@ -17700,8 +17853,8 @@ EventSm.defaultProps = {
17700
17853
  size: '1em'
17701
17854
  };
17702
17855
 
17703
- var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName"];
17704
- var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17856
+ var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
17857
+ var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17705
17858
  var EPropertySm = function EPropertySm(props) {
17706
17859
  var color = props.color,
17707
17860
  size = props.size,
@@ -17709,12 +17862,12 @@ var EPropertySm = function EPropertySm(props) {
17709
17862
  style = props.style,
17710
17863
  className = props.className,
17711
17864
  iconClassName = props.iconClassName,
17712
- otherProps = _objectWithoutProperties(props, _excluded$57);
17865
+ otherProps = _objectWithoutProperties(props, _excluded$5a);
17713
17866
  return /*#__PURE__*/React.createElement("span", {
17714
17867
  role: "img",
17715
17868
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17716
17869
  }, /*#__PURE__*/React.createElement("style", {
17717
- children: loadingCircleStyle$57
17870
+ children: loadingCircleStyle$5a
17718
17871
  }), /*#__PURE__*/React.createElement("svg", _extends({
17719
17872
  xmlns: "http://www.w3.org/2000/svg",
17720
17873
  width: size,
@@ -17757,8 +17910,8 @@ EPropertySm.defaultProps = {
17757
17910
  size: '1em'
17758
17911
  };
17759
17912
 
17760
- var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName"];
17761
- var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17913
+ var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
17914
+ var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17762
17915
  var IndicatorSm = function IndicatorSm(props) {
17763
17916
  var color = props.color,
17764
17917
  size = props.size,
@@ -17766,12 +17919,12 @@ var IndicatorSm = function IndicatorSm(props) {
17766
17919
  style = props.style,
17767
17920
  className = props.className,
17768
17921
  iconClassName = props.iconClassName,
17769
- otherProps = _objectWithoutProperties(props, _excluded$58);
17922
+ otherProps = _objectWithoutProperties(props, _excluded$5b);
17770
17923
  return /*#__PURE__*/React.createElement("span", {
17771
17924
  role: "img",
17772
17925
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17773
17926
  }, /*#__PURE__*/React.createElement("style", {
17774
- children: loadingCircleStyle$58
17927
+ children: loadingCircleStyle$5b
17775
17928
  }), /*#__PURE__*/React.createElement("svg", _extends({
17776
17929
  xmlns: "http://www.w3.org/2000/svg",
17777
17930
  width: size,
@@ -17810,8 +17963,8 @@ IndicatorSm.defaultProps = {
17810
17963
  size: '1em'
17811
17964
  };
17812
17965
 
17813
- var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName"];
17814
- var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17966
+ var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
17967
+ var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17815
17968
  var UPropertySm = function UPropertySm(props) {
17816
17969
  var color = props.color,
17817
17970
  size = props.size,
@@ -17819,12 +17972,12 @@ var UPropertySm = function UPropertySm(props) {
17819
17972
  style = props.style,
17820
17973
  className = props.className,
17821
17974
  iconClassName = props.iconClassName,
17822
- otherProps = _objectWithoutProperties(props, _excluded$59);
17975
+ otherProps = _objectWithoutProperties(props, _excluded$5c);
17823
17976
  return /*#__PURE__*/React.createElement("span", {
17824
17977
  role: "img",
17825
17978
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17826
17979
  }, /*#__PURE__*/React.createElement("style", {
17827
- children: loadingCircleStyle$59
17980
+ children: loadingCircleStyle$5c
17828
17981
  }), /*#__PURE__*/React.createElement("svg", _extends({
17829
17982
  xmlns: "http://www.w3.org/2000/svg",
17830
17983
  width: size,
@@ -17865,8 +18018,8 @@ UPropertySm.defaultProps = {
17865
18018
  size: '1em'
17866
18019
  };
17867
18020
 
17868
- var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName"];
17869
- var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18021
+ var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
18022
+ var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17870
18023
  var UGroupSm = function UGroupSm(props) {
17871
18024
  var color = props.color,
17872
18025
  size = props.size,
@@ -17874,12 +18027,12 @@ var UGroupSm = function UGroupSm(props) {
17874
18027
  style = props.style,
17875
18028
  className = props.className,
17876
18029
  iconClassName = props.iconClassName,
17877
- otherProps = _objectWithoutProperties(props, _excluded$5a);
18030
+ otherProps = _objectWithoutProperties(props, _excluded$5d);
17878
18031
  return /*#__PURE__*/React.createElement("span", {
17879
18032
  role: "img",
17880
18033
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17881
18034
  }, /*#__PURE__*/React.createElement("style", {
17882
- children: loadingCircleStyle$5a
18035
+ children: loadingCircleStyle$5d
17883
18036
  }), /*#__PURE__*/React.createElement("svg", _extends({
17884
18037
  xmlns: "http://www.w3.org/2000/svg",
17885
18038
  width: size,
@@ -17928,8 +18081,8 @@ UGroupSm.defaultProps = {
17928
18081
  size: '1em'
17929
18082
  };
17930
18083
 
17931
- var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName"];
17932
- var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18084
+ var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
18085
+ var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17933
18086
  var UTagSm = function UTagSm(props) {
17934
18087
  var color = props.color,
17935
18088
  size = props.size,
@@ -17937,12 +18090,12 @@ var UTagSm = function UTagSm(props) {
17937
18090
  style = props.style,
17938
18091
  className = props.className,
17939
18092
  iconClassName = props.iconClassName,
17940
- otherProps = _objectWithoutProperties(props, _excluded$5b);
18093
+ otherProps = _objectWithoutProperties(props, _excluded$5e);
17941
18094
  return /*#__PURE__*/React.createElement("span", {
17942
18095
  role: "img",
17943
18096
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17944
18097
  }, /*#__PURE__*/React.createElement("style", {
17945
- children: loadingCircleStyle$5b
18098
+ children: loadingCircleStyle$5e
17946
18099
  }), /*#__PURE__*/React.createElement("svg", _extends({
17947
18100
  xmlns: "http://www.w3.org/2000/svg",
17948
18101
  width: size,
@@ -17981,8 +18134,8 @@ UTagSm.defaultProps = {
17981
18134
  size: '1em'
17982
18135
  };
17983
18136
 
17984
- var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName"];
17985
- var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18137
+ var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
18138
+ var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17986
18139
  var AllGroupSm = function AllGroupSm(props) {
17987
18140
  var color = props.color,
17988
18141
  size = props.size,
@@ -17990,12 +18143,12 @@ var AllGroupSm = function AllGroupSm(props) {
17990
18143
  style = props.style,
17991
18144
  className = props.className,
17992
18145
  iconClassName = props.iconClassName,
17993
- otherProps = _objectWithoutProperties(props, _excluded$5c);
18146
+ otherProps = _objectWithoutProperties(props, _excluded$5f);
17994
18147
  return /*#__PURE__*/React.createElement("span", {
17995
18148
  role: "img",
17996
18149
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17997
18150
  }, /*#__PURE__*/React.createElement("style", {
17998
- children: loadingCircleStyle$5c
18151
+ children: loadingCircleStyle$5f
17999
18152
  }), /*#__PURE__*/React.createElement("svg", _extends({
18000
18153
  xmlns: "http://www.w3.org/2000/svg",
18001
18154
  width: size,
@@ -18036,8 +18189,8 @@ AllGroupSm.defaultProps = {
18036
18189
  size: '1em'
18037
18190
  };
18038
18191
 
18039
- var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName"];
18040
- var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18192
+ var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
18193
+ var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18041
18194
  var CalendarSm = function CalendarSm(props) {
18042
18195
  var color = props.color,
18043
18196
  size = props.size,
@@ -18045,12 +18198,12 @@ var CalendarSm = function CalendarSm(props) {
18045
18198
  style = props.style,
18046
18199
  className = props.className,
18047
18200
  iconClassName = props.iconClassName,
18048
- otherProps = _objectWithoutProperties(props, _excluded$5d);
18201
+ otherProps = _objectWithoutProperties(props, _excluded$5g);
18049
18202
  return /*#__PURE__*/React.createElement("span", {
18050
18203
  role: "img",
18051
18204
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18052
18205
  }, /*#__PURE__*/React.createElement("style", {
18053
- children: loadingCircleStyle$5d
18206
+ children: loadingCircleStyle$5g
18054
18207
  }), /*#__PURE__*/React.createElement("svg", _extends({
18055
18208
  xmlns: "http://www.w3.org/2000/svg",
18056
18209
  width: size,
@@ -18085,8 +18238,8 @@ CalendarSm.defaultProps = {
18085
18238
  size: '1em'
18086
18239
  };
18087
18240
 
18088
- var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName"];
18089
- var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18241
+ var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
18242
+ var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18090
18243
  var GroupAddSm = function GroupAddSm(props) {
18091
18244
  var color = props.color,
18092
18245
  size = props.size,
@@ -18094,12 +18247,12 @@ var GroupAddSm = function GroupAddSm(props) {
18094
18247
  style = props.style,
18095
18248
  className = props.className,
18096
18249
  iconClassName = props.iconClassName,
18097
- otherProps = _objectWithoutProperties(props, _excluded$5e);
18250
+ otherProps = _objectWithoutProperties(props, _excluded$5h);
18098
18251
  return /*#__PURE__*/React.createElement("span", {
18099
18252
  role: "img",
18100
18253
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18101
18254
  }, /*#__PURE__*/React.createElement("style", {
18102
- children: loadingCircleStyle$5e
18255
+ children: loadingCircleStyle$5h
18103
18256
  }), /*#__PURE__*/React.createElement("svg", _extends({
18104
18257
  xmlns: "http://www.w3.org/2000/svg",
18105
18258
  width: size,
@@ -18140,8 +18293,8 @@ GroupAddSm.defaultProps = {
18140
18293
  size: '1em'
18141
18294
  };
18142
18295
 
18143
- var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName"];
18144
- var loadingCircleStyle$5f = '@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) }} ';
18145
18298
  var BooleanSm = function BooleanSm(props) {
18146
18299
  var color = props.color,
18147
18300
  size = props.size,
@@ -18149,12 +18302,12 @@ var BooleanSm = function BooleanSm(props) {
18149
18302
  style = props.style,
18150
18303
  className = props.className,
18151
18304
  iconClassName = props.iconClassName,
18152
- otherProps = _objectWithoutProperties(props, _excluded$5f);
18305
+ otherProps = _objectWithoutProperties(props, _excluded$5i);
18153
18306
  return /*#__PURE__*/React.createElement("span", {
18154
18307
  role: "img",
18155
18308
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18156
18309
  }, /*#__PURE__*/React.createElement("style", {
18157
- children: loadingCircleStyle$5f
18310
+ children: loadingCircleStyle$5i
18158
18311
  }), /*#__PURE__*/React.createElement("svg", _extends({
18159
18312
  xmlns: "http://www.w3.org/2000/svg",
18160
18313
  width: size,
@@ -18191,8 +18344,8 @@ BooleanSm.defaultProps = {
18191
18344
  size: '1em'
18192
18345
  };
18193
18346
 
18194
- var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName"];
18195
- var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18347
+ var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
18348
+ var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18196
18349
  var ListSm = function ListSm(props) {
18197
18350
  var color = props.color,
18198
18351
  size = props.size,
@@ -18200,12 +18353,12 @@ var ListSm = function ListSm(props) {
18200
18353
  style = props.style,
18201
18354
  className = props.className,
18202
18355
  iconClassName = props.iconClassName,
18203
- otherProps = _objectWithoutProperties(props, _excluded$5g);
18356
+ otherProps = _objectWithoutProperties(props, _excluded$5j);
18204
18357
  return /*#__PURE__*/React.createElement("span", {
18205
18358
  role: "img",
18206
18359
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18207
18360
  }, /*#__PURE__*/React.createElement("style", {
18208
- children: loadingCircleStyle$5g
18361
+ children: loadingCircleStyle$5j
18209
18362
  }), /*#__PURE__*/React.createElement("svg", _extends({
18210
18363
  xmlns: "http://www.w3.org/2000/svg",
18211
18364
  width: size,
@@ -18250,8 +18403,8 @@ ListSm.defaultProps = {
18250
18403
  size: '1em'
18251
18404
  };
18252
18405
 
18253
- var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName"];
18254
- var loadingCircleStyle$5h = '@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) }} ';
18255
18408
  var ArrayRowsSm = function ArrayRowsSm(props) {
18256
18409
  var color = props.color,
18257
18410
  size = props.size,
@@ -18259,12 +18412,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
18259
18412
  style = props.style,
18260
18413
  className = props.className,
18261
18414
  iconClassName = props.iconClassName,
18262
- otherProps = _objectWithoutProperties(props, _excluded$5h);
18415
+ otherProps = _objectWithoutProperties(props, _excluded$5k);
18263
18416
  return /*#__PURE__*/React.createElement("span", {
18264
18417
  role: "img",
18265
18418
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18266
18419
  }, /*#__PURE__*/React.createElement("style", {
18267
- children: loadingCircleStyle$5h
18420
+ children: loadingCircleStyle$5k
18268
18421
  }), /*#__PURE__*/React.createElement("svg", _extends({
18269
18422
  xmlns: "http://www.w3.org/2000/svg",
18270
18423
  width: size,
@@ -18301,8 +18454,8 @@ ArrayRowsSm.defaultProps = {
18301
18454
  size: '1em'
18302
18455
  };
18303
18456
 
18304
- var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName"];
18305
- var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18457
+ var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
18458
+ var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18306
18459
  var RowsSm = function RowsSm(props) {
18307
18460
  var color = props.color,
18308
18461
  size = props.size,
@@ -18310,12 +18463,12 @@ var RowsSm = function RowsSm(props) {
18310
18463
  style = props.style,
18311
18464
  className = props.className,
18312
18465
  iconClassName = props.iconClassName,
18313
- otherProps = _objectWithoutProperties(props, _excluded$5i);
18466
+ otherProps = _objectWithoutProperties(props, _excluded$5l);
18314
18467
  return /*#__PURE__*/React.createElement("span", {
18315
18468
  role: "img",
18316
18469
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18317
18470
  }, /*#__PURE__*/React.createElement("style", {
18318
- children: loadingCircleStyle$5i
18471
+ children: loadingCircleStyle$5l
18319
18472
  }), /*#__PURE__*/React.createElement("svg", _extends({
18320
18473
  xmlns: "http://www.w3.org/2000/svg",
18321
18474
  width: size,
@@ -18360,8 +18513,8 @@ RowsSm.defaultProps = {
18360
18513
  size: '1em'
18361
18514
  };
18362
18515
 
18363
- var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName"];
18364
- var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18516
+ var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
18517
+ var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18365
18518
  var VPropertySm = function VPropertySm(props) {
18366
18519
  var color = props.color,
18367
18520
  size = props.size,
@@ -18369,12 +18522,12 @@ var VPropertySm = function VPropertySm(props) {
18369
18522
  style = props.style,
18370
18523
  className = props.className,
18371
18524
  iconClassName = props.iconClassName,
18372
- otherProps = _objectWithoutProperties(props, _excluded$5j);
18525
+ otherProps = _objectWithoutProperties(props, _excluded$5m);
18373
18526
  return /*#__PURE__*/React.createElement("span", {
18374
18527
  role: "img",
18375
18528
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18376
18529
  }, /*#__PURE__*/React.createElement("style", {
18377
- children: loadingCircleStyle$5j
18530
+ children: loadingCircleStyle$5m
18378
18531
  }), /*#__PURE__*/React.createElement("svg", _extends({
18379
18532
  xmlns: "http://www.w3.org/2000/svg",
18380
18533
  width: size,
@@ -18415,8 +18568,8 @@ VPropertySm.defaultProps = {
18415
18568
  size: '1em'
18416
18569
  };
18417
18570
 
18418
- var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName"];
18419
- var loadingCircleStyle$5k = '@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) }} ';
18420
18573
  var StringSm = function StringSm(props) {
18421
18574
  var color = props.color,
18422
18575
  size = props.size,
@@ -18424,12 +18577,12 @@ var StringSm = function StringSm(props) {
18424
18577
  style = props.style,
18425
18578
  className = props.className,
18426
18579
  iconClassName = props.iconClassName,
18427
- otherProps = _objectWithoutProperties(props, _excluded$5k);
18580
+ otherProps = _objectWithoutProperties(props, _excluded$5n);
18428
18581
  return /*#__PURE__*/React.createElement("span", {
18429
18582
  role: "img",
18430
18583
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18431
18584
  }, /*#__PURE__*/React.createElement("style", {
18432
- children: loadingCircleStyle$5k
18585
+ children: loadingCircleStyle$5n
18433
18586
  }), /*#__PURE__*/React.createElement("svg", _extends({
18434
18587
  xmlns: "http://www.w3.org/2000/svg",
18435
18588
  width: size,
@@ -18466,8 +18619,8 @@ StringSm.defaultProps = {
18466
18619
  size: '1em'
18467
18620
  };
18468
18621
 
18469
- var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName"];
18470
- var loadingCircleStyle$5l = '@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) }} ';
18471
18624
  var NumSm = function NumSm(props) {
18472
18625
  var color = props.color,
18473
18626
  size = props.size,
@@ -18475,12 +18628,12 @@ var NumSm = function NumSm(props) {
18475
18628
  style = props.style,
18476
18629
  className = props.className,
18477
18630
  iconClassName = props.iconClassName,
18478
- otherProps = _objectWithoutProperties(props, _excluded$5l);
18631
+ otherProps = _objectWithoutProperties(props, _excluded$5o);
18479
18632
  return /*#__PURE__*/React.createElement("span", {
18480
18633
  role: "img",
18481
18634
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18482
18635
  }, /*#__PURE__*/React.createElement("style", {
18483
- children: loadingCircleStyle$5l
18636
+ children: loadingCircleStyle$5o
18484
18637
  }), /*#__PURE__*/React.createElement("svg", _extends({
18485
18638
  xmlns: "http://www.w3.org/2000/svg",
18486
18639
  width: size,
@@ -18517,8 +18670,8 @@ NumSm.defaultProps = {
18517
18670
  size: '1em'
18518
18671
  };
18519
18672
 
18520
- var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName"];
18521
- var loadingCircleStyle$5m = '@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) }} ';
18522
18675
  var TimeSm = function TimeSm(props) {
18523
18676
  var color = props.color,
18524
18677
  size = props.size,
@@ -18526,12 +18679,12 @@ var TimeSm = function TimeSm(props) {
18526
18679
  style = props.style,
18527
18680
  className = props.className,
18528
18681
  iconClassName = props.iconClassName,
18529
- otherProps = _objectWithoutProperties(props, _excluded$5m);
18682
+ otherProps = _objectWithoutProperties(props, _excluded$5p);
18530
18683
  return /*#__PURE__*/React.createElement("span", {
18531
18684
  role: "img",
18532
18685
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18533
18686
  }, /*#__PURE__*/React.createElement("style", {
18534
- children: loadingCircleStyle$5m
18687
+ children: loadingCircleStyle$5p
18535
18688
  }), /*#__PURE__*/React.createElement("svg", _extends({
18536
18689
  xmlns: "http://www.w3.org/2000/svg",
18537
18690
  width: size,
@@ -18568,8 +18721,8 @@ TimeSm.defaultProps = {
18568
18721
  size: '1em'
18569
18722
  };
18570
18723
 
18571
- var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName"];
18572
- var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18724
+ var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
18725
+ var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18573
18726
  var ArrowLeft = function ArrowLeft(props) {
18574
18727
  var color = props.color,
18575
18728
  size = props.size,
@@ -18577,12 +18730,12 @@ var ArrowLeft = function ArrowLeft(props) {
18577
18730
  style = props.style,
18578
18731
  className = props.className,
18579
18732
  iconClassName = props.iconClassName,
18580
- otherProps = _objectWithoutProperties(props, _excluded$5n);
18733
+ otherProps = _objectWithoutProperties(props, _excluded$5q);
18581
18734
  return /*#__PURE__*/React.createElement("span", {
18582
18735
  role: "img",
18583
18736
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18584
18737
  }, /*#__PURE__*/React.createElement("style", {
18585
- children: loadingCircleStyle$5n
18738
+ children: loadingCircleStyle$5q
18586
18739
  }), /*#__PURE__*/React.createElement("svg", _extends({
18587
18740
  xmlns: "http://www.w3.org/2000/svg",
18588
18741
  width: size,
@@ -18617,8 +18770,8 @@ ArrowLeft.defaultProps = {
18617
18770
  size: '1em'
18618
18771
  };
18619
18772
 
18620
- var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName"];
18621
- var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18773
+ var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
18774
+ var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18622
18775
  var ArrowRight = function ArrowRight(props) {
18623
18776
  var color = props.color,
18624
18777
  size = props.size,
@@ -18626,12 +18779,12 @@ var ArrowRight = function ArrowRight(props) {
18626
18779
  style = props.style,
18627
18780
  className = props.className,
18628
18781
  iconClassName = props.iconClassName,
18629
- otherProps = _objectWithoutProperties(props, _excluded$5o);
18782
+ otherProps = _objectWithoutProperties(props, _excluded$5r);
18630
18783
  return /*#__PURE__*/React.createElement("span", {
18631
18784
  role: "img",
18632
18785
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18633
18786
  }, /*#__PURE__*/React.createElement("style", {
18634
- children: loadingCircleStyle$5o
18787
+ children: loadingCircleStyle$5r
18635
18788
  }), /*#__PURE__*/React.createElement("svg", _extends({
18636
18789
  xmlns: "http://www.w3.org/2000/svg",
18637
18790
  width: size,
@@ -18666,8 +18819,8 @@ ArrowRight.defaultProps = {
18666
18819
  size: '1em'
18667
18820
  };
18668
18821
 
18669
- var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName"];
18670
- var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18822
+ var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
18823
+ var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18671
18824
  var ArrowUp = function ArrowUp(props) {
18672
18825
  var color = props.color,
18673
18826
  size = props.size,
@@ -18675,12 +18828,12 @@ var ArrowUp = function ArrowUp(props) {
18675
18828
  style = props.style,
18676
18829
  className = props.className,
18677
18830
  iconClassName = props.iconClassName,
18678
- otherProps = _objectWithoutProperties(props, _excluded$5p);
18831
+ otherProps = _objectWithoutProperties(props, _excluded$5s);
18679
18832
  return /*#__PURE__*/React.createElement("span", {
18680
18833
  role: "img",
18681
18834
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18682
18835
  }, /*#__PURE__*/React.createElement("style", {
18683
- children: loadingCircleStyle$5p
18836
+ children: loadingCircleStyle$5s
18684
18837
  }), /*#__PURE__*/React.createElement("svg", _extends({
18685
18838
  xmlns: "http://www.w3.org/2000/svg",
18686
18839
  width: size,
@@ -18715,8 +18868,8 @@ ArrowUp.defaultProps = {
18715
18868
  size: '1em'
18716
18869
  };
18717
18870
 
18718
- var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName"];
18719
- var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18871
+ var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
18872
+ var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18720
18873
  var ArrowDown = function ArrowDown(props) {
18721
18874
  var color = props.color,
18722
18875
  size = props.size,
@@ -18724,12 +18877,12 @@ var ArrowDown = function ArrowDown(props) {
18724
18877
  style = props.style,
18725
18878
  className = props.className,
18726
18879
  iconClassName = props.iconClassName,
18727
- otherProps = _objectWithoutProperties(props, _excluded$5q);
18880
+ otherProps = _objectWithoutProperties(props, _excluded$5t);
18728
18881
  return /*#__PURE__*/React.createElement("span", {
18729
18882
  role: "img",
18730
18883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18731
18884
  }, /*#__PURE__*/React.createElement("style", {
18732
- children: loadingCircleStyle$5q
18885
+ children: loadingCircleStyle$5t
18733
18886
  }), /*#__PURE__*/React.createElement("svg", _extends({
18734
18887
  xmlns: "http://www.w3.org/2000/svg",
18735
18888
  width: size,
@@ -18764,8 +18917,8 @@ ArrowDown.defaultProps = {
18764
18917
  size: '1em'
18765
18918
  };
18766
18919
 
18767
- var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName"];
18768
- var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18920
+ var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
18921
+ var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18769
18922
  var ArrowLeft2 = function ArrowLeft2(props) {
18770
18923
  var color = props.color,
18771
18924
  size = props.size,
@@ -18773,12 +18926,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
18773
18926
  style = props.style,
18774
18927
  className = props.className,
18775
18928
  iconClassName = props.iconClassName,
18776
- otherProps = _objectWithoutProperties(props, _excluded$5r);
18929
+ otherProps = _objectWithoutProperties(props, _excluded$5u);
18777
18930
  return /*#__PURE__*/React.createElement("span", {
18778
18931
  role: "img",
18779
18932
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18780
18933
  }, /*#__PURE__*/React.createElement("style", {
18781
- children: loadingCircleStyle$5r
18934
+ children: loadingCircleStyle$5u
18782
18935
  }), /*#__PURE__*/React.createElement("svg", _extends({
18783
18936
  xmlns: "http://www.w3.org/2000/svg",
18784
18937
  width: size,
@@ -18813,8 +18966,8 @@ ArrowLeft2.defaultProps = {
18813
18966
  size: '1em'
18814
18967
  };
18815
18968
 
18816
- var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName"];
18817
- var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18969
+ var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
18970
+ var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18818
18971
  var ArrowRight2 = function ArrowRight2(props) {
18819
18972
  var color = props.color,
18820
18973
  size = props.size,
@@ -18822,12 +18975,12 @@ var ArrowRight2 = function ArrowRight2(props) {
18822
18975
  style = props.style,
18823
18976
  className = props.className,
18824
18977
  iconClassName = props.iconClassName,
18825
- otherProps = _objectWithoutProperties(props, _excluded$5s);
18978
+ otherProps = _objectWithoutProperties(props, _excluded$5v);
18826
18979
  return /*#__PURE__*/React.createElement("span", {
18827
18980
  role: "img",
18828
18981
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18829
18982
  }, /*#__PURE__*/React.createElement("style", {
18830
- children: loadingCircleStyle$5s
18983
+ children: loadingCircleStyle$5v
18831
18984
  }), /*#__PURE__*/React.createElement("svg", _extends({
18832
18985
  xmlns: "http://www.w3.org/2000/svg",
18833
18986
  width: size,
@@ -18862,8 +19015,8 @@ ArrowRight2.defaultProps = {
18862
19015
  size: '1em'
18863
19016
  };
18864
19017
 
18865
- var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName"];
18866
- var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19018
+ var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
19019
+ var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18867
19020
  var ArrowUp2 = function ArrowUp2(props) {
18868
19021
  var color = props.color,
18869
19022
  size = props.size,
@@ -18871,12 +19024,12 @@ var ArrowUp2 = function ArrowUp2(props) {
18871
19024
  style = props.style,
18872
19025
  className = props.className,
18873
19026
  iconClassName = props.iconClassName,
18874
- otherProps = _objectWithoutProperties(props, _excluded$5t);
19027
+ otherProps = _objectWithoutProperties(props, _excluded$5w);
18875
19028
  return /*#__PURE__*/React.createElement("span", {
18876
19029
  role: "img",
18877
19030
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18878
19031
  }, /*#__PURE__*/React.createElement("style", {
18879
- children: loadingCircleStyle$5t
19032
+ children: loadingCircleStyle$5w
18880
19033
  }), /*#__PURE__*/React.createElement("svg", _extends({
18881
19034
  xmlns: "http://www.w3.org/2000/svg",
18882
19035
  width: size,
@@ -18911,8 +19064,8 @@ ArrowUp2.defaultProps = {
18911
19064
  size: '1em'
18912
19065
  };
18913
19066
 
18914
- var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName"];
18915
- var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19067
+ var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
19068
+ var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18916
19069
  var ArrowDown2 = function ArrowDown2(props) {
18917
19070
  var color = props.color,
18918
19071
  size = props.size,
@@ -18920,12 +19073,12 @@ var ArrowDown2 = function ArrowDown2(props) {
18920
19073
  style = props.style,
18921
19074
  className = props.className,
18922
19075
  iconClassName = props.iconClassName,
18923
- otherProps = _objectWithoutProperties(props, _excluded$5u);
19076
+ otherProps = _objectWithoutProperties(props, _excluded$5x);
18924
19077
  return /*#__PURE__*/React.createElement("span", {
18925
19078
  role: "img",
18926
19079
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18927
19080
  }, /*#__PURE__*/React.createElement("style", {
18928
- children: loadingCircleStyle$5u
19081
+ children: loadingCircleStyle$5x
18929
19082
  }), /*#__PURE__*/React.createElement("svg", _extends({
18930
19083
  xmlns: "http://www.w3.org/2000/svg",
18931
19084
  width: size,
@@ -18960,8 +19113,8 @@ ArrowDown2.defaultProps = {
18960
19113
  size: '1em'
18961
19114
  };
18962
19115
 
18963
- var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName"];
18964
- var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19116
+ var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
19117
+ var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18965
19118
  var TriLeft = function TriLeft(props) {
18966
19119
  var color = props.color,
18967
19120
  size = props.size,
@@ -18969,12 +19122,12 @@ var TriLeft = function TriLeft(props) {
18969
19122
  style = props.style,
18970
19123
  className = props.className,
18971
19124
  iconClassName = props.iconClassName,
18972
- otherProps = _objectWithoutProperties(props, _excluded$5v);
19125
+ otherProps = _objectWithoutProperties(props, _excluded$5y);
18973
19126
  return /*#__PURE__*/React.createElement("span", {
18974
19127
  role: "img",
18975
19128
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18976
19129
  }, /*#__PURE__*/React.createElement("style", {
18977
- children: loadingCircleStyle$5v
19130
+ children: loadingCircleStyle$5y
18978
19131
  }), /*#__PURE__*/React.createElement("svg", _extends({
18979
19132
  xmlns: "http://www.w3.org/2000/svg",
18980
19133
  width: size,
@@ -19009,8 +19162,8 @@ TriLeft.defaultProps = {
19009
19162
  size: '1em'
19010
19163
  };
19011
19164
 
19012
- var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName"];
19013
- var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19165
+ var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
19166
+ var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19014
19167
  var TriRight = function TriRight(props) {
19015
19168
  var color = props.color,
19016
19169
  size = props.size,
@@ -19018,12 +19171,12 @@ var TriRight = function TriRight(props) {
19018
19171
  style = props.style,
19019
19172
  className = props.className,
19020
19173
  iconClassName = props.iconClassName,
19021
- otherProps = _objectWithoutProperties(props, _excluded$5w);
19174
+ otherProps = _objectWithoutProperties(props, _excluded$5z);
19022
19175
  return /*#__PURE__*/React.createElement("span", {
19023
19176
  role: "img",
19024
19177
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19025
19178
  }, /*#__PURE__*/React.createElement("style", {
19026
- children: loadingCircleStyle$5w
19179
+ children: loadingCircleStyle$5z
19027
19180
  }), /*#__PURE__*/React.createElement("svg", _extends({
19028
19181
  xmlns: "http://www.w3.org/2000/svg",
19029
19182
  width: size,
@@ -19058,8 +19211,8 @@ TriRight.defaultProps = {
19058
19211
  size: '1em'
19059
19212
  };
19060
19213
 
19061
- var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName"];
19062
- var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19214
+ var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
19215
+ var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19063
19216
  var TriUp = function TriUp(props) {
19064
19217
  var color = props.color,
19065
19218
  size = props.size,
@@ -19067,12 +19220,12 @@ var TriUp = function TriUp(props) {
19067
19220
  style = props.style,
19068
19221
  className = props.className,
19069
19222
  iconClassName = props.iconClassName,
19070
- otherProps = _objectWithoutProperties(props, _excluded$5x);
19223
+ otherProps = _objectWithoutProperties(props, _excluded$5A);
19071
19224
  return /*#__PURE__*/React.createElement("span", {
19072
19225
  role: "img",
19073
19226
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19074
19227
  }, /*#__PURE__*/React.createElement("style", {
19075
- children: loadingCircleStyle$5x
19228
+ children: loadingCircleStyle$5A
19076
19229
  }), /*#__PURE__*/React.createElement("svg", _extends({
19077
19230
  xmlns: "http://www.w3.org/2000/svg",
19078
19231
  width: size,
@@ -19107,8 +19260,8 @@ TriUp.defaultProps = {
19107
19260
  size: '1em'
19108
19261
  };
19109
19262
 
19110
- var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName"];
19111
- var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19263
+ var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
19264
+ var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19112
19265
  var TriDown = function TriDown(props) {
19113
19266
  var color = props.color,
19114
19267
  size = props.size,
@@ -19116,12 +19269,12 @@ var TriDown = function TriDown(props) {
19116
19269
  style = props.style,
19117
19270
  className = props.className,
19118
19271
  iconClassName = props.iconClassName,
19119
- otherProps = _objectWithoutProperties(props, _excluded$5y);
19272
+ otherProps = _objectWithoutProperties(props, _excluded$5B);
19120
19273
  return /*#__PURE__*/React.createElement("span", {
19121
19274
  role: "img",
19122
19275
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19123
19276
  }, /*#__PURE__*/React.createElement("style", {
19124
- children: loadingCircleStyle$5y
19277
+ children: loadingCircleStyle$5B
19125
19278
  }), /*#__PURE__*/React.createElement("svg", _extends({
19126
19279
  xmlns: "http://www.w3.org/2000/svg",
19127
19280
  width: size,
@@ -19156,8 +19309,8 @@ TriDown.defaultProps = {
19156
19309
  size: '1em'
19157
19310
  };
19158
19311
 
19159
- var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName"];
19160
- var loadingCircleStyle$5z = '@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) }} ';
19161
19314
  var DArrowL = function DArrowL(props) {
19162
19315
  var color = props.color,
19163
19316
  size = props.size,
@@ -19165,12 +19318,12 @@ var DArrowL = function DArrowL(props) {
19165
19318
  style = props.style,
19166
19319
  className = props.className,
19167
19320
  iconClassName = props.iconClassName,
19168
- otherProps = _objectWithoutProperties(props, _excluded$5z);
19321
+ otherProps = _objectWithoutProperties(props, _excluded$5C);
19169
19322
  return /*#__PURE__*/React.createElement("span", {
19170
19323
  role: "img",
19171
19324
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19172
19325
  }, /*#__PURE__*/React.createElement("style", {
19173
- children: loadingCircleStyle$5z
19326
+ children: loadingCircleStyle$5C
19174
19327
  }), /*#__PURE__*/React.createElement("svg", _extends({
19175
19328
  xmlns: "http://www.w3.org/2000/svg",
19176
19329
  width: size,
@@ -19207,8 +19360,8 @@ DArrowL.defaultProps = {
19207
19360
  size: '1em'
19208
19361
  };
19209
19362
 
19210
- var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName"];
19211
- var loadingCircleStyle$5A = '@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) }} ';
19212
19365
  var DArrowR = function DArrowR(props) {
19213
19366
  var color = props.color,
19214
19367
  size = props.size,
@@ -19216,12 +19369,12 @@ var DArrowR = function DArrowR(props) {
19216
19369
  style = props.style,
19217
19370
  className = props.className,
19218
19371
  iconClassName = props.iconClassName,
19219
- otherProps = _objectWithoutProperties(props, _excluded$5A);
19372
+ otherProps = _objectWithoutProperties(props, _excluded$5D);
19220
19373
  return /*#__PURE__*/React.createElement("span", {
19221
19374
  role: "img",
19222
19375
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19223
19376
  }, /*#__PURE__*/React.createElement("style", {
19224
- children: loadingCircleStyle$5A
19377
+ children: loadingCircleStyle$5D
19225
19378
  }), /*#__PURE__*/React.createElement("svg", _extends({
19226
19379
  xmlns: "http://www.w3.org/2000/svg",
19227
19380
  width: size,
@@ -19258,8 +19411,8 @@ DArrowR.defaultProps = {
19258
19411
  size: '1em'
19259
19412
  };
19260
19413
 
19261
- var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName"];
19262
- var loadingCircleStyle$5B = '@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) }} ';
19263
19416
  var DArrowT = function DArrowT(props) {
19264
19417
  var color = props.color,
19265
19418
  size = props.size,
@@ -19267,12 +19420,12 @@ var DArrowT = function DArrowT(props) {
19267
19420
  style = props.style,
19268
19421
  className = props.className,
19269
19422
  iconClassName = props.iconClassName,
19270
- otherProps = _objectWithoutProperties(props, _excluded$5B);
19423
+ otherProps = _objectWithoutProperties(props, _excluded$5E);
19271
19424
  return /*#__PURE__*/React.createElement("span", {
19272
19425
  role: "img",
19273
19426
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19274
19427
  }, /*#__PURE__*/React.createElement("style", {
19275
- children: loadingCircleStyle$5B
19428
+ children: loadingCircleStyle$5E
19276
19429
  }), /*#__PURE__*/React.createElement("svg", _extends({
19277
19430
  xmlns: "http://www.w3.org/2000/svg",
19278
19431
  width: size,
@@ -19309,8 +19462,8 @@ DArrowT.defaultProps = {
19309
19462
  size: '1em'
19310
19463
  };
19311
19464
 
19312
- var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName"];
19313
- var loadingCircleStyle$5C = '@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) }} ';
19314
19467
  var DArrowB = function DArrowB(props) {
19315
19468
  var color = props.color,
19316
19469
  size = props.size,
@@ -19318,12 +19471,12 @@ var DArrowB = function DArrowB(props) {
19318
19471
  style = props.style,
19319
19472
  className = props.className,
19320
19473
  iconClassName = props.iconClassName,
19321
- otherProps = _objectWithoutProperties(props, _excluded$5C);
19474
+ otherProps = _objectWithoutProperties(props, _excluded$5F);
19322
19475
  return /*#__PURE__*/React.createElement("span", {
19323
19476
  role: "img",
19324
19477
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19325
19478
  }, /*#__PURE__*/React.createElement("style", {
19326
- children: loadingCircleStyle$5C
19479
+ children: loadingCircleStyle$5F
19327
19480
  }), /*#__PURE__*/React.createElement("svg", _extends({
19328
19481
  xmlns: "http://www.w3.org/2000/svg",
19329
19482
  width: size,
@@ -19360,8 +19513,8 @@ DArrowB.defaultProps = {
19360
19513
  size: '1em'
19361
19514
  };
19362
19515
 
19363
- var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName"];
19364
- var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19516
+ var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
19517
+ var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19365
19518
  var DropDown = function DropDown(props) {
19366
19519
  var color = props.color,
19367
19520
  size = props.size,
@@ -19369,12 +19522,12 @@ var DropDown = function DropDown(props) {
19369
19522
  style = props.style,
19370
19523
  className = props.className,
19371
19524
  iconClassName = props.iconClassName,
19372
- otherProps = _objectWithoutProperties(props, _excluded$5D);
19525
+ otherProps = _objectWithoutProperties(props, _excluded$5G);
19373
19526
  return /*#__PURE__*/React.createElement("span", {
19374
19527
  role: "img",
19375
19528
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19376
19529
  }, /*#__PURE__*/React.createElement("style", {
19377
- children: loadingCircleStyle$5D
19530
+ children: loadingCircleStyle$5G
19378
19531
  }), /*#__PURE__*/React.createElement("svg", _extends({
19379
19532
  xmlns: "http://www.w3.org/2000/svg",
19380
19533
  width: size,
@@ -19409,8 +19562,8 @@ DropDown.defaultProps = {
19409
19562
  size: '1em'
19410
19563
  };
19411
19564
 
19412
- var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName"];
19413
- var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19565
+ var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
19566
+ var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19414
19567
  var DropUp = function DropUp(props) {
19415
19568
  var color = props.color,
19416
19569
  size = props.size,
@@ -19418,12 +19571,12 @@ var DropUp = function DropUp(props) {
19418
19571
  style = props.style,
19419
19572
  className = props.className,
19420
19573
  iconClassName = props.iconClassName,
19421
- otherProps = _objectWithoutProperties(props, _excluded$5E);
19574
+ otherProps = _objectWithoutProperties(props, _excluded$5H);
19422
19575
  return /*#__PURE__*/React.createElement("span", {
19423
19576
  role: "img",
19424
19577
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19425
19578
  }, /*#__PURE__*/React.createElement("style", {
19426
- children: loadingCircleStyle$5E
19579
+ children: loadingCircleStyle$5H
19427
19580
  }), /*#__PURE__*/React.createElement("svg", _extends({
19428
19581
  xmlns: "http://www.w3.org/2000/svg",
19429
19582
  width: size,
@@ -19458,8 +19611,8 @@ DropUp.defaultProps = {
19458
19611
  size: '1em'
19459
19612
  };
19460
19613
 
19461
- var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName"];
19462
- var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19614
+ var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
19615
+ var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19463
19616
  var More1 = function More1(props) {
19464
19617
  var color = props.color,
19465
19618
  size = props.size,
@@ -19467,12 +19620,12 @@ var More1 = function More1(props) {
19467
19620
  style = props.style,
19468
19621
  className = props.className,
19469
19622
  iconClassName = props.iconClassName,
19470
- otherProps = _objectWithoutProperties(props, _excluded$5F);
19623
+ otherProps = _objectWithoutProperties(props, _excluded$5I);
19471
19624
  return /*#__PURE__*/React.createElement("span", {
19472
19625
  role: "img",
19473
19626
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19474
19627
  }, /*#__PURE__*/React.createElement("style", {
19475
- children: loadingCircleStyle$5F
19628
+ children: loadingCircleStyle$5I
19476
19629
  }), /*#__PURE__*/React.createElement("svg", _extends({
19477
19630
  xmlns: "http://www.w3.org/2000/svg",
19478
19631
  width: size,
@@ -19507,8 +19660,8 @@ More1.defaultProps = {
19507
19660
  size: '1em'
19508
19661
  };
19509
19662
 
19510
- var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName"];
19511
- var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19663
+ var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
19664
+ var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19512
19665
  var More2 = function More2(props) {
19513
19666
  var color = props.color,
19514
19667
  size = props.size,
@@ -19516,12 +19669,12 @@ var More2 = function More2(props) {
19516
19669
  style = props.style,
19517
19670
  className = props.className,
19518
19671
  iconClassName = props.iconClassName,
19519
- otherProps = _objectWithoutProperties(props, _excluded$5G);
19672
+ otherProps = _objectWithoutProperties(props, _excluded$5J);
19520
19673
  return /*#__PURE__*/React.createElement("span", {
19521
19674
  role: "img",
19522
19675
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19523
19676
  }, /*#__PURE__*/React.createElement("style", {
19524
- children: loadingCircleStyle$5G
19677
+ children: loadingCircleStyle$5J
19525
19678
  }), /*#__PURE__*/React.createElement("svg", _extends({
19526
19679
  xmlns: "http://www.w3.org/2000/svg",
19527
19680
  width: size,
@@ -19556,8 +19709,8 @@ More2.defaultProps = {
19556
19709
  size: '1em'
19557
19710
  };
19558
19711
 
19559
- var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName"];
19560
- var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19712
+ var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
19713
+ var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19561
19714
  var Drag = function Drag(props) {
19562
19715
  var color = props.color,
19563
19716
  size = props.size,
@@ -19565,12 +19718,12 @@ var Drag = function Drag(props) {
19565
19718
  style = props.style,
19566
19719
  className = props.className,
19567
19720
  iconClassName = props.iconClassName,
19568
- otherProps = _objectWithoutProperties(props, _excluded$5H);
19721
+ otherProps = _objectWithoutProperties(props, _excluded$5K);
19569
19722
  return /*#__PURE__*/React.createElement("span", {
19570
19723
  role: "img",
19571
19724
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19572
19725
  }, /*#__PURE__*/React.createElement("style", {
19573
- children: loadingCircleStyle$5H
19726
+ children: loadingCircleStyle$5K
19574
19727
  }), /*#__PURE__*/React.createElement("svg", _extends({
19575
19728
  xmlns: "http://www.w3.org/2000/svg",
19576
19729
  width: size,
@@ -19615,8 +19768,8 @@ Drag.defaultProps = {
19615
19768
  size: '1em'
19616
19769
  };
19617
19770
 
19618
- var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName"];
19619
- var loadingCircleStyle$5I = '@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) }} ';
19620
19773
  var Grid = function Grid(props) {
19621
19774
  var color = props.color,
19622
19775
  size = props.size,
@@ -19624,12 +19777,12 @@ var Grid = function Grid(props) {
19624
19777
  style = props.style,
19625
19778
  className = props.className,
19626
19779
  iconClassName = props.iconClassName,
19627
- otherProps = _objectWithoutProperties(props, _excluded$5I);
19780
+ otherProps = _objectWithoutProperties(props, _excluded$5L);
19628
19781
  return /*#__PURE__*/React.createElement("span", {
19629
19782
  role: "img",
19630
19783
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19631
19784
  }, /*#__PURE__*/React.createElement("style", {
19632
- children: loadingCircleStyle$5I
19785
+ children: loadingCircleStyle$5L
19633
19786
  }), /*#__PURE__*/React.createElement("svg", _extends({
19634
19787
  xmlns: "http://www.w3.org/2000/svg",
19635
19788
  width: size,
@@ -19666,8 +19819,8 @@ Grid.defaultProps = {
19666
19819
  size: '1em'
19667
19820
  };
19668
19821
 
19669
- var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName"];
19670
- var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19822
+ var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
19823
+ var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19671
19824
  var Drag2 = function Drag2(props) {
19672
19825
  var color = props.color,
19673
19826
  size = props.size,
@@ -19675,12 +19828,12 @@ var Drag2 = function Drag2(props) {
19675
19828
  style = props.style,
19676
19829
  className = props.className,
19677
19830
  iconClassName = props.iconClassName,
19678
- otherProps = _objectWithoutProperties(props, _excluded$5J);
19831
+ otherProps = _objectWithoutProperties(props, _excluded$5M);
19679
19832
  return /*#__PURE__*/React.createElement("span", {
19680
19833
  role: "img",
19681
19834
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19682
19835
  }, /*#__PURE__*/React.createElement("style", {
19683
- children: loadingCircleStyle$5J
19836
+ children: loadingCircleStyle$5M
19684
19837
  }), /*#__PURE__*/React.createElement("svg", _extends({
19685
19838
  xmlns: "http://www.w3.org/2000/svg",
19686
19839
  width: size,
@@ -19719,8 +19872,8 @@ Drag2.defaultProps = {
19719
19872
  size: '1em'
19720
19873
  };
19721
19874
 
19722
- var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName"];
19723
- var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19875
+ var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
19876
+ var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19724
19877
  var External = function External(props) {
19725
19878
  var color = props.color,
19726
19879
  size = props.size,
@@ -19728,12 +19881,12 @@ var External = function External(props) {
19728
19881
  style = props.style,
19729
19882
  className = props.className,
19730
19883
  iconClassName = props.iconClassName,
19731
- otherProps = _objectWithoutProperties(props, _excluded$5K);
19884
+ otherProps = _objectWithoutProperties(props, _excluded$5N);
19732
19885
  return /*#__PURE__*/React.createElement("span", {
19733
19886
  role: "img",
19734
19887
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19735
19888
  }, /*#__PURE__*/React.createElement("style", {
19736
- children: loadingCircleStyle$5K
19889
+ children: loadingCircleStyle$5N
19737
19890
  }), /*#__PURE__*/React.createElement("svg", _extends({
19738
19891
  xmlns: "http://www.w3.org/2000/svg",
19739
19892
  width: size,
@@ -19768,8 +19921,8 @@ External.defaultProps = {
19768
19921
  size: '1em'
19769
19922
  };
19770
19923
 
19771
- var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName"];
19772
- var loadingCircleStyle$5L = '@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) }} ';
19773
19926
  var DisplayS = function DisplayS(props) {
19774
19927
  var color = props.color,
19775
19928
  size = props.size,
@@ -19777,12 +19930,12 @@ var DisplayS = function DisplayS(props) {
19777
19930
  style = props.style,
19778
19931
  className = props.className,
19779
19932
  iconClassName = props.iconClassName,
19780
- otherProps = _objectWithoutProperties(props, _excluded$5L);
19933
+ otherProps = _objectWithoutProperties(props, _excluded$5O);
19781
19934
  return /*#__PURE__*/React.createElement("span", {
19782
19935
  role: "img",
19783
19936
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19784
19937
  }, /*#__PURE__*/React.createElement("style", {
19785
- children: loadingCircleStyle$5L
19938
+ children: loadingCircleStyle$5O
19786
19939
  }), /*#__PURE__*/React.createElement("svg", _extends({
19787
19940
  xmlns: "http://www.w3.org/2000/svg",
19788
19941
  width: size,
@@ -19819,8 +19972,8 @@ DisplayS.defaultProps = {
19819
19972
  size: '1em'
19820
19973
  };
19821
19974
 
19822
- var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName"];
19823
- var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19975
+ var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName"];
19976
+ var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19824
19977
  var Share = function Share(props) {
19825
19978
  var color = props.color,
19826
19979
  size = props.size,
@@ -19828,12 +19981,12 @@ var Share = function Share(props) {
19828
19981
  style = props.style,
19829
19982
  className = props.className,
19830
19983
  iconClassName = props.iconClassName,
19831
- otherProps = _objectWithoutProperties(props, _excluded$5M);
19984
+ otherProps = _objectWithoutProperties(props, _excluded$5P);
19832
19985
  return /*#__PURE__*/React.createElement("span", {
19833
19986
  role: "img",
19834
19987
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19835
19988
  }, /*#__PURE__*/React.createElement("style", {
19836
- children: loadingCircleStyle$5M
19989
+ children: loadingCircleStyle$5P
19837
19990
  }), /*#__PURE__*/React.createElement("svg", _extends({
19838
19991
  xmlns: "http://www.w3.org/2000/svg",
19839
19992
  width: size,
@@ -19868,8 +20021,8 @@ Share.defaultProps = {
19868
20021
  size: '1em'
19869
20022
  };
19870
20023
 
19871
- var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName"];
19872
- var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20024
+ var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName"];
20025
+ var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19873
20026
  var AvatarGroupCl = function AvatarGroupCl(props) {
19874
20027
  var color = props.color,
19875
20028
  size = props.size,
@@ -19877,12 +20030,12 @@ var AvatarGroupCl = function AvatarGroupCl(props) {
19877
20030
  style = props.style,
19878
20031
  className = props.className,
19879
20032
  iconClassName = props.iconClassName,
19880
- otherProps = _objectWithoutProperties(props, _excluded$5N);
20033
+ otherProps = _objectWithoutProperties(props, _excluded$5Q);
19881
20034
  return /*#__PURE__*/React.createElement("span", {
19882
20035
  role: "img",
19883
20036
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19884
20037
  }, /*#__PURE__*/React.createElement("style", {
19885
- children: loadingCircleStyle$5N
20038
+ children: loadingCircleStyle$5Q
19886
20039
  }), /*#__PURE__*/React.createElement("svg", _extends({
19887
20040
  xmlns: "http://www.w3.org/2000/svg",
19888
20041
  width: size,
@@ -19933,8 +20086,8 @@ AvatarGroupCl.defaultProps = {
19933
20086
  size: '1em'
19934
20087
  };
19935
20088
 
19936
- var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName"];
19937
- var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20089
+ var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName"];
20090
+ var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19938
20091
  var AvatarProjectCl = function AvatarProjectCl(props) {
19939
20092
  var color = props.color,
19940
20093
  size = props.size,
@@ -19942,12 +20095,12 @@ var AvatarProjectCl = function AvatarProjectCl(props) {
19942
20095
  style = props.style,
19943
20096
  className = props.className,
19944
20097
  iconClassName = props.iconClassName,
19945
- otherProps = _objectWithoutProperties(props, _excluded$5O);
20098
+ otherProps = _objectWithoutProperties(props, _excluded$5R);
19946
20099
  return /*#__PURE__*/React.createElement("span", {
19947
20100
  role: "img",
19948
20101
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19949
20102
  }, /*#__PURE__*/React.createElement("style", {
19950
- children: loadingCircleStyle$5O
20103
+ children: loadingCircleStyle$5R
19951
20104
  }), /*#__PURE__*/React.createElement("svg", _extends({
19952
20105
  xmlns: "http://www.w3.org/2000/svg",
19953
20106
  width: size,
@@ -19991,4 +20144,4 @@ AvatarProjectCl.defaultProps = {
19991
20144
  size: '1em'
19992
20145
  };
19993
20146
 
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 };
20147
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, 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 };