@tant/icons 1.5.28 → 1.6.0

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.
@@ -19368,7 +19368,7 @@ EventModify.defaultProps = {
19368
19368
 
19369
19369
  var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19370
19370
  var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19371
- var Report = function Report(props) {
19371
+ var Pin = function Pin(props) {
19372
19372
  var color = props.color,
19373
19373
  size = props.size,
19374
19374
  spin = props.spin,
@@ -19402,17 +19402,17 @@ var Report = function Report(props) {
19402
19402
  height: "24",
19403
19403
  xmlns: "http://www.w3.org/2000/svg"
19404
19404
  }, /*#__PURE__*/React.createElement("path", {
19405
- 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"
19405
+ d: "M18 3v2h-1v6l2 3v2h-6v7h-2v-7H5v-2l2-3V5H6V3h12zM9 5v6.606L7.404 14h9.192L15 11.606V5H9z"
19406
19406
  }))));
19407
19407
  };
19408
- Report.propTypes = {
19408
+ Pin.propTypes = {
19409
19409
  iconClassName: PropTypes.string,
19410
19410
  spin: PropTypes.bool,
19411
19411
  color: PropTypes.string,
19412
19412
  testid: PropTypes.string,
19413
19413
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
19414
19414
  };
19415
- Report.defaultProps = {
19415
+ Pin.defaultProps = {
19416
19416
  spin: false,
19417
19417
  color: 'currentColor',
19418
19418
  size: '1em'
@@ -19420,7 +19420,7 @@ Report.defaultProps = {
19420
19420
 
19421
19421
  var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19422
19422
  var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19423
- var ReportRemoval = function ReportRemoval(props) {
19423
+ var PinUnsave = function PinUnsave(props) {
19424
19424
  var color = props.color,
19425
19425
  size = props.size,
19426
19426
  spin = props.spin,
@@ -19453,6 +19453,166 @@ var ReportRemoval = function ReportRemoval(props) {
19453
19453
  width: "24",
19454
19454
  height: "24",
19455
19455
  xmlns: "http://www.w3.org/2000/svg"
19456
+ }, /*#__PURE__*/React.createElement("path", {
19457
+ d: "M18 3v2h-1v6l2 3h-2.404L15 11.606V5H9v6.606L7.404 14H14v2h-1v7h-2v-7H5v-2l2-3V5H6V3h12z"
19458
+ }), /*#__PURE__*/React.createElement("path", {
19459
+ d: "M18.5 22a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
19460
+ }))));
19461
+ };
19462
+ PinUnsave.propTypes = {
19463
+ iconClassName: PropTypes.string,
19464
+ spin: PropTypes.bool,
19465
+ color: PropTypes.string,
19466
+ testid: PropTypes.string,
19467
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
19468
+ };
19469
+ PinUnsave.defaultProps = {
19470
+ spin: false,
19471
+ color: 'currentColor',
19472
+ size: '1em'
19473
+ };
19474
+
19475
+ var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19476
+ var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19477
+ var Unsave = function Unsave(props) {
19478
+ var color = props.color,
19479
+ size = props.size,
19480
+ spin = props.spin,
19481
+ style = props.style,
19482
+ className = props.className,
19483
+ iconClassName = props.iconClassName,
19484
+ testid = props.testid,
19485
+ otherProps = _objectWithoutProperties(props, _excluded$5f);
19486
+ return /*#__PURE__*/React.createElement("span", {
19487
+ role: "img",
19488
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19489
+ }, /*#__PURE__*/React.createElement("style", {
19490
+ children: loadingCircleStyle$5f
19491
+ }), /*#__PURE__*/React.createElement("svg", _extends({
19492
+ xmlns: "http://www.w3.org/2000/svg",
19493
+ width: size,
19494
+ height: size,
19495
+ viewBox: "0 0 24 24",
19496
+ fill: color
19497
+ }, otherProps, {
19498
+ className: iconClassName,
19499
+ "data-testid": testid,
19500
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
19501
+ animationDuration: '1s',
19502
+ animationIterationCount: 'infinite',
19503
+ animationName: 'loadingCircle',
19504
+ animationTimingFunction: 'linear'
19505
+ } : {})
19506
+ }), /*#__PURE__*/React.createElement("svg", {
19507
+ width: "24",
19508
+ height: "24",
19509
+ xmlns: "http://www.w3.org/2000/svg"
19510
+ }, /*#__PURE__*/React.createElement("circle", {
19511
+ cx: "12",
19512
+ cy: "12",
19513
+ r: "6"
19514
+ }))));
19515
+ };
19516
+ Unsave.propTypes = {
19517
+ iconClassName: PropTypes.string,
19518
+ spin: PropTypes.bool,
19519
+ color: PropTypes.string,
19520
+ testid: PropTypes.string,
19521
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
19522
+ };
19523
+ Unsave.defaultProps = {
19524
+ spin: false,
19525
+ color: 'currentColor',
19526
+ size: '1em'
19527
+ };
19528
+
19529
+ var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19530
+ var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19531
+ var Report = function Report(props) {
19532
+ var color = props.color,
19533
+ size = props.size,
19534
+ spin = props.spin,
19535
+ style = props.style,
19536
+ className = props.className,
19537
+ iconClassName = props.iconClassName,
19538
+ testid = props.testid,
19539
+ otherProps = _objectWithoutProperties(props, _excluded$5g);
19540
+ return /*#__PURE__*/React.createElement("span", {
19541
+ role: "img",
19542
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19543
+ }, /*#__PURE__*/React.createElement("style", {
19544
+ children: loadingCircleStyle$5g
19545
+ }), /*#__PURE__*/React.createElement("svg", _extends({
19546
+ xmlns: "http://www.w3.org/2000/svg",
19547
+ width: size,
19548
+ height: size,
19549
+ viewBox: "0 0 24 24",
19550
+ fill: color
19551
+ }, otherProps, {
19552
+ className: iconClassName,
19553
+ "data-testid": testid,
19554
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
19555
+ animationDuration: '1s',
19556
+ animationIterationCount: 'infinite',
19557
+ animationName: 'loadingCircle',
19558
+ animationTimingFunction: 'linear'
19559
+ } : {})
19560
+ }), /*#__PURE__*/React.createElement("svg", {
19561
+ width: "24",
19562
+ height: "24",
19563
+ xmlns: "http://www.w3.org/2000/svg"
19564
+ }, /*#__PURE__*/React.createElement("path", {
19565
+ 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"
19566
+ }))));
19567
+ };
19568
+ Report.propTypes = {
19569
+ iconClassName: PropTypes.string,
19570
+ spin: PropTypes.bool,
19571
+ color: PropTypes.string,
19572
+ testid: PropTypes.string,
19573
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
19574
+ };
19575
+ Report.defaultProps = {
19576
+ spin: false,
19577
+ color: 'currentColor',
19578
+ size: '1em'
19579
+ };
19580
+
19581
+ var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19582
+ var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19583
+ var ReportRemoval = function ReportRemoval(props) {
19584
+ var color = props.color,
19585
+ size = props.size,
19586
+ spin = props.spin,
19587
+ style = props.style,
19588
+ className = props.className,
19589
+ iconClassName = props.iconClassName,
19590
+ testid = props.testid,
19591
+ otherProps = _objectWithoutProperties(props, _excluded$5h);
19592
+ return /*#__PURE__*/React.createElement("span", {
19593
+ role: "img",
19594
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19595
+ }, /*#__PURE__*/React.createElement("style", {
19596
+ children: loadingCircleStyle$5h
19597
+ }), /*#__PURE__*/React.createElement("svg", _extends({
19598
+ xmlns: "http://www.w3.org/2000/svg",
19599
+ width: size,
19600
+ height: size,
19601
+ viewBox: "0 0 24 24",
19602
+ fill: color
19603
+ }, otherProps, {
19604
+ className: iconClassName,
19605
+ "data-testid": testid,
19606
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
19607
+ animationDuration: '1s',
19608
+ animationIterationCount: 'infinite',
19609
+ animationName: 'loadingCircle',
19610
+ animationTimingFunction: 'linear'
19611
+ } : {})
19612
+ }), /*#__PURE__*/React.createElement("svg", {
19613
+ width: "24",
19614
+ height: "24",
19615
+ xmlns: "http://www.w3.org/2000/svg"
19456
19616
  }, /*#__PURE__*/React.createElement("path", {
19457
19617
  d: "M7 13h2v4H7v-4z"
19458
19618
  }), /*#__PURE__*/React.createElement("path", {
@@ -19478,8 +19638,8 @@ ReportRemoval.defaultProps = {
19478
19638
  size: '1em'
19479
19639
  };
19480
19640
 
19481
- var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19482
- var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19641
+ var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19642
+ var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19483
19643
  var FileAdd = function FileAdd(props) {
19484
19644
  var color = props.color,
19485
19645
  size = props.size,
@@ -19488,12 +19648,12 @@ var FileAdd = function FileAdd(props) {
19488
19648
  className = props.className,
19489
19649
  iconClassName = props.iconClassName,
19490
19650
  testid = props.testid,
19491
- otherProps = _objectWithoutProperties(props, _excluded$5f);
19651
+ otherProps = _objectWithoutProperties(props, _excluded$5i);
19492
19652
  return /*#__PURE__*/React.createElement("span", {
19493
19653
  role: "img",
19494
19654
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19495
19655
  }, /*#__PURE__*/React.createElement("style", {
19496
- children: loadingCircleStyle$5f
19656
+ children: loadingCircleStyle$5i
19497
19657
  }), /*#__PURE__*/React.createElement("svg", _extends({
19498
19658
  xmlns: "http://www.w3.org/2000/svg",
19499
19659
  width: size,
@@ -19530,8 +19690,8 @@ FileAdd.defaultProps = {
19530
19690
  size: '1em'
19531
19691
  };
19532
19692
 
19533
- var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19534
- var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19693
+ var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19694
+ var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19535
19695
  var FileRemove = function FileRemove(props) {
19536
19696
  var color = props.color,
19537
19697
  size = props.size,
@@ -19540,12 +19700,12 @@ var FileRemove = function FileRemove(props) {
19540
19700
  className = props.className,
19541
19701
  iconClassName = props.iconClassName,
19542
19702
  testid = props.testid,
19543
- otherProps = _objectWithoutProperties(props, _excluded$5g);
19703
+ otherProps = _objectWithoutProperties(props, _excluded$5j);
19544
19704
  return /*#__PURE__*/React.createElement("span", {
19545
19705
  role: "img",
19546
19706
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19547
19707
  }, /*#__PURE__*/React.createElement("style", {
19548
- children: loadingCircleStyle$5g
19708
+ children: loadingCircleStyle$5j
19549
19709
  }), /*#__PURE__*/React.createElement("svg", _extends({
19550
19710
  xmlns: "http://www.w3.org/2000/svg",
19551
19711
  width: size,
@@ -19584,8 +19744,8 @@ FileRemove.defaultProps = {
19584
19744
  size: '1em'
19585
19745
  };
19586
19746
 
19587
- var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19588
- var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19747
+ var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19748
+ var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19589
19749
  var FileExport = function FileExport(props) {
19590
19750
  var color = props.color,
19591
19751
  size = props.size,
@@ -19594,12 +19754,12 @@ var FileExport = function FileExport(props) {
19594
19754
  className = props.className,
19595
19755
  iconClassName = props.iconClassName,
19596
19756
  testid = props.testid,
19597
- otherProps = _objectWithoutProperties(props, _excluded$5h);
19757
+ otherProps = _objectWithoutProperties(props, _excluded$5k);
19598
19758
  return /*#__PURE__*/React.createElement("span", {
19599
19759
  role: "img",
19600
19760
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19601
19761
  }, /*#__PURE__*/React.createElement("style", {
19602
- children: loadingCircleStyle$5h
19762
+ children: loadingCircleStyle$5k
19603
19763
  }), /*#__PURE__*/React.createElement("svg", _extends({
19604
19764
  xmlns: "http://www.w3.org/2000/svg",
19605
19765
  width: size,
@@ -19636,8 +19796,8 @@ FileExport.defaultProps = {
19636
19796
  size: '1em'
19637
19797
  };
19638
19798
 
19639
- var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19640
- var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19799
+ var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19800
+ var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19641
19801
  var FileMove = function FileMove(props) {
19642
19802
  var color = props.color,
19643
19803
  size = props.size,
@@ -19646,12 +19806,12 @@ var FileMove = function FileMove(props) {
19646
19806
  className = props.className,
19647
19807
  iconClassName = props.iconClassName,
19648
19808
  testid = props.testid,
19649
- otherProps = _objectWithoutProperties(props, _excluded$5i);
19809
+ otherProps = _objectWithoutProperties(props, _excluded$5l);
19650
19810
  return /*#__PURE__*/React.createElement("span", {
19651
19811
  role: "img",
19652
19812
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19653
19813
  }, /*#__PURE__*/React.createElement("style", {
19654
- children: loadingCircleStyle$5i
19814
+ children: loadingCircleStyle$5l
19655
19815
  }), /*#__PURE__*/React.createElement("svg", _extends({
19656
19816
  xmlns: "http://www.w3.org/2000/svg",
19657
19817
  width: size,
@@ -19688,8 +19848,8 @@ FileMove.defaultProps = {
19688
19848
  size: '1em'
19689
19849
  };
19690
19850
 
19691
- var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19692
- var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19851
+ var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19852
+ var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19693
19853
  var FileImport = function FileImport(props) {
19694
19854
  var color = props.color,
19695
19855
  size = props.size,
@@ -19698,12 +19858,12 @@ var FileImport = function FileImport(props) {
19698
19858
  className = props.className,
19699
19859
  iconClassName = props.iconClassName,
19700
19860
  testid = props.testid,
19701
- otherProps = _objectWithoutProperties(props, _excluded$5j);
19861
+ otherProps = _objectWithoutProperties(props, _excluded$5m);
19702
19862
  return /*#__PURE__*/React.createElement("span", {
19703
19863
  role: "img",
19704
19864
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19705
19865
  }, /*#__PURE__*/React.createElement("style", {
19706
- children: loadingCircleStyle$5j
19866
+ children: loadingCircleStyle$5m
19707
19867
  }), /*#__PURE__*/React.createElement("svg", _extends({
19708
19868
  xmlns: "http://www.w3.org/2000/svg",
19709
19869
  width: size,
@@ -19740,8 +19900,8 @@ FileImport.defaultProps = {
19740
19900
  size: '1em'
19741
19901
  };
19742
19902
 
19743
- var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19744
- var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19903
+ var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19904
+ var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19745
19905
  var FileInfo = function FileInfo(props) {
19746
19906
  var color = props.color,
19747
19907
  size = props.size,
@@ -19750,12 +19910,12 @@ var FileInfo = function FileInfo(props) {
19750
19910
  className = props.className,
19751
19911
  iconClassName = props.iconClassName,
19752
19912
  testid = props.testid,
19753
- otherProps = _objectWithoutProperties(props, _excluded$5k);
19913
+ otherProps = _objectWithoutProperties(props, _excluded$5n);
19754
19914
  return /*#__PURE__*/React.createElement("span", {
19755
19915
  role: "img",
19756
19916
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19757
19917
  }, /*#__PURE__*/React.createElement("style", {
19758
- children: loadingCircleStyle$5k
19918
+ children: loadingCircleStyle$5n
19759
19919
  }), /*#__PURE__*/React.createElement("svg", _extends({
19760
19920
  xmlns: "http://www.w3.org/2000/svg",
19761
19921
  width: size,
@@ -19792,8 +19952,8 @@ FileInfo.defaultProps = {
19792
19952
  size: '1em'
19793
19953
  };
19794
19954
 
19795
- var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19796
- var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19955
+ var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19956
+ var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19797
19957
  var FileConvert = function FileConvert(props) {
19798
19958
  var color = props.color,
19799
19959
  size = props.size,
@@ -19802,12 +19962,12 @@ var FileConvert = function FileConvert(props) {
19802
19962
  className = props.className,
19803
19963
  iconClassName = props.iconClassName,
19804
19964
  testid = props.testid,
19805
- otherProps = _objectWithoutProperties(props, _excluded$5l);
19965
+ otherProps = _objectWithoutProperties(props, _excluded$5o);
19806
19966
  return /*#__PURE__*/React.createElement("span", {
19807
19967
  role: "img",
19808
19968
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19809
19969
  }, /*#__PURE__*/React.createElement("style", {
19810
- children: loadingCircleStyle$5l
19970
+ children: loadingCircleStyle$5o
19811
19971
  }), /*#__PURE__*/React.createElement("svg", _extends({
19812
19972
  xmlns: "http://www.w3.org/2000/svg",
19813
19973
  width: size,
@@ -19850,8 +20010,8 @@ FileConvert.defaultProps = {
19850
20010
  size: '1em'
19851
20011
  };
19852
20012
 
19853
- var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19854
- var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20013
+ var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20014
+ var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19855
20015
  var FileLock = function FileLock(props) {
19856
20016
  var color = props.color,
19857
20017
  size = props.size,
@@ -19860,12 +20020,12 @@ var FileLock = function FileLock(props) {
19860
20020
  className = props.className,
19861
20021
  iconClassName = props.iconClassName,
19862
20022
  testid = props.testid,
19863
- otherProps = _objectWithoutProperties(props, _excluded$5m);
20023
+ otherProps = _objectWithoutProperties(props, _excluded$5p);
19864
20024
  return /*#__PURE__*/React.createElement("span", {
19865
20025
  role: "img",
19866
20026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19867
20027
  }, /*#__PURE__*/React.createElement("style", {
19868
- children: loadingCircleStyle$5m
20028
+ children: loadingCircleStyle$5p
19869
20029
  }), /*#__PURE__*/React.createElement("svg", _extends({
19870
20030
  xmlns: "http://www.w3.org/2000/svg",
19871
20031
  width: size,
@@ -19902,8 +20062,8 @@ FileLock.defaultProps = {
19902
20062
  size: '1em'
19903
20063
  };
19904
20064
 
19905
- var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19906
- var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20065
+ var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20066
+ var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19907
20067
  var FilePdf = function FilePdf(props) {
19908
20068
  var color = props.color,
19909
20069
  size = props.size,
@@ -19912,12 +20072,12 @@ var FilePdf = function FilePdf(props) {
19912
20072
  className = props.className,
19913
20073
  iconClassName = props.iconClassName,
19914
20074
  testid = props.testid,
19915
- otherProps = _objectWithoutProperties(props, _excluded$5n);
20075
+ otherProps = _objectWithoutProperties(props, _excluded$5q);
19916
20076
  return /*#__PURE__*/React.createElement("span", {
19917
20077
  role: "img",
19918
20078
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19919
20079
  }, /*#__PURE__*/React.createElement("style", {
19920
- children: loadingCircleStyle$5n
20080
+ children: loadingCircleStyle$5q
19921
20081
  }), /*#__PURE__*/React.createElement("svg", _extends({
19922
20082
  xmlns: "http://www.w3.org/2000/svg",
19923
20083
  width: size,
@@ -19954,8 +20114,8 @@ FilePdf.defaultProps = {
19954
20114
  size: '1em'
19955
20115
  };
19956
20116
 
19957
- var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19958
- var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20117
+ var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20118
+ var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19959
20119
  var Detail = function Detail(props) {
19960
20120
  var color = props.color,
19961
20121
  size = props.size,
@@ -19964,12 +20124,12 @@ var Detail = function Detail(props) {
19964
20124
  className = props.className,
19965
20125
  iconClassName = props.iconClassName,
19966
20126
  testid = props.testid,
19967
- otherProps = _objectWithoutProperties(props, _excluded$5o);
20127
+ otherProps = _objectWithoutProperties(props, _excluded$5r);
19968
20128
  return /*#__PURE__*/React.createElement("span", {
19969
20129
  role: "img",
19970
20130
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19971
20131
  }, /*#__PURE__*/React.createElement("style", {
19972
- children: loadingCircleStyle$5o
20132
+ children: loadingCircleStyle$5r
19973
20133
  }), /*#__PURE__*/React.createElement("svg", _extends({
19974
20134
  xmlns: "http://www.w3.org/2000/svg",
19975
20135
  width: size,
@@ -20006,8 +20166,8 @@ Detail.defaultProps = {
20006
20166
  size: '1em'
20007
20167
  };
20008
20168
 
20009
- var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20010
- var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20169
+ var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20170
+ var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20011
20171
  var MessageCenter = function MessageCenter(props) {
20012
20172
  var color = props.color,
20013
20173
  size = props.size,
@@ -20016,12 +20176,12 @@ var MessageCenter = function MessageCenter(props) {
20016
20176
  className = props.className,
20017
20177
  iconClassName = props.iconClassName,
20018
20178
  testid = props.testid,
20019
- otherProps = _objectWithoutProperties(props, _excluded$5p);
20179
+ otherProps = _objectWithoutProperties(props, _excluded$5s);
20020
20180
  return /*#__PURE__*/React.createElement("span", {
20021
20181
  role: "img",
20022
20182
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20023
20183
  }, /*#__PURE__*/React.createElement("style", {
20024
- children: loadingCircleStyle$5p
20184
+ children: loadingCircleStyle$5s
20025
20185
  }), /*#__PURE__*/React.createElement("svg", _extends({
20026
20186
  xmlns: "http://www.w3.org/2000/svg",
20027
20187
  width: size,
@@ -20066,8 +20226,8 @@ MessageCenter.defaultProps = {
20066
20226
  size: '1em'
20067
20227
  };
20068
20228
 
20069
- var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20070
- var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20229
+ var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20230
+ var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20071
20231
  var SystemMsg = function SystemMsg(props) {
20072
20232
  var color = props.color,
20073
20233
  size = props.size,
@@ -20076,12 +20236,12 @@ var SystemMsg = function SystemMsg(props) {
20076
20236
  className = props.className,
20077
20237
  iconClassName = props.iconClassName,
20078
20238
  testid = props.testid,
20079
- otherProps = _objectWithoutProperties(props, _excluded$5q);
20239
+ otherProps = _objectWithoutProperties(props, _excluded$5t);
20080
20240
  return /*#__PURE__*/React.createElement("span", {
20081
20241
  role: "img",
20082
20242
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20083
20243
  }, /*#__PURE__*/React.createElement("style", {
20084
- children: loadingCircleStyle$5q
20244
+ children: loadingCircleStyle$5t
20085
20245
  }), /*#__PURE__*/React.createElement("svg", _extends({
20086
20246
  xmlns: "http://www.w3.org/2000/svg",
20087
20247
  width: size,
@@ -20124,8 +20284,8 @@ SystemMsg.defaultProps = {
20124
20284
  size: '1em'
20125
20285
  };
20126
20286
 
20127
- var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20128
- var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20287
+ var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20288
+ var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20129
20289
  var Comment = function Comment(props) {
20130
20290
  var color = props.color,
20131
20291
  size = props.size,
@@ -20134,12 +20294,12 @@ var Comment = function Comment(props) {
20134
20294
  className = props.className,
20135
20295
  iconClassName = props.iconClassName,
20136
20296
  testid = props.testid,
20137
- otherProps = _objectWithoutProperties(props, _excluded$5r);
20297
+ otherProps = _objectWithoutProperties(props, _excluded$5u);
20138
20298
  return /*#__PURE__*/React.createElement("span", {
20139
20299
  role: "img",
20140
20300
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20141
20301
  }, /*#__PURE__*/React.createElement("style", {
20142
- children: loadingCircleStyle$5r
20302
+ children: loadingCircleStyle$5u
20143
20303
  }), /*#__PURE__*/React.createElement("svg", _extends({
20144
20304
  xmlns: "http://www.w3.org/2000/svg",
20145
20305
  width: size,
@@ -20180,8 +20340,8 @@ Comment.defaultProps = {
20180
20340
  size: '1em'
20181
20341
  };
20182
20342
 
20183
- var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20184
- var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20343
+ var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20344
+ var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20185
20345
  var Book = function Book(props) {
20186
20346
  var color = props.color,
20187
20347
  size = props.size,
@@ -20190,12 +20350,12 @@ var Book = function Book(props) {
20190
20350
  className = props.className,
20191
20351
  iconClassName = props.iconClassName,
20192
20352
  testid = props.testid,
20193
- otherProps = _objectWithoutProperties(props, _excluded$5s);
20353
+ otherProps = _objectWithoutProperties(props, _excluded$5v);
20194
20354
  return /*#__PURE__*/React.createElement("span", {
20195
20355
  role: "img",
20196
20356
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20197
20357
  }, /*#__PURE__*/React.createElement("style", {
20198
- children: loadingCircleStyle$5s
20358
+ children: loadingCircleStyle$5v
20199
20359
  }), /*#__PURE__*/React.createElement("svg", _extends({
20200
20360
  xmlns: "http://www.w3.org/2000/svg",
20201
20361
  width: size,
@@ -20232,8 +20392,8 @@ Book.defaultProps = {
20232
20392
  size: '1em'
20233
20393
  };
20234
20394
 
20235
- var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20236
- var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20395
+ var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20396
+ var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20237
20397
  var Book2 = function Book2(props) {
20238
20398
  var color = props.color,
20239
20399
  size = props.size,
@@ -20242,12 +20402,12 @@ var Book2 = function Book2(props) {
20242
20402
  className = props.className,
20243
20403
  iconClassName = props.iconClassName,
20244
20404
  testid = props.testid,
20245
- otherProps = _objectWithoutProperties(props, _excluded$5t);
20405
+ otherProps = _objectWithoutProperties(props, _excluded$5w);
20246
20406
  return /*#__PURE__*/React.createElement("span", {
20247
20407
  role: "img",
20248
20408
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20249
20409
  }, /*#__PURE__*/React.createElement("style", {
20250
- children: loadingCircleStyle$5t
20410
+ children: loadingCircleStyle$5w
20251
20411
  }), /*#__PURE__*/React.createElement("svg", _extends({
20252
20412
  xmlns: "http://www.w3.org/2000/svg",
20253
20413
  width: size,
@@ -20284,8 +20444,8 @@ Book2.defaultProps = {
20284
20444
  size: '1em'
20285
20445
  };
20286
20446
 
20287
- var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20288
- var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20447
+ var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20448
+ var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20289
20449
  var Sticker = function Sticker(props) {
20290
20450
  var color = props.color,
20291
20451
  size = props.size,
@@ -20294,12 +20454,12 @@ var Sticker = function Sticker(props) {
20294
20454
  className = props.className,
20295
20455
  iconClassName = props.iconClassName,
20296
20456
  testid = props.testid,
20297
- otherProps = _objectWithoutProperties(props, _excluded$5u);
20457
+ otherProps = _objectWithoutProperties(props, _excluded$5x);
20298
20458
  return /*#__PURE__*/React.createElement("span", {
20299
20459
  role: "img",
20300
20460
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20301
20461
  }, /*#__PURE__*/React.createElement("style", {
20302
- children: loadingCircleStyle$5u
20462
+ children: loadingCircleStyle$5x
20303
20463
  }), /*#__PURE__*/React.createElement("svg", _extends({
20304
20464
  xmlns: "http://www.w3.org/2000/svg",
20305
20465
  width: size,
@@ -20336,8 +20496,8 @@ Sticker.defaultProps = {
20336
20496
  size: '1em'
20337
20497
  };
20338
20498
 
20339
- var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20340
- var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20499
+ var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20500
+ var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20341
20501
  var StickerFill = function StickerFill(props) {
20342
20502
  var color = props.color,
20343
20503
  size = props.size,
@@ -20346,12 +20506,12 @@ var StickerFill = function StickerFill(props) {
20346
20506
  className = props.className,
20347
20507
  iconClassName = props.iconClassName,
20348
20508
  testid = props.testid,
20349
- otherProps = _objectWithoutProperties(props, _excluded$5v);
20509
+ otherProps = _objectWithoutProperties(props, _excluded$5y);
20350
20510
  return /*#__PURE__*/React.createElement("span", {
20351
20511
  role: "img",
20352
20512
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20353
20513
  }, /*#__PURE__*/React.createElement("style", {
20354
- children: loadingCircleStyle$5v
20514
+ children: loadingCircleStyle$5y
20355
20515
  }), /*#__PURE__*/React.createElement("svg", _extends({
20356
20516
  xmlns: "http://www.w3.org/2000/svg",
20357
20517
  width: size,
@@ -20388,8 +20548,8 @@ StickerFill.defaultProps = {
20388
20548
  size: '1em'
20389
20549
  };
20390
20550
 
20391
- var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20392
- var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20551
+ var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20552
+ var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20393
20553
  var FolderLine = function FolderLine(props) {
20394
20554
  var color = props.color,
20395
20555
  size = props.size,
@@ -20398,12 +20558,12 @@ var FolderLine = function FolderLine(props) {
20398
20558
  className = props.className,
20399
20559
  iconClassName = props.iconClassName,
20400
20560
  testid = props.testid,
20401
- otherProps = _objectWithoutProperties(props, _excluded$5w);
20561
+ otherProps = _objectWithoutProperties(props, _excluded$5z);
20402
20562
  return /*#__PURE__*/React.createElement("span", {
20403
20563
  role: "img",
20404
20564
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20405
20565
  }, /*#__PURE__*/React.createElement("style", {
20406
- children: loadingCircleStyle$5w
20566
+ children: loadingCircleStyle$5z
20407
20567
  }), /*#__PURE__*/React.createElement("svg", _extends({
20408
20568
  xmlns: "http://www.w3.org/2000/svg",
20409
20569
  width: size,
@@ -20442,8 +20602,8 @@ FolderLine.defaultProps = {
20442
20602
  size: '1em'
20443
20603
  };
20444
20604
 
20445
- var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20446
- var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20605
+ var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20606
+ var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20447
20607
  var FolderOpenLine = function FolderOpenLine(props) {
20448
20608
  var color = props.color,
20449
20609
  size = props.size,
@@ -20452,12 +20612,12 @@ var FolderOpenLine = function FolderOpenLine(props) {
20452
20612
  className = props.className,
20453
20613
  iconClassName = props.iconClassName,
20454
20614
  testid = props.testid,
20455
- otherProps = _objectWithoutProperties(props, _excluded$5x);
20615
+ otherProps = _objectWithoutProperties(props, _excluded$5A);
20456
20616
  return /*#__PURE__*/React.createElement("span", {
20457
20617
  role: "img",
20458
20618
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20459
20619
  }, /*#__PURE__*/React.createElement("style", {
20460
- children: loadingCircleStyle$5x
20620
+ children: loadingCircleStyle$5A
20461
20621
  }), /*#__PURE__*/React.createElement("svg", _extends({
20462
20622
  xmlns: "http://www.w3.org/2000/svg",
20463
20623
  width: size,
@@ -20496,8 +20656,8 @@ FolderOpenLine.defaultProps = {
20496
20656
  size: '1em'
20497
20657
  };
20498
20658
 
20499
- var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20500
- var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20659
+ var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20660
+ var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20501
20661
  var SpaceLine = function SpaceLine(props) {
20502
20662
  var color = props.color,
20503
20663
  size = props.size,
@@ -20506,12 +20666,12 @@ var SpaceLine = function SpaceLine(props) {
20506
20666
  className = props.className,
20507
20667
  iconClassName = props.iconClassName,
20508
20668
  testid = props.testid,
20509
- otherProps = _objectWithoutProperties(props, _excluded$5y);
20669
+ otherProps = _objectWithoutProperties(props, _excluded$5B);
20510
20670
  return /*#__PURE__*/React.createElement("span", {
20511
20671
  role: "img",
20512
20672
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20513
20673
  }, /*#__PURE__*/React.createElement("style", {
20514
- children: loadingCircleStyle$5y
20674
+ children: loadingCircleStyle$5B
20515
20675
  }), /*#__PURE__*/React.createElement("svg", _extends({
20516
20676
  xmlns: "http://www.w3.org/2000/svg",
20517
20677
  width: size,
@@ -20550,8 +20710,8 @@ SpaceLine.defaultProps = {
20550
20710
  size: '1em'
20551
20711
  };
20552
20712
 
20553
- var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20554
- var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20713
+ var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20714
+ var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20555
20715
  var SpaceOpenLine = function SpaceOpenLine(props) {
20556
20716
  var color = props.color,
20557
20717
  size = props.size,
@@ -20560,12 +20720,12 @@ var SpaceOpenLine = function SpaceOpenLine(props) {
20560
20720
  className = props.className,
20561
20721
  iconClassName = props.iconClassName,
20562
20722
  testid = props.testid,
20563
- otherProps = _objectWithoutProperties(props, _excluded$5z);
20723
+ otherProps = _objectWithoutProperties(props, _excluded$5C);
20564
20724
  return /*#__PURE__*/React.createElement("span", {
20565
20725
  role: "img",
20566
20726
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20567
20727
  }, /*#__PURE__*/React.createElement("style", {
20568
- children: loadingCircleStyle$5z
20728
+ children: loadingCircleStyle$5C
20569
20729
  }), /*#__PURE__*/React.createElement("svg", _extends({
20570
20730
  xmlns: "http://www.w3.org/2000/svg",
20571
20731
  width: size,
@@ -20604,8 +20764,8 @@ SpaceOpenLine.defaultProps = {
20604
20764
  size: '1em'
20605
20765
  };
20606
20766
 
20607
- var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20608
- var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20767
+ var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20768
+ var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20609
20769
  var PageLine = function PageLine(props) {
20610
20770
  var color = props.color,
20611
20771
  size = props.size,
@@ -20614,12 +20774,12 @@ var PageLine = function PageLine(props) {
20614
20774
  className = props.className,
20615
20775
  iconClassName = props.iconClassName,
20616
20776
  testid = props.testid,
20617
- otherProps = _objectWithoutProperties(props, _excluded$5A);
20777
+ otherProps = _objectWithoutProperties(props, _excluded$5D);
20618
20778
  return /*#__PURE__*/React.createElement("span", {
20619
20779
  role: "img",
20620
20780
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20621
20781
  }, /*#__PURE__*/React.createElement("style", {
20622
- children: loadingCircleStyle$5A
20782
+ children: loadingCircleStyle$5D
20623
20783
  }), /*#__PURE__*/React.createElement("svg", _extends({
20624
20784
  xmlns: "http://www.w3.org/2000/svg",
20625
20785
  width: size,
@@ -20658,8 +20818,8 @@ PageLine.defaultProps = {
20658
20818
  size: '1em'
20659
20819
  };
20660
20820
 
20661
- var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20662
- var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20821
+ var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20822
+ var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20663
20823
  var PageOpenCl = function PageOpenCl(props) {
20664
20824
  var color = props.color,
20665
20825
  size = props.size,
@@ -20668,12 +20828,12 @@ var PageOpenCl = function PageOpenCl(props) {
20668
20828
  className = props.className,
20669
20829
  iconClassName = props.iconClassName,
20670
20830
  testid = props.testid,
20671
- otherProps = _objectWithoutProperties(props, _excluded$5B);
20831
+ otherProps = _objectWithoutProperties(props, _excluded$5E);
20672
20832
  return /*#__PURE__*/React.createElement("span", {
20673
20833
  role: "img",
20674
20834
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20675
20835
  }, /*#__PURE__*/React.createElement("style", {
20676
- children: loadingCircleStyle$5B
20836
+ children: loadingCircleStyle$5E
20677
20837
  }), /*#__PURE__*/React.createElement("svg", _extends({
20678
20838
  xmlns: "http://www.w3.org/2000/svg",
20679
20839
  width: size,
@@ -20728,8 +20888,8 @@ PageOpenCl.defaultProps = {
20728
20888
  size: '1em'
20729
20889
  };
20730
20890
 
20731
- var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20732
- var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20891
+ var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20892
+ var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20733
20893
  var FontSize = function FontSize(props) {
20734
20894
  var color = props.color,
20735
20895
  size = props.size,
@@ -20738,12 +20898,12 @@ var FontSize = function FontSize(props) {
20738
20898
  className = props.className,
20739
20899
  iconClassName = props.iconClassName,
20740
20900
  testid = props.testid,
20741
- otherProps = _objectWithoutProperties(props, _excluded$5C);
20901
+ otherProps = _objectWithoutProperties(props, _excluded$5F);
20742
20902
  return /*#__PURE__*/React.createElement("span", {
20743
20903
  role: "img",
20744
20904
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20745
20905
  }, /*#__PURE__*/React.createElement("style", {
20746
- children: loadingCircleStyle$5C
20906
+ children: loadingCircleStyle$5F
20747
20907
  }), /*#__PURE__*/React.createElement("svg", _extends({
20748
20908
  xmlns: "http://www.w3.org/2000/svg",
20749
20909
  width: size,
@@ -20782,8 +20942,8 @@ FontSize.defaultProps = {
20782
20942
  size: '1em'
20783
20943
  };
20784
20944
 
20785
- var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20786
- var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20945
+ var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20946
+ var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20787
20947
  var FontBold = function FontBold(props) {
20788
20948
  var color = props.color,
20789
20949
  size = props.size,
@@ -20792,12 +20952,12 @@ var FontBold = function FontBold(props) {
20792
20952
  className = props.className,
20793
20953
  iconClassName = props.iconClassName,
20794
20954
  testid = props.testid,
20795
- otherProps = _objectWithoutProperties(props, _excluded$5D);
20955
+ otherProps = _objectWithoutProperties(props, _excluded$5G);
20796
20956
  return /*#__PURE__*/React.createElement("span", {
20797
20957
  role: "img",
20798
20958
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20799
20959
  }, /*#__PURE__*/React.createElement("style", {
20800
- children: loadingCircleStyle$5D
20960
+ children: loadingCircleStyle$5G
20801
20961
  }), /*#__PURE__*/React.createElement("svg", _extends({
20802
20962
  xmlns: "http://www.w3.org/2000/svg",
20803
20963
  width: size,
@@ -20834,8 +20994,8 @@ FontBold.defaultProps = {
20834
20994
  size: '1em'
20835
20995
  };
20836
20996
 
20837
- var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20838
- var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20997
+ var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20998
+ var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20839
20999
  var FontItalic = function FontItalic(props) {
20840
21000
  var color = props.color,
20841
21001
  size = props.size,
@@ -20844,12 +21004,12 @@ var FontItalic = function FontItalic(props) {
20844
21004
  className = props.className,
20845
21005
  iconClassName = props.iconClassName,
20846
21006
  testid = props.testid,
20847
- otherProps = _objectWithoutProperties(props, _excluded$5E);
21007
+ otherProps = _objectWithoutProperties(props, _excluded$5H);
20848
21008
  return /*#__PURE__*/React.createElement("span", {
20849
21009
  role: "img",
20850
21010
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20851
21011
  }, /*#__PURE__*/React.createElement("style", {
20852
- children: loadingCircleStyle$5E
21012
+ children: loadingCircleStyle$5H
20853
21013
  }), /*#__PURE__*/React.createElement("svg", _extends({
20854
21014
  xmlns: "http://www.w3.org/2000/svg",
20855
21015
  width: size,
@@ -20888,8 +21048,8 @@ FontItalic.defaultProps = {
20888
21048
  size: '1em'
20889
21049
  };
20890
21050
 
20891
- var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20892
- var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21051
+ var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21052
+ var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20893
21053
  var FontColor = function FontColor(props) {
20894
21054
  var color = props.color,
20895
21055
  size = props.size,
@@ -20898,12 +21058,12 @@ var FontColor = function FontColor(props) {
20898
21058
  className = props.className,
20899
21059
  iconClassName = props.iconClassName,
20900
21060
  testid = props.testid,
20901
- otherProps = _objectWithoutProperties(props, _excluded$5F);
21061
+ otherProps = _objectWithoutProperties(props, _excluded$5I);
20902
21062
  return /*#__PURE__*/React.createElement("span", {
20903
21063
  role: "img",
20904
21064
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20905
21065
  }, /*#__PURE__*/React.createElement("style", {
20906
- children: loadingCircleStyle$5F
21066
+ children: loadingCircleStyle$5I
20907
21067
  }), /*#__PURE__*/React.createElement("svg", _extends({
20908
21068
  xmlns: "http://www.w3.org/2000/svg",
20909
21069
  width: size,
@@ -20940,8 +21100,8 @@ FontColor.defaultProps = {
20940
21100
  size: '1em'
20941
21101
  };
20942
21102
 
20943
- var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20944
- var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21103
+ var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21104
+ var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20945
21105
  var FontBgColor = function FontBgColor(props) {
20946
21106
  var color = props.color,
20947
21107
  size = props.size,
@@ -20950,12 +21110,12 @@ var FontBgColor = function FontBgColor(props) {
20950
21110
  className = props.className,
20951
21111
  iconClassName = props.iconClassName,
20952
21112
  testid = props.testid,
20953
- otherProps = _objectWithoutProperties(props, _excluded$5G);
21113
+ otherProps = _objectWithoutProperties(props, _excluded$5J);
20954
21114
  return /*#__PURE__*/React.createElement("span", {
20955
21115
  role: "img",
20956
21116
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20957
21117
  }, /*#__PURE__*/React.createElement("style", {
20958
- children: loadingCircleStyle$5G
21118
+ children: loadingCircleStyle$5J
20959
21119
  }), /*#__PURE__*/React.createElement("svg", _extends({
20960
21120
  xmlns: "http://www.w3.org/2000/svg",
20961
21121
  width: size,
@@ -20992,8 +21152,8 @@ FontBgColor.defaultProps = {
20992
21152
  size: '1em'
20993
21153
  };
20994
21154
 
20995
- var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20996
- var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21155
+ var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21156
+ var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20997
21157
  var ListOrdered = function ListOrdered(props) {
20998
21158
  var color = props.color,
20999
21159
  size = props.size,
@@ -21002,12 +21162,12 @@ var ListOrdered = function ListOrdered(props) {
21002
21162
  className = props.className,
21003
21163
  iconClassName = props.iconClassName,
21004
21164
  testid = props.testid,
21005
- otherProps = _objectWithoutProperties(props, _excluded$5H);
21165
+ otherProps = _objectWithoutProperties(props, _excluded$5K);
21006
21166
  return /*#__PURE__*/React.createElement("span", {
21007
21167
  role: "img",
21008
21168
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21009
21169
  }, /*#__PURE__*/React.createElement("style", {
21010
- children: loadingCircleStyle$5H
21170
+ children: loadingCircleStyle$5K
21011
21171
  }), /*#__PURE__*/React.createElement("svg", _extends({
21012
21172
  xmlns: "http://www.w3.org/2000/svg",
21013
21173
  width: size,
@@ -21046,8 +21206,8 @@ ListOrdered.defaultProps = {
21046
21206
  size: '1em'
21047
21207
  };
21048
21208
 
21049
- var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21050
- var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21209
+ var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21210
+ var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21051
21211
  var ListUnordered = function ListUnordered(props) {
21052
21212
  var color = props.color,
21053
21213
  size = props.size,
@@ -21056,12 +21216,12 @@ var ListUnordered = function ListUnordered(props) {
21056
21216
  className = props.className,
21057
21217
  iconClassName = props.iconClassName,
21058
21218
  testid = props.testid,
21059
- otherProps = _objectWithoutProperties(props, _excluded$5I);
21219
+ otherProps = _objectWithoutProperties(props, _excluded$5L);
21060
21220
  return /*#__PURE__*/React.createElement("span", {
21061
21221
  role: "img",
21062
21222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21063
21223
  }, /*#__PURE__*/React.createElement("style", {
21064
- children: loadingCircleStyle$5I
21224
+ children: loadingCircleStyle$5L
21065
21225
  }), /*#__PURE__*/React.createElement("svg", _extends({
21066
21226
  xmlns: "http://www.w3.org/2000/svg",
21067
21227
  width: size,
@@ -21100,8 +21260,8 @@ ListUnordered.defaultProps = {
21100
21260
  size: '1em'
21101
21261
  };
21102
21262
 
21103
- var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21104
- var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21263
+ var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21264
+ var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21105
21265
  var Image = function Image(props) {
21106
21266
  var color = props.color,
21107
21267
  size = props.size,
@@ -21110,12 +21270,12 @@ var Image = function Image(props) {
21110
21270
  className = props.className,
21111
21271
  iconClassName = props.iconClassName,
21112
21272
  testid = props.testid,
21113
- otherProps = _objectWithoutProperties(props, _excluded$5J);
21273
+ otherProps = _objectWithoutProperties(props, _excluded$5M);
21114
21274
  return /*#__PURE__*/React.createElement("span", {
21115
21275
  role: "img",
21116
21276
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21117
21277
  }, /*#__PURE__*/React.createElement("style", {
21118
- children: loadingCircleStyle$5J
21278
+ children: loadingCircleStyle$5M
21119
21279
  }), /*#__PURE__*/React.createElement("svg", _extends({
21120
21280
  xmlns: "http://www.w3.org/2000/svg",
21121
21281
  width: size,
@@ -21154,8 +21314,8 @@ Image.defaultProps = {
21154
21314
  size: '1em'
21155
21315
  };
21156
21316
 
21157
- var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21158
- var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21317
+ var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21318
+ var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21159
21319
  var Palette = function Palette(props) {
21160
21320
  var color = props.color,
21161
21321
  size = props.size,
@@ -21164,12 +21324,12 @@ var Palette = function Palette(props) {
21164
21324
  className = props.className,
21165
21325
  iconClassName = props.iconClassName,
21166
21326
  testid = props.testid,
21167
- otherProps = _objectWithoutProperties(props, _excluded$5K);
21327
+ otherProps = _objectWithoutProperties(props, _excluded$5N);
21168
21328
  return /*#__PURE__*/React.createElement("span", {
21169
21329
  role: "img",
21170
21330
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21171
21331
  }, /*#__PURE__*/React.createElement("style", {
21172
- children: loadingCircleStyle$5K
21332
+ children: loadingCircleStyle$5N
21173
21333
  }), /*#__PURE__*/React.createElement("svg", _extends({
21174
21334
  xmlns: "http://www.w3.org/2000/svg",
21175
21335
  width: size,
@@ -21208,8 +21368,8 @@ Palette.defaultProps = {
21208
21368
  size: '1em'
21209
21369
  };
21210
21370
 
21211
- var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21212
- var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21371
+ var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21372
+ var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21213
21373
  var EventSm = function EventSm(props) {
21214
21374
  var color = props.color,
21215
21375
  size = props.size,
@@ -21218,12 +21378,12 @@ var EventSm = function EventSm(props) {
21218
21378
  className = props.className,
21219
21379
  iconClassName = props.iconClassName,
21220
21380
  testid = props.testid,
21221
- otherProps = _objectWithoutProperties(props, _excluded$5L);
21381
+ otherProps = _objectWithoutProperties(props, _excluded$5O);
21222
21382
  return /*#__PURE__*/React.createElement("span", {
21223
21383
  role: "img",
21224
21384
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21225
21385
  }, /*#__PURE__*/React.createElement("style", {
21226
- children: loadingCircleStyle$5L
21386
+ children: loadingCircleStyle$5O
21227
21387
  }), /*#__PURE__*/React.createElement("svg", _extends({
21228
21388
  xmlns: "http://www.w3.org/2000/svg",
21229
21389
  width: size,
@@ -21262,8 +21422,8 @@ EventSm.defaultProps = {
21262
21422
  size: '1em'
21263
21423
  };
21264
21424
 
21265
- var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21266
- var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21425
+ var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21426
+ var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21267
21427
  var EPropertySm = function EPropertySm(props) {
21268
21428
  var color = props.color,
21269
21429
  size = props.size,
@@ -21272,12 +21432,12 @@ var EPropertySm = function EPropertySm(props) {
21272
21432
  className = props.className,
21273
21433
  iconClassName = props.iconClassName,
21274
21434
  testid = props.testid,
21275
- otherProps = _objectWithoutProperties(props, _excluded$5M);
21435
+ otherProps = _objectWithoutProperties(props, _excluded$5P);
21276
21436
  return /*#__PURE__*/React.createElement("span", {
21277
21437
  role: "img",
21278
21438
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21279
21439
  }, /*#__PURE__*/React.createElement("style", {
21280
- children: loadingCircleStyle$5M
21440
+ children: loadingCircleStyle$5P
21281
21441
  }), /*#__PURE__*/React.createElement("svg", _extends({
21282
21442
  xmlns: "http://www.w3.org/2000/svg",
21283
21443
  width: size,
@@ -21316,8 +21476,8 @@ EPropertySm.defaultProps = {
21316
21476
  size: '1em'
21317
21477
  };
21318
21478
 
21319
- var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21320
- var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21479
+ var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21480
+ var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21321
21481
  var IndicatorSm = function IndicatorSm(props) {
21322
21482
  var color = props.color,
21323
21483
  size = props.size,
@@ -21326,12 +21486,12 @@ var IndicatorSm = function IndicatorSm(props) {
21326
21486
  className = props.className,
21327
21487
  iconClassName = props.iconClassName,
21328
21488
  testid = props.testid,
21329
- otherProps = _objectWithoutProperties(props, _excluded$5N);
21489
+ otherProps = _objectWithoutProperties(props, _excluded$5Q);
21330
21490
  return /*#__PURE__*/React.createElement("span", {
21331
21491
  role: "img",
21332
21492
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21333
21493
  }, /*#__PURE__*/React.createElement("style", {
21334
- children: loadingCircleStyle$5N
21494
+ children: loadingCircleStyle$5Q
21335
21495
  }), /*#__PURE__*/React.createElement("svg", _extends({
21336
21496
  xmlns: "http://www.w3.org/2000/svg",
21337
21497
  width: size,
@@ -21372,8 +21532,8 @@ IndicatorSm.defaultProps = {
21372
21532
  size: '1em'
21373
21533
  };
21374
21534
 
21375
- var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21376
- var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21535
+ var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21536
+ var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21377
21537
  var UPropertySm = function UPropertySm(props) {
21378
21538
  var color = props.color,
21379
21539
  size = props.size,
@@ -21382,12 +21542,12 @@ var UPropertySm = function UPropertySm(props) {
21382
21542
  className = props.className,
21383
21543
  iconClassName = props.iconClassName,
21384
21544
  testid = props.testid,
21385
- otherProps = _objectWithoutProperties(props, _excluded$5O);
21545
+ otherProps = _objectWithoutProperties(props, _excluded$5R);
21386
21546
  return /*#__PURE__*/React.createElement("span", {
21387
21547
  role: "img",
21388
21548
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21389
21549
  }, /*#__PURE__*/React.createElement("style", {
21390
- children: loadingCircleStyle$5O
21550
+ children: loadingCircleStyle$5R
21391
21551
  }), /*#__PURE__*/React.createElement("svg", _extends({
21392
21552
  xmlns: "http://www.w3.org/2000/svg",
21393
21553
  width: size,
@@ -21430,8 +21590,8 @@ UPropertySm.defaultProps = {
21430
21590
  size: '1em'
21431
21591
  };
21432
21592
 
21433
- var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21434
- var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21593
+ var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21594
+ var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21435
21595
  var UGroupSm = function UGroupSm(props) {
21436
21596
  var color = props.color,
21437
21597
  size = props.size,
@@ -21440,12 +21600,12 @@ var UGroupSm = function UGroupSm(props) {
21440
21600
  className = props.className,
21441
21601
  iconClassName = props.iconClassName,
21442
21602
  testid = props.testid,
21443
- otherProps = _objectWithoutProperties(props, _excluded$5P);
21603
+ otherProps = _objectWithoutProperties(props, _excluded$5S);
21444
21604
  return /*#__PURE__*/React.createElement("span", {
21445
21605
  role: "img",
21446
21606
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21447
21607
  }, /*#__PURE__*/React.createElement("style", {
21448
- children: loadingCircleStyle$5P
21608
+ children: loadingCircleStyle$5S
21449
21609
  }), /*#__PURE__*/React.createElement("svg", _extends({
21450
21610
  xmlns: "http://www.w3.org/2000/svg",
21451
21611
  width: size,
@@ -21496,8 +21656,8 @@ UGroupSm.defaultProps = {
21496
21656
  size: '1em'
21497
21657
  };
21498
21658
 
21499
- var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21500
- var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21659
+ var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21660
+ var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21501
21661
  var UTagSm = function UTagSm(props) {
21502
21662
  var color = props.color,
21503
21663
  size = props.size,
@@ -21506,12 +21666,12 @@ var UTagSm = function UTagSm(props) {
21506
21666
  className = props.className,
21507
21667
  iconClassName = props.iconClassName,
21508
21668
  testid = props.testid,
21509
- otherProps = _objectWithoutProperties(props, _excluded$5Q);
21669
+ otherProps = _objectWithoutProperties(props, _excluded$5T);
21510
21670
  return /*#__PURE__*/React.createElement("span", {
21511
21671
  role: "img",
21512
21672
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21513
21673
  }, /*#__PURE__*/React.createElement("style", {
21514
- children: loadingCircleStyle$5Q
21674
+ children: loadingCircleStyle$5T
21515
21675
  }), /*#__PURE__*/React.createElement("svg", _extends({
21516
21676
  xmlns: "http://www.w3.org/2000/svg",
21517
21677
  width: size,
@@ -21552,8 +21712,8 @@ UTagSm.defaultProps = {
21552
21712
  size: '1em'
21553
21713
  };
21554
21714
 
21555
- var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21556
- var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21715
+ var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21716
+ var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21557
21717
  var AllGroupSm = function AllGroupSm(props) {
21558
21718
  var color = props.color,
21559
21719
  size = props.size,
@@ -21562,12 +21722,12 @@ var AllGroupSm = function AllGroupSm(props) {
21562
21722
  className = props.className,
21563
21723
  iconClassName = props.iconClassName,
21564
21724
  testid = props.testid,
21565
- otherProps = _objectWithoutProperties(props, _excluded$5R);
21725
+ otherProps = _objectWithoutProperties(props, _excluded$5U);
21566
21726
  return /*#__PURE__*/React.createElement("span", {
21567
21727
  role: "img",
21568
21728
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21569
21729
  }, /*#__PURE__*/React.createElement("style", {
21570
- children: loadingCircleStyle$5R
21730
+ children: loadingCircleStyle$5U
21571
21731
  }), /*#__PURE__*/React.createElement("svg", _extends({
21572
21732
  xmlns: "http://www.w3.org/2000/svg",
21573
21733
  width: size,
@@ -21610,8 +21770,8 @@ AllGroupSm.defaultProps = {
21610
21770
  size: '1em'
21611
21771
  };
21612
21772
 
21613
- var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21614
- var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21773
+ var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21774
+ var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21615
21775
  var CalendarSm = function CalendarSm(props) {
21616
21776
  var color = props.color,
21617
21777
  size = props.size,
@@ -21620,12 +21780,12 @@ var CalendarSm = function CalendarSm(props) {
21620
21780
  className = props.className,
21621
21781
  iconClassName = props.iconClassName,
21622
21782
  testid = props.testid,
21623
- otherProps = _objectWithoutProperties(props, _excluded$5S);
21783
+ otherProps = _objectWithoutProperties(props, _excluded$5V);
21624
21784
  return /*#__PURE__*/React.createElement("span", {
21625
21785
  role: "img",
21626
21786
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21627
21787
  }, /*#__PURE__*/React.createElement("style", {
21628
- children: loadingCircleStyle$5S
21788
+ children: loadingCircleStyle$5V
21629
21789
  }), /*#__PURE__*/React.createElement("svg", _extends({
21630
21790
  xmlns: "http://www.w3.org/2000/svg",
21631
21791
  width: size,
@@ -21662,8 +21822,8 @@ CalendarSm.defaultProps = {
21662
21822
  size: '1em'
21663
21823
  };
21664
21824
 
21665
- var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21666
- var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21825
+ var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21826
+ var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21667
21827
  var GroupAddSm = function GroupAddSm(props) {
21668
21828
  var color = props.color,
21669
21829
  size = props.size,
@@ -21672,12 +21832,12 @@ var GroupAddSm = function GroupAddSm(props) {
21672
21832
  className = props.className,
21673
21833
  iconClassName = props.iconClassName,
21674
21834
  testid = props.testid,
21675
- otherProps = _objectWithoutProperties(props, _excluded$5T);
21835
+ otherProps = _objectWithoutProperties(props, _excluded$5W);
21676
21836
  return /*#__PURE__*/React.createElement("span", {
21677
21837
  role: "img",
21678
21838
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21679
21839
  }, /*#__PURE__*/React.createElement("style", {
21680
- children: loadingCircleStyle$5T
21840
+ children: loadingCircleStyle$5W
21681
21841
  }), /*#__PURE__*/React.createElement("svg", _extends({
21682
21842
  xmlns: "http://www.w3.org/2000/svg",
21683
21843
  width: size,
@@ -21720,8 +21880,8 @@ GroupAddSm.defaultProps = {
21720
21880
  size: '1em'
21721
21881
  };
21722
21882
 
21723
- var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21724
- var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21883
+ var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21884
+ var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21725
21885
  var BooleanSm = function BooleanSm(props) {
21726
21886
  var color = props.color,
21727
21887
  size = props.size,
@@ -21730,12 +21890,12 @@ var BooleanSm = function BooleanSm(props) {
21730
21890
  className = props.className,
21731
21891
  iconClassName = props.iconClassName,
21732
21892
  testid = props.testid,
21733
- otherProps = _objectWithoutProperties(props, _excluded$5U);
21893
+ otherProps = _objectWithoutProperties(props, _excluded$5X);
21734
21894
  return /*#__PURE__*/React.createElement("span", {
21735
21895
  role: "img",
21736
21896
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21737
21897
  }, /*#__PURE__*/React.createElement("style", {
21738
- children: loadingCircleStyle$5U
21898
+ children: loadingCircleStyle$5X
21739
21899
  }), /*#__PURE__*/React.createElement("svg", _extends({
21740
21900
  xmlns: "http://www.w3.org/2000/svg",
21741
21901
  width: size,
@@ -21774,8 +21934,8 @@ BooleanSm.defaultProps = {
21774
21934
  size: '1em'
21775
21935
  };
21776
21936
 
21777
- var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21778
- var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21937
+ var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21938
+ var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21779
21939
  var ListSm = function ListSm(props) {
21780
21940
  var color = props.color,
21781
21941
  size = props.size,
@@ -21784,12 +21944,12 @@ var ListSm = function ListSm(props) {
21784
21944
  className = props.className,
21785
21945
  iconClassName = props.iconClassName,
21786
21946
  testid = props.testid,
21787
- otherProps = _objectWithoutProperties(props, _excluded$5V);
21947
+ otherProps = _objectWithoutProperties(props, _excluded$5Y);
21788
21948
  return /*#__PURE__*/React.createElement("span", {
21789
21949
  role: "img",
21790
21950
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21791
21951
  }, /*#__PURE__*/React.createElement("style", {
21792
- children: loadingCircleStyle$5V
21952
+ children: loadingCircleStyle$5Y
21793
21953
  }), /*#__PURE__*/React.createElement("svg", _extends({
21794
21954
  xmlns: "http://www.w3.org/2000/svg",
21795
21955
  width: size,
@@ -21836,8 +21996,8 @@ ListSm.defaultProps = {
21836
21996
  size: '1em'
21837
21997
  };
21838
21998
 
21839
- var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21840
- var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21999
+ var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22000
+ var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21841
22001
  var ArrayRowsSm = function ArrayRowsSm(props) {
21842
22002
  var color = props.color,
21843
22003
  size = props.size,
@@ -21846,12 +22006,12 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
21846
22006
  className = props.className,
21847
22007
  iconClassName = props.iconClassName,
21848
22008
  testid = props.testid,
21849
- otherProps = _objectWithoutProperties(props, _excluded$5W);
22009
+ otherProps = _objectWithoutProperties(props, _excluded$5Z);
21850
22010
  return /*#__PURE__*/React.createElement("span", {
21851
22011
  role: "img",
21852
22012
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21853
22013
  }, /*#__PURE__*/React.createElement("style", {
21854
- children: loadingCircleStyle$5W
22014
+ children: loadingCircleStyle$5Z
21855
22015
  }), /*#__PURE__*/React.createElement("svg", _extends({
21856
22016
  xmlns: "http://www.w3.org/2000/svg",
21857
22017
  width: size,
@@ -21890,8 +22050,8 @@ ArrayRowsSm.defaultProps = {
21890
22050
  size: '1em'
21891
22051
  };
21892
22052
 
21893
- var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21894
- var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22053
+ var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22054
+ var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21895
22055
  var RowsSm = function RowsSm(props) {
21896
22056
  var color = props.color,
21897
22057
  size = props.size,
@@ -21900,12 +22060,12 @@ var RowsSm = function RowsSm(props) {
21900
22060
  className = props.className,
21901
22061
  iconClassName = props.iconClassName,
21902
22062
  testid = props.testid,
21903
- otherProps = _objectWithoutProperties(props, _excluded$5X);
22063
+ otherProps = _objectWithoutProperties(props, _excluded$5_);
21904
22064
  return /*#__PURE__*/React.createElement("span", {
21905
22065
  role: "img",
21906
22066
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21907
22067
  }, /*#__PURE__*/React.createElement("style", {
21908
- children: loadingCircleStyle$5X
22068
+ children: loadingCircleStyle$5_
21909
22069
  }), /*#__PURE__*/React.createElement("svg", _extends({
21910
22070
  xmlns: "http://www.w3.org/2000/svg",
21911
22071
  width: size,
@@ -21952,8 +22112,8 @@ RowsSm.defaultProps = {
21952
22112
  size: '1em'
21953
22113
  };
21954
22114
 
21955
- var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21956
- var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22115
+ var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22116
+ var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21957
22117
  var VPropertySm = function VPropertySm(props) {
21958
22118
  var color = props.color,
21959
22119
  size = props.size,
@@ -21962,12 +22122,12 @@ var VPropertySm = function VPropertySm(props) {
21962
22122
  className = props.className,
21963
22123
  iconClassName = props.iconClassName,
21964
22124
  testid = props.testid,
21965
- otherProps = _objectWithoutProperties(props, _excluded$5Y);
22125
+ otherProps = _objectWithoutProperties(props, _excluded$5$);
21966
22126
  return /*#__PURE__*/React.createElement("span", {
21967
22127
  role: "img",
21968
22128
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21969
22129
  }, /*#__PURE__*/React.createElement("style", {
21970
- children: loadingCircleStyle$5Y
22130
+ children: loadingCircleStyle$5$
21971
22131
  }), /*#__PURE__*/React.createElement("svg", _extends({
21972
22132
  xmlns: "http://www.w3.org/2000/svg",
21973
22133
  width: size,
@@ -22010,8 +22170,8 @@ VPropertySm.defaultProps = {
22010
22170
  size: '1em'
22011
22171
  };
22012
22172
 
22013
- var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22014
- var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22173
+ var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22174
+ var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22015
22175
  var StringSm = function StringSm(props) {
22016
22176
  var color = props.color,
22017
22177
  size = props.size,
@@ -22020,12 +22180,12 @@ var StringSm = function StringSm(props) {
22020
22180
  className = props.className,
22021
22181
  iconClassName = props.iconClassName,
22022
22182
  testid = props.testid,
22023
- otherProps = _objectWithoutProperties(props, _excluded$5Z);
22183
+ otherProps = _objectWithoutProperties(props, _excluded$60);
22024
22184
  return /*#__PURE__*/React.createElement("span", {
22025
22185
  role: "img",
22026
22186
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22027
22187
  }, /*#__PURE__*/React.createElement("style", {
22028
- children: loadingCircleStyle$5Z
22188
+ children: loadingCircleStyle$60
22029
22189
  }), /*#__PURE__*/React.createElement("svg", _extends({
22030
22190
  xmlns: "http://www.w3.org/2000/svg",
22031
22191
  width: size,
@@ -22064,8 +22224,8 @@ StringSm.defaultProps = {
22064
22224
  size: '1em'
22065
22225
  };
22066
22226
 
22067
- var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22068
- var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22227
+ var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22228
+ var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22069
22229
  var NumSm = function NumSm(props) {
22070
22230
  var color = props.color,
22071
22231
  size = props.size,
@@ -22074,12 +22234,12 @@ var NumSm = function NumSm(props) {
22074
22234
  className = props.className,
22075
22235
  iconClassName = props.iconClassName,
22076
22236
  testid = props.testid,
22077
- otherProps = _objectWithoutProperties(props, _excluded$5_);
22237
+ otherProps = _objectWithoutProperties(props, _excluded$61);
22078
22238
  return /*#__PURE__*/React.createElement("span", {
22079
22239
  role: "img",
22080
22240
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22081
22241
  }, /*#__PURE__*/React.createElement("style", {
22082
- children: loadingCircleStyle$5_
22242
+ children: loadingCircleStyle$61
22083
22243
  }), /*#__PURE__*/React.createElement("svg", _extends({
22084
22244
  xmlns: "http://www.w3.org/2000/svg",
22085
22245
  width: size,
@@ -22118,8 +22278,8 @@ NumSm.defaultProps = {
22118
22278
  size: '1em'
22119
22279
  };
22120
22280
 
22121
- var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22122
- var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22281
+ var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22282
+ var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22123
22283
  var TimeSm = function TimeSm(props) {
22124
22284
  var color = props.color,
22125
22285
  size = props.size,
@@ -22128,12 +22288,12 @@ var TimeSm = function TimeSm(props) {
22128
22288
  className = props.className,
22129
22289
  iconClassName = props.iconClassName,
22130
22290
  testid = props.testid,
22131
- otherProps = _objectWithoutProperties(props, _excluded$5$);
22291
+ otherProps = _objectWithoutProperties(props, _excluded$62);
22132
22292
  return /*#__PURE__*/React.createElement("span", {
22133
22293
  role: "img",
22134
22294
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22135
22295
  }, /*#__PURE__*/React.createElement("style", {
22136
- children: loadingCircleStyle$5$
22296
+ children: loadingCircleStyle$62
22137
22297
  }), /*#__PURE__*/React.createElement("svg", _extends({
22138
22298
  xmlns: "http://www.w3.org/2000/svg",
22139
22299
  width: size,
@@ -22172,8 +22332,8 @@ TimeSm.defaultProps = {
22172
22332
  size: '1em'
22173
22333
  };
22174
22334
 
22175
- var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22176
- var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22335
+ var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22336
+ var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22177
22337
  var ArrowLeft = function ArrowLeft(props) {
22178
22338
  var color = props.color,
22179
22339
  size = props.size,
@@ -22182,12 +22342,12 @@ var ArrowLeft = function ArrowLeft(props) {
22182
22342
  className = props.className,
22183
22343
  iconClassName = props.iconClassName,
22184
22344
  testid = props.testid,
22185
- otherProps = _objectWithoutProperties(props, _excluded$60);
22345
+ otherProps = _objectWithoutProperties(props, _excluded$63);
22186
22346
  return /*#__PURE__*/React.createElement("span", {
22187
22347
  role: "img",
22188
22348
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22189
22349
  }, /*#__PURE__*/React.createElement("style", {
22190
- children: loadingCircleStyle$60
22350
+ children: loadingCircleStyle$63
22191
22351
  }), /*#__PURE__*/React.createElement("svg", _extends({
22192
22352
  xmlns: "http://www.w3.org/2000/svg",
22193
22353
  width: size,
@@ -22224,8 +22384,8 @@ ArrowLeft.defaultProps = {
22224
22384
  size: '1em'
22225
22385
  };
22226
22386
 
22227
- var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22228
- var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22387
+ var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22388
+ var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22229
22389
  var ArrowRight = function ArrowRight(props) {
22230
22390
  var color = props.color,
22231
22391
  size = props.size,
@@ -22234,12 +22394,12 @@ var ArrowRight = function ArrowRight(props) {
22234
22394
  className = props.className,
22235
22395
  iconClassName = props.iconClassName,
22236
22396
  testid = props.testid,
22237
- otherProps = _objectWithoutProperties(props, _excluded$61);
22397
+ otherProps = _objectWithoutProperties(props, _excluded$64);
22238
22398
  return /*#__PURE__*/React.createElement("span", {
22239
22399
  role: "img",
22240
22400
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22241
22401
  }, /*#__PURE__*/React.createElement("style", {
22242
- children: loadingCircleStyle$61
22402
+ children: loadingCircleStyle$64
22243
22403
  }), /*#__PURE__*/React.createElement("svg", _extends({
22244
22404
  xmlns: "http://www.w3.org/2000/svg",
22245
22405
  width: size,
@@ -22276,8 +22436,8 @@ ArrowRight.defaultProps = {
22276
22436
  size: '1em'
22277
22437
  };
22278
22438
 
22279
- var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22280
- var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22439
+ var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22440
+ var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22281
22441
  var ArrowUp = function ArrowUp(props) {
22282
22442
  var color = props.color,
22283
22443
  size = props.size,
@@ -22286,12 +22446,12 @@ var ArrowUp = function ArrowUp(props) {
22286
22446
  className = props.className,
22287
22447
  iconClassName = props.iconClassName,
22288
22448
  testid = props.testid,
22289
- otherProps = _objectWithoutProperties(props, _excluded$62);
22449
+ otherProps = _objectWithoutProperties(props, _excluded$65);
22290
22450
  return /*#__PURE__*/React.createElement("span", {
22291
22451
  role: "img",
22292
22452
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22293
22453
  }, /*#__PURE__*/React.createElement("style", {
22294
- children: loadingCircleStyle$62
22454
+ children: loadingCircleStyle$65
22295
22455
  }), /*#__PURE__*/React.createElement("svg", _extends({
22296
22456
  xmlns: "http://www.w3.org/2000/svg",
22297
22457
  width: size,
@@ -22328,8 +22488,8 @@ ArrowUp.defaultProps = {
22328
22488
  size: '1em'
22329
22489
  };
22330
22490
 
22331
- var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22332
- var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22491
+ var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22492
+ var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22333
22493
  var ArrowDown = function ArrowDown(props) {
22334
22494
  var color = props.color,
22335
22495
  size = props.size,
@@ -22338,12 +22498,12 @@ var ArrowDown = function ArrowDown(props) {
22338
22498
  className = props.className,
22339
22499
  iconClassName = props.iconClassName,
22340
22500
  testid = props.testid,
22341
- otherProps = _objectWithoutProperties(props, _excluded$63);
22501
+ otherProps = _objectWithoutProperties(props, _excluded$66);
22342
22502
  return /*#__PURE__*/React.createElement("span", {
22343
22503
  role: "img",
22344
22504
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22345
22505
  }, /*#__PURE__*/React.createElement("style", {
22346
- children: loadingCircleStyle$63
22506
+ children: loadingCircleStyle$66
22347
22507
  }), /*#__PURE__*/React.createElement("svg", _extends({
22348
22508
  xmlns: "http://www.w3.org/2000/svg",
22349
22509
  width: size,
@@ -22380,8 +22540,8 @@ ArrowDown.defaultProps = {
22380
22540
  size: '1em'
22381
22541
  };
22382
22542
 
22383
- var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22384
- var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22543
+ var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22544
+ var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22385
22545
  var ArrowLeft2 = function ArrowLeft2(props) {
22386
22546
  var color = props.color,
22387
22547
  size = props.size,
@@ -22390,12 +22550,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
22390
22550
  className = props.className,
22391
22551
  iconClassName = props.iconClassName,
22392
22552
  testid = props.testid,
22393
- otherProps = _objectWithoutProperties(props, _excluded$64);
22553
+ otherProps = _objectWithoutProperties(props, _excluded$67);
22394
22554
  return /*#__PURE__*/React.createElement("span", {
22395
22555
  role: "img",
22396
22556
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22397
22557
  }, /*#__PURE__*/React.createElement("style", {
22398
- children: loadingCircleStyle$64
22558
+ children: loadingCircleStyle$67
22399
22559
  }), /*#__PURE__*/React.createElement("svg", _extends({
22400
22560
  xmlns: "http://www.w3.org/2000/svg",
22401
22561
  width: size,
@@ -22432,8 +22592,8 @@ ArrowLeft2.defaultProps = {
22432
22592
  size: '1em'
22433
22593
  };
22434
22594
 
22435
- var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22436
- var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22595
+ var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22596
+ var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22437
22597
  var ArrowRight2 = function ArrowRight2(props) {
22438
22598
  var color = props.color,
22439
22599
  size = props.size,
@@ -22442,12 +22602,12 @@ var ArrowRight2 = function ArrowRight2(props) {
22442
22602
  className = props.className,
22443
22603
  iconClassName = props.iconClassName,
22444
22604
  testid = props.testid,
22445
- otherProps = _objectWithoutProperties(props, _excluded$65);
22605
+ otherProps = _objectWithoutProperties(props, _excluded$68);
22446
22606
  return /*#__PURE__*/React.createElement("span", {
22447
22607
  role: "img",
22448
22608
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22449
22609
  }, /*#__PURE__*/React.createElement("style", {
22450
- children: loadingCircleStyle$65
22610
+ children: loadingCircleStyle$68
22451
22611
  }), /*#__PURE__*/React.createElement("svg", _extends({
22452
22612
  xmlns: "http://www.w3.org/2000/svg",
22453
22613
  width: size,
@@ -22484,8 +22644,8 @@ ArrowRight2.defaultProps = {
22484
22644
  size: '1em'
22485
22645
  };
22486
22646
 
22487
- var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22488
- var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22647
+ var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22648
+ var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22489
22649
  var ArrowUp2 = function ArrowUp2(props) {
22490
22650
  var color = props.color,
22491
22651
  size = props.size,
@@ -22494,12 +22654,12 @@ var ArrowUp2 = function ArrowUp2(props) {
22494
22654
  className = props.className,
22495
22655
  iconClassName = props.iconClassName,
22496
22656
  testid = props.testid,
22497
- otherProps = _objectWithoutProperties(props, _excluded$66);
22657
+ otherProps = _objectWithoutProperties(props, _excluded$69);
22498
22658
  return /*#__PURE__*/React.createElement("span", {
22499
22659
  role: "img",
22500
22660
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22501
22661
  }, /*#__PURE__*/React.createElement("style", {
22502
- children: loadingCircleStyle$66
22662
+ children: loadingCircleStyle$69
22503
22663
  }), /*#__PURE__*/React.createElement("svg", _extends({
22504
22664
  xmlns: "http://www.w3.org/2000/svg",
22505
22665
  width: size,
@@ -22536,8 +22696,8 @@ ArrowUp2.defaultProps = {
22536
22696
  size: '1em'
22537
22697
  };
22538
22698
 
22539
- var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22540
- var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22699
+ var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22700
+ var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22541
22701
  var ArrowDown2 = function ArrowDown2(props) {
22542
22702
  var color = props.color,
22543
22703
  size = props.size,
@@ -22546,12 +22706,12 @@ var ArrowDown2 = function ArrowDown2(props) {
22546
22706
  className = props.className,
22547
22707
  iconClassName = props.iconClassName,
22548
22708
  testid = props.testid,
22549
- otherProps = _objectWithoutProperties(props, _excluded$67);
22709
+ otherProps = _objectWithoutProperties(props, _excluded$6a);
22550
22710
  return /*#__PURE__*/React.createElement("span", {
22551
22711
  role: "img",
22552
22712
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22553
22713
  }, /*#__PURE__*/React.createElement("style", {
22554
- children: loadingCircleStyle$67
22714
+ children: loadingCircleStyle$6a
22555
22715
  }), /*#__PURE__*/React.createElement("svg", _extends({
22556
22716
  xmlns: "http://www.w3.org/2000/svg",
22557
22717
  width: size,
@@ -22588,8 +22748,8 @@ ArrowDown2.defaultProps = {
22588
22748
  size: '1em'
22589
22749
  };
22590
22750
 
22591
- var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22592
- var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22751
+ var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22752
+ var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22593
22753
  var TriLeft = function TriLeft(props) {
22594
22754
  var color = props.color,
22595
22755
  size = props.size,
@@ -22598,12 +22758,12 @@ var TriLeft = function TriLeft(props) {
22598
22758
  className = props.className,
22599
22759
  iconClassName = props.iconClassName,
22600
22760
  testid = props.testid,
22601
- otherProps = _objectWithoutProperties(props, _excluded$68);
22761
+ otherProps = _objectWithoutProperties(props, _excluded$6b);
22602
22762
  return /*#__PURE__*/React.createElement("span", {
22603
22763
  role: "img",
22604
22764
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22605
22765
  }, /*#__PURE__*/React.createElement("style", {
22606
- children: loadingCircleStyle$68
22766
+ children: loadingCircleStyle$6b
22607
22767
  }), /*#__PURE__*/React.createElement("svg", _extends({
22608
22768
  xmlns: "http://www.w3.org/2000/svg",
22609
22769
  width: size,
@@ -22640,8 +22800,8 @@ TriLeft.defaultProps = {
22640
22800
  size: '1em'
22641
22801
  };
22642
22802
 
22643
- var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22644
- var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22803
+ var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22804
+ var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22645
22805
  var TriRight = function TriRight(props) {
22646
22806
  var color = props.color,
22647
22807
  size = props.size,
@@ -22650,12 +22810,12 @@ var TriRight = function TriRight(props) {
22650
22810
  className = props.className,
22651
22811
  iconClassName = props.iconClassName,
22652
22812
  testid = props.testid,
22653
- otherProps = _objectWithoutProperties(props, _excluded$69);
22813
+ otherProps = _objectWithoutProperties(props, _excluded$6c);
22654
22814
  return /*#__PURE__*/React.createElement("span", {
22655
22815
  role: "img",
22656
22816
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22657
22817
  }, /*#__PURE__*/React.createElement("style", {
22658
- children: loadingCircleStyle$69
22818
+ children: loadingCircleStyle$6c
22659
22819
  }), /*#__PURE__*/React.createElement("svg", _extends({
22660
22820
  xmlns: "http://www.w3.org/2000/svg",
22661
22821
  width: size,
@@ -22692,8 +22852,8 @@ TriRight.defaultProps = {
22692
22852
  size: '1em'
22693
22853
  };
22694
22854
 
22695
- var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22696
- var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22855
+ var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22856
+ var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22697
22857
  var TriUp = function TriUp(props) {
22698
22858
  var color = props.color,
22699
22859
  size = props.size,
@@ -22702,12 +22862,12 @@ var TriUp = function TriUp(props) {
22702
22862
  className = props.className,
22703
22863
  iconClassName = props.iconClassName,
22704
22864
  testid = props.testid,
22705
- otherProps = _objectWithoutProperties(props, _excluded$6a);
22865
+ otherProps = _objectWithoutProperties(props, _excluded$6d);
22706
22866
  return /*#__PURE__*/React.createElement("span", {
22707
22867
  role: "img",
22708
22868
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22709
22869
  }, /*#__PURE__*/React.createElement("style", {
22710
- children: loadingCircleStyle$6a
22870
+ children: loadingCircleStyle$6d
22711
22871
  }), /*#__PURE__*/React.createElement("svg", _extends({
22712
22872
  xmlns: "http://www.w3.org/2000/svg",
22713
22873
  width: size,
@@ -22744,8 +22904,8 @@ TriUp.defaultProps = {
22744
22904
  size: '1em'
22745
22905
  };
22746
22906
 
22747
- var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22748
- var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22907
+ var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22908
+ var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22749
22909
  var TriDown = function TriDown(props) {
22750
22910
  var color = props.color,
22751
22911
  size = props.size,
@@ -22754,12 +22914,12 @@ var TriDown = function TriDown(props) {
22754
22914
  className = props.className,
22755
22915
  iconClassName = props.iconClassName,
22756
22916
  testid = props.testid,
22757
- otherProps = _objectWithoutProperties(props, _excluded$6b);
22917
+ otherProps = _objectWithoutProperties(props, _excluded$6e);
22758
22918
  return /*#__PURE__*/React.createElement("span", {
22759
22919
  role: "img",
22760
22920
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22761
22921
  }, /*#__PURE__*/React.createElement("style", {
22762
- children: loadingCircleStyle$6b
22922
+ children: loadingCircleStyle$6e
22763
22923
  }), /*#__PURE__*/React.createElement("svg", _extends({
22764
22924
  xmlns: "http://www.w3.org/2000/svg",
22765
22925
  width: size,
@@ -22796,8 +22956,8 @@ TriDown.defaultProps = {
22796
22956
  size: '1em'
22797
22957
  };
22798
22958
 
22799
- var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22800
- var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22959
+ var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22960
+ var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22801
22961
  var DArrowL = function DArrowL(props) {
22802
22962
  var color = props.color,
22803
22963
  size = props.size,
@@ -22806,12 +22966,12 @@ var DArrowL = function DArrowL(props) {
22806
22966
  className = props.className,
22807
22967
  iconClassName = props.iconClassName,
22808
22968
  testid = props.testid,
22809
- otherProps = _objectWithoutProperties(props, _excluded$6c);
22969
+ otherProps = _objectWithoutProperties(props, _excluded$6f);
22810
22970
  return /*#__PURE__*/React.createElement("span", {
22811
22971
  role: "img",
22812
22972
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22813
22973
  }, /*#__PURE__*/React.createElement("style", {
22814
- children: loadingCircleStyle$6c
22974
+ children: loadingCircleStyle$6f
22815
22975
  }), /*#__PURE__*/React.createElement("svg", _extends({
22816
22976
  xmlns: "http://www.w3.org/2000/svg",
22817
22977
  width: size,
@@ -22850,8 +23010,8 @@ DArrowL.defaultProps = {
22850
23010
  size: '1em'
22851
23011
  };
22852
23012
 
22853
- var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22854
- var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23013
+ var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23014
+ var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22855
23015
  var DArrowR = function DArrowR(props) {
22856
23016
  var color = props.color,
22857
23017
  size = props.size,
@@ -22860,12 +23020,12 @@ var DArrowR = function DArrowR(props) {
22860
23020
  className = props.className,
22861
23021
  iconClassName = props.iconClassName,
22862
23022
  testid = props.testid,
22863
- otherProps = _objectWithoutProperties(props, _excluded$6d);
23023
+ otherProps = _objectWithoutProperties(props, _excluded$6g);
22864
23024
  return /*#__PURE__*/React.createElement("span", {
22865
23025
  role: "img",
22866
23026
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22867
23027
  }, /*#__PURE__*/React.createElement("style", {
22868
- children: loadingCircleStyle$6d
23028
+ children: loadingCircleStyle$6g
22869
23029
  }), /*#__PURE__*/React.createElement("svg", _extends({
22870
23030
  xmlns: "http://www.w3.org/2000/svg",
22871
23031
  width: size,
@@ -22904,8 +23064,8 @@ DArrowR.defaultProps = {
22904
23064
  size: '1em'
22905
23065
  };
22906
23066
 
22907
- var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22908
- var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23067
+ var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23068
+ var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22909
23069
  var DArrowT = function DArrowT(props) {
22910
23070
  var color = props.color,
22911
23071
  size = props.size,
@@ -22914,12 +23074,12 @@ var DArrowT = function DArrowT(props) {
22914
23074
  className = props.className,
22915
23075
  iconClassName = props.iconClassName,
22916
23076
  testid = props.testid,
22917
- otherProps = _objectWithoutProperties(props, _excluded$6e);
23077
+ otherProps = _objectWithoutProperties(props, _excluded$6h);
22918
23078
  return /*#__PURE__*/React.createElement("span", {
22919
23079
  role: "img",
22920
23080
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22921
23081
  }, /*#__PURE__*/React.createElement("style", {
22922
- children: loadingCircleStyle$6e
23082
+ children: loadingCircleStyle$6h
22923
23083
  }), /*#__PURE__*/React.createElement("svg", _extends({
22924
23084
  xmlns: "http://www.w3.org/2000/svg",
22925
23085
  width: size,
@@ -22958,8 +23118,8 @@ DArrowT.defaultProps = {
22958
23118
  size: '1em'
22959
23119
  };
22960
23120
 
22961
- var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22962
- var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23121
+ var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23122
+ var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22963
23123
  var DArrowB = function DArrowB(props) {
22964
23124
  var color = props.color,
22965
23125
  size = props.size,
@@ -22968,12 +23128,12 @@ var DArrowB = function DArrowB(props) {
22968
23128
  className = props.className,
22969
23129
  iconClassName = props.iconClassName,
22970
23130
  testid = props.testid,
22971
- otherProps = _objectWithoutProperties(props, _excluded$6f);
23131
+ otherProps = _objectWithoutProperties(props, _excluded$6i);
22972
23132
  return /*#__PURE__*/React.createElement("span", {
22973
23133
  role: "img",
22974
23134
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22975
23135
  }, /*#__PURE__*/React.createElement("style", {
22976
- children: loadingCircleStyle$6f
23136
+ children: loadingCircleStyle$6i
22977
23137
  }), /*#__PURE__*/React.createElement("svg", _extends({
22978
23138
  xmlns: "http://www.w3.org/2000/svg",
22979
23139
  width: size,
@@ -23012,8 +23172,8 @@ DArrowB.defaultProps = {
23012
23172
  size: '1em'
23013
23173
  };
23014
23174
 
23015
- var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23016
- var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23175
+ var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23176
+ var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23017
23177
  var DropDown = function DropDown(props) {
23018
23178
  var color = props.color,
23019
23179
  size = props.size,
@@ -23022,12 +23182,12 @@ var DropDown = function DropDown(props) {
23022
23182
  className = props.className,
23023
23183
  iconClassName = props.iconClassName,
23024
23184
  testid = props.testid,
23025
- otherProps = _objectWithoutProperties(props, _excluded$6g);
23185
+ otherProps = _objectWithoutProperties(props, _excluded$6j);
23026
23186
  return /*#__PURE__*/React.createElement("span", {
23027
23187
  role: "img",
23028
23188
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23029
23189
  }, /*#__PURE__*/React.createElement("style", {
23030
- children: loadingCircleStyle$6g
23190
+ children: loadingCircleStyle$6j
23031
23191
  }), /*#__PURE__*/React.createElement("svg", _extends({
23032
23192
  xmlns: "http://www.w3.org/2000/svg",
23033
23193
  width: size,
@@ -23064,8 +23224,8 @@ DropDown.defaultProps = {
23064
23224
  size: '1em'
23065
23225
  };
23066
23226
 
23067
- var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23068
- var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23227
+ var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23228
+ var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23069
23229
  var DropUp = function DropUp(props) {
23070
23230
  var color = props.color,
23071
23231
  size = props.size,
@@ -23074,12 +23234,12 @@ var DropUp = function DropUp(props) {
23074
23234
  className = props.className,
23075
23235
  iconClassName = props.iconClassName,
23076
23236
  testid = props.testid,
23077
- otherProps = _objectWithoutProperties(props, _excluded$6h);
23237
+ otherProps = _objectWithoutProperties(props, _excluded$6k);
23078
23238
  return /*#__PURE__*/React.createElement("span", {
23079
23239
  role: "img",
23080
23240
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23081
23241
  }, /*#__PURE__*/React.createElement("style", {
23082
- children: loadingCircleStyle$6h
23242
+ children: loadingCircleStyle$6k
23083
23243
  }), /*#__PURE__*/React.createElement("svg", _extends({
23084
23244
  xmlns: "http://www.w3.org/2000/svg",
23085
23245
  width: size,
@@ -23116,8 +23276,8 @@ DropUp.defaultProps = {
23116
23276
  size: '1em'
23117
23277
  };
23118
23278
 
23119
- var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23120
- var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23279
+ var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23280
+ var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23121
23281
  var More1 = function More1(props) {
23122
23282
  var color = props.color,
23123
23283
  size = props.size,
@@ -23126,12 +23286,12 @@ var More1 = function More1(props) {
23126
23286
  className = props.className,
23127
23287
  iconClassName = props.iconClassName,
23128
23288
  testid = props.testid,
23129
- otherProps = _objectWithoutProperties(props, _excluded$6i);
23289
+ otherProps = _objectWithoutProperties(props, _excluded$6l);
23130
23290
  return /*#__PURE__*/React.createElement("span", {
23131
23291
  role: "img",
23132
23292
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23133
23293
  }, /*#__PURE__*/React.createElement("style", {
23134
- children: loadingCircleStyle$6i
23294
+ children: loadingCircleStyle$6l
23135
23295
  }), /*#__PURE__*/React.createElement("svg", _extends({
23136
23296
  xmlns: "http://www.w3.org/2000/svg",
23137
23297
  width: size,
@@ -23168,8 +23328,8 @@ More1.defaultProps = {
23168
23328
  size: '1em'
23169
23329
  };
23170
23330
 
23171
- var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23172
- var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23331
+ var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23332
+ var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23173
23333
  var More2 = function More2(props) {
23174
23334
  var color = props.color,
23175
23335
  size = props.size,
@@ -23178,12 +23338,12 @@ var More2 = function More2(props) {
23178
23338
  className = props.className,
23179
23339
  iconClassName = props.iconClassName,
23180
23340
  testid = props.testid,
23181
- otherProps = _objectWithoutProperties(props, _excluded$6j);
23341
+ otherProps = _objectWithoutProperties(props, _excluded$6m);
23182
23342
  return /*#__PURE__*/React.createElement("span", {
23183
23343
  role: "img",
23184
23344
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23185
23345
  }, /*#__PURE__*/React.createElement("style", {
23186
- children: loadingCircleStyle$6j
23346
+ children: loadingCircleStyle$6m
23187
23347
  }), /*#__PURE__*/React.createElement("svg", _extends({
23188
23348
  xmlns: "http://www.w3.org/2000/svg",
23189
23349
  width: size,
@@ -23220,8 +23380,8 @@ More2.defaultProps = {
23220
23380
  size: '1em'
23221
23381
  };
23222
23382
 
23223
- var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23224
- var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23383
+ var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23384
+ var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23225
23385
  var Drag = function Drag(props) {
23226
23386
  var color = props.color,
23227
23387
  size = props.size,
@@ -23230,12 +23390,12 @@ var Drag = function Drag(props) {
23230
23390
  className = props.className,
23231
23391
  iconClassName = props.iconClassName,
23232
23392
  testid = props.testid,
23233
- otherProps = _objectWithoutProperties(props, _excluded$6k);
23393
+ otherProps = _objectWithoutProperties(props, _excluded$6n);
23234
23394
  return /*#__PURE__*/React.createElement("span", {
23235
23395
  role: "img",
23236
23396
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23237
23397
  }, /*#__PURE__*/React.createElement("style", {
23238
- children: loadingCircleStyle$6k
23398
+ children: loadingCircleStyle$6n
23239
23399
  }), /*#__PURE__*/React.createElement("svg", _extends({
23240
23400
  xmlns: "http://www.w3.org/2000/svg",
23241
23401
  width: size,
@@ -23282,8 +23442,8 @@ Drag.defaultProps = {
23282
23442
  size: '1em'
23283
23443
  };
23284
23444
 
23285
- var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23286
- var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23445
+ var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23446
+ var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23287
23447
  var Grid = function Grid(props) {
23288
23448
  var color = props.color,
23289
23449
  size = props.size,
@@ -23292,12 +23452,12 @@ var Grid = function Grid(props) {
23292
23452
  className = props.className,
23293
23453
  iconClassName = props.iconClassName,
23294
23454
  testid = props.testid,
23295
- otherProps = _objectWithoutProperties(props, _excluded$6l);
23455
+ otherProps = _objectWithoutProperties(props, _excluded$6o);
23296
23456
  return /*#__PURE__*/React.createElement("span", {
23297
23457
  role: "img",
23298
23458
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23299
23459
  }, /*#__PURE__*/React.createElement("style", {
23300
- children: loadingCircleStyle$6l
23460
+ children: loadingCircleStyle$6o
23301
23461
  }), /*#__PURE__*/React.createElement("svg", _extends({
23302
23462
  xmlns: "http://www.w3.org/2000/svg",
23303
23463
  width: size,
@@ -23336,8 +23496,8 @@ Grid.defaultProps = {
23336
23496
  size: '1em'
23337
23497
  };
23338
23498
 
23339
- var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23340
- var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23499
+ var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23500
+ var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23341
23501
  var Drag2 = function Drag2(props) {
23342
23502
  var color = props.color,
23343
23503
  size = props.size,
@@ -23346,12 +23506,12 @@ var Drag2 = function Drag2(props) {
23346
23506
  className = props.className,
23347
23507
  iconClassName = props.iconClassName,
23348
23508
  testid = props.testid,
23349
- otherProps = _objectWithoutProperties(props, _excluded$6m);
23509
+ otherProps = _objectWithoutProperties(props, _excluded$6p);
23350
23510
  return /*#__PURE__*/React.createElement("span", {
23351
23511
  role: "img",
23352
23512
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23353
23513
  }, /*#__PURE__*/React.createElement("style", {
23354
- children: loadingCircleStyle$6m
23514
+ children: loadingCircleStyle$6p
23355
23515
  }), /*#__PURE__*/React.createElement("svg", _extends({
23356
23516
  xmlns: "http://www.w3.org/2000/svg",
23357
23517
  width: size,
@@ -23392,8 +23552,8 @@ Drag2.defaultProps = {
23392
23552
  size: '1em'
23393
23553
  };
23394
23554
 
23395
- var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23396
- var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23555
+ var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23556
+ var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23397
23557
  var External = function External(props) {
23398
23558
  var color = props.color,
23399
23559
  size = props.size,
@@ -23402,12 +23562,12 @@ var External = function External(props) {
23402
23562
  className = props.className,
23403
23563
  iconClassName = props.iconClassName,
23404
23564
  testid = props.testid,
23405
- otherProps = _objectWithoutProperties(props, _excluded$6n);
23565
+ otherProps = _objectWithoutProperties(props, _excluded$6q);
23406
23566
  return /*#__PURE__*/React.createElement("span", {
23407
23567
  role: "img",
23408
23568
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23409
23569
  }, /*#__PURE__*/React.createElement("style", {
23410
- children: loadingCircleStyle$6n
23570
+ children: loadingCircleStyle$6q
23411
23571
  }), /*#__PURE__*/React.createElement("svg", _extends({
23412
23572
  xmlns: "http://www.w3.org/2000/svg",
23413
23573
  width: size,
@@ -23444,8 +23604,8 @@ External.defaultProps = {
23444
23604
  size: '1em'
23445
23605
  };
23446
23606
 
23447
- var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23448
- var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23607
+ var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23608
+ var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23449
23609
  var DisplayS = function DisplayS(props) {
23450
23610
  var color = props.color,
23451
23611
  size = props.size,
@@ -23454,12 +23614,12 @@ var DisplayS = function DisplayS(props) {
23454
23614
  className = props.className,
23455
23615
  iconClassName = props.iconClassName,
23456
23616
  testid = props.testid,
23457
- otherProps = _objectWithoutProperties(props, _excluded$6o);
23617
+ otherProps = _objectWithoutProperties(props, _excluded$6r);
23458
23618
  return /*#__PURE__*/React.createElement("span", {
23459
23619
  role: "img",
23460
23620
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23461
23621
  }, /*#__PURE__*/React.createElement("style", {
23462
- children: loadingCircleStyle$6o
23622
+ children: loadingCircleStyle$6r
23463
23623
  }), /*#__PURE__*/React.createElement("svg", _extends({
23464
23624
  xmlns: "http://www.w3.org/2000/svg",
23465
23625
  width: size,
@@ -23498,8 +23658,8 @@ DisplayS.defaultProps = {
23498
23658
  size: '1em'
23499
23659
  };
23500
23660
 
23501
- var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23502
- var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23661
+ var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23662
+ var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23503
23663
  var Share = function Share(props) {
23504
23664
  var color = props.color,
23505
23665
  size = props.size,
@@ -23508,12 +23668,12 @@ var Share = function Share(props) {
23508
23668
  className = props.className,
23509
23669
  iconClassName = props.iconClassName,
23510
23670
  testid = props.testid,
23511
- otherProps = _objectWithoutProperties(props, _excluded$6p);
23671
+ otherProps = _objectWithoutProperties(props, _excluded$6s);
23512
23672
  return /*#__PURE__*/React.createElement("span", {
23513
23673
  role: "img",
23514
23674
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23515
23675
  }, /*#__PURE__*/React.createElement("style", {
23516
- children: loadingCircleStyle$6p
23676
+ children: loadingCircleStyle$6s
23517
23677
  }), /*#__PURE__*/React.createElement("svg", _extends({
23518
23678
  xmlns: "http://www.w3.org/2000/svg",
23519
23679
  width: size,
@@ -23550,8 +23710,8 @@ Share.defaultProps = {
23550
23710
  size: '1em'
23551
23711
  };
23552
23712
 
23553
- var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23554
- var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23713
+ var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23714
+ var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23555
23715
  var AvatarGroupCl = function AvatarGroupCl(props) {
23556
23716
  var color = props.color,
23557
23717
  size = props.size,
@@ -23560,12 +23720,12 @@ var AvatarGroupCl = function AvatarGroupCl(props) {
23560
23720
  className = props.className,
23561
23721
  iconClassName = props.iconClassName,
23562
23722
  testid = props.testid,
23563
- otherProps = _objectWithoutProperties(props, _excluded$6q);
23723
+ otherProps = _objectWithoutProperties(props, _excluded$6t);
23564
23724
  return /*#__PURE__*/React.createElement("span", {
23565
23725
  role: "img",
23566
23726
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23567
23727
  }, /*#__PURE__*/React.createElement("style", {
23568
- children: loadingCircleStyle$6q
23728
+ children: loadingCircleStyle$6t
23569
23729
  }), /*#__PURE__*/React.createElement("svg", _extends({
23570
23730
  xmlns: "http://www.w3.org/2000/svg",
23571
23731
  width: size,
@@ -23618,8 +23778,8 @@ AvatarGroupCl.defaultProps = {
23618
23778
  size: '1em'
23619
23779
  };
23620
23780
 
23621
- var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23622
- var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23781
+ var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23782
+ var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23623
23783
  var AvatarProjectCl = function AvatarProjectCl(props) {
23624
23784
  var color = props.color,
23625
23785
  size = props.size,
@@ -23628,12 +23788,12 @@ var AvatarProjectCl = function AvatarProjectCl(props) {
23628
23788
  className = props.className,
23629
23789
  iconClassName = props.iconClassName,
23630
23790
  testid = props.testid,
23631
- otherProps = _objectWithoutProperties(props, _excluded$6r);
23791
+ otherProps = _objectWithoutProperties(props, _excluded$6u);
23632
23792
  return /*#__PURE__*/React.createElement("span", {
23633
23793
  role: "img",
23634
23794
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23635
23795
  }, /*#__PURE__*/React.createElement("style", {
23636
- children: loadingCircleStyle$6r
23796
+ children: loadingCircleStyle$6u
23637
23797
  }), /*#__PURE__*/React.createElement("svg", _extends({
23638
23798
  xmlns: "http://www.w3.org/2000/svg",
23639
23799
  width: size,
@@ -23973,6 +24133,8 @@ exports.TaPassword = Password;
23973
24133
  exports.TaPattern = Pattern;
23974
24134
  exports.TaPause2 = Pause2;
23975
24135
  exports.TaPauseCircle = PauseCircle;
24136
+ exports.TaPin = Pin;
24137
+ exports.TaPinUnsave = PinUnsave;
23976
24138
  exports.TaPinch = Pinch;
23977
24139
  exports.TaPlay = Play;
23978
24140
  exports.TaPlayCircle = PlayCircle;
@@ -24072,6 +24234,7 @@ exports.TaUTagCl = UTagCl;
24072
24234
  exports.TaUTagSm = UTagSm;
24073
24235
  exports.TaUndo = Undo;
24074
24236
  exports.TaUnlink = Unlink;
24237
+ exports.TaUnsave = Unsave;
24075
24238
  exports.TaUpdate = Update;
24076
24239
  exports.TaUpdateData = UpdateData;
24077
24240
  exports.TaUpload = Upload;