@tant/icons 1.18.23 → 1.18.24
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.
- package/dist/es/icons/pin-2-fill.js +63 -0
- package/dist/es/icons/pin-2.js +70 -0
- package/dist/es/index.js +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/lib/icons/pin-2-fill.js +70 -0
- package/dist/lib/icons/pin-2.js +77 -0
- package/dist/lib/index.js +14 -0
- package/dist/tant-icons.cjs.js +422 -309
- package/dist/tant-icons.esm.js +421 -310
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -23489,7 +23489,7 @@ OfflineSync.defaultProps = {
|
|
|
23489
23489
|
|
|
23490
23490
|
var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23491
23491
|
var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23492
|
-
var
|
|
23492
|
+
var Pin2 = function Pin2(props) {
|
|
23493
23493
|
var color = props.color,
|
|
23494
23494
|
size = props.size,
|
|
23495
23495
|
spin = props.spin,
|
|
@@ -23522,6 +23522,117 @@ var Info = function Info(props) {
|
|
|
23522
23522
|
width: "24",
|
|
23523
23523
|
height: "24",
|
|
23524
23524
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23525
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
23526
|
+
clipPath: "url(#clip0_9610_29)"
|
|
23527
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23528
|
+
d: "M23.314 10.171l-1.415 1.415-.707-.707-4.242 4.242-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.242 1.414-1.415L9.88 8.05l4.242-4.242-.707-.708 1.414-1.414 8.486 8.486zm-7.778-4.95l-4.671 4.672-2.822.564 6.5 6.5.564-2.822 4.671-4.67-4.242-4.243z"
|
|
23529
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
23530
|
+
id: "clip0_9610_29"
|
|
23531
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
23532
|
+
width: "24",
|
|
23533
|
+
height: "24"
|
|
23534
|
+
}))))));
|
|
23535
|
+
};
|
|
23536
|
+
Pin2.propTypes = {
|
|
23537
|
+
iconClassName: PropTypes.string,
|
|
23538
|
+
spin: PropTypes.bool,
|
|
23539
|
+
color: PropTypes.string,
|
|
23540
|
+
testid: PropTypes.string,
|
|
23541
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23542
|
+
};
|
|
23543
|
+
Pin2.defaultProps = {
|
|
23544
|
+
spin: false,
|
|
23545
|
+
color: 'currentColor',
|
|
23546
|
+
size: '1em'
|
|
23547
|
+
};
|
|
23548
|
+
|
|
23549
|
+
var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23550
|
+
var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23551
|
+
var Pin2Fill = function Pin2Fill(props) {
|
|
23552
|
+
var color = props.color,
|
|
23553
|
+
size = props.size,
|
|
23554
|
+
spin = props.spin,
|
|
23555
|
+
style = props.style,
|
|
23556
|
+
className = props.className,
|
|
23557
|
+
iconClassName = props.iconClassName,
|
|
23558
|
+
testid = props.testid,
|
|
23559
|
+
otherProps = _objectWithoutProperties(props, _excluded$6l);
|
|
23560
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23561
|
+
role: "img",
|
|
23562
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23563
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
23564
|
+
children: loadingCircleStyle$6l
|
|
23565
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23566
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23567
|
+
width: size,
|
|
23568
|
+
height: size,
|
|
23569
|
+
viewBox: "0 0 24 24",
|
|
23570
|
+
fill: color
|
|
23571
|
+
}, otherProps, {
|
|
23572
|
+
className: iconClassName,
|
|
23573
|
+
"data-testid": testid,
|
|
23574
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
23575
|
+
animationDuration: '1s',
|
|
23576
|
+
animationIterationCount: 'infinite',
|
|
23577
|
+
animationName: 'loadingCircle',
|
|
23578
|
+
animationTimingFunction: 'linear'
|
|
23579
|
+
} : {})
|
|
23580
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
23581
|
+
width: "24",
|
|
23582
|
+
height: "24",
|
|
23583
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23584
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23585
|
+
d: "M18 5V3H6v2h1v6l-2 3v2h6v7h2v-7h6v-2l-2-3V5h1z"
|
|
23586
|
+
}))));
|
|
23587
|
+
};
|
|
23588
|
+
Pin2Fill.propTypes = {
|
|
23589
|
+
iconClassName: PropTypes.string,
|
|
23590
|
+
spin: PropTypes.bool,
|
|
23591
|
+
color: PropTypes.string,
|
|
23592
|
+
testid: PropTypes.string,
|
|
23593
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23594
|
+
};
|
|
23595
|
+
Pin2Fill.defaultProps = {
|
|
23596
|
+
spin: false,
|
|
23597
|
+
color: 'currentColor',
|
|
23598
|
+
size: '1em'
|
|
23599
|
+
};
|
|
23600
|
+
|
|
23601
|
+
var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23602
|
+
var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23603
|
+
var Info = function Info(props) {
|
|
23604
|
+
var color = props.color,
|
|
23605
|
+
size = props.size,
|
|
23606
|
+
spin = props.spin,
|
|
23607
|
+
style = props.style,
|
|
23608
|
+
className = props.className,
|
|
23609
|
+
iconClassName = props.iconClassName,
|
|
23610
|
+
testid = props.testid,
|
|
23611
|
+
otherProps = _objectWithoutProperties(props, _excluded$6m);
|
|
23612
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23613
|
+
role: "img",
|
|
23614
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23615
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
23616
|
+
children: loadingCircleStyle$6m
|
|
23617
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23618
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23619
|
+
width: size,
|
|
23620
|
+
height: size,
|
|
23621
|
+
viewBox: "0 0 24 24",
|
|
23622
|
+
fill: color
|
|
23623
|
+
}, otherProps, {
|
|
23624
|
+
className: iconClassName,
|
|
23625
|
+
"data-testid": testid,
|
|
23626
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
23627
|
+
animationDuration: '1s',
|
|
23628
|
+
animationIterationCount: 'infinite',
|
|
23629
|
+
animationName: 'loadingCircle',
|
|
23630
|
+
animationTimingFunction: 'linear'
|
|
23631
|
+
} : {})
|
|
23632
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
23633
|
+
width: "24",
|
|
23634
|
+
height: "24",
|
|
23635
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23525
23636
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23526
23637
|
d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
|
|
23527
23638
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -23543,8 +23654,8 @@ Info.defaultProps = {
|
|
|
23543
23654
|
size: '1em'
|
|
23544
23655
|
};
|
|
23545
23656
|
|
|
23546
|
-
var _excluded$
|
|
23547
|
-
var loadingCircleStyle$
|
|
23657
|
+
var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23658
|
+
var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23548
23659
|
var InfoFill = function InfoFill(props) {
|
|
23549
23660
|
var color = props.color,
|
|
23550
23661
|
size = props.size,
|
|
@@ -23553,12 +23664,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
23553
23664
|
className = props.className,
|
|
23554
23665
|
iconClassName = props.iconClassName,
|
|
23555
23666
|
testid = props.testid,
|
|
23556
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23667
|
+
otherProps = _objectWithoutProperties(props, _excluded$6n);
|
|
23557
23668
|
return /*#__PURE__*/React.createElement("span", {
|
|
23558
23669
|
role: "img",
|
|
23559
23670
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23560
23671
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23561
|
-
children: loadingCircleStyle$
|
|
23672
|
+
children: loadingCircleStyle$6n
|
|
23562
23673
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23563
23674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23564
23675
|
width: size,
|
|
@@ -23595,8 +23706,8 @@ InfoFill.defaultProps = {
|
|
|
23595
23706
|
size: '1em'
|
|
23596
23707
|
};
|
|
23597
23708
|
|
|
23598
|
-
var _excluded$
|
|
23599
|
-
var loadingCircleStyle$
|
|
23709
|
+
var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23710
|
+
var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23600
23711
|
var Help = function Help(props) {
|
|
23601
23712
|
var color = props.color,
|
|
23602
23713
|
size = props.size,
|
|
@@ -23605,12 +23716,12 @@ var Help = function Help(props) {
|
|
|
23605
23716
|
className = props.className,
|
|
23606
23717
|
iconClassName = props.iconClassName,
|
|
23607
23718
|
testid = props.testid,
|
|
23608
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23719
|
+
otherProps = _objectWithoutProperties(props, _excluded$6o);
|
|
23609
23720
|
return /*#__PURE__*/React.createElement("span", {
|
|
23610
23721
|
role: "img",
|
|
23611
23722
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23612
23723
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23613
|
-
children: loadingCircleStyle$
|
|
23724
|
+
children: loadingCircleStyle$6o
|
|
23614
23725
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23615
23726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23616
23727
|
width: size,
|
|
@@ -23647,8 +23758,8 @@ Help.defaultProps = {
|
|
|
23647
23758
|
size: '1em'
|
|
23648
23759
|
};
|
|
23649
23760
|
|
|
23650
|
-
var _excluded$
|
|
23651
|
-
var loadingCircleStyle$
|
|
23761
|
+
var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23762
|
+
var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23652
23763
|
var History = function History(props) {
|
|
23653
23764
|
var color = props.color,
|
|
23654
23765
|
size = props.size,
|
|
@@ -23657,12 +23768,12 @@ var History = function History(props) {
|
|
|
23657
23768
|
className = props.className,
|
|
23658
23769
|
iconClassName = props.iconClassName,
|
|
23659
23770
|
testid = props.testid,
|
|
23660
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23771
|
+
otherProps = _objectWithoutProperties(props, _excluded$6p);
|
|
23661
23772
|
return /*#__PURE__*/React.createElement("span", {
|
|
23662
23773
|
role: "img",
|
|
23663
23774
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23664
23775
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23665
|
-
children: loadingCircleStyle$
|
|
23776
|
+
children: loadingCircleStyle$6p
|
|
23666
23777
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23667
23778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23668
23779
|
width: size,
|
|
@@ -23699,8 +23810,8 @@ History.defaultProps = {
|
|
|
23699
23810
|
size: '1em'
|
|
23700
23811
|
};
|
|
23701
23812
|
|
|
23702
|
-
var _excluded$
|
|
23703
|
-
var loadingCircleStyle$
|
|
23813
|
+
var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23814
|
+
var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23704
23815
|
var Backup = function Backup(props) {
|
|
23705
23816
|
var color = props.color,
|
|
23706
23817
|
size = props.size,
|
|
@@ -23709,12 +23820,12 @@ var Backup = function Backup(props) {
|
|
|
23709
23820
|
className = props.className,
|
|
23710
23821
|
iconClassName = props.iconClassName,
|
|
23711
23822
|
testid = props.testid,
|
|
23712
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23823
|
+
otherProps = _objectWithoutProperties(props, _excluded$6q);
|
|
23713
23824
|
return /*#__PURE__*/React.createElement("span", {
|
|
23714
23825
|
role: "img",
|
|
23715
23826
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23716
23827
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23717
|
-
children: loadingCircleStyle$
|
|
23828
|
+
children: loadingCircleStyle$6q
|
|
23718
23829
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23719
23830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23720
23831
|
width: size,
|
|
@@ -23753,8 +23864,8 @@ Backup.defaultProps = {
|
|
|
23753
23864
|
size: '1em'
|
|
23754
23865
|
};
|
|
23755
23866
|
|
|
23756
|
-
var _excluded$
|
|
23757
|
-
var loadingCircleStyle$
|
|
23867
|
+
var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23868
|
+
var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23758
23869
|
var Error = function Error(props) {
|
|
23759
23870
|
var color = props.color,
|
|
23760
23871
|
size = props.size,
|
|
@@ -23763,12 +23874,12 @@ var Error = function Error(props) {
|
|
|
23763
23874
|
className = props.className,
|
|
23764
23875
|
iconClassName = props.iconClassName,
|
|
23765
23876
|
testid = props.testid,
|
|
23766
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23877
|
+
otherProps = _objectWithoutProperties(props, _excluded$6r);
|
|
23767
23878
|
return /*#__PURE__*/React.createElement("span", {
|
|
23768
23879
|
role: "img",
|
|
23769
23880
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23770
23881
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23771
|
-
children: loadingCircleStyle$
|
|
23882
|
+
children: loadingCircleStyle$6r
|
|
23772
23883
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23773
23884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23774
23885
|
width: size,
|
|
@@ -23809,8 +23920,8 @@ Error.defaultProps = {
|
|
|
23809
23920
|
size: '1em'
|
|
23810
23921
|
};
|
|
23811
23922
|
|
|
23812
|
-
var _excluded$
|
|
23813
|
-
var loadingCircleStyle$
|
|
23923
|
+
var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23924
|
+
var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23814
23925
|
var ErrorFill = function ErrorFill(props) {
|
|
23815
23926
|
var color = props.color,
|
|
23816
23927
|
size = props.size,
|
|
@@ -23819,12 +23930,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
23819
23930
|
className = props.className,
|
|
23820
23931
|
iconClassName = props.iconClassName,
|
|
23821
23932
|
testid = props.testid,
|
|
23822
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23933
|
+
otherProps = _objectWithoutProperties(props, _excluded$6s);
|
|
23823
23934
|
return /*#__PURE__*/React.createElement("span", {
|
|
23824
23935
|
role: "img",
|
|
23825
23936
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23826
23937
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23827
|
-
children: loadingCircleStyle$
|
|
23938
|
+
children: loadingCircleStyle$6s
|
|
23828
23939
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23829
23940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23830
23941
|
width: size,
|
|
@@ -23861,8 +23972,8 @@ ErrorFill.defaultProps = {
|
|
|
23861
23972
|
size: '1em'
|
|
23862
23973
|
};
|
|
23863
23974
|
|
|
23864
|
-
var _excluded$
|
|
23865
|
-
var loadingCircleStyle$
|
|
23975
|
+
var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23976
|
+
var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23866
23977
|
var Error2 = function Error2(props) {
|
|
23867
23978
|
var color = props.color,
|
|
23868
23979
|
size = props.size,
|
|
@@ -23871,12 +23982,12 @@ var Error2 = function Error2(props) {
|
|
|
23871
23982
|
className = props.className,
|
|
23872
23983
|
iconClassName = props.iconClassName,
|
|
23873
23984
|
testid = props.testid,
|
|
23874
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23985
|
+
otherProps = _objectWithoutProperties(props, _excluded$6t);
|
|
23875
23986
|
return /*#__PURE__*/React.createElement("span", {
|
|
23876
23987
|
role: "img",
|
|
23877
23988
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23878
23989
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23879
|
-
children: loadingCircleStyle$
|
|
23990
|
+
children: loadingCircleStyle$6t
|
|
23880
23991
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23881
23992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23882
23993
|
width: size,
|
|
@@ -23915,8 +24026,8 @@ Error2.defaultProps = {
|
|
|
23915
24026
|
size: '1em'
|
|
23916
24027
|
};
|
|
23917
24028
|
|
|
23918
|
-
var _excluded$
|
|
23919
|
-
var loadingCircleStyle$
|
|
24029
|
+
var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24030
|
+
var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23920
24031
|
var Error2Fill = function Error2Fill(props) {
|
|
23921
24032
|
var color = props.color,
|
|
23922
24033
|
size = props.size,
|
|
@@ -23925,12 +24036,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
23925
24036
|
className = props.className,
|
|
23926
24037
|
iconClassName = props.iconClassName,
|
|
23927
24038
|
testid = props.testid,
|
|
23928
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24039
|
+
otherProps = _objectWithoutProperties(props, _excluded$6u);
|
|
23929
24040
|
return /*#__PURE__*/React.createElement("span", {
|
|
23930
24041
|
role: "img",
|
|
23931
24042
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23932
24043
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23933
|
-
children: loadingCircleStyle$
|
|
24044
|
+
children: loadingCircleStyle$6u
|
|
23934
24045
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23935
24046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23936
24047
|
width: size,
|
|
@@ -23969,8 +24080,8 @@ Error2Fill.defaultProps = {
|
|
|
23969
24080
|
size: '1em'
|
|
23970
24081
|
};
|
|
23971
24082
|
|
|
23972
|
-
var _excluded$
|
|
23973
|
-
var loadingCircleStyle$
|
|
24083
|
+
var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24084
|
+
var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23974
24085
|
var Success = function Success(props) {
|
|
23975
24086
|
var color = props.color,
|
|
23976
24087
|
size = props.size,
|
|
@@ -23979,12 +24090,12 @@ var Success = function Success(props) {
|
|
|
23979
24090
|
className = props.className,
|
|
23980
24091
|
iconClassName = props.iconClassName,
|
|
23981
24092
|
testid = props.testid,
|
|
23982
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24093
|
+
otherProps = _objectWithoutProperties(props, _excluded$6v);
|
|
23983
24094
|
return /*#__PURE__*/React.createElement("span", {
|
|
23984
24095
|
role: "img",
|
|
23985
24096
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23986
24097
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23987
|
-
children: loadingCircleStyle$
|
|
24098
|
+
children: loadingCircleStyle$6v
|
|
23988
24099
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23989
24100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23990
24101
|
width: size,
|
|
@@ -24021,8 +24132,8 @@ Success.defaultProps = {
|
|
|
24021
24132
|
size: '1em'
|
|
24022
24133
|
};
|
|
24023
24134
|
|
|
24024
|
-
var _excluded$
|
|
24025
|
-
var loadingCircleStyle$
|
|
24135
|
+
var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24136
|
+
var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24026
24137
|
var SuccessFill = function SuccessFill(props) {
|
|
24027
24138
|
var color = props.color,
|
|
24028
24139
|
size = props.size,
|
|
@@ -24031,12 +24142,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
24031
24142
|
className = props.className,
|
|
24032
24143
|
iconClassName = props.iconClassName,
|
|
24033
24144
|
testid = props.testid,
|
|
24034
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24145
|
+
otherProps = _objectWithoutProperties(props, _excluded$6w);
|
|
24035
24146
|
return /*#__PURE__*/React.createElement("span", {
|
|
24036
24147
|
role: "img",
|
|
24037
24148
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24038
24149
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24039
|
-
children: loadingCircleStyle$
|
|
24150
|
+
children: loadingCircleStyle$6w
|
|
24040
24151
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24041
24152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24042
24153
|
width: size,
|
|
@@ -24075,8 +24186,8 @@ SuccessFill.defaultProps = {
|
|
|
24075
24186
|
size: '1em'
|
|
24076
24187
|
};
|
|
24077
24188
|
|
|
24078
|
-
var _excluded$
|
|
24079
|
-
var loadingCircleStyle$
|
|
24189
|
+
var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24190
|
+
var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24080
24191
|
var Delete2 = function Delete2(props) {
|
|
24081
24192
|
var color = props.color,
|
|
24082
24193
|
size = props.size,
|
|
@@ -24085,12 +24196,12 @@ var Delete2 = function Delete2(props) {
|
|
|
24085
24196
|
className = props.className,
|
|
24086
24197
|
iconClassName = props.iconClassName,
|
|
24087
24198
|
testid = props.testid,
|
|
24088
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24199
|
+
otherProps = _objectWithoutProperties(props, _excluded$6x);
|
|
24089
24200
|
return /*#__PURE__*/React.createElement("span", {
|
|
24090
24201
|
role: "img",
|
|
24091
24202
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24092
24203
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24093
|
-
children: loadingCircleStyle$
|
|
24204
|
+
children: loadingCircleStyle$6x
|
|
24094
24205
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24095
24206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24096
24207
|
width: size,
|
|
@@ -24127,8 +24238,8 @@ Delete2.defaultProps = {
|
|
|
24127
24238
|
size: '1em'
|
|
24128
24239
|
};
|
|
24129
24240
|
|
|
24130
|
-
var _excluded$
|
|
24131
|
-
var loadingCircleStyle$
|
|
24241
|
+
var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24242
|
+
var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24132
24243
|
var Delete2Fill = function Delete2Fill(props) {
|
|
24133
24244
|
var color = props.color,
|
|
24134
24245
|
size = props.size,
|
|
@@ -24137,12 +24248,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
24137
24248
|
className = props.className,
|
|
24138
24249
|
iconClassName = props.iconClassName,
|
|
24139
24250
|
testid = props.testid,
|
|
24140
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24251
|
+
otherProps = _objectWithoutProperties(props, _excluded$6y);
|
|
24141
24252
|
return /*#__PURE__*/React.createElement("span", {
|
|
24142
24253
|
role: "img",
|
|
24143
24254
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24144
24255
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24145
|
-
children: loadingCircleStyle$
|
|
24256
|
+
children: loadingCircleStyle$6y
|
|
24146
24257
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24147
24258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24148
24259
|
width: size,
|
|
@@ -24179,8 +24290,8 @@ Delete2Fill.defaultProps = {
|
|
|
24179
24290
|
size: '1em'
|
|
24180
24291
|
};
|
|
24181
24292
|
|
|
24182
|
-
var _excluded$
|
|
24183
|
-
var loadingCircleStyle$
|
|
24293
|
+
var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24294
|
+
var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24184
24295
|
var Exchange = function Exchange(props) {
|
|
24185
24296
|
var color = props.color,
|
|
24186
24297
|
size = props.size,
|
|
@@ -24189,12 +24300,12 @@ var Exchange = function Exchange(props) {
|
|
|
24189
24300
|
className = props.className,
|
|
24190
24301
|
iconClassName = props.iconClassName,
|
|
24191
24302
|
testid = props.testid,
|
|
24192
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24303
|
+
otherProps = _objectWithoutProperties(props, _excluded$6z);
|
|
24193
24304
|
return /*#__PURE__*/React.createElement("span", {
|
|
24194
24305
|
role: "img",
|
|
24195
24306
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24196
24307
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24197
|
-
children: loadingCircleStyle$
|
|
24308
|
+
children: loadingCircleStyle$6z
|
|
24198
24309
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24199
24310
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24200
24311
|
width: size,
|
|
@@ -24231,8 +24342,8 @@ Exchange.defaultProps = {
|
|
|
24231
24342
|
size: '1em'
|
|
24232
24343
|
};
|
|
24233
24344
|
|
|
24234
|
-
var _excluded$
|
|
24235
|
-
var loadingCircleStyle$
|
|
24345
|
+
var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24346
|
+
var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24236
24347
|
var SwapFill = function SwapFill(props) {
|
|
24237
24348
|
var color = props.color,
|
|
24238
24349
|
size = props.size,
|
|
@@ -24241,12 +24352,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
24241
24352
|
className = props.className,
|
|
24242
24353
|
iconClassName = props.iconClassName,
|
|
24243
24354
|
testid = props.testid,
|
|
24244
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24355
|
+
otherProps = _objectWithoutProperties(props, _excluded$6A);
|
|
24245
24356
|
return /*#__PURE__*/React.createElement("span", {
|
|
24246
24357
|
role: "img",
|
|
24247
24358
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24248
24359
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24249
|
-
children: loadingCircleStyle$
|
|
24360
|
+
children: loadingCircleStyle$6A
|
|
24250
24361
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24251
24362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24252
24363
|
width: size,
|
|
@@ -24283,8 +24394,8 @@ SwapFill.defaultProps = {
|
|
|
24283
24394
|
size: '1em'
|
|
24284
24395
|
};
|
|
24285
24396
|
|
|
24286
|
-
var _excluded$
|
|
24287
|
-
var loadingCircleStyle$
|
|
24397
|
+
var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24398
|
+
var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24288
24399
|
var Processing = function Processing(props) {
|
|
24289
24400
|
var color = props.color,
|
|
24290
24401
|
size = props.size,
|
|
@@ -24293,12 +24404,12 @@ var Processing = function Processing(props) {
|
|
|
24293
24404
|
className = props.className,
|
|
24294
24405
|
iconClassName = props.iconClassName,
|
|
24295
24406
|
testid = props.testid,
|
|
24296
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24407
|
+
otherProps = _objectWithoutProperties(props, _excluded$6B);
|
|
24297
24408
|
return /*#__PURE__*/React.createElement("span", {
|
|
24298
24409
|
role: "img",
|
|
24299
24410
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24300
24411
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24301
|
-
children: loadingCircleStyle$
|
|
24412
|
+
children: loadingCircleStyle$6B
|
|
24302
24413
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24303
24414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24304
24415
|
width: size,
|
|
@@ -24335,8 +24446,8 @@ Processing.defaultProps = {
|
|
|
24335
24446
|
size: '1em'
|
|
24336
24447
|
};
|
|
24337
24448
|
|
|
24338
|
-
var _excluded$
|
|
24339
|
-
var loadingCircleStyle$
|
|
24449
|
+
var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24450
|
+
var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24340
24451
|
var Processing2 = function Processing2(props) {
|
|
24341
24452
|
var color = props.color,
|
|
24342
24453
|
size = props.size,
|
|
@@ -24345,12 +24456,12 @@ var Processing2 = function Processing2(props) {
|
|
|
24345
24456
|
className = props.className,
|
|
24346
24457
|
iconClassName = props.iconClassName,
|
|
24347
24458
|
testid = props.testid,
|
|
24348
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24459
|
+
otherProps = _objectWithoutProperties(props, _excluded$6C);
|
|
24349
24460
|
return /*#__PURE__*/React.createElement("span", {
|
|
24350
24461
|
role: "img",
|
|
24351
24462
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24352
24463
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24353
|
-
children: loadingCircleStyle$
|
|
24464
|
+
children: loadingCircleStyle$6C
|
|
24354
24465
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24355
24466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24356
24467
|
width: size,
|
|
@@ -24389,8 +24500,8 @@ Processing2.defaultProps = {
|
|
|
24389
24500
|
size: '1em'
|
|
24390
24501
|
};
|
|
24391
24502
|
|
|
24392
|
-
var _excluded$
|
|
24393
|
-
var loadingCircleStyle$
|
|
24503
|
+
var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24504
|
+
var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24394
24505
|
var Done = function Done(props) {
|
|
24395
24506
|
var color = props.color,
|
|
24396
24507
|
size = props.size,
|
|
@@ -24399,12 +24510,12 @@ var Done = function Done(props) {
|
|
|
24399
24510
|
className = props.className,
|
|
24400
24511
|
iconClassName = props.iconClassName,
|
|
24401
24512
|
testid = props.testid,
|
|
24402
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24513
|
+
otherProps = _objectWithoutProperties(props, _excluded$6D);
|
|
24403
24514
|
return /*#__PURE__*/React.createElement("span", {
|
|
24404
24515
|
role: "img",
|
|
24405
24516
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24406
24517
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24407
|
-
children: loadingCircleStyle$
|
|
24518
|
+
children: loadingCircleStyle$6D
|
|
24408
24519
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24409
24520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24410
24521
|
width: size,
|
|
@@ -24441,8 +24552,8 @@ Done.defaultProps = {
|
|
|
24441
24552
|
size: '1em'
|
|
24442
24553
|
};
|
|
24443
24554
|
|
|
24444
|
-
var _excluded$
|
|
24445
|
-
var loadingCircleStyle$
|
|
24555
|
+
var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24556
|
+
var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24446
24557
|
var Close = function Close(props) {
|
|
24447
24558
|
var color = props.color,
|
|
24448
24559
|
size = props.size,
|
|
@@ -24451,12 +24562,12 @@ var Close = function Close(props) {
|
|
|
24451
24562
|
className = props.className,
|
|
24452
24563
|
iconClassName = props.iconClassName,
|
|
24453
24564
|
testid = props.testid,
|
|
24454
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24565
|
+
otherProps = _objectWithoutProperties(props, _excluded$6E);
|
|
24455
24566
|
return /*#__PURE__*/React.createElement("span", {
|
|
24456
24567
|
role: "img",
|
|
24457
24568
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24458
24569
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24459
|
-
children: loadingCircleStyle$
|
|
24570
|
+
children: loadingCircleStyle$6E
|
|
24460
24571
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24461
24572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24462
24573
|
width: size,
|
|
@@ -24493,8 +24604,8 @@ Close.defaultProps = {
|
|
|
24493
24604
|
size: '1em'
|
|
24494
24605
|
};
|
|
24495
24606
|
|
|
24496
|
-
var _excluded$
|
|
24497
|
-
var loadingCircleStyle$
|
|
24607
|
+
var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24608
|
+
var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24498
24609
|
var StarOutline = function StarOutline(props) {
|
|
24499
24610
|
var color = props.color,
|
|
24500
24611
|
size = props.size,
|
|
@@ -24503,12 +24614,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
24503
24614
|
className = props.className,
|
|
24504
24615
|
iconClassName = props.iconClassName,
|
|
24505
24616
|
testid = props.testid,
|
|
24506
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24617
|
+
otherProps = _objectWithoutProperties(props, _excluded$6F);
|
|
24507
24618
|
return /*#__PURE__*/React.createElement("span", {
|
|
24508
24619
|
role: "img",
|
|
24509
24620
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24510
24621
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24511
|
-
children: loadingCircleStyle$
|
|
24622
|
+
children: loadingCircleStyle$6F
|
|
24512
24623
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24513
24624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24514
24625
|
width: size,
|
|
@@ -24545,8 +24656,8 @@ StarOutline.defaultProps = {
|
|
|
24545
24656
|
size: '1em'
|
|
24546
24657
|
};
|
|
24547
24658
|
|
|
24548
|
-
var _excluded$
|
|
24549
|
-
var loadingCircleStyle$
|
|
24659
|
+
var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24660
|
+
var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24550
24661
|
var StarFill = function StarFill(props) {
|
|
24551
24662
|
var color = props.color,
|
|
24552
24663
|
size = props.size,
|
|
@@ -24555,12 +24666,12 @@ var StarFill = function StarFill(props) {
|
|
|
24555
24666
|
className = props.className,
|
|
24556
24667
|
iconClassName = props.iconClassName,
|
|
24557
24668
|
testid = props.testid,
|
|
24558
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24669
|
+
otherProps = _objectWithoutProperties(props, _excluded$6G);
|
|
24559
24670
|
return /*#__PURE__*/React.createElement("span", {
|
|
24560
24671
|
role: "img",
|
|
24561
24672
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24562
24673
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24563
|
-
children: loadingCircleStyle$
|
|
24674
|
+
children: loadingCircleStyle$6G
|
|
24564
24675
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24565
24676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24566
24677
|
width: size,
|
|
@@ -24597,8 +24708,8 @@ StarFill.defaultProps = {
|
|
|
24597
24708
|
size: '1em'
|
|
24598
24709
|
};
|
|
24599
24710
|
|
|
24600
|
-
var _excluded$
|
|
24601
|
-
var loadingCircleStyle$
|
|
24711
|
+
var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24712
|
+
var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24602
24713
|
var TimeLock = function TimeLock(props) {
|
|
24603
24714
|
var color = props.color,
|
|
24604
24715
|
size = props.size,
|
|
@@ -24607,12 +24718,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
24607
24718
|
className = props.className,
|
|
24608
24719
|
iconClassName = props.iconClassName,
|
|
24609
24720
|
testid = props.testid,
|
|
24610
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24721
|
+
otherProps = _objectWithoutProperties(props, _excluded$6H);
|
|
24611
24722
|
return /*#__PURE__*/React.createElement("span", {
|
|
24612
24723
|
role: "img",
|
|
24613
24724
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24614
24725
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24615
|
-
children: loadingCircleStyle$
|
|
24726
|
+
children: loadingCircleStyle$6H
|
|
24616
24727
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24617
24728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24618
24729
|
width: size,
|
|
@@ -24649,8 +24760,8 @@ TimeLock.defaultProps = {
|
|
|
24649
24760
|
size: '1em'
|
|
24650
24761
|
};
|
|
24651
24762
|
|
|
24652
|
-
var _excluded$
|
|
24653
|
-
var loadingCircleStyle$
|
|
24763
|
+
var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24764
|
+
var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24654
24765
|
var Heart = function Heart(props) {
|
|
24655
24766
|
var color = props.color,
|
|
24656
24767
|
size = props.size,
|
|
@@ -24659,12 +24770,12 @@ var Heart = function Heart(props) {
|
|
|
24659
24770
|
className = props.className,
|
|
24660
24771
|
iconClassName = props.iconClassName,
|
|
24661
24772
|
testid = props.testid,
|
|
24662
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24773
|
+
otherProps = _objectWithoutProperties(props, _excluded$6I);
|
|
24663
24774
|
return /*#__PURE__*/React.createElement("span", {
|
|
24664
24775
|
role: "img",
|
|
24665
24776
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24666
24777
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24667
|
-
children: loadingCircleStyle$
|
|
24778
|
+
children: loadingCircleStyle$6I
|
|
24668
24779
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24669
24780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24670
24781
|
width: size,
|
|
@@ -24701,8 +24812,8 @@ Heart.defaultProps = {
|
|
|
24701
24812
|
size: '1em'
|
|
24702
24813
|
};
|
|
24703
24814
|
|
|
24704
|
-
var _excluded$
|
|
24705
|
-
var loadingCircleStyle$
|
|
24815
|
+
var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24816
|
+
var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24706
24817
|
var Bookmark = function Bookmark(props) {
|
|
24707
24818
|
var color = props.color,
|
|
24708
24819
|
size = props.size,
|
|
@@ -24711,12 +24822,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
24711
24822
|
className = props.className,
|
|
24712
24823
|
iconClassName = props.iconClassName,
|
|
24713
24824
|
testid = props.testid,
|
|
24714
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24825
|
+
otherProps = _objectWithoutProperties(props, _excluded$6J);
|
|
24715
24826
|
return /*#__PURE__*/React.createElement("span", {
|
|
24716
24827
|
role: "img",
|
|
24717
24828
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24718
24829
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24719
|
-
children: loadingCircleStyle$
|
|
24830
|
+
children: loadingCircleStyle$6J
|
|
24720
24831
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24721
24832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24722
24833
|
width: size,
|
|
@@ -24753,8 +24864,8 @@ Bookmark.defaultProps = {
|
|
|
24753
24864
|
size: '1em'
|
|
24754
24865
|
};
|
|
24755
24866
|
|
|
24756
|
-
var _excluded$
|
|
24757
|
-
var loadingCircleStyle$
|
|
24867
|
+
var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24868
|
+
var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24758
24869
|
var Bookmark2 = function Bookmark2(props) {
|
|
24759
24870
|
var color = props.color,
|
|
24760
24871
|
size = props.size,
|
|
@@ -24763,12 +24874,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
24763
24874
|
className = props.className,
|
|
24764
24875
|
iconClassName = props.iconClassName,
|
|
24765
24876
|
testid = props.testid,
|
|
24766
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24877
|
+
otherProps = _objectWithoutProperties(props, _excluded$6K);
|
|
24767
24878
|
return /*#__PURE__*/React.createElement("span", {
|
|
24768
24879
|
role: "img",
|
|
24769
24880
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24770
24881
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24771
|
-
children: loadingCircleStyle$
|
|
24882
|
+
children: loadingCircleStyle$6K
|
|
24772
24883
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24773
24884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24774
24885
|
width: size,
|
|
@@ -24805,8 +24916,8 @@ Bookmark2.defaultProps = {
|
|
|
24805
24916
|
size: '1em'
|
|
24806
24917
|
};
|
|
24807
24918
|
|
|
24808
|
-
var _excluded$
|
|
24809
|
-
var loadingCircleStyle$
|
|
24919
|
+
var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24920
|
+
var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24810
24921
|
var LockClose = function LockClose(props) {
|
|
24811
24922
|
var color = props.color,
|
|
24812
24923
|
size = props.size,
|
|
@@ -24815,12 +24926,12 @@ var LockClose = function LockClose(props) {
|
|
|
24815
24926
|
className = props.className,
|
|
24816
24927
|
iconClassName = props.iconClassName,
|
|
24817
24928
|
testid = props.testid,
|
|
24818
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24929
|
+
otherProps = _objectWithoutProperties(props, _excluded$6L);
|
|
24819
24930
|
return /*#__PURE__*/React.createElement("span", {
|
|
24820
24931
|
role: "img",
|
|
24821
24932
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24822
24933
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24823
|
-
children: loadingCircleStyle$
|
|
24934
|
+
children: loadingCircleStyle$6L
|
|
24824
24935
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24825
24936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24826
24937
|
width: size,
|
|
@@ -24861,8 +24972,8 @@ LockClose.defaultProps = {
|
|
|
24861
24972
|
size: '1em'
|
|
24862
24973
|
};
|
|
24863
24974
|
|
|
24864
|
-
var _excluded$
|
|
24865
|
-
var loadingCircleStyle$
|
|
24975
|
+
var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24976
|
+
var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24866
24977
|
var LockCloseFill = function LockCloseFill(props) {
|
|
24867
24978
|
var color = props.color,
|
|
24868
24979
|
size = props.size,
|
|
@@ -24871,12 +24982,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
24871
24982
|
className = props.className,
|
|
24872
24983
|
iconClassName = props.iconClassName,
|
|
24873
24984
|
testid = props.testid,
|
|
24874
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24985
|
+
otherProps = _objectWithoutProperties(props, _excluded$6M);
|
|
24875
24986
|
return /*#__PURE__*/React.createElement("span", {
|
|
24876
24987
|
role: "img",
|
|
24877
24988
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24878
24989
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24879
|
-
children: loadingCircleStyle$
|
|
24990
|
+
children: loadingCircleStyle$6M
|
|
24880
24991
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24881
24992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24882
24993
|
width: size,
|
|
@@ -24913,8 +25024,8 @@ LockCloseFill.defaultProps = {
|
|
|
24913
25024
|
size: '1em'
|
|
24914
25025
|
};
|
|
24915
25026
|
|
|
24916
|
-
var _excluded$
|
|
24917
|
-
var loadingCircleStyle$
|
|
25027
|
+
var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25028
|
+
var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24918
25029
|
var LockOpen = function LockOpen(props) {
|
|
24919
25030
|
var color = props.color,
|
|
24920
25031
|
size = props.size,
|
|
@@ -24923,12 +25034,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
24923
25034
|
className = props.className,
|
|
24924
25035
|
iconClassName = props.iconClassName,
|
|
24925
25036
|
testid = props.testid,
|
|
24926
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25037
|
+
otherProps = _objectWithoutProperties(props, _excluded$6N);
|
|
24927
25038
|
return /*#__PURE__*/React.createElement("span", {
|
|
24928
25039
|
role: "img",
|
|
24929
25040
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24930
25041
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24931
|
-
children: loadingCircleStyle$
|
|
25042
|
+
children: loadingCircleStyle$6N
|
|
24932
25043
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24933
25044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24934
25045
|
width: size,
|
|
@@ -24965,8 +25076,8 @@ LockOpen.defaultProps = {
|
|
|
24965
25076
|
size: '1em'
|
|
24966
25077
|
};
|
|
24967
25078
|
|
|
24968
|
-
var _excluded$
|
|
24969
|
-
var loadingCircleStyle$
|
|
25079
|
+
var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25080
|
+
var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24970
25081
|
var LockOpenFill = function LockOpenFill(props) {
|
|
24971
25082
|
var color = props.color,
|
|
24972
25083
|
size = props.size,
|
|
@@ -24975,12 +25086,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
24975
25086
|
className = props.className,
|
|
24976
25087
|
iconClassName = props.iconClassName,
|
|
24977
25088
|
testid = props.testid,
|
|
24978
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25089
|
+
otherProps = _objectWithoutProperties(props, _excluded$6O);
|
|
24979
25090
|
return /*#__PURE__*/React.createElement("span", {
|
|
24980
25091
|
role: "img",
|
|
24981
25092
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24982
25093
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24983
|
-
children: loadingCircleStyle$
|
|
25094
|
+
children: loadingCircleStyle$6O
|
|
24984
25095
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24985
25096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24986
25097
|
width: size,
|
|
@@ -25017,8 +25128,8 @@ LockOpenFill.defaultProps = {
|
|
|
25017
25128
|
size: '1em'
|
|
25018
25129
|
};
|
|
25019
25130
|
|
|
25020
|
-
var _excluded$
|
|
25021
|
-
var loadingCircleStyle$
|
|
25131
|
+
var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25132
|
+
var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25022
25133
|
var EyeOn = function EyeOn(props) {
|
|
25023
25134
|
var color = props.color,
|
|
25024
25135
|
size = props.size,
|
|
@@ -25027,12 +25138,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
25027
25138
|
className = props.className,
|
|
25028
25139
|
iconClassName = props.iconClassName,
|
|
25029
25140
|
testid = props.testid,
|
|
25030
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25141
|
+
otherProps = _objectWithoutProperties(props, _excluded$6P);
|
|
25031
25142
|
return /*#__PURE__*/React.createElement("span", {
|
|
25032
25143
|
role: "img",
|
|
25033
25144
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25034
25145
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25035
|
-
children: loadingCircleStyle$
|
|
25146
|
+
children: loadingCircleStyle$6P
|
|
25036
25147
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25037
25148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25038
25149
|
width: size,
|
|
@@ -25069,8 +25180,8 @@ EyeOn.defaultProps = {
|
|
|
25069
25180
|
size: '1em'
|
|
25070
25181
|
};
|
|
25071
25182
|
|
|
25072
|
-
var _excluded$
|
|
25073
|
-
var loadingCircleStyle$
|
|
25183
|
+
var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25184
|
+
var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25074
25185
|
var EyeOnFill = function EyeOnFill(props) {
|
|
25075
25186
|
var color = props.color,
|
|
25076
25187
|
size = props.size,
|
|
@@ -25079,12 +25190,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
25079
25190
|
className = props.className,
|
|
25080
25191
|
iconClassName = props.iconClassName,
|
|
25081
25192
|
testid = props.testid,
|
|
25082
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25193
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Q);
|
|
25083
25194
|
return /*#__PURE__*/React.createElement("span", {
|
|
25084
25195
|
role: "img",
|
|
25085
25196
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25086
25197
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25087
|
-
children: loadingCircleStyle$
|
|
25198
|
+
children: loadingCircleStyle$6Q
|
|
25088
25199
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25089
25200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25090
25201
|
width: size,
|
|
@@ -25123,8 +25234,8 @@ EyeOnFill.defaultProps = {
|
|
|
25123
25234
|
size: '1em'
|
|
25124
25235
|
};
|
|
25125
25236
|
|
|
25126
|
-
var _excluded$
|
|
25127
|
-
var loadingCircleStyle$
|
|
25237
|
+
var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25238
|
+
var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25128
25239
|
var EyeOff = function EyeOff(props) {
|
|
25129
25240
|
var color = props.color,
|
|
25130
25241
|
size = props.size,
|
|
@@ -25133,12 +25244,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
25133
25244
|
className = props.className,
|
|
25134
25245
|
iconClassName = props.iconClassName,
|
|
25135
25246
|
testid = props.testid,
|
|
25136
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25247
|
+
otherProps = _objectWithoutProperties(props, _excluded$6R);
|
|
25137
25248
|
return /*#__PURE__*/React.createElement("span", {
|
|
25138
25249
|
role: "img",
|
|
25139
25250
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25140
25251
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25141
|
-
children: loadingCircleStyle$
|
|
25252
|
+
children: loadingCircleStyle$6R
|
|
25142
25253
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25143
25254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25144
25255
|
width: size,
|
|
@@ -25175,8 +25286,8 @@ EyeOff.defaultProps = {
|
|
|
25175
25286
|
size: '1em'
|
|
25176
25287
|
};
|
|
25177
25288
|
|
|
25178
|
-
var _excluded$
|
|
25179
|
-
var loadingCircleStyle$
|
|
25289
|
+
var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25290
|
+
var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25180
25291
|
var EyeOffFill = function EyeOffFill(props) {
|
|
25181
25292
|
var color = props.color,
|
|
25182
25293
|
size = props.size,
|
|
@@ -25185,12 +25296,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
25185
25296
|
className = props.className,
|
|
25186
25297
|
iconClassName = props.iconClassName,
|
|
25187
25298
|
testid = props.testid,
|
|
25188
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25299
|
+
otherProps = _objectWithoutProperties(props, _excluded$6S);
|
|
25189
25300
|
return /*#__PURE__*/React.createElement("span", {
|
|
25190
25301
|
role: "img",
|
|
25191
25302
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25192
25303
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25193
|
-
children: loadingCircleStyle$
|
|
25304
|
+
children: loadingCircleStyle$6S
|
|
25194
25305
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25195
25306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25196
25307
|
width: size,
|
|
@@ -25229,8 +25340,8 @@ EyeOffFill.defaultProps = {
|
|
|
25229
25340
|
size: '1em'
|
|
25230
25341
|
};
|
|
25231
25342
|
|
|
25232
|
-
var _excluded$
|
|
25233
|
-
var loadingCircleStyle$
|
|
25343
|
+
var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25344
|
+
var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25234
25345
|
var Dot = function Dot(props) {
|
|
25235
25346
|
var color = props.color,
|
|
25236
25347
|
size = props.size,
|
|
@@ -25239,12 +25350,12 @@ var Dot = function Dot(props) {
|
|
|
25239
25350
|
className = props.className,
|
|
25240
25351
|
iconClassName = props.iconClassName,
|
|
25241
25352
|
testid = props.testid,
|
|
25242
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25353
|
+
otherProps = _objectWithoutProperties(props, _excluded$6T);
|
|
25243
25354
|
return /*#__PURE__*/React.createElement("span", {
|
|
25244
25355
|
role: "img",
|
|
25245
25356
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25246
25357
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25247
|
-
children: loadingCircleStyle$
|
|
25358
|
+
children: loadingCircleStyle$6T
|
|
25248
25359
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25249
25360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25250
25361
|
width: size,
|
|
@@ -25283,8 +25394,8 @@ Dot.defaultProps = {
|
|
|
25283
25394
|
size: '1em'
|
|
25284
25395
|
};
|
|
25285
25396
|
|
|
25286
|
-
var _excluded$
|
|
25287
|
-
var loadingCircleStyle$
|
|
25397
|
+
var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25398
|
+
var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25288
25399
|
var Anchor = function Anchor(props) {
|
|
25289
25400
|
var color = props.color,
|
|
25290
25401
|
size = props.size,
|
|
@@ -25293,12 +25404,12 @@ var Anchor = function Anchor(props) {
|
|
|
25293
25404
|
className = props.className,
|
|
25294
25405
|
iconClassName = props.iconClassName,
|
|
25295
25406
|
testid = props.testid,
|
|
25296
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25407
|
+
otherProps = _objectWithoutProperties(props, _excluded$6U);
|
|
25297
25408
|
return /*#__PURE__*/React.createElement("span", {
|
|
25298
25409
|
role: "img",
|
|
25299
25410
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25300
25411
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25301
|
-
children: loadingCircleStyle$
|
|
25412
|
+
children: loadingCircleStyle$6U
|
|
25302
25413
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25303
25414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25304
25415
|
width: size,
|
|
@@ -25335,8 +25446,8 @@ Anchor.defaultProps = {
|
|
|
25335
25446
|
size: '1em'
|
|
25336
25447
|
};
|
|
25337
25448
|
|
|
25338
|
-
var _excluded$
|
|
25339
|
-
var loadingCircleStyle$
|
|
25449
|
+
var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25450
|
+
var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25340
25451
|
var Notice = function Notice(props) {
|
|
25341
25452
|
var color = props.color,
|
|
25342
25453
|
size = props.size,
|
|
@@ -25345,12 +25456,12 @@ var Notice = function Notice(props) {
|
|
|
25345
25456
|
className = props.className,
|
|
25346
25457
|
iconClassName = props.iconClassName,
|
|
25347
25458
|
testid = props.testid,
|
|
25348
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25459
|
+
otherProps = _objectWithoutProperties(props, _excluded$6V);
|
|
25349
25460
|
return /*#__PURE__*/React.createElement("span", {
|
|
25350
25461
|
role: "img",
|
|
25351
25462
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25352
25463
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25353
|
-
children: loadingCircleStyle$
|
|
25464
|
+
children: loadingCircleStyle$6V
|
|
25354
25465
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25355
25466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25356
25467
|
width: size,
|
|
@@ -25389,8 +25500,8 @@ Notice.defaultProps = {
|
|
|
25389
25500
|
size: '1em'
|
|
25390
25501
|
};
|
|
25391
25502
|
|
|
25392
|
-
var _excluded$
|
|
25393
|
-
var loadingCircleStyle$
|
|
25503
|
+
var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25504
|
+
var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25394
25505
|
var ThumbUp = function ThumbUp(props) {
|
|
25395
25506
|
var color = props.color,
|
|
25396
25507
|
size = props.size,
|
|
@@ -25399,12 +25510,12 @@ var ThumbUp = function ThumbUp(props) {
|
|
|
25399
25510
|
className = props.className,
|
|
25400
25511
|
iconClassName = props.iconClassName,
|
|
25401
25512
|
testid = props.testid,
|
|
25402
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25513
|
+
otherProps = _objectWithoutProperties(props, _excluded$6W);
|
|
25403
25514
|
return /*#__PURE__*/React.createElement("span", {
|
|
25404
25515
|
role: "img",
|
|
25405
25516
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25406
25517
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25407
|
-
children: loadingCircleStyle$
|
|
25518
|
+
children: loadingCircleStyle$6W
|
|
25408
25519
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25409
25520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25410
25521
|
width: size,
|
|
@@ -25441,8 +25552,8 @@ ThumbUp.defaultProps = {
|
|
|
25441
25552
|
size: '1em'
|
|
25442
25553
|
};
|
|
25443
25554
|
|
|
25444
|
-
var _excluded$
|
|
25445
|
-
var loadingCircleStyle$
|
|
25555
|
+
var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25556
|
+
var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25446
25557
|
var ThumbDown = function ThumbDown(props) {
|
|
25447
25558
|
var color = props.color,
|
|
25448
25559
|
size = props.size,
|
|
@@ -25451,12 +25562,12 @@ var ThumbDown = function ThumbDown(props) {
|
|
|
25451
25562
|
className = props.className,
|
|
25452
25563
|
iconClassName = props.iconClassName,
|
|
25453
25564
|
testid = props.testid,
|
|
25454
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25565
|
+
otherProps = _objectWithoutProperties(props, _excluded$6X);
|
|
25455
25566
|
return /*#__PURE__*/React.createElement("span", {
|
|
25456
25567
|
role: "img",
|
|
25457
25568
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25458
25569
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25459
|
-
children: loadingCircleStyle$
|
|
25570
|
+
children: loadingCircleStyle$6X
|
|
25460
25571
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25461
25572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25462
25573
|
width: size,
|
|
@@ -25493,8 +25604,8 @@ ThumbDown.defaultProps = {
|
|
|
25493
25604
|
size: '1em'
|
|
25494
25605
|
};
|
|
25495
25606
|
|
|
25496
|
-
var _excluded$
|
|
25497
|
-
var loadingCircleStyle$
|
|
25607
|
+
var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25608
|
+
var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25498
25609
|
var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
25499
25610
|
var color = props.color,
|
|
25500
25611
|
size = props.size,
|
|
@@ -25503,12 +25614,12 @@ var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
|
25503
25614
|
className = props.className,
|
|
25504
25615
|
iconClassName = props.iconClassName,
|
|
25505
25616
|
testid = props.testid,
|
|
25506
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25617
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Y);
|
|
25507
25618
|
return /*#__PURE__*/React.createElement("span", {
|
|
25508
25619
|
role: "img",
|
|
25509
25620
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25510
25621
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25511
|
-
children: loadingCircleStyle$
|
|
25622
|
+
children: loadingCircleStyle$6Y
|
|
25512
25623
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25513
25624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25514
25625
|
width: size,
|
|
@@ -25545,8 +25656,8 @@ ThumbUpOutline.defaultProps = {
|
|
|
25545
25656
|
size: '1em'
|
|
25546
25657
|
};
|
|
25547
25658
|
|
|
25548
|
-
var _excluded$
|
|
25549
|
-
var loadingCircleStyle$
|
|
25659
|
+
var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25660
|
+
var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25550
25661
|
var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
25551
25662
|
var color = props.color,
|
|
25552
25663
|
size = props.size,
|
|
@@ -25555,12 +25666,12 @@ var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
|
25555
25666
|
className = props.className,
|
|
25556
25667
|
iconClassName = props.iconClassName,
|
|
25557
25668
|
testid = props.testid,
|
|
25558
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25669
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Z);
|
|
25559
25670
|
return /*#__PURE__*/React.createElement("span", {
|
|
25560
25671
|
role: "img",
|
|
25561
25672
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25562
25673
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25563
|
-
children: loadingCircleStyle$
|
|
25674
|
+
children: loadingCircleStyle$6Z
|
|
25564
25675
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25565
25676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25566
25677
|
width: size,
|
|
@@ -25597,8 +25708,8 @@ ThumbDownOutline.defaultProps = {
|
|
|
25597
25708
|
size: '1em'
|
|
25598
25709
|
};
|
|
25599
25710
|
|
|
25600
|
-
var _excluded$
|
|
25601
|
-
var loadingCircleStyle$
|
|
25711
|
+
var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25712
|
+
var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25602
25713
|
var TdLogo = function TdLogo(props) {
|
|
25603
25714
|
var color = props.color,
|
|
25604
25715
|
size = props.size,
|
|
@@ -25607,12 +25718,12 @@ var TdLogo = function TdLogo(props) {
|
|
|
25607
25718
|
className = props.className,
|
|
25608
25719
|
iconClassName = props.iconClassName,
|
|
25609
25720
|
testid = props.testid,
|
|
25610
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25721
|
+
otherProps = _objectWithoutProperties(props, _excluded$6_);
|
|
25611
25722
|
return /*#__PURE__*/React.createElement("span", {
|
|
25612
25723
|
role: "img",
|
|
25613
25724
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25614
25725
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25615
|
-
children: loadingCircleStyle$
|
|
25726
|
+
children: loadingCircleStyle$6_
|
|
25616
25727
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25617
25728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25618
25729
|
width: size,
|
|
@@ -25657,8 +25768,8 @@ TdLogo.defaultProps = {
|
|
|
25657
25768
|
size: '1em'
|
|
25658
25769
|
};
|
|
25659
25770
|
|
|
25660
|
-
var _excluded$
|
|
25661
|
-
var loadingCircleStyle$
|
|
25771
|
+
var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25772
|
+
var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25662
25773
|
var Language = function Language(props) {
|
|
25663
25774
|
var color = props.color,
|
|
25664
25775
|
size = props.size,
|
|
@@ -25667,12 +25778,12 @@ var Language = function Language(props) {
|
|
|
25667
25778
|
className = props.className,
|
|
25668
25779
|
iconClassName = props.iconClassName,
|
|
25669
25780
|
testid = props.testid,
|
|
25670
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25781
|
+
otherProps = _objectWithoutProperties(props, _excluded$6$);
|
|
25671
25782
|
return /*#__PURE__*/React.createElement("span", {
|
|
25672
25783
|
role: "img",
|
|
25673
25784
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25674
25785
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25675
|
-
children: loadingCircleStyle$
|
|
25786
|
+
children: loadingCircleStyle$6$
|
|
25676
25787
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25677
25788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25678
25789
|
width: size,
|
|
@@ -25709,8 +25820,8 @@ Language.defaultProps = {
|
|
|
25709
25820
|
size: '1em'
|
|
25710
25821
|
};
|
|
25711
25822
|
|
|
25712
|
-
var _excluded$
|
|
25713
|
-
var loadingCircleStyle$
|
|
25823
|
+
var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25824
|
+
var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25714
25825
|
var Calendar = function Calendar(props) {
|
|
25715
25826
|
var color = props.color,
|
|
25716
25827
|
size = props.size,
|
|
@@ -25719,12 +25830,12 @@ var Calendar = function Calendar(props) {
|
|
|
25719
25830
|
className = props.className,
|
|
25720
25831
|
iconClassName = props.iconClassName,
|
|
25721
25832
|
testid = props.testid,
|
|
25722
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25833
|
+
otherProps = _objectWithoutProperties(props, _excluded$70);
|
|
25723
25834
|
return /*#__PURE__*/React.createElement("span", {
|
|
25724
25835
|
role: "img",
|
|
25725
25836
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25726
25837
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25727
|
-
children: loadingCircleStyle$
|
|
25838
|
+
children: loadingCircleStyle$70
|
|
25728
25839
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25729
25840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25730
25841
|
width: size,
|
|
@@ -25761,8 +25872,8 @@ Calendar.defaultProps = {
|
|
|
25761
25872
|
size: '1em'
|
|
25762
25873
|
};
|
|
25763
25874
|
|
|
25764
|
-
var _excluded$
|
|
25765
|
-
var loadingCircleStyle$
|
|
25875
|
+
var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25876
|
+
var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25766
25877
|
var Server = function Server(props) {
|
|
25767
25878
|
var color = props.color,
|
|
25768
25879
|
size = props.size,
|
|
@@ -25771,12 +25882,12 @@ var Server = function Server(props) {
|
|
|
25771
25882
|
className = props.className,
|
|
25772
25883
|
iconClassName = props.iconClassName,
|
|
25773
25884
|
testid = props.testid,
|
|
25774
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25885
|
+
otherProps = _objectWithoutProperties(props, _excluded$71);
|
|
25775
25886
|
return /*#__PURE__*/React.createElement("span", {
|
|
25776
25887
|
role: "img",
|
|
25777
25888
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25778
25889
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25779
|
-
children: loadingCircleStyle$
|
|
25890
|
+
children: loadingCircleStyle$71
|
|
25780
25891
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25781
25892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25782
25893
|
width: size,
|
|
@@ -25813,8 +25924,8 @@ Server.defaultProps = {
|
|
|
25813
25924
|
size: '1em'
|
|
25814
25925
|
};
|
|
25815
25926
|
|
|
25816
|
-
var _excluded$
|
|
25817
|
-
var loadingCircleStyle$
|
|
25927
|
+
var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25928
|
+
var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25818
25929
|
var Desktop = function Desktop(props) {
|
|
25819
25930
|
var color = props.color,
|
|
25820
25931
|
size = props.size,
|
|
@@ -25823,12 +25934,12 @@ var Desktop = function Desktop(props) {
|
|
|
25823
25934
|
className = props.className,
|
|
25824
25935
|
iconClassName = props.iconClassName,
|
|
25825
25936
|
testid = props.testid,
|
|
25826
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25937
|
+
otherProps = _objectWithoutProperties(props, _excluded$72);
|
|
25827
25938
|
return /*#__PURE__*/React.createElement("span", {
|
|
25828
25939
|
role: "img",
|
|
25829
25940
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25830
25941
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25831
|
-
children: loadingCircleStyle$
|
|
25942
|
+
children: loadingCircleStyle$72
|
|
25832
25943
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25833
25944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25834
25945
|
width: size,
|
|
@@ -25865,8 +25976,8 @@ Desktop.defaultProps = {
|
|
|
25865
25976
|
size: '1em'
|
|
25866
25977
|
};
|
|
25867
25978
|
|
|
25868
|
-
var _excluded$
|
|
25869
|
-
var loadingCircleStyle$
|
|
25979
|
+
var _excluded$73 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25980
|
+
var loadingCircleStyle$73 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25870
25981
|
var Demo = function Demo(props) {
|
|
25871
25982
|
var color = props.color,
|
|
25872
25983
|
size = props.size,
|
|
@@ -25875,12 +25986,12 @@ var Demo = function Demo(props) {
|
|
|
25875
25986
|
className = props.className,
|
|
25876
25987
|
iconClassName = props.iconClassName,
|
|
25877
25988
|
testid = props.testid,
|
|
25878
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25989
|
+
otherProps = _objectWithoutProperties(props, _excluded$73);
|
|
25879
25990
|
return /*#__PURE__*/React.createElement("span", {
|
|
25880
25991
|
role: "img",
|
|
25881
25992
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25882
25993
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25883
|
-
children: loadingCircleStyle$
|
|
25994
|
+
children: loadingCircleStyle$73
|
|
25884
25995
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25885
25996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25886
25997
|
width: size,
|
|
@@ -25919,8 +26030,8 @@ Demo.defaultProps = {
|
|
|
25919
26030
|
size: '1em'
|
|
25920
26031
|
};
|
|
25921
26032
|
|
|
25922
|
-
var _excluded$
|
|
25923
|
-
var loadingCircleStyle$
|
|
26033
|
+
var _excluded$74 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26034
|
+
var loadingCircleStyle$74 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25924
26035
|
var Cellphone = function Cellphone(props) {
|
|
25925
26036
|
var color = props.color,
|
|
25926
26037
|
size = props.size,
|
|
@@ -25929,12 +26040,12 @@ var Cellphone = function Cellphone(props) {
|
|
|
25929
26040
|
className = props.className,
|
|
25930
26041
|
iconClassName = props.iconClassName,
|
|
25931
26042
|
testid = props.testid,
|
|
25932
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26043
|
+
otherProps = _objectWithoutProperties(props, _excluded$74);
|
|
25933
26044
|
return /*#__PURE__*/React.createElement("span", {
|
|
25934
26045
|
role: "img",
|
|
25935
26046
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25936
26047
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25937
|
-
children: loadingCircleStyle$
|
|
26048
|
+
children: loadingCircleStyle$74
|
|
25938
26049
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25939
26050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25940
26051
|
width: size,
|
|
@@ -25973,8 +26084,8 @@ Cellphone.defaultProps = {
|
|
|
25973
26084
|
size: '1em'
|
|
25974
26085
|
};
|
|
25975
26086
|
|
|
25976
|
-
var _excluded$
|
|
25977
|
-
var loadingCircleStyle$
|
|
26087
|
+
var _excluded$75 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26088
|
+
var loadingCircleStyle$75 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25978
26089
|
var Landscape = function Landscape(props) {
|
|
25979
26090
|
var color = props.color,
|
|
25980
26091
|
size = props.size,
|
|
@@ -25983,12 +26094,12 @@ var Landscape = function Landscape(props) {
|
|
|
25983
26094
|
className = props.className,
|
|
25984
26095
|
iconClassName = props.iconClassName,
|
|
25985
26096
|
testid = props.testid,
|
|
25986
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26097
|
+
otherProps = _objectWithoutProperties(props, _excluded$75);
|
|
25987
26098
|
return /*#__PURE__*/React.createElement("span", {
|
|
25988
26099
|
role: "img",
|
|
25989
26100
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25990
26101
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25991
|
-
children: loadingCircleStyle$
|
|
26102
|
+
children: loadingCircleStyle$75
|
|
25992
26103
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25993
26104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25994
26105
|
width: size,
|
|
@@ -26029,8 +26140,8 @@ Landscape.defaultProps = {
|
|
|
26029
26140
|
size: '1em'
|
|
26030
26141
|
};
|
|
26031
26142
|
|
|
26032
|
-
var _excluded$
|
|
26033
|
-
var loadingCircleStyle$
|
|
26143
|
+
var _excluded$76 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26144
|
+
var loadingCircleStyle$76 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26034
26145
|
var Email = function Email(props) {
|
|
26035
26146
|
var color = props.color,
|
|
26036
26147
|
size = props.size,
|
|
@@ -26039,12 +26150,12 @@ var Email = function Email(props) {
|
|
|
26039
26150
|
className = props.className,
|
|
26040
26151
|
iconClassName = props.iconClassName,
|
|
26041
26152
|
testid = props.testid,
|
|
26042
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26153
|
+
otherProps = _objectWithoutProperties(props, _excluded$76);
|
|
26043
26154
|
return /*#__PURE__*/React.createElement("span", {
|
|
26044
26155
|
role: "img",
|
|
26045
26156
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26046
26157
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26047
|
-
children: loadingCircleStyle$
|
|
26158
|
+
children: loadingCircleStyle$76
|
|
26048
26159
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26049
26160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26050
26161
|
width: size,
|
|
@@ -26081,8 +26192,8 @@ Email.defaultProps = {
|
|
|
26081
26192
|
size: '1em'
|
|
26082
26193
|
};
|
|
26083
26194
|
|
|
26084
|
-
var _excluded$
|
|
26085
|
-
var loadingCircleStyle$
|
|
26195
|
+
var _excluded$77 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26196
|
+
var loadingCircleStyle$77 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26086
26197
|
var Clock = function Clock(props) {
|
|
26087
26198
|
var color = props.color,
|
|
26088
26199
|
size = props.size,
|
|
@@ -26091,12 +26202,12 @@ var Clock = function Clock(props) {
|
|
|
26091
26202
|
className = props.className,
|
|
26092
26203
|
iconClassName = props.iconClassName,
|
|
26093
26204
|
testid = props.testid,
|
|
26094
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26205
|
+
otherProps = _objectWithoutProperties(props, _excluded$77);
|
|
26095
26206
|
return /*#__PURE__*/React.createElement("span", {
|
|
26096
26207
|
role: "img",
|
|
26097
26208
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26098
26209
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26099
|
-
children: loadingCircleStyle$
|
|
26210
|
+
children: loadingCircleStyle$77
|
|
26100
26211
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26101
26212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26102
26213
|
width: size,
|
|
@@ -26135,8 +26246,8 @@ Clock.defaultProps = {
|
|
|
26135
26246
|
size: '1em'
|
|
26136
26247
|
};
|
|
26137
26248
|
|
|
26138
|
-
var _excluded$
|
|
26139
|
-
var loadingCircleStyle$
|
|
26249
|
+
var _excluded$78 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26250
|
+
var loadingCircleStyle$78 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26140
26251
|
var Password = function Password(props) {
|
|
26141
26252
|
var color = props.color,
|
|
26142
26253
|
size = props.size,
|
|
@@ -26145,12 +26256,12 @@ var Password = function Password(props) {
|
|
|
26145
26256
|
className = props.className,
|
|
26146
26257
|
iconClassName = props.iconClassName,
|
|
26147
26258
|
testid = props.testid,
|
|
26148
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26259
|
+
otherProps = _objectWithoutProperties(props, _excluded$78);
|
|
26149
26260
|
return /*#__PURE__*/React.createElement("span", {
|
|
26150
26261
|
role: "img",
|
|
26151
26262
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26152
26263
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26153
|
-
children: loadingCircleStyle$
|
|
26264
|
+
children: loadingCircleStyle$78
|
|
26154
26265
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26155
26266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26156
26267
|
width: size,
|
|
@@ -26187,8 +26298,8 @@ Password.defaultProps = {
|
|
|
26187
26298
|
size: '1em'
|
|
26188
26299
|
};
|
|
26189
26300
|
|
|
26190
|
-
var _excluded$
|
|
26191
|
-
var loadingCircleStyle$
|
|
26301
|
+
var _excluded$79 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26302
|
+
var loadingCircleStyle$79 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26192
26303
|
var ResetPassword = function ResetPassword(props) {
|
|
26193
26304
|
var color = props.color,
|
|
26194
26305
|
size = props.size,
|
|
@@ -26197,12 +26308,12 @@ var ResetPassword = function ResetPassword(props) {
|
|
|
26197
26308
|
className = props.className,
|
|
26198
26309
|
iconClassName = props.iconClassName,
|
|
26199
26310
|
testid = props.testid,
|
|
26200
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26311
|
+
otherProps = _objectWithoutProperties(props, _excluded$79);
|
|
26201
26312
|
return /*#__PURE__*/React.createElement("span", {
|
|
26202
26313
|
role: "img",
|
|
26203
26314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26204
26315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26205
|
-
children: loadingCircleStyle$
|
|
26316
|
+
children: loadingCircleStyle$79
|
|
26206
26317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26207
26318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26208
26319
|
width: size,
|
|
@@ -26239,8 +26350,8 @@ ResetPassword.defaultProps = {
|
|
|
26239
26350
|
size: '1em'
|
|
26240
26351
|
};
|
|
26241
26352
|
|
|
26242
|
-
var _excluded$
|
|
26243
|
-
var loadingCircleStyle$
|
|
26353
|
+
var _excluded$7a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26354
|
+
var loadingCircleStyle$7a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26244
26355
|
var Private = function Private(props) {
|
|
26245
26356
|
var color = props.color,
|
|
26246
26357
|
size = props.size,
|
|
@@ -26249,12 +26360,12 @@ var Private = function Private(props) {
|
|
|
26249
26360
|
className = props.className,
|
|
26250
26361
|
iconClassName = props.iconClassName,
|
|
26251
26362
|
testid = props.testid,
|
|
26252
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26363
|
+
otherProps = _objectWithoutProperties(props, _excluded$7a);
|
|
26253
26364
|
return /*#__PURE__*/React.createElement("span", {
|
|
26254
26365
|
role: "img",
|
|
26255
26366
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26256
26367
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26257
|
-
children: loadingCircleStyle$
|
|
26368
|
+
children: loadingCircleStyle$7a
|
|
26258
26369
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26259
26370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26260
26371
|
width: size,
|
|
@@ -26291,8 +26402,8 @@ Private.defaultProps = {
|
|
|
26291
26402
|
size: '1em'
|
|
26292
26403
|
};
|
|
26293
26404
|
|
|
26294
|
-
var _excluded$
|
|
26295
|
-
var loadingCircleStyle$
|
|
26405
|
+
var _excluded$7b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26406
|
+
var loadingCircleStyle$7b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26296
26407
|
var Bell = function Bell(props) {
|
|
26297
26408
|
var color = props.color,
|
|
26298
26409
|
size = props.size,
|
|
@@ -26301,12 +26412,12 @@ var Bell = function Bell(props) {
|
|
|
26301
26412
|
className = props.className,
|
|
26302
26413
|
iconClassName = props.iconClassName,
|
|
26303
26414
|
testid = props.testid,
|
|
26304
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26415
|
+
otherProps = _objectWithoutProperties(props, _excluded$7b);
|
|
26305
26416
|
return /*#__PURE__*/React.createElement("span", {
|
|
26306
26417
|
role: "img",
|
|
26307
26418
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26308
26419
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26309
|
-
children: loadingCircleStyle$
|
|
26420
|
+
children: loadingCircleStyle$7b
|
|
26310
26421
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26311
26422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26312
26423
|
width: size,
|
|
@@ -26345,8 +26456,8 @@ Bell.defaultProps = {
|
|
|
26345
26456
|
size: '1em'
|
|
26346
26457
|
};
|
|
26347
26458
|
|
|
26348
|
-
var _excluded$
|
|
26349
|
-
var loadingCircleStyle$
|
|
26459
|
+
var _excluded$7c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26460
|
+
var loadingCircleStyle$7c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26350
26461
|
var Logout = function Logout(props) {
|
|
26351
26462
|
var color = props.color,
|
|
26352
26463
|
size = props.size,
|
|
@@ -26355,12 +26466,12 @@ var Logout = function Logout(props) {
|
|
|
26355
26466
|
className = props.className,
|
|
26356
26467
|
iconClassName = props.iconClassName,
|
|
26357
26468
|
testid = props.testid,
|
|
26358
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26469
|
+
otherProps = _objectWithoutProperties(props, _excluded$7c);
|
|
26359
26470
|
return /*#__PURE__*/React.createElement("span", {
|
|
26360
26471
|
role: "img",
|
|
26361
26472
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26362
26473
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26363
|
-
children: loadingCircleStyle$
|
|
26474
|
+
children: loadingCircleStyle$7c
|
|
26364
26475
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26365
26476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26366
26477
|
width: size,
|
|
@@ -26399,8 +26510,8 @@ Logout.defaultProps = {
|
|
|
26399
26510
|
size: '1em'
|
|
26400
26511
|
};
|
|
26401
26512
|
|
|
26402
|
-
var _excluded$
|
|
26403
|
-
var loadingCircleStyle$
|
|
26513
|
+
var _excluded$7d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26514
|
+
var loadingCircleStyle$7d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26404
26515
|
var Speed = function Speed(props) {
|
|
26405
26516
|
var color = props.color,
|
|
26406
26517
|
size = props.size,
|
|
@@ -26409,12 +26520,12 @@ var Speed = function Speed(props) {
|
|
|
26409
26520
|
className = props.className,
|
|
26410
26521
|
iconClassName = props.iconClassName,
|
|
26411
26522
|
testid = props.testid,
|
|
26412
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26523
|
+
otherProps = _objectWithoutProperties(props, _excluded$7d);
|
|
26413
26524
|
return /*#__PURE__*/React.createElement("span", {
|
|
26414
26525
|
role: "img",
|
|
26415
26526
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26416
26527
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26417
|
-
children: loadingCircleStyle$
|
|
26528
|
+
children: loadingCircleStyle$7d
|
|
26418
26529
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26419
26530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26420
26531
|
width: size,
|
|
@@ -26451,8 +26562,8 @@ Speed.defaultProps = {
|
|
|
26451
26562
|
size: '1em'
|
|
26452
26563
|
};
|
|
26453
26564
|
|
|
26454
|
-
var _excluded$
|
|
26455
|
-
var loadingCircleStyle$
|
|
26565
|
+
var _excluded$7e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26566
|
+
var loadingCircleStyle$7e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26456
26567
|
var Mfa = function Mfa(props) {
|
|
26457
26568
|
var color = props.color,
|
|
26458
26569
|
size = props.size,
|
|
@@ -26461,12 +26572,12 @@ var Mfa = function Mfa(props) {
|
|
|
26461
26572
|
className = props.className,
|
|
26462
26573
|
iconClassName = props.iconClassName,
|
|
26463
26574
|
testid = props.testid,
|
|
26464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26575
|
+
otherProps = _objectWithoutProperties(props, _excluded$7e);
|
|
26465
26576
|
return /*#__PURE__*/React.createElement("span", {
|
|
26466
26577
|
role: "img",
|
|
26467
26578
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26468
26579
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26469
|
-
children: loadingCircleStyle$
|
|
26580
|
+
children: loadingCircleStyle$7e
|
|
26470
26581
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26471
26582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26472
26583
|
width: size,
|
|
@@ -26503,8 +26614,8 @@ Mfa.defaultProps = {
|
|
|
26503
26614
|
size: '1em'
|
|
26504
26615
|
};
|
|
26505
26616
|
|
|
26506
|
-
var _excluded$
|
|
26507
|
-
var loadingCircleStyle$
|
|
26617
|
+
var _excluded$7f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26618
|
+
var loadingCircleStyle$7f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26508
26619
|
var Tracking = function Tracking(props) {
|
|
26509
26620
|
var color = props.color,
|
|
26510
26621
|
size = props.size,
|
|
@@ -26513,12 +26624,12 @@ var Tracking = function Tracking(props) {
|
|
|
26513
26624
|
className = props.className,
|
|
26514
26625
|
iconClassName = props.iconClassName,
|
|
26515
26626
|
testid = props.testid,
|
|
26516
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26627
|
+
otherProps = _objectWithoutProperties(props, _excluded$7f);
|
|
26517
26628
|
return /*#__PURE__*/React.createElement("span", {
|
|
26518
26629
|
role: "img",
|
|
26519
26630
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26520
26631
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26521
|
-
children: loadingCircleStyle$
|
|
26632
|
+
children: loadingCircleStyle$7f
|
|
26522
26633
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26523
26634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26524
26635
|
width: size,
|
|
@@ -26565,8 +26676,8 @@ Tracking.defaultProps = {
|
|
|
26565
26676
|
size: '1em'
|
|
26566
26677
|
};
|
|
26567
26678
|
|
|
26568
|
-
var _excluded$
|
|
26569
|
-
var loadingCircleStyle$
|
|
26679
|
+
var _excluded$7g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26680
|
+
var loadingCircleStyle$7g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26570
26681
|
var Forewarning = function Forewarning(props) {
|
|
26571
26682
|
var color = props.color,
|
|
26572
26683
|
size = props.size,
|
|
@@ -26575,12 +26686,12 @@ var Forewarning = function Forewarning(props) {
|
|
|
26575
26686
|
className = props.className,
|
|
26576
26687
|
iconClassName = props.iconClassName,
|
|
26577
26688
|
testid = props.testid,
|
|
26578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26689
|
+
otherProps = _objectWithoutProperties(props, _excluded$7g);
|
|
26579
26690
|
return /*#__PURE__*/React.createElement("span", {
|
|
26580
26691
|
role: "img",
|
|
26581
26692
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26582
26693
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26583
|
-
children: loadingCircleStyle$
|
|
26694
|
+
children: loadingCircleStyle$7g
|
|
26584
26695
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26585
26696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26586
26697
|
width: size,
|
|
@@ -26621,8 +26732,8 @@ Forewarning.defaultProps = {
|
|
|
26621
26732
|
size: '1em'
|
|
26622
26733
|
};
|
|
26623
26734
|
|
|
26624
|
-
var _excluded$
|
|
26625
|
-
var loadingCircleStyle$
|
|
26735
|
+
var _excluded$7h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26736
|
+
var loadingCircleStyle$7h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26626
26737
|
var SystemMgr = function SystemMgr(props) {
|
|
26627
26738
|
var color = props.color,
|
|
26628
26739
|
size = props.size,
|
|
@@ -26631,12 +26742,12 @@ var SystemMgr = function SystemMgr(props) {
|
|
|
26631
26742
|
className = props.className,
|
|
26632
26743
|
iconClassName = props.iconClassName,
|
|
26633
26744
|
testid = props.testid,
|
|
26634
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26745
|
+
otherProps = _objectWithoutProperties(props, _excluded$7h);
|
|
26635
26746
|
return /*#__PURE__*/React.createElement("span", {
|
|
26636
26747
|
role: "img",
|
|
26637
26748
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26638
26749
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26639
|
-
children: loadingCircleStyle$
|
|
26750
|
+
children: loadingCircleStyle$7h
|
|
26640
26751
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26641
26752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26642
26753
|
width: size,
|
|
@@ -26677,8 +26788,8 @@ SystemMgr.defaultProps = {
|
|
|
26677
26788
|
size: '1em'
|
|
26678
26789
|
};
|
|
26679
26790
|
|
|
26680
|
-
var _excluded$
|
|
26681
|
-
var loadingCircleStyle$
|
|
26791
|
+
var _excluded$7i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26792
|
+
var loadingCircleStyle$7i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26682
26793
|
var Pattern = function Pattern(props) {
|
|
26683
26794
|
var color = props.color,
|
|
26684
26795
|
size = props.size,
|
|
@@ -26687,12 +26798,12 @@ var Pattern = function Pattern(props) {
|
|
|
26687
26798
|
className = props.className,
|
|
26688
26799
|
iconClassName = props.iconClassName,
|
|
26689
26800
|
testid = props.testid,
|
|
26690
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26801
|
+
otherProps = _objectWithoutProperties(props, _excluded$7i);
|
|
26691
26802
|
return /*#__PURE__*/React.createElement("span", {
|
|
26692
26803
|
role: "img",
|
|
26693
26804
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26694
26805
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26695
|
-
children: loadingCircleStyle$
|
|
26806
|
+
children: loadingCircleStyle$7i
|
|
26696
26807
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26697
26808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26698
26809
|
width: size,
|
|
@@ -26737,8 +26848,8 @@ Pattern.defaultProps = {
|
|
|
26737
26848
|
size: '1em'
|
|
26738
26849
|
};
|
|
26739
26850
|
|
|
26740
|
-
var _excluded$
|
|
26741
|
-
var loadingCircleStyle$
|
|
26851
|
+
var _excluded$7j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26852
|
+
var loadingCircleStyle$7j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26742
26853
|
var Debug = function Debug(props) {
|
|
26743
26854
|
var color = props.color,
|
|
26744
26855
|
size = props.size,
|
|
@@ -26747,12 +26858,12 @@ var Debug = function Debug(props) {
|
|
|
26747
26858
|
className = props.className,
|
|
26748
26859
|
iconClassName = props.iconClassName,
|
|
26749
26860
|
testid = props.testid,
|
|
26750
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26861
|
+
otherProps = _objectWithoutProperties(props, _excluded$7j);
|
|
26751
26862
|
return /*#__PURE__*/React.createElement("span", {
|
|
26752
26863
|
role: "img",
|
|
26753
26864
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26754
26865
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26755
|
-
children: loadingCircleStyle$
|
|
26866
|
+
children: loadingCircleStyle$7j
|
|
26756
26867
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26757
26868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26758
26869
|
width: size,
|
|
@@ -26789,8 +26900,8 @@ Debug.defaultProps = {
|
|
|
26789
26900
|
size: '1em'
|
|
26790
26901
|
};
|
|
26791
26902
|
|
|
26792
|
-
var _excluded$
|
|
26793
|
-
var loadingCircleStyle$
|
|
26903
|
+
var _excluded$7k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26904
|
+
var loadingCircleStyle$7k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26794
26905
|
var Live = function Live(props) {
|
|
26795
26906
|
var color = props.color,
|
|
26796
26907
|
size = props.size,
|
|
@@ -26799,12 +26910,12 @@ var Live = function Live(props) {
|
|
|
26799
26910
|
className = props.className,
|
|
26800
26911
|
iconClassName = props.iconClassName,
|
|
26801
26912
|
testid = props.testid,
|
|
26802
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26913
|
+
otherProps = _objectWithoutProperties(props, _excluded$7k);
|
|
26803
26914
|
return /*#__PURE__*/React.createElement("span", {
|
|
26804
26915
|
role: "img",
|
|
26805
26916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26806
26917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26807
|
-
children: loadingCircleStyle$
|
|
26918
|
+
children: loadingCircleStyle$7k
|
|
26808
26919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26809
26920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26810
26921
|
width: size,
|
|
@@ -26841,8 +26952,8 @@ Live.defaultProps = {
|
|
|
26841
26952
|
size: '1em'
|
|
26842
26953
|
};
|
|
26843
26954
|
|
|
26844
|
-
var _excluded$
|
|
26845
|
-
var loadingCircleStyle$
|
|
26955
|
+
var _excluded$7l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26956
|
+
var loadingCircleStyle$7l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26846
26957
|
var Plug = function Plug(props) {
|
|
26847
26958
|
var color = props.color,
|
|
26848
26959
|
size = props.size,
|
|
@@ -26851,12 +26962,12 @@ var Plug = function Plug(props) {
|
|
|
26851
26962
|
className = props.className,
|
|
26852
26963
|
iconClassName = props.iconClassName,
|
|
26853
26964
|
testid = props.testid,
|
|
26854
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26965
|
+
otherProps = _objectWithoutProperties(props, _excluded$7l);
|
|
26855
26966
|
return /*#__PURE__*/React.createElement("span", {
|
|
26856
26967
|
role: "img",
|
|
26857
26968
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26858
26969
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26859
|
-
children: loadingCircleStyle$
|
|
26970
|
+
children: loadingCircleStyle$7l
|
|
26860
26971
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26861
26972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26862
26973
|
width: size,
|
|
@@ -26893,8 +27004,8 @@ Plug.defaultProps = {
|
|
|
26893
27004
|
size: '1em'
|
|
26894
27005
|
};
|
|
26895
27006
|
|
|
26896
|
-
var _excluded$
|
|
26897
|
-
var loadingCircleStyle$
|
|
27007
|
+
var _excluded$7m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27008
|
+
var loadingCircleStyle$7m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26898
27009
|
var Application = function Application(props) {
|
|
26899
27010
|
var color = props.color,
|
|
26900
27011
|
size = props.size,
|
|
@@ -26903,12 +27014,12 @@ var Application = function Application(props) {
|
|
|
26903
27014
|
className = props.className,
|
|
26904
27015
|
iconClassName = props.iconClassName,
|
|
26905
27016
|
testid = props.testid,
|
|
26906
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27017
|
+
otherProps = _objectWithoutProperties(props, _excluded$7m);
|
|
26907
27018
|
return /*#__PURE__*/React.createElement("span", {
|
|
26908
27019
|
role: "img",
|
|
26909
27020
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26910
27021
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26911
|
-
children: loadingCircleStyle$
|
|
27022
|
+
children: loadingCircleStyle$7m
|
|
26912
27023
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26913
27024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26914
27025
|
width: size,
|
|
@@ -26955,8 +27066,8 @@ Application.defaultProps = {
|
|
|
26955
27066
|
size: '1em'
|
|
26956
27067
|
};
|
|
26957
27068
|
|
|
26958
|
-
var _excluded$
|
|
26959
|
-
var loadingCircleStyle$
|
|
27069
|
+
var _excluded$7n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27070
|
+
var loadingCircleStyle$7n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26960
27071
|
var Gift = function Gift(props) {
|
|
26961
27072
|
var color = props.color,
|
|
26962
27073
|
size = props.size,
|
|
@@ -26965,12 +27076,12 @@ var Gift = function Gift(props) {
|
|
|
26965
27076
|
className = props.className,
|
|
26966
27077
|
iconClassName = props.iconClassName,
|
|
26967
27078
|
testid = props.testid,
|
|
26968
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27079
|
+
otherProps = _objectWithoutProperties(props, _excluded$7n);
|
|
26969
27080
|
return /*#__PURE__*/React.createElement("span", {
|
|
26970
27081
|
role: "img",
|
|
26971
27082
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26972
27083
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26973
|
-
children: loadingCircleStyle$
|
|
27084
|
+
children: loadingCircleStyle$7n
|
|
26974
27085
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26975
27086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26976
27087
|
width: size,
|
|
@@ -27007,8 +27118,8 @@ Gift.defaultProps = {
|
|
|
27007
27118
|
size: '1em'
|
|
27008
27119
|
};
|
|
27009
27120
|
|
|
27010
|
-
var _excluded$
|
|
27011
|
-
var loadingCircleStyle$
|
|
27121
|
+
var _excluded$7o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27122
|
+
var loadingCircleStyle$7o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27012
27123
|
var Tips = function Tips(props) {
|
|
27013
27124
|
var color = props.color,
|
|
27014
27125
|
size = props.size,
|
|
@@ -27017,12 +27128,12 @@ var Tips = function Tips(props) {
|
|
|
27017
27128
|
className = props.className,
|
|
27018
27129
|
iconClassName = props.iconClassName,
|
|
27019
27130
|
testid = props.testid,
|
|
27020
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27131
|
+
otherProps = _objectWithoutProperties(props, _excluded$7o);
|
|
27021
27132
|
return /*#__PURE__*/React.createElement("span", {
|
|
27022
27133
|
role: "img",
|
|
27023
27134
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27024
27135
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27025
|
-
children: loadingCircleStyle$
|
|
27136
|
+
children: loadingCircleStyle$7o
|
|
27026
27137
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27027
27138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27028
27139
|
width: size,
|
|
@@ -27061,8 +27172,8 @@ Tips.defaultProps = {
|
|
|
27061
27172
|
size: '1em'
|
|
27062
27173
|
};
|
|
27063
27174
|
|
|
27064
|
-
var _excluded$
|
|
27065
|
-
var loadingCircleStyle$
|
|
27175
|
+
var _excluded$7p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27176
|
+
var loadingCircleStyle$7p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27066
27177
|
var Usb = function Usb(props) {
|
|
27067
27178
|
var color = props.color,
|
|
27068
27179
|
size = props.size,
|
|
@@ -27071,12 +27182,12 @@ var Usb = function Usb(props) {
|
|
|
27071
27182
|
className = props.className,
|
|
27072
27183
|
iconClassName = props.iconClassName,
|
|
27073
27184
|
testid = props.testid,
|
|
27074
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27185
|
+
otherProps = _objectWithoutProperties(props, _excluded$7p);
|
|
27075
27186
|
return /*#__PURE__*/React.createElement("span", {
|
|
27076
27187
|
role: "img",
|
|
27077
27188
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27078
27189
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27079
|
-
children: loadingCircleStyle$
|
|
27190
|
+
children: loadingCircleStyle$7p
|
|
27080
27191
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27081
27192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27082
27193
|
width: size,
|
|
@@ -27113,8 +27224,8 @@ Usb.defaultProps = {
|
|
|
27113
27224
|
size: '1em'
|
|
27114
27225
|
};
|
|
27115
27226
|
|
|
27116
|
-
var _excluded$
|
|
27117
|
-
var loadingCircleStyle$
|
|
27227
|
+
var _excluded$7q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27228
|
+
var loadingCircleStyle$7q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27118
27229
|
var Location = function Location(props) {
|
|
27119
27230
|
var color = props.color,
|
|
27120
27231
|
size = props.size,
|
|
@@ -27123,12 +27234,12 @@ var Location = function Location(props) {
|
|
|
27123
27234
|
className = props.className,
|
|
27124
27235
|
iconClassName = props.iconClassName,
|
|
27125
27236
|
testid = props.testid,
|
|
27126
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27237
|
+
otherProps = _objectWithoutProperties(props, _excluded$7q);
|
|
27127
27238
|
return /*#__PURE__*/React.createElement("span", {
|
|
27128
27239
|
role: "img",
|
|
27129
27240
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27130
27241
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27131
|
-
children: loadingCircleStyle$
|
|
27242
|
+
children: loadingCircleStyle$7q
|
|
27132
27243
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27133
27244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27134
27245
|
width: size,
|
|
@@ -27169,8 +27280,8 @@ Location.defaultProps = {
|
|
|
27169
27280
|
size: '1em'
|
|
27170
27281
|
};
|
|
27171
27282
|
|
|
27172
|
-
var _excluded$
|
|
27173
|
-
var loadingCircleStyle$
|
|
27283
|
+
var _excluded$7r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27284
|
+
var loadingCircleStyle$7r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27174
27285
|
var ShieldCheck = function ShieldCheck(props) {
|
|
27175
27286
|
var color = props.color,
|
|
27176
27287
|
size = props.size,
|
|
@@ -27179,12 +27290,12 @@ var ShieldCheck = function ShieldCheck(props) {
|
|
|
27179
27290
|
className = props.className,
|
|
27180
27291
|
iconClassName = props.iconClassName,
|
|
27181
27292
|
testid = props.testid,
|
|
27182
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27293
|
+
otherProps = _objectWithoutProperties(props, _excluded$7r);
|
|
27183
27294
|
return /*#__PURE__*/React.createElement("span", {
|
|
27184
27295
|
role: "img",
|
|
27185
27296
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27186
27297
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27187
|
-
children: loadingCircleStyle$
|
|
27298
|
+
children: loadingCircleStyle$7r
|
|
27188
27299
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27189
27300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27190
27301
|
width: size,
|
|
@@ -27221,8 +27332,8 @@ ShieldCheck.defaultProps = {
|
|
|
27221
27332
|
size: '1em'
|
|
27222
27333
|
};
|
|
27223
27334
|
|
|
27224
|
-
var _excluded$
|
|
27225
|
-
var loadingCircleStyle$
|
|
27335
|
+
var _excluded$7s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27336
|
+
var loadingCircleStyle$7s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27226
27337
|
var ShieldCross = function ShieldCross(props) {
|
|
27227
27338
|
var color = props.color,
|
|
27228
27339
|
size = props.size,
|
|
@@ -27231,12 +27342,12 @@ var ShieldCross = function ShieldCross(props) {
|
|
|
27231
27342
|
className = props.className,
|
|
27232
27343
|
iconClassName = props.iconClassName,
|
|
27233
27344
|
testid = props.testid,
|
|
27234
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27345
|
+
otherProps = _objectWithoutProperties(props, _excluded$7s);
|
|
27235
27346
|
return /*#__PURE__*/React.createElement("span", {
|
|
27236
27347
|
role: "img",
|
|
27237
27348
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27238
27349
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27239
|
-
children: loadingCircleStyle$
|
|
27350
|
+
children: loadingCircleStyle$7s
|
|
27240
27351
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27241
27352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27242
27353
|
width: size,
|
|
@@ -27273,8 +27384,8 @@ ShieldCross.defaultProps = {
|
|
|
27273
27384
|
size: '1em'
|
|
27274
27385
|
};
|
|
27275
27386
|
|
|
27276
|
-
var _excluded$
|
|
27277
|
-
var loadingCircleStyle$
|
|
27387
|
+
var _excluded$7t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27388
|
+
var loadingCircleStyle$7t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27278
27389
|
var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
27279
27390
|
var color = props.color,
|
|
27280
27391
|
size = props.size,
|
|
@@ -27283,12 +27394,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
|
27283
27394
|
className = props.className,
|
|
27284
27395
|
iconClassName = props.iconClassName,
|
|
27285
27396
|
testid = props.testid,
|
|
27286
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27397
|
+
otherProps = _objectWithoutProperties(props, _excluded$7t);
|
|
27287
27398
|
return /*#__PURE__*/React.createElement("span", {
|
|
27288
27399
|
role: "img",
|
|
27289
27400
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27290
27401
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27291
|
-
children: loadingCircleStyle$
|
|
27402
|
+
children: loadingCircleStyle$7t
|
|
27292
27403
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27293
27404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27294
27405
|
width: size,
|
|
@@ -27325,8 +27436,8 @@ ShieldKeyhole.defaultProps = {
|
|
|
27325
27436
|
size: '1em'
|
|
27326
27437
|
};
|
|
27327
27438
|
|
|
27328
|
-
var _excluded$
|
|
27329
|
-
var loadingCircleStyle$
|
|
27439
|
+
var _excluded$7u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27440
|
+
var loadingCircleStyle$7u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27330
27441
|
var Bell2Fill = function Bell2Fill(props) {
|
|
27331
27442
|
var color = props.color,
|
|
27332
27443
|
size = props.size,
|
|
@@ -27335,12 +27446,12 @@ var Bell2Fill = function Bell2Fill(props) {
|
|
|
27335
27446
|
className = props.className,
|
|
27336
27447
|
iconClassName = props.iconClassName,
|
|
27337
27448
|
testid = props.testid,
|
|
27338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27449
|
+
otherProps = _objectWithoutProperties(props, _excluded$7u);
|
|
27339
27450
|
return /*#__PURE__*/React.createElement("span", {
|
|
27340
27451
|
role: "img",
|
|
27341
27452
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27342
27453
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27343
|
-
children: loadingCircleStyle$
|
|
27454
|
+
children: loadingCircleStyle$7u
|
|
27344
27455
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27345
27456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27346
27457
|
width: size,
|
|
@@ -27377,8 +27488,8 @@ Bell2Fill.defaultProps = {
|
|
|
27377
27488
|
size: '1em'
|
|
27378
27489
|
};
|
|
27379
27490
|
|
|
27380
|
-
var _excluded$
|
|
27381
|
-
var loadingCircleStyle$
|
|
27491
|
+
var _excluded$7v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27492
|
+
var loadingCircleStyle$7v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27382
27493
|
var Box = function Box(props) {
|
|
27383
27494
|
var color = props.color,
|
|
27384
27495
|
size = props.size,
|
|
@@ -27387,12 +27498,12 @@ var Box = function Box(props) {
|
|
|
27387
27498
|
className = props.className,
|
|
27388
27499
|
iconClassName = props.iconClassName,
|
|
27389
27500
|
testid = props.testid,
|
|
27390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27501
|
+
otherProps = _objectWithoutProperties(props, _excluded$7v);
|
|
27391
27502
|
return /*#__PURE__*/React.createElement("span", {
|
|
27392
27503
|
role: "img",
|
|
27393
27504
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27394
27505
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27395
|
-
children: loadingCircleStyle$
|
|
27506
|
+
children: loadingCircleStyle$7v
|
|
27396
27507
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27397
27508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27398
27509
|
width: size,
|
|
@@ -27429,8 +27540,8 @@ Box.defaultProps = {
|
|
|
27429
27540
|
size: '1em'
|
|
27430
27541
|
};
|
|
27431
27542
|
|
|
27432
|
-
var _excluded$
|
|
27433
|
-
var loadingCircleStyle$
|
|
27543
|
+
var _excluded$7w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27544
|
+
var loadingCircleStyle$7w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27434
27545
|
var ShutDown = function ShutDown(props) {
|
|
27435
27546
|
var color = props.color,
|
|
27436
27547
|
size = props.size,
|
|
@@ -27439,12 +27550,12 @@ var ShutDown = function ShutDown(props) {
|
|
|
27439
27550
|
className = props.className,
|
|
27440
27551
|
iconClassName = props.iconClassName,
|
|
27441
27552
|
testid = props.testid,
|
|
27442
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27553
|
+
otherProps = _objectWithoutProperties(props, _excluded$7w);
|
|
27443
27554
|
return /*#__PURE__*/React.createElement("span", {
|
|
27444
27555
|
role: "img",
|
|
27445
27556
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27446
27557
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27447
|
-
children: loadingCircleStyle$
|
|
27558
|
+
children: loadingCircleStyle$7w
|
|
27448
27559
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27449
27560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27450
27561
|
width: size,
|
|
@@ -27481,8 +27592,8 @@ ShutDown.defaultProps = {
|
|
|
27481
27592
|
size: '1em'
|
|
27482
27593
|
};
|
|
27483
27594
|
|
|
27484
|
-
var _excluded$
|
|
27485
|
-
var loadingCircleStyle$
|
|
27595
|
+
var _excluded$7x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27596
|
+
var loadingCircleStyle$7x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27486
27597
|
var Database = function Database(props) {
|
|
27487
27598
|
var color = props.color,
|
|
27488
27599
|
size = props.size,
|
|
@@ -27491,12 +27602,12 @@ var Database = function Database(props) {
|
|
|
27491
27602
|
className = props.className,
|
|
27492
27603
|
iconClassName = props.iconClassName,
|
|
27493
27604
|
testid = props.testid,
|
|
27494
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27605
|
+
otherProps = _objectWithoutProperties(props, _excluded$7x);
|
|
27495
27606
|
return /*#__PURE__*/React.createElement("span", {
|
|
27496
27607
|
role: "img",
|
|
27497
27608
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27498
27609
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27499
|
-
children: loadingCircleStyle$
|
|
27610
|
+
children: loadingCircleStyle$7x
|
|
27500
27611
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27501
27612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27502
27613
|
width: size,
|
|
@@ -27533,8 +27644,8 @@ Database.defaultProps = {
|
|
|
27533
27644
|
size: '1em'
|
|
27534
27645
|
};
|
|
27535
27646
|
|
|
27536
|
-
var _excluded$
|
|
27537
|
-
var loadingCircleStyle$
|
|
27647
|
+
var _excluded$7y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27648
|
+
var loadingCircleStyle$7y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27538
27649
|
var Terminal = function Terminal(props) {
|
|
27539
27650
|
var color = props.color,
|
|
27540
27651
|
size = props.size,
|
|
@@ -27543,12 +27654,12 @@ var Terminal = function Terminal(props) {
|
|
|
27543
27654
|
className = props.className,
|
|
27544
27655
|
iconClassName = props.iconClassName,
|
|
27545
27656
|
testid = props.testid,
|
|
27546
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27657
|
+
otherProps = _objectWithoutProperties(props, _excluded$7y);
|
|
27547
27658
|
return /*#__PURE__*/React.createElement("span", {
|
|
27548
27659
|
role: "img",
|
|
27549
27660
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27550
27661
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27551
|
-
children: loadingCircleStyle$
|
|
27662
|
+
children: loadingCircleStyle$7y
|
|
27552
27663
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27553
27664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27554
27665
|
width: size,
|
|
@@ -27585,8 +27696,8 @@ Terminal.defaultProps = {
|
|
|
27585
27696
|
size: '1em'
|
|
27586
27697
|
};
|
|
27587
27698
|
|
|
27588
|
-
var _excluded$
|
|
27589
|
-
var loadingCircleStyle$
|
|
27699
|
+
var _excluded$7z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27700
|
+
var loadingCircleStyle$7z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27590
27701
|
var SatelliteDish = function SatelliteDish(props) {
|
|
27591
27702
|
var color = props.color,
|
|
27592
27703
|
size = props.size,
|
|
@@ -27595,12 +27706,12 @@ var SatelliteDish = function SatelliteDish(props) {
|
|
|
27595
27706
|
className = props.className,
|
|
27596
27707
|
iconClassName = props.iconClassName,
|
|
27597
27708
|
testid = props.testid,
|
|
27598
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27709
|
+
otherProps = _objectWithoutProperties(props, _excluded$7z);
|
|
27599
27710
|
return /*#__PURE__*/React.createElement("span", {
|
|
27600
27711
|
role: "img",
|
|
27601
27712
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27602
27713
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27603
|
-
children: loadingCircleStyle$
|
|
27714
|
+
children: loadingCircleStyle$7z
|
|
27604
27715
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27605
27716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27606
27717
|
width: size,
|
|
@@ -27980,6 +28091,8 @@ exports.TaPattern = Pattern;
|
|
|
27980
28091
|
exports.TaPause2 = Pause2;
|
|
27981
28092
|
exports.TaPauseCircle = PauseCircle;
|
|
27982
28093
|
exports.TaPin = Pin;
|
|
28094
|
+
exports.TaPin2 = Pin2;
|
|
28095
|
+
exports.TaPin2Fill = Pin2Fill;
|
|
27983
28096
|
exports.TaPinUnsave = PinUnsave;
|
|
27984
28097
|
exports.TaPinch = Pinch;
|
|
27985
28098
|
exports.TaPlay = Play;
|