@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.esm.js
CHANGED
|
@@ -23483,7 +23483,7 @@ OfflineSync.defaultProps = {
|
|
|
23483
23483
|
|
|
23484
23484
|
var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23485
23485
|
var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23486
|
-
var
|
|
23486
|
+
var Pin2 = function Pin2(props) {
|
|
23487
23487
|
var color = props.color,
|
|
23488
23488
|
size = props.size,
|
|
23489
23489
|
spin = props.spin,
|
|
@@ -23516,6 +23516,117 @@ var Info = function Info(props) {
|
|
|
23516
23516
|
width: "24",
|
|
23517
23517
|
height: "24",
|
|
23518
23518
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23519
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
23520
|
+
clipPath: "url(#clip0_9610_29)"
|
|
23521
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23522
|
+
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"
|
|
23523
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
23524
|
+
id: "clip0_9610_29"
|
|
23525
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
23526
|
+
width: "24",
|
|
23527
|
+
height: "24"
|
|
23528
|
+
}))))));
|
|
23529
|
+
};
|
|
23530
|
+
Pin2.propTypes = {
|
|
23531
|
+
iconClassName: PropTypes.string,
|
|
23532
|
+
spin: PropTypes.bool,
|
|
23533
|
+
color: PropTypes.string,
|
|
23534
|
+
testid: PropTypes.string,
|
|
23535
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23536
|
+
};
|
|
23537
|
+
Pin2.defaultProps = {
|
|
23538
|
+
spin: false,
|
|
23539
|
+
color: 'currentColor',
|
|
23540
|
+
size: '1em'
|
|
23541
|
+
};
|
|
23542
|
+
|
|
23543
|
+
var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23544
|
+
var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23545
|
+
var Pin2Fill = function Pin2Fill(props) {
|
|
23546
|
+
var color = props.color,
|
|
23547
|
+
size = props.size,
|
|
23548
|
+
spin = props.spin,
|
|
23549
|
+
style = props.style,
|
|
23550
|
+
className = props.className,
|
|
23551
|
+
iconClassName = props.iconClassName,
|
|
23552
|
+
testid = props.testid,
|
|
23553
|
+
otherProps = _objectWithoutProperties(props, _excluded$6l);
|
|
23554
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23555
|
+
role: "img",
|
|
23556
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23557
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
23558
|
+
children: loadingCircleStyle$6l
|
|
23559
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23560
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23561
|
+
width: size,
|
|
23562
|
+
height: size,
|
|
23563
|
+
viewBox: "0 0 24 24",
|
|
23564
|
+
fill: color
|
|
23565
|
+
}, otherProps, {
|
|
23566
|
+
className: iconClassName,
|
|
23567
|
+
"data-testid": testid,
|
|
23568
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
23569
|
+
animationDuration: '1s',
|
|
23570
|
+
animationIterationCount: 'infinite',
|
|
23571
|
+
animationName: 'loadingCircle',
|
|
23572
|
+
animationTimingFunction: 'linear'
|
|
23573
|
+
} : {})
|
|
23574
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
23575
|
+
width: "24",
|
|
23576
|
+
height: "24",
|
|
23577
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23578
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23579
|
+
d: "M18 5V3H6v2h1v6l-2 3v2h6v7h2v-7h6v-2l-2-3V5h1z"
|
|
23580
|
+
}))));
|
|
23581
|
+
};
|
|
23582
|
+
Pin2Fill.propTypes = {
|
|
23583
|
+
iconClassName: PropTypes.string,
|
|
23584
|
+
spin: PropTypes.bool,
|
|
23585
|
+
color: PropTypes.string,
|
|
23586
|
+
testid: PropTypes.string,
|
|
23587
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23588
|
+
};
|
|
23589
|
+
Pin2Fill.defaultProps = {
|
|
23590
|
+
spin: false,
|
|
23591
|
+
color: 'currentColor',
|
|
23592
|
+
size: '1em'
|
|
23593
|
+
};
|
|
23594
|
+
|
|
23595
|
+
var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23596
|
+
var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23597
|
+
var Info = function Info(props) {
|
|
23598
|
+
var color = props.color,
|
|
23599
|
+
size = props.size,
|
|
23600
|
+
spin = props.spin,
|
|
23601
|
+
style = props.style,
|
|
23602
|
+
className = props.className,
|
|
23603
|
+
iconClassName = props.iconClassName,
|
|
23604
|
+
testid = props.testid,
|
|
23605
|
+
otherProps = _objectWithoutProperties(props, _excluded$6m);
|
|
23606
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23607
|
+
role: "img",
|
|
23608
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23609
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
23610
|
+
children: loadingCircleStyle$6m
|
|
23611
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23612
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23613
|
+
width: size,
|
|
23614
|
+
height: size,
|
|
23615
|
+
viewBox: "0 0 24 24",
|
|
23616
|
+
fill: color
|
|
23617
|
+
}, otherProps, {
|
|
23618
|
+
className: iconClassName,
|
|
23619
|
+
"data-testid": testid,
|
|
23620
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
23621
|
+
animationDuration: '1s',
|
|
23622
|
+
animationIterationCount: 'infinite',
|
|
23623
|
+
animationName: 'loadingCircle',
|
|
23624
|
+
animationTimingFunction: 'linear'
|
|
23625
|
+
} : {})
|
|
23626
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
23627
|
+
width: "24",
|
|
23628
|
+
height: "24",
|
|
23629
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23519
23630
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23520
23631
|
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"
|
|
23521
23632
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -23537,8 +23648,8 @@ Info.defaultProps = {
|
|
|
23537
23648
|
size: '1em'
|
|
23538
23649
|
};
|
|
23539
23650
|
|
|
23540
|
-
var _excluded$
|
|
23541
|
-
var loadingCircleStyle$
|
|
23651
|
+
var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23652
|
+
var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23542
23653
|
var InfoFill = function InfoFill(props) {
|
|
23543
23654
|
var color = props.color,
|
|
23544
23655
|
size = props.size,
|
|
@@ -23547,12 +23658,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
23547
23658
|
className = props.className,
|
|
23548
23659
|
iconClassName = props.iconClassName,
|
|
23549
23660
|
testid = props.testid,
|
|
23550
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23661
|
+
otherProps = _objectWithoutProperties(props, _excluded$6n);
|
|
23551
23662
|
return /*#__PURE__*/React.createElement("span", {
|
|
23552
23663
|
role: "img",
|
|
23553
23664
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23554
23665
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23555
|
-
children: loadingCircleStyle$
|
|
23666
|
+
children: loadingCircleStyle$6n
|
|
23556
23667
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23557
23668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23558
23669
|
width: size,
|
|
@@ -23589,8 +23700,8 @@ InfoFill.defaultProps = {
|
|
|
23589
23700
|
size: '1em'
|
|
23590
23701
|
};
|
|
23591
23702
|
|
|
23592
|
-
var _excluded$
|
|
23593
|
-
var loadingCircleStyle$
|
|
23703
|
+
var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23704
|
+
var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23594
23705
|
var Help = function Help(props) {
|
|
23595
23706
|
var color = props.color,
|
|
23596
23707
|
size = props.size,
|
|
@@ -23599,12 +23710,12 @@ var Help = function Help(props) {
|
|
|
23599
23710
|
className = props.className,
|
|
23600
23711
|
iconClassName = props.iconClassName,
|
|
23601
23712
|
testid = props.testid,
|
|
23602
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23713
|
+
otherProps = _objectWithoutProperties(props, _excluded$6o);
|
|
23603
23714
|
return /*#__PURE__*/React.createElement("span", {
|
|
23604
23715
|
role: "img",
|
|
23605
23716
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23606
23717
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23607
|
-
children: loadingCircleStyle$
|
|
23718
|
+
children: loadingCircleStyle$6o
|
|
23608
23719
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23609
23720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23610
23721
|
width: size,
|
|
@@ -23641,8 +23752,8 @@ Help.defaultProps = {
|
|
|
23641
23752
|
size: '1em'
|
|
23642
23753
|
};
|
|
23643
23754
|
|
|
23644
|
-
var _excluded$
|
|
23645
|
-
var loadingCircleStyle$
|
|
23755
|
+
var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23756
|
+
var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23646
23757
|
var History = function History(props) {
|
|
23647
23758
|
var color = props.color,
|
|
23648
23759
|
size = props.size,
|
|
@@ -23651,12 +23762,12 @@ var History = function History(props) {
|
|
|
23651
23762
|
className = props.className,
|
|
23652
23763
|
iconClassName = props.iconClassName,
|
|
23653
23764
|
testid = props.testid,
|
|
23654
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23765
|
+
otherProps = _objectWithoutProperties(props, _excluded$6p);
|
|
23655
23766
|
return /*#__PURE__*/React.createElement("span", {
|
|
23656
23767
|
role: "img",
|
|
23657
23768
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23658
23769
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23659
|
-
children: loadingCircleStyle$
|
|
23770
|
+
children: loadingCircleStyle$6p
|
|
23660
23771
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23661
23772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23662
23773
|
width: size,
|
|
@@ -23693,8 +23804,8 @@ History.defaultProps = {
|
|
|
23693
23804
|
size: '1em'
|
|
23694
23805
|
};
|
|
23695
23806
|
|
|
23696
|
-
var _excluded$
|
|
23697
|
-
var loadingCircleStyle$
|
|
23807
|
+
var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23808
|
+
var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23698
23809
|
var Backup = function Backup(props) {
|
|
23699
23810
|
var color = props.color,
|
|
23700
23811
|
size = props.size,
|
|
@@ -23703,12 +23814,12 @@ var Backup = function Backup(props) {
|
|
|
23703
23814
|
className = props.className,
|
|
23704
23815
|
iconClassName = props.iconClassName,
|
|
23705
23816
|
testid = props.testid,
|
|
23706
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23817
|
+
otherProps = _objectWithoutProperties(props, _excluded$6q);
|
|
23707
23818
|
return /*#__PURE__*/React.createElement("span", {
|
|
23708
23819
|
role: "img",
|
|
23709
23820
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23710
23821
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23711
|
-
children: loadingCircleStyle$
|
|
23822
|
+
children: loadingCircleStyle$6q
|
|
23712
23823
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23713
23824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23714
23825
|
width: size,
|
|
@@ -23747,8 +23858,8 @@ Backup.defaultProps = {
|
|
|
23747
23858
|
size: '1em'
|
|
23748
23859
|
};
|
|
23749
23860
|
|
|
23750
|
-
var _excluded$
|
|
23751
|
-
var loadingCircleStyle$
|
|
23861
|
+
var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23862
|
+
var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23752
23863
|
var Error = function Error(props) {
|
|
23753
23864
|
var color = props.color,
|
|
23754
23865
|
size = props.size,
|
|
@@ -23757,12 +23868,12 @@ var Error = function Error(props) {
|
|
|
23757
23868
|
className = props.className,
|
|
23758
23869
|
iconClassName = props.iconClassName,
|
|
23759
23870
|
testid = props.testid,
|
|
23760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23871
|
+
otherProps = _objectWithoutProperties(props, _excluded$6r);
|
|
23761
23872
|
return /*#__PURE__*/React.createElement("span", {
|
|
23762
23873
|
role: "img",
|
|
23763
23874
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23764
23875
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23765
|
-
children: loadingCircleStyle$
|
|
23876
|
+
children: loadingCircleStyle$6r
|
|
23766
23877
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23767
23878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23768
23879
|
width: size,
|
|
@@ -23803,8 +23914,8 @@ Error.defaultProps = {
|
|
|
23803
23914
|
size: '1em'
|
|
23804
23915
|
};
|
|
23805
23916
|
|
|
23806
|
-
var _excluded$
|
|
23807
|
-
var loadingCircleStyle$
|
|
23917
|
+
var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23918
|
+
var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23808
23919
|
var ErrorFill = function ErrorFill(props) {
|
|
23809
23920
|
var color = props.color,
|
|
23810
23921
|
size = props.size,
|
|
@@ -23813,12 +23924,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
23813
23924
|
className = props.className,
|
|
23814
23925
|
iconClassName = props.iconClassName,
|
|
23815
23926
|
testid = props.testid,
|
|
23816
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23927
|
+
otherProps = _objectWithoutProperties(props, _excluded$6s);
|
|
23817
23928
|
return /*#__PURE__*/React.createElement("span", {
|
|
23818
23929
|
role: "img",
|
|
23819
23930
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23820
23931
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23821
|
-
children: loadingCircleStyle$
|
|
23932
|
+
children: loadingCircleStyle$6s
|
|
23822
23933
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23823
23934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23824
23935
|
width: size,
|
|
@@ -23855,8 +23966,8 @@ ErrorFill.defaultProps = {
|
|
|
23855
23966
|
size: '1em'
|
|
23856
23967
|
};
|
|
23857
23968
|
|
|
23858
|
-
var _excluded$
|
|
23859
|
-
var loadingCircleStyle$
|
|
23969
|
+
var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23970
|
+
var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23860
23971
|
var Error2 = function Error2(props) {
|
|
23861
23972
|
var color = props.color,
|
|
23862
23973
|
size = props.size,
|
|
@@ -23865,12 +23976,12 @@ var Error2 = function Error2(props) {
|
|
|
23865
23976
|
className = props.className,
|
|
23866
23977
|
iconClassName = props.iconClassName,
|
|
23867
23978
|
testid = props.testid,
|
|
23868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23979
|
+
otherProps = _objectWithoutProperties(props, _excluded$6t);
|
|
23869
23980
|
return /*#__PURE__*/React.createElement("span", {
|
|
23870
23981
|
role: "img",
|
|
23871
23982
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23872
23983
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23873
|
-
children: loadingCircleStyle$
|
|
23984
|
+
children: loadingCircleStyle$6t
|
|
23874
23985
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23875
23986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23876
23987
|
width: size,
|
|
@@ -23909,8 +24020,8 @@ Error2.defaultProps = {
|
|
|
23909
24020
|
size: '1em'
|
|
23910
24021
|
};
|
|
23911
24022
|
|
|
23912
|
-
var _excluded$
|
|
23913
|
-
var loadingCircleStyle$
|
|
24023
|
+
var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24024
|
+
var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23914
24025
|
var Error2Fill = function Error2Fill(props) {
|
|
23915
24026
|
var color = props.color,
|
|
23916
24027
|
size = props.size,
|
|
@@ -23919,12 +24030,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
23919
24030
|
className = props.className,
|
|
23920
24031
|
iconClassName = props.iconClassName,
|
|
23921
24032
|
testid = props.testid,
|
|
23922
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24033
|
+
otherProps = _objectWithoutProperties(props, _excluded$6u);
|
|
23923
24034
|
return /*#__PURE__*/React.createElement("span", {
|
|
23924
24035
|
role: "img",
|
|
23925
24036
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23926
24037
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23927
|
-
children: loadingCircleStyle$
|
|
24038
|
+
children: loadingCircleStyle$6u
|
|
23928
24039
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23929
24040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23930
24041
|
width: size,
|
|
@@ -23963,8 +24074,8 @@ Error2Fill.defaultProps = {
|
|
|
23963
24074
|
size: '1em'
|
|
23964
24075
|
};
|
|
23965
24076
|
|
|
23966
|
-
var _excluded$
|
|
23967
|
-
var loadingCircleStyle$
|
|
24077
|
+
var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24078
|
+
var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23968
24079
|
var Success = function Success(props) {
|
|
23969
24080
|
var color = props.color,
|
|
23970
24081
|
size = props.size,
|
|
@@ -23973,12 +24084,12 @@ var Success = function Success(props) {
|
|
|
23973
24084
|
className = props.className,
|
|
23974
24085
|
iconClassName = props.iconClassName,
|
|
23975
24086
|
testid = props.testid,
|
|
23976
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24087
|
+
otherProps = _objectWithoutProperties(props, _excluded$6v);
|
|
23977
24088
|
return /*#__PURE__*/React.createElement("span", {
|
|
23978
24089
|
role: "img",
|
|
23979
24090
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23980
24091
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23981
|
-
children: loadingCircleStyle$
|
|
24092
|
+
children: loadingCircleStyle$6v
|
|
23982
24093
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23983
24094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23984
24095
|
width: size,
|
|
@@ -24015,8 +24126,8 @@ Success.defaultProps = {
|
|
|
24015
24126
|
size: '1em'
|
|
24016
24127
|
};
|
|
24017
24128
|
|
|
24018
|
-
var _excluded$
|
|
24019
|
-
var loadingCircleStyle$
|
|
24129
|
+
var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24130
|
+
var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24020
24131
|
var SuccessFill = function SuccessFill(props) {
|
|
24021
24132
|
var color = props.color,
|
|
24022
24133
|
size = props.size,
|
|
@@ -24025,12 +24136,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
24025
24136
|
className = props.className,
|
|
24026
24137
|
iconClassName = props.iconClassName,
|
|
24027
24138
|
testid = props.testid,
|
|
24028
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24139
|
+
otherProps = _objectWithoutProperties(props, _excluded$6w);
|
|
24029
24140
|
return /*#__PURE__*/React.createElement("span", {
|
|
24030
24141
|
role: "img",
|
|
24031
24142
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24032
24143
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24033
|
-
children: loadingCircleStyle$
|
|
24144
|
+
children: loadingCircleStyle$6w
|
|
24034
24145
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24035
24146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24036
24147
|
width: size,
|
|
@@ -24069,8 +24180,8 @@ SuccessFill.defaultProps = {
|
|
|
24069
24180
|
size: '1em'
|
|
24070
24181
|
};
|
|
24071
24182
|
|
|
24072
|
-
var _excluded$
|
|
24073
|
-
var loadingCircleStyle$
|
|
24183
|
+
var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24184
|
+
var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24074
24185
|
var Delete2 = function Delete2(props) {
|
|
24075
24186
|
var color = props.color,
|
|
24076
24187
|
size = props.size,
|
|
@@ -24079,12 +24190,12 @@ var Delete2 = function Delete2(props) {
|
|
|
24079
24190
|
className = props.className,
|
|
24080
24191
|
iconClassName = props.iconClassName,
|
|
24081
24192
|
testid = props.testid,
|
|
24082
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24193
|
+
otherProps = _objectWithoutProperties(props, _excluded$6x);
|
|
24083
24194
|
return /*#__PURE__*/React.createElement("span", {
|
|
24084
24195
|
role: "img",
|
|
24085
24196
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24086
24197
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24087
|
-
children: loadingCircleStyle$
|
|
24198
|
+
children: loadingCircleStyle$6x
|
|
24088
24199
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24089
24200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24090
24201
|
width: size,
|
|
@@ -24121,8 +24232,8 @@ Delete2.defaultProps = {
|
|
|
24121
24232
|
size: '1em'
|
|
24122
24233
|
};
|
|
24123
24234
|
|
|
24124
|
-
var _excluded$
|
|
24125
|
-
var loadingCircleStyle$
|
|
24235
|
+
var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24236
|
+
var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24126
24237
|
var Delete2Fill = function Delete2Fill(props) {
|
|
24127
24238
|
var color = props.color,
|
|
24128
24239
|
size = props.size,
|
|
@@ -24131,12 +24242,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
24131
24242
|
className = props.className,
|
|
24132
24243
|
iconClassName = props.iconClassName,
|
|
24133
24244
|
testid = props.testid,
|
|
24134
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24245
|
+
otherProps = _objectWithoutProperties(props, _excluded$6y);
|
|
24135
24246
|
return /*#__PURE__*/React.createElement("span", {
|
|
24136
24247
|
role: "img",
|
|
24137
24248
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24138
24249
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24139
|
-
children: loadingCircleStyle$
|
|
24250
|
+
children: loadingCircleStyle$6y
|
|
24140
24251
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24141
24252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24142
24253
|
width: size,
|
|
@@ -24173,8 +24284,8 @@ Delete2Fill.defaultProps = {
|
|
|
24173
24284
|
size: '1em'
|
|
24174
24285
|
};
|
|
24175
24286
|
|
|
24176
|
-
var _excluded$
|
|
24177
|
-
var loadingCircleStyle$
|
|
24287
|
+
var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24288
|
+
var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24178
24289
|
var Exchange = function Exchange(props) {
|
|
24179
24290
|
var color = props.color,
|
|
24180
24291
|
size = props.size,
|
|
@@ -24183,12 +24294,12 @@ var Exchange = function Exchange(props) {
|
|
|
24183
24294
|
className = props.className,
|
|
24184
24295
|
iconClassName = props.iconClassName,
|
|
24185
24296
|
testid = props.testid,
|
|
24186
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24297
|
+
otherProps = _objectWithoutProperties(props, _excluded$6z);
|
|
24187
24298
|
return /*#__PURE__*/React.createElement("span", {
|
|
24188
24299
|
role: "img",
|
|
24189
24300
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24190
24301
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24191
|
-
children: loadingCircleStyle$
|
|
24302
|
+
children: loadingCircleStyle$6z
|
|
24192
24303
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24193
24304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24194
24305
|
width: size,
|
|
@@ -24225,8 +24336,8 @@ Exchange.defaultProps = {
|
|
|
24225
24336
|
size: '1em'
|
|
24226
24337
|
};
|
|
24227
24338
|
|
|
24228
|
-
var _excluded$
|
|
24229
|
-
var loadingCircleStyle$
|
|
24339
|
+
var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24340
|
+
var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24230
24341
|
var SwapFill = function SwapFill(props) {
|
|
24231
24342
|
var color = props.color,
|
|
24232
24343
|
size = props.size,
|
|
@@ -24235,12 +24346,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
24235
24346
|
className = props.className,
|
|
24236
24347
|
iconClassName = props.iconClassName,
|
|
24237
24348
|
testid = props.testid,
|
|
24238
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24349
|
+
otherProps = _objectWithoutProperties(props, _excluded$6A);
|
|
24239
24350
|
return /*#__PURE__*/React.createElement("span", {
|
|
24240
24351
|
role: "img",
|
|
24241
24352
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24242
24353
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24243
|
-
children: loadingCircleStyle$
|
|
24354
|
+
children: loadingCircleStyle$6A
|
|
24244
24355
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24245
24356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24246
24357
|
width: size,
|
|
@@ -24277,8 +24388,8 @@ SwapFill.defaultProps = {
|
|
|
24277
24388
|
size: '1em'
|
|
24278
24389
|
};
|
|
24279
24390
|
|
|
24280
|
-
var _excluded$
|
|
24281
|
-
var loadingCircleStyle$
|
|
24391
|
+
var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24392
|
+
var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24282
24393
|
var Processing = function Processing(props) {
|
|
24283
24394
|
var color = props.color,
|
|
24284
24395
|
size = props.size,
|
|
@@ -24287,12 +24398,12 @@ var Processing = function Processing(props) {
|
|
|
24287
24398
|
className = props.className,
|
|
24288
24399
|
iconClassName = props.iconClassName,
|
|
24289
24400
|
testid = props.testid,
|
|
24290
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24401
|
+
otherProps = _objectWithoutProperties(props, _excluded$6B);
|
|
24291
24402
|
return /*#__PURE__*/React.createElement("span", {
|
|
24292
24403
|
role: "img",
|
|
24293
24404
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24294
24405
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24295
|
-
children: loadingCircleStyle$
|
|
24406
|
+
children: loadingCircleStyle$6B
|
|
24296
24407
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24297
24408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24298
24409
|
width: size,
|
|
@@ -24329,8 +24440,8 @@ Processing.defaultProps = {
|
|
|
24329
24440
|
size: '1em'
|
|
24330
24441
|
};
|
|
24331
24442
|
|
|
24332
|
-
var _excluded$
|
|
24333
|
-
var loadingCircleStyle$
|
|
24443
|
+
var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24444
|
+
var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24334
24445
|
var Processing2 = function Processing2(props) {
|
|
24335
24446
|
var color = props.color,
|
|
24336
24447
|
size = props.size,
|
|
@@ -24339,12 +24450,12 @@ var Processing2 = function Processing2(props) {
|
|
|
24339
24450
|
className = props.className,
|
|
24340
24451
|
iconClassName = props.iconClassName,
|
|
24341
24452
|
testid = props.testid,
|
|
24342
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24453
|
+
otherProps = _objectWithoutProperties(props, _excluded$6C);
|
|
24343
24454
|
return /*#__PURE__*/React.createElement("span", {
|
|
24344
24455
|
role: "img",
|
|
24345
24456
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24346
24457
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24347
|
-
children: loadingCircleStyle$
|
|
24458
|
+
children: loadingCircleStyle$6C
|
|
24348
24459
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24349
24460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24350
24461
|
width: size,
|
|
@@ -24383,8 +24494,8 @@ Processing2.defaultProps = {
|
|
|
24383
24494
|
size: '1em'
|
|
24384
24495
|
};
|
|
24385
24496
|
|
|
24386
|
-
var _excluded$
|
|
24387
|
-
var loadingCircleStyle$
|
|
24497
|
+
var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24498
|
+
var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24388
24499
|
var Done = function Done(props) {
|
|
24389
24500
|
var color = props.color,
|
|
24390
24501
|
size = props.size,
|
|
@@ -24393,12 +24504,12 @@ var Done = function Done(props) {
|
|
|
24393
24504
|
className = props.className,
|
|
24394
24505
|
iconClassName = props.iconClassName,
|
|
24395
24506
|
testid = props.testid,
|
|
24396
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24507
|
+
otherProps = _objectWithoutProperties(props, _excluded$6D);
|
|
24397
24508
|
return /*#__PURE__*/React.createElement("span", {
|
|
24398
24509
|
role: "img",
|
|
24399
24510
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24400
24511
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24401
|
-
children: loadingCircleStyle$
|
|
24512
|
+
children: loadingCircleStyle$6D
|
|
24402
24513
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24403
24514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24404
24515
|
width: size,
|
|
@@ -24435,8 +24546,8 @@ Done.defaultProps = {
|
|
|
24435
24546
|
size: '1em'
|
|
24436
24547
|
};
|
|
24437
24548
|
|
|
24438
|
-
var _excluded$
|
|
24439
|
-
var loadingCircleStyle$
|
|
24549
|
+
var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24550
|
+
var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24440
24551
|
var Close = function Close(props) {
|
|
24441
24552
|
var color = props.color,
|
|
24442
24553
|
size = props.size,
|
|
@@ -24445,12 +24556,12 @@ var Close = function Close(props) {
|
|
|
24445
24556
|
className = props.className,
|
|
24446
24557
|
iconClassName = props.iconClassName,
|
|
24447
24558
|
testid = props.testid,
|
|
24448
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24559
|
+
otherProps = _objectWithoutProperties(props, _excluded$6E);
|
|
24449
24560
|
return /*#__PURE__*/React.createElement("span", {
|
|
24450
24561
|
role: "img",
|
|
24451
24562
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24452
24563
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24453
|
-
children: loadingCircleStyle$
|
|
24564
|
+
children: loadingCircleStyle$6E
|
|
24454
24565
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24455
24566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24456
24567
|
width: size,
|
|
@@ -24487,8 +24598,8 @@ Close.defaultProps = {
|
|
|
24487
24598
|
size: '1em'
|
|
24488
24599
|
};
|
|
24489
24600
|
|
|
24490
|
-
var _excluded$
|
|
24491
|
-
var loadingCircleStyle$
|
|
24601
|
+
var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24602
|
+
var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24492
24603
|
var StarOutline = function StarOutline(props) {
|
|
24493
24604
|
var color = props.color,
|
|
24494
24605
|
size = props.size,
|
|
@@ -24497,12 +24608,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
24497
24608
|
className = props.className,
|
|
24498
24609
|
iconClassName = props.iconClassName,
|
|
24499
24610
|
testid = props.testid,
|
|
24500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24611
|
+
otherProps = _objectWithoutProperties(props, _excluded$6F);
|
|
24501
24612
|
return /*#__PURE__*/React.createElement("span", {
|
|
24502
24613
|
role: "img",
|
|
24503
24614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24504
24615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24505
|
-
children: loadingCircleStyle$
|
|
24616
|
+
children: loadingCircleStyle$6F
|
|
24506
24617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24507
24618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24508
24619
|
width: size,
|
|
@@ -24539,8 +24650,8 @@ StarOutline.defaultProps = {
|
|
|
24539
24650
|
size: '1em'
|
|
24540
24651
|
};
|
|
24541
24652
|
|
|
24542
|
-
var _excluded$
|
|
24543
|
-
var loadingCircleStyle$
|
|
24653
|
+
var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24654
|
+
var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24544
24655
|
var StarFill = function StarFill(props) {
|
|
24545
24656
|
var color = props.color,
|
|
24546
24657
|
size = props.size,
|
|
@@ -24549,12 +24660,12 @@ var StarFill = function StarFill(props) {
|
|
|
24549
24660
|
className = props.className,
|
|
24550
24661
|
iconClassName = props.iconClassName,
|
|
24551
24662
|
testid = props.testid,
|
|
24552
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24663
|
+
otherProps = _objectWithoutProperties(props, _excluded$6G);
|
|
24553
24664
|
return /*#__PURE__*/React.createElement("span", {
|
|
24554
24665
|
role: "img",
|
|
24555
24666
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24556
24667
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24557
|
-
children: loadingCircleStyle$
|
|
24668
|
+
children: loadingCircleStyle$6G
|
|
24558
24669
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24559
24670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24560
24671
|
width: size,
|
|
@@ -24591,8 +24702,8 @@ StarFill.defaultProps = {
|
|
|
24591
24702
|
size: '1em'
|
|
24592
24703
|
};
|
|
24593
24704
|
|
|
24594
|
-
var _excluded$
|
|
24595
|
-
var loadingCircleStyle$
|
|
24705
|
+
var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24706
|
+
var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24596
24707
|
var TimeLock = function TimeLock(props) {
|
|
24597
24708
|
var color = props.color,
|
|
24598
24709
|
size = props.size,
|
|
@@ -24601,12 +24712,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
24601
24712
|
className = props.className,
|
|
24602
24713
|
iconClassName = props.iconClassName,
|
|
24603
24714
|
testid = props.testid,
|
|
24604
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24715
|
+
otherProps = _objectWithoutProperties(props, _excluded$6H);
|
|
24605
24716
|
return /*#__PURE__*/React.createElement("span", {
|
|
24606
24717
|
role: "img",
|
|
24607
24718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24608
24719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24609
|
-
children: loadingCircleStyle$
|
|
24720
|
+
children: loadingCircleStyle$6H
|
|
24610
24721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24611
24722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24612
24723
|
width: size,
|
|
@@ -24643,8 +24754,8 @@ TimeLock.defaultProps = {
|
|
|
24643
24754
|
size: '1em'
|
|
24644
24755
|
};
|
|
24645
24756
|
|
|
24646
|
-
var _excluded$
|
|
24647
|
-
var loadingCircleStyle$
|
|
24757
|
+
var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24758
|
+
var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24648
24759
|
var Heart = function Heart(props) {
|
|
24649
24760
|
var color = props.color,
|
|
24650
24761
|
size = props.size,
|
|
@@ -24653,12 +24764,12 @@ var Heart = function Heart(props) {
|
|
|
24653
24764
|
className = props.className,
|
|
24654
24765
|
iconClassName = props.iconClassName,
|
|
24655
24766
|
testid = props.testid,
|
|
24656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24767
|
+
otherProps = _objectWithoutProperties(props, _excluded$6I);
|
|
24657
24768
|
return /*#__PURE__*/React.createElement("span", {
|
|
24658
24769
|
role: "img",
|
|
24659
24770
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24660
24771
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24661
|
-
children: loadingCircleStyle$
|
|
24772
|
+
children: loadingCircleStyle$6I
|
|
24662
24773
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24663
24774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24664
24775
|
width: size,
|
|
@@ -24695,8 +24806,8 @@ Heart.defaultProps = {
|
|
|
24695
24806
|
size: '1em'
|
|
24696
24807
|
};
|
|
24697
24808
|
|
|
24698
|
-
var _excluded$
|
|
24699
|
-
var loadingCircleStyle$
|
|
24809
|
+
var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24810
|
+
var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24700
24811
|
var Bookmark = function Bookmark(props) {
|
|
24701
24812
|
var color = props.color,
|
|
24702
24813
|
size = props.size,
|
|
@@ -24705,12 +24816,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
24705
24816
|
className = props.className,
|
|
24706
24817
|
iconClassName = props.iconClassName,
|
|
24707
24818
|
testid = props.testid,
|
|
24708
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24819
|
+
otherProps = _objectWithoutProperties(props, _excluded$6J);
|
|
24709
24820
|
return /*#__PURE__*/React.createElement("span", {
|
|
24710
24821
|
role: "img",
|
|
24711
24822
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24712
24823
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24713
|
-
children: loadingCircleStyle$
|
|
24824
|
+
children: loadingCircleStyle$6J
|
|
24714
24825
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24715
24826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24716
24827
|
width: size,
|
|
@@ -24747,8 +24858,8 @@ Bookmark.defaultProps = {
|
|
|
24747
24858
|
size: '1em'
|
|
24748
24859
|
};
|
|
24749
24860
|
|
|
24750
|
-
var _excluded$
|
|
24751
|
-
var loadingCircleStyle$
|
|
24861
|
+
var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24862
|
+
var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24752
24863
|
var Bookmark2 = function Bookmark2(props) {
|
|
24753
24864
|
var color = props.color,
|
|
24754
24865
|
size = props.size,
|
|
@@ -24757,12 +24868,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
24757
24868
|
className = props.className,
|
|
24758
24869
|
iconClassName = props.iconClassName,
|
|
24759
24870
|
testid = props.testid,
|
|
24760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24871
|
+
otherProps = _objectWithoutProperties(props, _excluded$6K);
|
|
24761
24872
|
return /*#__PURE__*/React.createElement("span", {
|
|
24762
24873
|
role: "img",
|
|
24763
24874
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24764
24875
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24765
|
-
children: loadingCircleStyle$
|
|
24876
|
+
children: loadingCircleStyle$6K
|
|
24766
24877
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24767
24878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24768
24879
|
width: size,
|
|
@@ -24799,8 +24910,8 @@ Bookmark2.defaultProps = {
|
|
|
24799
24910
|
size: '1em'
|
|
24800
24911
|
};
|
|
24801
24912
|
|
|
24802
|
-
var _excluded$
|
|
24803
|
-
var loadingCircleStyle$
|
|
24913
|
+
var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24914
|
+
var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24804
24915
|
var LockClose = function LockClose(props) {
|
|
24805
24916
|
var color = props.color,
|
|
24806
24917
|
size = props.size,
|
|
@@ -24809,12 +24920,12 @@ var LockClose = function LockClose(props) {
|
|
|
24809
24920
|
className = props.className,
|
|
24810
24921
|
iconClassName = props.iconClassName,
|
|
24811
24922
|
testid = props.testid,
|
|
24812
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24923
|
+
otherProps = _objectWithoutProperties(props, _excluded$6L);
|
|
24813
24924
|
return /*#__PURE__*/React.createElement("span", {
|
|
24814
24925
|
role: "img",
|
|
24815
24926
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24816
24927
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24817
|
-
children: loadingCircleStyle$
|
|
24928
|
+
children: loadingCircleStyle$6L
|
|
24818
24929
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24819
24930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24820
24931
|
width: size,
|
|
@@ -24855,8 +24966,8 @@ LockClose.defaultProps = {
|
|
|
24855
24966
|
size: '1em'
|
|
24856
24967
|
};
|
|
24857
24968
|
|
|
24858
|
-
var _excluded$
|
|
24859
|
-
var loadingCircleStyle$
|
|
24969
|
+
var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24970
|
+
var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24860
24971
|
var LockCloseFill = function LockCloseFill(props) {
|
|
24861
24972
|
var color = props.color,
|
|
24862
24973
|
size = props.size,
|
|
@@ -24865,12 +24976,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
24865
24976
|
className = props.className,
|
|
24866
24977
|
iconClassName = props.iconClassName,
|
|
24867
24978
|
testid = props.testid,
|
|
24868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24979
|
+
otherProps = _objectWithoutProperties(props, _excluded$6M);
|
|
24869
24980
|
return /*#__PURE__*/React.createElement("span", {
|
|
24870
24981
|
role: "img",
|
|
24871
24982
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24872
24983
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24873
|
-
children: loadingCircleStyle$
|
|
24984
|
+
children: loadingCircleStyle$6M
|
|
24874
24985
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24875
24986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24876
24987
|
width: size,
|
|
@@ -24907,8 +25018,8 @@ LockCloseFill.defaultProps = {
|
|
|
24907
25018
|
size: '1em'
|
|
24908
25019
|
};
|
|
24909
25020
|
|
|
24910
|
-
var _excluded$
|
|
24911
|
-
var loadingCircleStyle$
|
|
25021
|
+
var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25022
|
+
var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24912
25023
|
var LockOpen = function LockOpen(props) {
|
|
24913
25024
|
var color = props.color,
|
|
24914
25025
|
size = props.size,
|
|
@@ -24917,12 +25028,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
24917
25028
|
className = props.className,
|
|
24918
25029
|
iconClassName = props.iconClassName,
|
|
24919
25030
|
testid = props.testid,
|
|
24920
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25031
|
+
otherProps = _objectWithoutProperties(props, _excluded$6N);
|
|
24921
25032
|
return /*#__PURE__*/React.createElement("span", {
|
|
24922
25033
|
role: "img",
|
|
24923
25034
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24924
25035
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24925
|
-
children: loadingCircleStyle$
|
|
25036
|
+
children: loadingCircleStyle$6N
|
|
24926
25037
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24927
25038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24928
25039
|
width: size,
|
|
@@ -24959,8 +25070,8 @@ LockOpen.defaultProps = {
|
|
|
24959
25070
|
size: '1em'
|
|
24960
25071
|
};
|
|
24961
25072
|
|
|
24962
|
-
var _excluded$
|
|
24963
|
-
var loadingCircleStyle$
|
|
25073
|
+
var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25074
|
+
var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24964
25075
|
var LockOpenFill = function LockOpenFill(props) {
|
|
24965
25076
|
var color = props.color,
|
|
24966
25077
|
size = props.size,
|
|
@@ -24969,12 +25080,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
24969
25080
|
className = props.className,
|
|
24970
25081
|
iconClassName = props.iconClassName,
|
|
24971
25082
|
testid = props.testid,
|
|
24972
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25083
|
+
otherProps = _objectWithoutProperties(props, _excluded$6O);
|
|
24973
25084
|
return /*#__PURE__*/React.createElement("span", {
|
|
24974
25085
|
role: "img",
|
|
24975
25086
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24976
25087
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24977
|
-
children: loadingCircleStyle$
|
|
25088
|
+
children: loadingCircleStyle$6O
|
|
24978
25089
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24979
25090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24980
25091
|
width: size,
|
|
@@ -25011,8 +25122,8 @@ LockOpenFill.defaultProps = {
|
|
|
25011
25122
|
size: '1em'
|
|
25012
25123
|
};
|
|
25013
25124
|
|
|
25014
|
-
var _excluded$
|
|
25015
|
-
var loadingCircleStyle$
|
|
25125
|
+
var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25126
|
+
var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25016
25127
|
var EyeOn = function EyeOn(props) {
|
|
25017
25128
|
var color = props.color,
|
|
25018
25129
|
size = props.size,
|
|
@@ -25021,12 +25132,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
25021
25132
|
className = props.className,
|
|
25022
25133
|
iconClassName = props.iconClassName,
|
|
25023
25134
|
testid = props.testid,
|
|
25024
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25135
|
+
otherProps = _objectWithoutProperties(props, _excluded$6P);
|
|
25025
25136
|
return /*#__PURE__*/React.createElement("span", {
|
|
25026
25137
|
role: "img",
|
|
25027
25138
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25028
25139
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25029
|
-
children: loadingCircleStyle$
|
|
25140
|
+
children: loadingCircleStyle$6P
|
|
25030
25141
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25031
25142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25032
25143
|
width: size,
|
|
@@ -25063,8 +25174,8 @@ EyeOn.defaultProps = {
|
|
|
25063
25174
|
size: '1em'
|
|
25064
25175
|
};
|
|
25065
25176
|
|
|
25066
|
-
var _excluded$
|
|
25067
|
-
var loadingCircleStyle$
|
|
25177
|
+
var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25178
|
+
var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25068
25179
|
var EyeOnFill = function EyeOnFill(props) {
|
|
25069
25180
|
var color = props.color,
|
|
25070
25181
|
size = props.size,
|
|
@@ -25073,12 +25184,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
25073
25184
|
className = props.className,
|
|
25074
25185
|
iconClassName = props.iconClassName,
|
|
25075
25186
|
testid = props.testid,
|
|
25076
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25187
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Q);
|
|
25077
25188
|
return /*#__PURE__*/React.createElement("span", {
|
|
25078
25189
|
role: "img",
|
|
25079
25190
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25080
25191
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25081
|
-
children: loadingCircleStyle$
|
|
25192
|
+
children: loadingCircleStyle$6Q
|
|
25082
25193
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25083
25194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25084
25195
|
width: size,
|
|
@@ -25117,8 +25228,8 @@ EyeOnFill.defaultProps = {
|
|
|
25117
25228
|
size: '1em'
|
|
25118
25229
|
};
|
|
25119
25230
|
|
|
25120
|
-
var _excluded$
|
|
25121
|
-
var loadingCircleStyle$
|
|
25231
|
+
var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25232
|
+
var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25122
25233
|
var EyeOff = function EyeOff(props) {
|
|
25123
25234
|
var color = props.color,
|
|
25124
25235
|
size = props.size,
|
|
@@ -25127,12 +25238,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
25127
25238
|
className = props.className,
|
|
25128
25239
|
iconClassName = props.iconClassName,
|
|
25129
25240
|
testid = props.testid,
|
|
25130
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25241
|
+
otherProps = _objectWithoutProperties(props, _excluded$6R);
|
|
25131
25242
|
return /*#__PURE__*/React.createElement("span", {
|
|
25132
25243
|
role: "img",
|
|
25133
25244
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25134
25245
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25135
|
-
children: loadingCircleStyle$
|
|
25246
|
+
children: loadingCircleStyle$6R
|
|
25136
25247
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25137
25248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25138
25249
|
width: size,
|
|
@@ -25169,8 +25280,8 @@ EyeOff.defaultProps = {
|
|
|
25169
25280
|
size: '1em'
|
|
25170
25281
|
};
|
|
25171
25282
|
|
|
25172
|
-
var _excluded$
|
|
25173
|
-
var loadingCircleStyle$
|
|
25283
|
+
var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25284
|
+
var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25174
25285
|
var EyeOffFill = function EyeOffFill(props) {
|
|
25175
25286
|
var color = props.color,
|
|
25176
25287
|
size = props.size,
|
|
@@ -25179,12 +25290,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
25179
25290
|
className = props.className,
|
|
25180
25291
|
iconClassName = props.iconClassName,
|
|
25181
25292
|
testid = props.testid,
|
|
25182
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25293
|
+
otherProps = _objectWithoutProperties(props, _excluded$6S);
|
|
25183
25294
|
return /*#__PURE__*/React.createElement("span", {
|
|
25184
25295
|
role: "img",
|
|
25185
25296
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25186
25297
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25187
|
-
children: loadingCircleStyle$
|
|
25298
|
+
children: loadingCircleStyle$6S
|
|
25188
25299
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25189
25300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25190
25301
|
width: size,
|
|
@@ -25223,8 +25334,8 @@ EyeOffFill.defaultProps = {
|
|
|
25223
25334
|
size: '1em'
|
|
25224
25335
|
};
|
|
25225
25336
|
|
|
25226
|
-
var _excluded$
|
|
25227
|
-
var loadingCircleStyle$
|
|
25337
|
+
var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25338
|
+
var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25228
25339
|
var Dot = function Dot(props) {
|
|
25229
25340
|
var color = props.color,
|
|
25230
25341
|
size = props.size,
|
|
@@ -25233,12 +25344,12 @@ var Dot = function Dot(props) {
|
|
|
25233
25344
|
className = props.className,
|
|
25234
25345
|
iconClassName = props.iconClassName,
|
|
25235
25346
|
testid = props.testid,
|
|
25236
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25347
|
+
otherProps = _objectWithoutProperties(props, _excluded$6T);
|
|
25237
25348
|
return /*#__PURE__*/React.createElement("span", {
|
|
25238
25349
|
role: "img",
|
|
25239
25350
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25240
25351
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25241
|
-
children: loadingCircleStyle$
|
|
25352
|
+
children: loadingCircleStyle$6T
|
|
25242
25353
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25243
25354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25244
25355
|
width: size,
|
|
@@ -25277,8 +25388,8 @@ Dot.defaultProps = {
|
|
|
25277
25388
|
size: '1em'
|
|
25278
25389
|
};
|
|
25279
25390
|
|
|
25280
|
-
var _excluded$
|
|
25281
|
-
var loadingCircleStyle$
|
|
25391
|
+
var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25392
|
+
var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25282
25393
|
var Anchor = function Anchor(props) {
|
|
25283
25394
|
var color = props.color,
|
|
25284
25395
|
size = props.size,
|
|
@@ -25287,12 +25398,12 @@ var Anchor = function Anchor(props) {
|
|
|
25287
25398
|
className = props.className,
|
|
25288
25399
|
iconClassName = props.iconClassName,
|
|
25289
25400
|
testid = props.testid,
|
|
25290
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25401
|
+
otherProps = _objectWithoutProperties(props, _excluded$6U);
|
|
25291
25402
|
return /*#__PURE__*/React.createElement("span", {
|
|
25292
25403
|
role: "img",
|
|
25293
25404
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25294
25405
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25295
|
-
children: loadingCircleStyle$
|
|
25406
|
+
children: loadingCircleStyle$6U
|
|
25296
25407
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25297
25408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25298
25409
|
width: size,
|
|
@@ -25329,8 +25440,8 @@ Anchor.defaultProps = {
|
|
|
25329
25440
|
size: '1em'
|
|
25330
25441
|
};
|
|
25331
25442
|
|
|
25332
|
-
var _excluded$
|
|
25333
|
-
var loadingCircleStyle$
|
|
25443
|
+
var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25444
|
+
var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25334
25445
|
var Notice = function Notice(props) {
|
|
25335
25446
|
var color = props.color,
|
|
25336
25447
|
size = props.size,
|
|
@@ -25339,12 +25450,12 @@ var Notice = function Notice(props) {
|
|
|
25339
25450
|
className = props.className,
|
|
25340
25451
|
iconClassName = props.iconClassName,
|
|
25341
25452
|
testid = props.testid,
|
|
25342
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25453
|
+
otherProps = _objectWithoutProperties(props, _excluded$6V);
|
|
25343
25454
|
return /*#__PURE__*/React.createElement("span", {
|
|
25344
25455
|
role: "img",
|
|
25345
25456
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25346
25457
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25347
|
-
children: loadingCircleStyle$
|
|
25458
|
+
children: loadingCircleStyle$6V
|
|
25348
25459
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25349
25460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25350
25461
|
width: size,
|
|
@@ -25383,8 +25494,8 @@ Notice.defaultProps = {
|
|
|
25383
25494
|
size: '1em'
|
|
25384
25495
|
};
|
|
25385
25496
|
|
|
25386
|
-
var _excluded$
|
|
25387
|
-
var loadingCircleStyle$
|
|
25497
|
+
var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25498
|
+
var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25388
25499
|
var ThumbUp = function ThumbUp(props) {
|
|
25389
25500
|
var color = props.color,
|
|
25390
25501
|
size = props.size,
|
|
@@ -25393,12 +25504,12 @@ var ThumbUp = function ThumbUp(props) {
|
|
|
25393
25504
|
className = props.className,
|
|
25394
25505
|
iconClassName = props.iconClassName,
|
|
25395
25506
|
testid = props.testid,
|
|
25396
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25507
|
+
otherProps = _objectWithoutProperties(props, _excluded$6W);
|
|
25397
25508
|
return /*#__PURE__*/React.createElement("span", {
|
|
25398
25509
|
role: "img",
|
|
25399
25510
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25400
25511
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25401
|
-
children: loadingCircleStyle$
|
|
25512
|
+
children: loadingCircleStyle$6W
|
|
25402
25513
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25403
25514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25404
25515
|
width: size,
|
|
@@ -25435,8 +25546,8 @@ ThumbUp.defaultProps = {
|
|
|
25435
25546
|
size: '1em'
|
|
25436
25547
|
};
|
|
25437
25548
|
|
|
25438
|
-
var _excluded$
|
|
25439
|
-
var loadingCircleStyle$
|
|
25549
|
+
var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25550
|
+
var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25440
25551
|
var ThumbDown = function ThumbDown(props) {
|
|
25441
25552
|
var color = props.color,
|
|
25442
25553
|
size = props.size,
|
|
@@ -25445,12 +25556,12 @@ var ThumbDown = function ThumbDown(props) {
|
|
|
25445
25556
|
className = props.className,
|
|
25446
25557
|
iconClassName = props.iconClassName,
|
|
25447
25558
|
testid = props.testid,
|
|
25448
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25559
|
+
otherProps = _objectWithoutProperties(props, _excluded$6X);
|
|
25449
25560
|
return /*#__PURE__*/React.createElement("span", {
|
|
25450
25561
|
role: "img",
|
|
25451
25562
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25452
25563
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25453
|
-
children: loadingCircleStyle$
|
|
25564
|
+
children: loadingCircleStyle$6X
|
|
25454
25565
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25455
25566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25456
25567
|
width: size,
|
|
@@ -25487,8 +25598,8 @@ ThumbDown.defaultProps = {
|
|
|
25487
25598
|
size: '1em'
|
|
25488
25599
|
};
|
|
25489
25600
|
|
|
25490
|
-
var _excluded$
|
|
25491
|
-
var loadingCircleStyle$
|
|
25601
|
+
var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25602
|
+
var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25492
25603
|
var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
25493
25604
|
var color = props.color,
|
|
25494
25605
|
size = props.size,
|
|
@@ -25497,12 +25608,12 @@ var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
|
25497
25608
|
className = props.className,
|
|
25498
25609
|
iconClassName = props.iconClassName,
|
|
25499
25610
|
testid = props.testid,
|
|
25500
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25611
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Y);
|
|
25501
25612
|
return /*#__PURE__*/React.createElement("span", {
|
|
25502
25613
|
role: "img",
|
|
25503
25614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25504
25615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25505
|
-
children: loadingCircleStyle$
|
|
25616
|
+
children: loadingCircleStyle$6Y
|
|
25506
25617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25507
25618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25508
25619
|
width: size,
|
|
@@ -25539,8 +25650,8 @@ ThumbUpOutline.defaultProps = {
|
|
|
25539
25650
|
size: '1em'
|
|
25540
25651
|
};
|
|
25541
25652
|
|
|
25542
|
-
var _excluded$
|
|
25543
|
-
var loadingCircleStyle$
|
|
25653
|
+
var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25654
|
+
var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25544
25655
|
var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
25545
25656
|
var color = props.color,
|
|
25546
25657
|
size = props.size,
|
|
@@ -25549,12 +25660,12 @@ var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
|
25549
25660
|
className = props.className,
|
|
25550
25661
|
iconClassName = props.iconClassName,
|
|
25551
25662
|
testid = props.testid,
|
|
25552
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25663
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Z);
|
|
25553
25664
|
return /*#__PURE__*/React.createElement("span", {
|
|
25554
25665
|
role: "img",
|
|
25555
25666
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25556
25667
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25557
|
-
children: loadingCircleStyle$
|
|
25668
|
+
children: loadingCircleStyle$6Z
|
|
25558
25669
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25559
25670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25560
25671
|
width: size,
|
|
@@ -25591,8 +25702,8 @@ ThumbDownOutline.defaultProps = {
|
|
|
25591
25702
|
size: '1em'
|
|
25592
25703
|
};
|
|
25593
25704
|
|
|
25594
|
-
var _excluded$
|
|
25595
|
-
var loadingCircleStyle$
|
|
25705
|
+
var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25706
|
+
var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25596
25707
|
var TdLogo = function TdLogo(props) {
|
|
25597
25708
|
var color = props.color,
|
|
25598
25709
|
size = props.size,
|
|
@@ -25601,12 +25712,12 @@ var TdLogo = function TdLogo(props) {
|
|
|
25601
25712
|
className = props.className,
|
|
25602
25713
|
iconClassName = props.iconClassName,
|
|
25603
25714
|
testid = props.testid,
|
|
25604
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25715
|
+
otherProps = _objectWithoutProperties(props, _excluded$6_);
|
|
25605
25716
|
return /*#__PURE__*/React.createElement("span", {
|
|
25606
25717
|
role: "img",
|
|
25607
25718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25608
25719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25609
|
-
children: loadingCircleStyle$
|
|
25720
|
+
children: loadingCircleStyle$6_
|
|
25610
25721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25611
25722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25612
25723
|
width: size,
|
|
@@ -25651,8 +25762,8 @@ TdLogo.defaultProps = {
|
|
|
25651
25762
|
size: '1em'
|
|
25652
25763
|
};
|
|
25653
25764
|
|
|
25654
|
-
var _excluded$
|
|
25655
|
-
var loadingCircleStyle$
|
|
25765
|
+
var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25766
|
+
var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25656
25767
|
var Language = function Language(props) {
|
|
25657
25768
|
var color = props.color,
|
|
25658
25769
|
size = props.size,
|
|
@@ -25661,12 +25772,12 @@ var Language = function Language(props) {
|
|
|
25661
25772
|
className = props.className,
|
|
25662
25773
|
iconClassName = props.iconClassName,
|
|
25663
25774
|
testid = props.testid,
|
|
25664
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25775
|
+
otherProps = _objectWithoutProperties(props, _excluded$6$);
|
|
25665
25776
|
return /*#__PURE__*/React.createElement("span", {
|
|
25666
25777
|
role: "img",
|
|
25667
25778
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25668
25779
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25669
|
-
children: loadingCircleStyle$
|
|
25780
|
+
children: loadingCircleStyle$6$
|
|
25670
25781
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25671
25782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25672
25783
|
width: size,
|
|
@@ -25703,8 +25814,8 @@ Language.defaultProps = {
|
|
|
25703
25814
|
size: '1em'
|
|
25704
25815
|
};
|
|
25705
25816
|
|
|
25706
|
-
var _excluded$
|
|
25707
|
-
var loadingCircleStyle$
|
|
25817
|
+
var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25818
|
+
var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25708
25819
|
var Calendar = function Calendar(props) {
|
|
25709
25820
|
var color = props.color,
|
|
25710
25821
|
size = props.size,
|
|
@@ -25713,12 +25824,12 @@ var Calendar = function Calendar(props) {
|
|
|
25713
25824
|
className = props.className,
|
|
25714
25825
|
iconClassName = props.iconClassName,
|
|
25715
25826
|
testid = props.testid,
|
|
25716
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25827
|
+
otherProps = _objectWithoutProperties(props, _excluded$70);
|
|
25717
25828
|
return /*#__PURE__*/React.createElement("span", {
|
|
25718
25829
|
role: "img",
|
|
25719
25830
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25720
25831
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25721
|
-
children: loadingCircleStyle$
|
|
25832
|
+
children: loadingCircleStyle$70
|
|
25722
25833
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25723
25834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25724
25835
|
width: size,
|
|
@@ -25755,8 +25866,8 @@ Calendar.defaultProps = {
|
|
|
25755
25866
|
size: '1em'
|
|
25756
25867
|
};
|
|
25757
25868
|
|
|
25758
|
-
var _excluded$
|
|
25759
|
-
var loadingCircleStyle$
|
|
25869
|
+
var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25870
|
+
var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25760
25871
|
var Server = function Server(props) {
|
|
25761
25872
|
var color = props.color,
|
|
25762
25873
|
size = props.size,
|
|
@@ -25765,12 +25876,12 @@ var Server = function Server(props) {
|
|
|
25765
25876
|
className = props.className,
|
|
25766
25877
|
iconClassName = props.iconClassName,
|
|
25767
25878
|
testid = props.testid,
|
|
25768
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25879
|
+
otherProps = _objectWithoutProperties(props, _excluded$71);
|
|
25769
25880
|
return /*#__PURE__*/React.createElement("span", {
|
|
25770
25881
|
role: "img",
|
|
25771
25882
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25772
25883
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25773
|
-
children: loadingCircleStyle$
|
|
25884
|
+
children: loadingCircleStyle$71
|
|
25774
25885
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25775
25886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25776
25887
|
width: size,
|
|
@@ -25807,8 +25918,8 @@ Server.defaultProps = {
|
|
|
25807
25918
|
size: '1em'
|
|
25808
25919
|
};
|
|
25809
25920
|
|
|
25810
|
-
var _excluded$
|
|
25811
|
-
var loadingCircleStyle$
|
|
25921
|
+
var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25922
|
+
var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25812
25923
|
var Desktop = function Desktop(props) {
|
|
25813
25924
|
var color = props.color,
|
|
25814
25925
|
size = props.size,
|
|
@@ -25817,12 +25928,12 @@ var Desktop = function Desktop(props) {
|
|
|
25817
25928
|
className = props.className,
|
|
25818
25929
|
iconClassName = props.iconClassName,
|
|
25819
25930
|
testid = props.testid,
|
|
25820
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25931
|
+
otherProps = _objectWithoutProperties(props, _excluded$72);
|
|
25821
25932
|
return /*#__PURE__*/React.createElement("span", {
|
|
25822
25933
|
role: "img",
|
|
25823
25934
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25824
25935
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25825
|
-
children: loadingCircleStyle$
|
|
25936
|
+
children: loadingCircleStyle$72
|
|
25826
25937
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25827
25938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25828
25939
|
width: size,
|
|
@@ -25859,8 +25970,8 @@ Desktop.defaultProps = {
|
|
|
25859
25970
|
size: '1em'
|
|
25860
25971
|
};
|
|
25861
25972
|
|
|
25862
|
-
var _excluded$
|
|
25863
|
-
var loadingCircleStyle$
|
|
25973
|
+
var _excluded$73 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25974
|
+
var loadingCircleStyle$73 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25864
25975
|
var Demo = function Demo(props) {
|
|
25865
25976
|
var color = props.color,
|
|
25866
25977
|
size = props.size,
|
|
@@ -25869,12 +25980,12 @@ var Demo = function Demo(props) {
|
|
|
25869
25980
|
className = props.className,
|
|
25870
25981
|
iconClassName = props.iconClassName,
|
|
25871
25982
|
testid = props.testid,
|
|
25872
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25983
|
+
otherProps = _objectWithoutProperties(props, _excluded$73);
|
|
25873
25984
|
return /*#__PURE__*/React.createElement("span", {
|
|
25874
25985
|
role: "img",
|
|
25875
25986
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25876
25987
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25877
|
-
children: loadingCircleStyle$
|
|
25988
|
+
children: loadingCircleStyle$73
|
|
25878
25989
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25879
25990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25880
25991
|
width: size,
|
|
@@ -25913,8 +26024,8 @@ Demo.defaultProps = {
|
|
|
25913
26024
|
size: '1em'
|
|
25914
26025
|
};
|
|
25915
26026
|
|
|
25916
|
-
var _excluded$
|
|
25917
|
-
var loadingCircleStyle$
|
|
26027
|
+
var _excluded$74 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26028
|
+
var loadingCircleStyle$74 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25918
26029
|
var Cellphone = function Cellphone(props) {
|
|
25919
26030
|
var color = props.color,
|
|
25920
26031
|
size = props.size,
|
|
@@ -25923,12 +26034,12 @@ var Cellphone = function Cellphone(props) {
|
|
|
25923
26034
|
className = props.className,
|
|
25924
26035
|
iconClassName = props.iconClassName,
|
|
25925
26036
|
testid = props.testid,
|
|
25926
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26037
|
+
otherProps = _objectWithoutProperties(props, _excluded$74);
|
|
25927
26038
|
return /*#__PURE__*/React.createElement("span", {
|
|
25928
26039
|
role: "img",
|
|
25929
26040
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25930
26041
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25931
|
-
children: loadingCircleStyle$
|
|
26042
|
+
children: loadingCircleStyle$74
|
|
25932
26043
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25933
26044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25934
26045
|
width: size,
|
|
@@ -25967,8 +26078,8 @@ Cellphone.defaultProps = {
|
|
|
25967
26078
|
size: '1em'
|
|
25968
26079
|
};
|
|
25969
26080
|
|
|
25970
|
-
var _excluded$
|
|
25971
|
-
var loadingCircleStyle$
|
|
26081
|
+
var _excluded$75 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26082
|
+
var loadingCircleStyle$75 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25972
26083
|
var Landscape = function Landscape(props) {
|
|
25973
26084
|
var color = props.color,
|
|
25974
26085
|
size = props.size,
|
|
@@ -25977,12 +26088,12 @@ var Landscape = function Landscape(props) {
|
|
|
25977
26088
|
className = props.className,
|
|
25978
26089
|
iconClassName = props.iconClassName,
|
|
25979
26090
|
testid = props.testid,
|
|
25980
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26091
|
+
otherProps = _objectWithoutProperties(props, _excluded$75);
|
|
25981
26092
|
return /*#__PURE__*/React.createElement("span", {
|
|
25982
26093
|
role: "img",
|
|
25983
26094
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25984
26095
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25985
|
-
children: loadingCircleStyle$
|
|
26096
|
+
children: loadingCircleStyle$75
|
|
25986
26097
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25987
26098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25988
26099
|
width: size,
|
|
@@ -26023,8 +26134,8 @@ Landscape.defaultProps = {
|
|
|
26023
26134
|
size: '1em'
|
|
26024
26135
|
};
|
|
26025
26136
|
|
|
26026
|
-
var _excluded$
|
|
26027
|
-
var loadingCircleStyle$
|
|
26137
|
+
var _excluded$76 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26138
|
+
var loadingCircleStyle$76 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26028
26139
|
var Email = function Email(props) {
|
|
26029
26140
|
var color = props.color,
|
|
26030
26141
|
size = props.size,
|
|
@@ -26033,12 +26144,12 @@ var Email = function Email(props) {
|
|
|
26033
26144
|
className = props.className,
|
|
26034
26145
|
iconClassName = props.iconClassName,
|
|
26035
26146
|
testid = props.testid,
|
|
26036
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26147
|
+
otherProps = _objectWithoutProperties(props, _excluded$76);
|
|
26037
26148
|
return /*#__PURE__*/React.createElement("span", {
|
|
26038
26149
|
role: "img",
|
|
26039
26150
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26040
26151
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26041
|
-
children: loadingCircleStyle$
|
|
26152
|
+
children: loadingCircleStyle$76
|
|
26042
26153
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26043
26154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26044
26155
|
width: size,
|
|
@@ -26075,8 +26186,8 @@ Email.defaultProps = {
|
|
|
26075
26186
|
size: '1em'
|
|
26076
26187
|
};
|
|
26077
26188
|
|
|
26078
|
-
var _excluded$
|
|
26079
|
-
var loadingCircleStyle$
|
|
26189
|
+
var _excluded$77 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26190
|
+
var loadingCircleStyle$77 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26080
26191
|
var Clock = function Clock(props) {
|
|
26081
26192
|
var color = props.color,
|
|
26082
26193
|
size = props.size,
|
|
@@ -26085,12 +26196,12 @@ var Clock = function Clock(props) {
|
|
|
26085
26196
|
className = props.className,
|
|
26086
26197
|
iconClassName = props.iconClassName,
|
|
26087
26198
|
testid = props.testid,
|
|
26088
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26199
|
+
otherProps = _objectWithoutProperties(props, _excluded$77);
|
|
26089
26200
|
return /*#__PURE__*/React.createElement("span", {
|
|
26090
26201
|
role: "img",
|
|
26091
26202
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26092
26203
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26093
|
-
children: loadingCircleStyle$
|
|
26204
|
+
children: loadingCircleStyle$77
|
|
26094
26205
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26095
26206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26096
26207
|
width: size,
|
|
@@ -26129,8 +26240,8 @@ Clock.defaultProps = {
|
|
|
26129
26240
|
size: '1em'
|
|
26130
26241
|
};
|
|
26131
26242
|
|
|
26132
|
-
var _excluded$
|
|
26133
|
-
var loadingCircleStyle$
|
|
26243
|
+
var _excluded$78 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26244
|
+
var loadingCircleStyle$78 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26134
26245
|
var Password = function Password(props) {
|
|
26135
26246
|
var color = props.color,
|
|
26136
26247
|
size = props.size,
|
|
@@ -26139,12 +26250,12 @@ var Password = function Password(props) {
|
|
|
26139
26250
|
className = props.className,
|
|
26140
26251
|
iconClassName = props.iconClassName,
|
|
26141
26252
|
testid = props.testid,
|
|
26142
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26253
|
+
otherProps = _objectWithoutProperties(props, _excluded$78);
|
|
26143
26254
|
return /*#__PURE__*/React.createElement("span", {
|
|
26144
26255
|
role: "img",
|
|
26145
26256
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26146
26257
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26147
|
-
children: loadingCircleStyle$
|
|
26258
|
+
children: loadingCircleStyle$78
|
|
26148
26259
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26149
26260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26150
26261
|
width: size,
|
|
@@ -26181,8 +26292,8 @@ Password.defaultProps = {
|
|
|
26181
26292
|
size: '1em'
|
|
26182
26293
|
};
|
|
26183
26294
|
|
|
26184
|
-
var _excluded$
|
|
26185
|
-
var loadingCircleStyle$
|
|
26295
|
+
var _excluded$79 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26296
|
+
var loadingCircleStyle$79 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26186
26297
|
var ResetPassword = function ResetPassword(props) {
|
|
26187
26298
|
var color = props.color,
|
|
26188
26299
|
size = props.size,
|
|
@@ -26191,12 +26302,12 @@ var ResetPassword = function ResetPassword(props) {
|
|
|
26191
26302
|
className = props.className,
|
|
26192
26303
|
iconClassName = props.iconClassName,
|
|
26193
26304
|
testid = props.testid,
|
|
26194
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26305
|
+
otherProps = _objectWithoutProperties(props, _excluded$79);
|
|
26195
26306
|
return /*#__PURE__*/React.createElement("span", {
|
|
26196
26307
|
role: "img",
|
|
26197
26308
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26198
26309
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26199
|
-
children: loadingCircleStyle$
|
|
26310
|
+
children: loadingCircleStyle$79
|
|
26200
26311
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26201
26312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26202
26313
|
width: size,
|
|
@@ -26233,8 +26344,8 @@ ResetPassword.defaultProps = {
|
|
|
26233
26344
|
size: '1em'
|
|
26234
26345
|
};
|
|
26235
26346
|
|
|
26236
|
-
var _excluded$
|
|
26237
|
-
var loadingCircleStyle$
|
|
26347
|
+
var _excluded$7a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26348
|
+
var loadingCircleStyle$7a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26238
26349
|
var Private = function Private(props) {
|
|
26239
26350
|
var color = props.color,
|
|
26240
26351
|
size = props.size,
|
|
@@ -26243,12 +26354,12 @@ var Private = function Private(props) {
|
|
|
26243
26354
|
className = props.className,
|
|
26244
26355
|
iconClassName = props.iconClassName,
|
|
26245
26356
|
testid = props.testid,
|
|
26246
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26357
|
+
otherProps = _objectWithoutProperties(props, _excluded$7a);
|
|
26247
26358
|
return /*#__PURE__*/React.createElement("span", {
|
|
26248
26359
|
role: "img",
|
|
26249
26360
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26250
26361
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26251
|
-
children: loadingCircleStyle$
|
|
26362
|
+
children: loadingCircleStyle$7a
|
|
26252
26363
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26253
26364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26254
26365
|
width: size,
|
|
@@ -26285,8 +26396,8 @@ Private.defaultProps = {
|
|
|
26285
26396
|
size: '1em'
|
|
26286
26397
|
};
|
|
26287
26398
|
|
|
26288
|
-
var _excluded$
|
|
26289
|
-
var loadingCircleStyle$
|
|
26399
|
+
var _excluded$7b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26400
|
+
var loadingCircleStyle$7b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26290
26401
|
var Bell = function Bell(props) {
|
|
26291
26402
|
var color = props.color,
|
|
26292
26403
|
size = props.size,
|
|
@@ -26295,12 +26406,12 @@ var Bell = function Bell(props) {
|
|
|
26295
26406
|
className = props.className,
|
|
26296
26407
|
iconClassName = props.iconClassName,
|
|
26297
26408
|
testid = props.testid,
|
|
26298
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26409
|
+
otherProps = _objectWithoutProperties(props, _excluded$7b);
|
|
26299
26410
|
return /*#__PURE__*/React.createElement("span", {
|
|
26300
26411
|
role: "img",
|
|
26301
26412
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26302
26413
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26303
|
-
children: loadingCircleStyle$
|
|
26414
|
+
children: loadingCircleStyle$7b
|
|
26304
26415
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26305
26416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26306
26417
|
width: size,
|
|
@@ -26339,8 +26450,8 @@ Bell.defaultProps = {
|
|
|
26339
26450
|
size: '1em'
|
|
26340
26451
|
};
|
|
26341
26452
|
|
|
26342
|
-
var _excluded$
|
|
26343
|
-
var loadingCircleStyle$
|
|
26453
|
+
var _excluded$7c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26454
|
+
var loadingCircleStyle$7c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26344
26455
|
var Logout = function Logout(props) {
|
|
26345
26456
|
var color = props.color,
|
|
26346
26457
|
size = props.size,
|
|
@@ -26349,12 +26460,12 @@ var Logout = function Logout(props) {
|
|
|
26349
26460
|
className = props.className,
|
|
26350
26461
|
iconClassName = props.iconClassName,
|
|
26351
26462
|
testid = props.testid,
|
|
26352
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26463
|
+
otherProps = _objectWithoutProperties(props, _excluded$7c);
|
|
26353
26464
|
return /*#__PURE__*/React.createElement("span", {
|
|
26354
26465
|
role: "img",
|
|
26355
26466
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26356
26467
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26357
|
-
children: loadingCircleStyle$
|
|
26468
|
+
children: loadingCircleStyle$7c
|
|
26358
26469
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26359
26470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26360
26471
|
width: size,
|
|
@@ -26393,8 +26504,8 @@ Logout.defaultProps = {
|
|
|
26393
26504
|
size: '1em'
|
|
26394
26505
|
};
|
|
26395
26506
|
|
|
26396
|
-
var _excluded$
|
|
26397
|
-
var loadingCircleStyle$
|
|
26507
|
+
var _excluded$7d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26508
|
+
var loadingCircleStyle$7d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26398
26509
|
var Speed = function Speed(props) {
|
|
26399
26510
|
var color = props.color,
|
|
26400
26511
|
size = props.size,
|
|
@@ -26403,12 +26514,12 @@ var Speed = function Speed(props) {
|
|
|
26403
26514
|
className = props.className,
|
|
26404
26515
|
iconClassName = props.iconClassName,
|
|
26405
26516
|
testid = props.testid,
|
|
26406
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26517
|
+
otherProps = _objectWithoutProperties(props, _excluded$7d);
|
|
26407
26518
|
return /*#__PURE__*/React.createElement("span", {
|
|
26408
26519
|
role: "img",
|
|
26409
26520
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26410
26521
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26411
|
-
children: loadingCircleStyle$
|
|
26522
|
+
children: loadingCircleStyle$7d
|
|
26412
26523
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26413
26524
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26414
26525
|
width: size,
|
|
@@ -26445,8 +26556,8 @@ Speed.defaultProps = {
|
|
|
26445
26556
|
size: '1em'
|
|
26446
26557
|
};
|
|
26447
26558
|
|
|
26448
|
-
var _excluded$
|
|
26449
|
-
var loadingCircleStyle$
|
|
26559
|
+
var _excluded$7e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26560
|
+
var loadingCircleStyle$7e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26450
26561
|
var Mfa = function Mfa(props) {
|
|
26451
26562
|
var color = props.color,
|
|
26452
26563
|
size = props.size,
|
|
@@ -26455,12 +26566,12 @@ var Mfa = function Mfa(props) {
|
|
|
26455
26566
|
className = props.className,
|
|
26456
26567
|
iconClassName = props.iconClassName,
|
|
26457
26568
|
testid = props.testid,
|
|
26458
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26569
|
+
otherProps = _objectWithoutProperties(props, _excluded$7e);
|
|
26459
26570
|
return /*#__PURE__*/React.createElement("span", {
|
|
26460
26571
|
role: "img",
|
|
26461
26572
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26462
26573
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26463
|
-
children: loadingCircleStyle$
|
|
26574
|
+
children: loadingCircleStyle$7e
|
|
26464
26575
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26465
26576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26466
26577
|
width: size,
|
|
@@ -26497,8 +26608,8 @@ Mfa.defaultProps = {
|
|
|
26497
26608
|
size: '1em'
|
|
26498
26609
|
};
|
|
26499
26610
|
|
|
26500
|
-
var _excluded$
|
|
26501
|
-
var loadingCircleStyle$
|
|
26611
|
+
var _excluded$7f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26612
|
+
var loadingCircleStyle$7f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26502
26613
|
var Tracking = function Tracking(props) {
|
|
26503
26614
|
var color = props.color,
|
|
26504
26615
|
size = props.size,
|
|
@@ -26507,12 +26618,12 @@ var Tracking = function Tracking(props) {
|
|
|
26507
26618
|
className = props.className,
|
|
26508
26619
|
iconClassName = props.iconClassName,
|
|
26509
26620
|
testid = props.testid,
|
|
26510
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26621
|
+
otherProps = _objectWithoutProperties(props, _excluded$7f);
|
|
26511
26622
|
return /*#__PURE__*/React.createElement("span", {
|
|
26512
26623
|
role: "img",
|
|
26513
26624
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26514
26625
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26515
|
-
children: loadingCircleStyle$
|
|
26626
|
+
children: loadingCircleStyle$7f
|
|
26516
26627
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26517
26628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26518
26629
|
width: size,
|
|
@@ -26559,8 +26670,8 @@ Tracking.defaultProps = {
|
|
|
26559
26670
|
size: '1em'
|
|
26560
26671
|
};
|
|
26561
26672
|
|
|
26562
|
-
var _excluded$
|
|
26563
|
-
var loadingCircleStyle$
|
|
26673
|
+
var _excluded$7g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26674
|
+
var loadingCircleStyle$7g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26564
26675
|
var Forewarning = function Forewarning(props) {
|
|
26565
26676
|
var color = props.color,
|
|
26566
26677
|
size = props.size,
|
|
@@ -26569,12 +26680,12 @@ var Forewarning = function Forewarning(props) {
|
|
|
26569
26680
|
className = props.className,
|
|
26570
26681
|
iconClassName = props.iconClassName,
|
|
26571
26682
|
testid = props.testid,
|
|
26572
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26683
|
+
otherProps = _objectWithoutProperties(props, _excluded$7g);
|
|
26573
26684
|
return /*#__PURE__*/React.createElement("span", {
|
|
26574
26685
|
role: "img",
|
|
26575
26686
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26576
26687
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26577
|
-
children: loadingCircleStyle$
|
|
26688
|
+
children: loadingCircleStyle$7g
|
|
26578
26689
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26579
26690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26580
26691
|
width: size,
|
|
@@ -26615,8 +26726,8 @@ Forewarning.defaultProps = {
|
|
|
26615
26726
|
size: '1em'
|
|
26616
26727
|
};
|
|
26617
26728
|
|
|
26618
|
-
var _excluded$
|
|
26619
|
-
var loadingCircleStyle$
|
|
26729
|
+
var _excluded$7h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26730
|
+
var loadingCircleStyle$7h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26620
26731
|
var SystemMgr = function SystemMgr(props) {
|
|
26621
26732
|
var color = props.color,
|
|
26622
26733
|
size = props.size,
|
|
@@ -26625,12 +26736,12 @@ var SystemMgr = function SystemMgr(props) {
|
|
|
26625
26736
|
className = props.className,
|
|
26626
26737
|
iconClassName = props.iconClassName,
|
|
26627
26738
|
testid = props.testid,
|
|
26628
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26739
|
+
otherProps = _objectWithoutProperties(props, _excluded$7h);
|
|
26629
26740
|
return /*#__PURE__*/React.createElement("span", {
|
|
26630
26741
|
role: "img",
|
|
26631
26742
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26632
26743
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26633
|
-
children: loadingCircleStyle$
|
|
26744
|
+
children: loadingCircleStyle$7h
|
|
26634
26745
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26635
26746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26636
26747
|
width: size,
|
|
@@ -26671,8 +26782,8 @@ SystemMgr.defaultProps = {
|
|
|
26671
26782
|
size: '1em'
|
|
26672
26783
|
};
|
|
26673
26784
|
|
|
26674
|
-
var _excluded$
|
|
26675
|
-
var loadingCircleStyle$
|
|
26785
|
+
var _excluded$7i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26786
|
+
var loadingCircleStyle$7i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26676
26787
|
var Pattern = function Pattern(props) {
|
|
26677
26788
|
var color = props.color,
|
|
26678
26789
|
size = props.size,
|
|
@@ -26681,12 +26792,12 @@ var Pattern = function Pattern(props) {
|
|
|
26681
26792
|
className = props.className,
|
|
26682
26793
|
iconClassName = props.iconClassName,
|
|
26683
26794
|
testid = props.testid,
|
|
26684
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26795
|
+
otherProps = _objectWithoutProperties(props, _excluded$7i);
|
|
26685
26796
|
return /*#__PURE__*/React.createElement("span", {
|
|
26686
26797
|
role: "img",
|
|
26687
26798
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26688
26799
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26689
|
-
children: loadingCircleStyle$
|
|
26800
|
+
children: loadingCircleStyle$7i
|
|
26690
26801
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26691
26802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26692
26803
|
width: size,
|
|
@@ -26731,8 +26842,8 @@ Pattern.defaultProps = {
|
|
|
26731
26842
|
size: '1em'
|
|
26732
26843
|
};
|
|
26733
26844
|
|
|
26734
|
-
var _excluded$
|
|
26735
|
-
var loadingCircleStyle$
|
|
26845
|
+
var _excluded$7j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26846
|
+
var loadingCircleStyle$7j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26736
26847
|
var Debug = function Debug(props) {
|
|
26737
26848
|
var color = props.color,
|
|
26738
26849
|
size = props.size,
|
|
@@ -26741,12 +26852,12 @@ var Debug = function Debug(props) {
|
|
|
26741
26852
|
className = props.className,
|
|
26742
26853
|
iconClassName = props.iconClassName,
|
|
26743
26854
|
testid = props.testid,
|
|
26744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26855
|
+
otherProps = _objectWithoutProperties(props, _excluded$7j);
|
|
26745
26856
|
return /*#__PURE__*/React.createElement("span", {
|
|
26746
26857
|
role: "img",
|
|
26747
26858
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26748
26859
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26749
|
-
children: loadingCircleStyle$
|
|
26860
|
+
children: loadingCircleStyle$7j
|
|
26750
26861
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26751
26862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26752
26863
|
width: size,
|
|
@@ -26783,8 +26894,8 @@ Debug.defaultProps = {
|
|
|
26783
26894
|
size: '1em'
|
|
26784
26895
|
};
|
|
26785
26896
|
|
|
26786
|
-
var _excluded$
|
|
26787
|
-
var loadingCircleStyle$
|
|
26897
|
+
var _excluded$7k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26898
|
+
var loadingCircleStyle$7k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26788
26899
|
var Live = function Live(props) {
|
|
26789
26900
|
var color = props.color,
|
|
26790
26901
|
size = props.size,
|
|
@@ -26793,12 +26904,12 @@ var Live = function Live(props) {
|
|
|
26793
26904
|
className = props.className,
|
|
26794
26905
|
iconClassName = props.iconClassName,
|
|
26795
26906
|
testid = props.testid,
|
|
26796
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26907
|
+
otherProps = _objectWithoutProperties(props, _excluded$7k);
|
|
26797
26908
|
return /*#__PURE__*/React.createElement("span", {
|
|
26798
26909
|
role: "img",
|
|
26799
26910
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26800
26911
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26801
|
-
children: loadingCircleStyle$
|
|
26912
|
+
children: loadingCircleStyle$7k
|
|
26802
26913
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26803
26914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26804
26915
|
width: size,
|
|
@@ -26835,8 +26946,8 @@ Live.defaultProps = {
|
|
|
26835
26946
|
size: '1em'
|
|
26836
26947
|
};
|
|
26837
26948
|
|
|
26838
|
-
var _excluded$
|
|
26839
|
-
var loadingCircleStyle$
|
|
26949
|
+
var _excluded$7l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26950
|
+
var loadingCircleStyle$7l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26840
26951
|
var Plug = function Plug(props) {
|
|
26841
26952
|
var color = props.color,
|
|
26842
26953
|
size = props.size,
|
|
@@ -26845,12 +26956,12 @@ var Plug = function Plug(props) {
|
|
|
26845
26956
|
className = props.className,
|
|
26846
26957
|
iconClassName = props.iconClassName,
|
|
26847
26958
|
testid = props.testid,
|
|
26848
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26959
|
+
otherProps = _objectWithoutProperties(props, _excluded$7l);
|
|
26849
26960
|
return /*#__PURE__*/React.createElement("span", {
|
|
26850
26961
|
role: "img",
|
|
26851
26962
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26852
26963
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26853
|
-
children: loadingCircleStyle$
|
|
26964
|
+
children: loadingCircleStyle$7l
|
|
26854
26965
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26855
26966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26856
26967
|
width: size,
|
|
@@ -26887,8 +26998,8 @@ Plug.defaultProps = {
|
|
|
26887
26998
|
size: '1em'
|
|
26888
26999
|
};
|
|
26889
27000
|
|
|
26890
|
-
var _excluded$
|
|
26891
|
-
var loadingCircleStyle$
|
|
27001
|
+
var _excluded$7m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27002
|
+
var loadingCircleStyle$7m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26892
27003
|
var Application = function Application(props) {
|
|
26893
27004
|
var color = props.color,
|
|
26894
27005
|
size = props.size,
|
|
@@ -26897,12 +27008,12 @@ var Application = function Application(props) {
|
|
|
26897
27008
|
className = props.className,
|
|
26898
27009
|
iconClassName = props.iconClassName,
|
|
26899
27010
|
testid = props.testid,
|
|
26900
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27011
|
+
otherProps = _objectWithoutProperties(props, _excluded$7m);
|
|
26901
27012
|
return /*#__PURE__*/React.createElement("span", {
|
|
26902
27013
|
role: "img",
|
|
26903
27014
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26904
27015
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26905
|
-
children: loadingCircleStyle$
|
|
27016
|
+
children: loadingCircleStyle$7m
|
|
26906
27017
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26907
27018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26908
27019
|
width: size,
|
|
@@ -26949,8 +27060,8 @@ Application.defaultProps = {
|
|
|
26949
27060
|
size: '1em'
|
|
26950
27061
|
};
|
|
26951
27062
|
|
|
26952
|
-
var _excluded$
|
|
26953
|
-
var loadingCircleStyle$
|
|
27063
|
+
var _excluded$7n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27064
|
+
var loadingCircleStyle$7n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26954
27065
|
var Gift = function Gift(props) {
|
|
26955
27066
|
var color = props.color,
|
|
26956
27067
|
size = props.size,
|
|
@@ -26959,12 +27070,12 @@ var Gift = function Gift(props) {
|
|
|
26959
27070
|
className = props.className,
|
|
26960
27071
|
iconClassName = props.iconClassName,
|
|
26961
27072
|
testid = props.testid,
|
|
26962
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27073
|
+
otherProps = _objectWithoutProperties(props, _excluded$7n);
|
|
26963
27074
|
return /*#__PURE__*/React.createElement("span", {
|
|
26964
27075
|
role: "img",
|
|
26965
27076
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26966
27077
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26967
|
-
children: loadingCircleStyle$
|
|
27078
|
+
children: loadingCircleStyle$7n
|
|
26968
27079
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26969
27080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26970
27081
|
width: size,
|
|
@@ -27001,8 +27112,8 @@ Gift.defaultProps = {
|
|
|
27001
27112
|
size: '1em'
|
|
27002
27113
|
};
|
|
27003
27114
|
|
|
27004
|
-
var _excluded$
|
|
27005
|
-
var loadingCircleStyle$
|
|
27115
|
+
var _excluded$7o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27116
|
+
var loadingCircleStyle$7o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27006
27117
|
var Tips = function Tips(props) {
|
|
27007
27118
|
var color = props.color,
|
|
27008
27119
|
size = props.size,
|
|
@@ -27011,12 +27122,12 @@ var Tips = function Tips(props) {
|
|
|
27011
27122
|
className = props.className,
|
|
27012
27123
|
iconClassName = props.iconClassName,
|
|
27013
27124
|
testid = props.testid,
|
|
27014
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27125
|
+
otherProps = _objectWithoutProperties(props, _excluded$7o);
|
|
27015
27126
|
return /*#__PURE__*/React.createElement("span", {
|
|
27016
27127
|
role: "img",
|
|
27017
27128
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27018
27129
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27019
|
-
children: loadingCircleStyle$
|
|
27130
|
+
children: loadingCircleStyle$7o
|
|
27020
27131
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27021
27132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27022
27133
|
width: size,
|
|
@@ -27055,8 +27166,8 @@ Tips.defaultProps = {
|
|
|
27055
27166
|
size: '1em'
|
|
27056
27167
|
};
|
|
27057
27168
|
|
|
27058
|
-
var _excluded$
|
|
27059
|
-
var loadingCircleStyle$
|
|
27169
|
+
var _excluded$7p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27170
|
+
var loadingCircleStyle$7p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27060
27171
|
var Usb = function Usb(props) {
|
|
27061
27172
|
var color = props.color,
|
|
27062
27173
|
size = props.size,
|
|
@@ -27065,12 +27176,12 @@ var Usb = function Usb(props) {
|
|
|
27065
27176
|
className = props.className,
|
|
27066
27177
|
iconClassName = props.iconClassName,
|
|
27067
27178
|
testid = props.testid,
|
|
27068
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27179
|
+
otherProps = _objectWithoutProperties(props, _excluded$7p);
|
|
27069
27180
|
return /*#__PURE__*/React.createElement("span", {
|
|
27070
27181
|
role: "img",
|
|
27071
27182
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27072
27183
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27073
|
-
children: loadingCircleStyle$
|
|
27184
|
+
children: loadingCircleStyle$7p
|
|
27074
27185
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27075
27186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27076
27187
|
width: size,
|
|
@@ -27107,8 +27218,8 @@ Usb.defaultProps = {
|
|
|
27107
27218
|
size: '1em'
|
|
27108
27219
|
};
|
|
27109
27220
|
|
|
27110
|
-
var _excluded$
|
|
27111
|
-
var loadingCircleStyle$
|
|
27221
|
+
var _excluded$7q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27222
|
+
var loadingCircleStyle$7q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27112
27223
|
var Location = function Location(props) {
|
|
27113
27224
|
var color = props.color,
|
|
27114
27225
|
size = props.size,
|
|
@@ -27117,12 +27228,12 @@ var Location = function Location(props) {
|
|
|
27117
27228
|
className = props.className,
|
|
27118
27229
|
iconClassName = props.iconClassName,
|
|
27119
27230
|
testid = props.testid,
|
|
27120
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27231
|
+
otherProps = _objectWithoutProperties(props, _excluded$7q);
|
|
27121
27232
|
return /*#__PURE__*/React.createElement("span", {
|
|
27122
27233
|
role: "img",
|
|
27123
27234
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27124
27235
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27125
|
-
children: loadingCircleStyle$
|
|
27236
|
+
children: loadingCircleStyle$7q
|
|
27126
27237
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27127
27238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27128
27239
|
width: size,
|
|
@@ -27163,8 +27274,8 @@ Location.defaultProps = {
|
|
|
27163
27274
|
size: '1em'
|
|
27164
27275
|
};
|
|
27165
27276
|
|
|
27166
|
-
var _excluded$
|
|
27167
|
-
var loadingCircleStyle$
|
|
27277
|
+
var _excluded$7r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27278
|
+
var loadingCircleStyle$7r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27168
27279
|
var ShieldCheck = function ShieldCheck(props) {
|
|
27169
27280
|
var color = props.color,
|
|
27170
27281
|
size = props.size,
|
|
@@ -27173,12 +27284,12 @@ var ShieldCheck = function ShieldCheck(props) {
|
|
|
27173
27284
|
className = props.className,
|
|
27174
27285
|
iconClassName = props.iconClassName,
|
|
27175
27286
|
testid = props.testid,
|
|
27176
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27287
|
+
otherProps = _objectWithoutProperties(props, _excluded$7r);
|
|
27177
27288
|
return /*#__PURE__*/React.createElement("span", {
|
|
27178
27289
|
role: "img",
|
|
27179
27290
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27180
27291
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27181
|
-
children: loadingCircleStyle$
|
|
27292
|
+
children: loadingCircleStyle$7r
|
|
27182
27293
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27183
27294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27184
27295
|
width: size,
|
|
@@ -27215,8 +27326,8 @@ ShieldCheck.defaultProps = {
|
|
|
27215
27326
|
size: '1em'
|
|
27216
27327
|
};
|
|
27217
27328
|
|
|
27218
|
-
var _excluded$
|
|
27219
|
-
var loadingCircleStyle$
|
|
27329
|
+
var _excluded$7s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27330
|
+
var loadingCircleStyle$7s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27220
27331
|
var ShieldCross = function ShieldCross(props) {
|
|
27221
27332
|
var color = props.color,
|
|
27222
27333
|
size = props.size,
|
|
@@ -27225,12 +27336,12 @@ var ShieldCross = function ShieldCross(props) {
|
|
|
27225
27336
|
className = props.className,
|
|
27226
27337
|
iconClassName = props.iconClassName,
|
|
27227
27338
|
testid = props.testid,
|
|
27228
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27339
|
+
otherProps = _objectWithoutProperties(props, _excluded$7s);
|
|
27229
27340
|
return /*#__PURE__*/React.createElement("span", {
|
|
27230
27341
|
role: "img",
|
|
27231
27342
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27232
27343
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27233
|
-
children: loadingCircleStyle$
|
|
27344
|
+
children: loadingCircleStyle$7s
|
|
27234
27345
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27235
27346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27236
27347
|
width: size,
|
|
@@ -27267,8 +27378,8 @@ ShieldCross.defaultProps = {
|
|
|
27267
27378
|
size: '1em'
|
|
27268
27379
|
};
|
|
27269
27380
|
|
|
27270
|
-
var _excluded$
|
|
27271
|
-
var loadingCircleStyle$
|
|
27381
|
+
var _excluded$7t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27382
|
+
var loadingCircleStyle$7t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27272
27383
|
var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
27273
27384
|
var color = props.color,
|
|
27274
27385
|
size = props.size,
|
|
@@ -27277,12 +27388,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
|
27277
27388
|
className = props.className,
|
|
27278
27389
|
iconClassName = props.iconClassName,
|
|
27279
27390
|
testid = props.testid,
|
|
27280
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27391
|
+
otherProps = _objectWithoutProperties(props, _excluded$7t);
|
|
27281
27392
|
return /*#__PURE__*/React.createElement("span", {
|
|
27282
27393
|
role: "img",
|
|
27283
27394
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27284
27395
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27285
|
-
children: loadingCircleStyle$
|
|
27396
|
+
children: loadingCircleStyle$7t
|
|
27286
27397
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27287
27398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27288
27399
|
width: size,
|
|
@@ -27319,8 +27430,8 @@ ShieldKeyhole.defaultProps = {
|
|
|
27319
27430
|
size: '1em'
|
|
27320
27431
|
};
|
|
27321
27432
|
|
|
27322
|
-
var _excluded$
|
|
27323
|
-
var loadingCircleStyle$
|
|
27433
|
+
var _excluded$7u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27434
|
+
var loadingCircleStyle$7u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27324
27435
|
var Bell2Fill = function Bell2Fill(props) {
|
|
27325
27436
|
var color = props.color,
|
|
27326
27437
|
size = props.size,
|
|
@@ -27329,12 +27440,12 @@ var Bell2Fill = function Bell2Fill(props) {
|
|
|
27329
27440
|
className = props.className,
|
|
27330
27441
|
iconClassName = props.iconClassName,
|
|
27331
27442
|
testid = props.testid,
|
|
27332
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27443
|
+
otherProps = _objectWithoutProperties(props, _excluded$7u);
|
|
27333
27444
|
return /*#__PURE__*/React.createElement("span", {
|
|
27334
27445
|
role: "img",
|
|
27335
27446
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27336
27447
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27337
|
-
children: loadingCircleStyle$
|
|
27448
|
+
children: loadingCircleStyle$7u
|
|
27338
27449
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27339
27450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27340
27451
|
width: size,
|
|
@@ -27371,8 +27482,8 @@ Bell2Fill.defaultProps = {
|
|
|
27371
27482
|
size: '1em'
|
|
27372
27483
|
};
|
|
27373
27484
|
|
|
27374
|
-
var _excluded$
|
|
27375
|
-
var loadingCircleStyle$
|
|
27485
|
+
var _excluded$7v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27486
|
+
var loadingCircleStyle$7v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27376
27487
|
var Box = function Box(props) {
|
|
27377
27488
|
var color = props.color,
|
|
27378
27489
|
size = props.size,
|
|
@@ -27381,12 +27492,12 @@ var Box = function Box(props) {
|
|
|
27381
27492
|
className = props.className,
|
|
27382
27493
|
iconClassName = props.iconClassName,
|
|
27383
27494
|
testid = props.testid,
|
|
27384
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27495
|
+
otherProps = _objectWithoutProperties(props, _excluded$7v);
|
|
27385
27496
|
return /*#__PURE__*/React.createElement("span", {
|
|
27386
27497
|
role: "img",
|
|
27387
27498
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27388
27499
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27389
|
-
children: loadingCircleStyle$
|
|
27500
|
+
children: loadingCircleStyle$7v
|
|
27390
27501
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27391
27502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27392
27503
|
width: size,
|
|
@@ -27423,8 +27534,8 @@ Box.defaultProps = {
|
|
|
27423
27534
|
size: '1em'
|
|
27424
27535
|
};
|
|
27425
27536
|
|
|
27426
|
-
var _excluded$
|
|
27427
|
-
var loadingCircleStyle$
|
|
27537
|
+
var _excluded$7w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27538
|
+
var loadingCircleStyle$7w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27428
27539
|
var ShutDown = function ShutDown(props) {
|
|
27429
27540
|
var color = props.color,
|
|
27430
27541
|
size = props.size,
|
|
@@ -27433,12 +27544,12 @@ var ShutDown = function ShutDown(props) {
|
|
|
27433
27544
|
className = props.className,
|
|
27434
27545
|
iconClassName = props.iconClassName,
|
|
27435
27546
|
testid = props.testid,
|
|
27436
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27547
|
+
otherProps = _objectWithoutProperties(props, _excluded$7w);
|
|
27437
27548
|
return /*#__PURE__*/React.createElement("span", {
|
|
27438
27549
|
role: "img",
|
|
27439
27550
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27440
27551
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27441
|
-
children: loadingCircleStyle$
|
|
27552
|
+
children: loadingCircleStyle$7w
|
|
27442
27553
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27443
27554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27444
27555
|
width: size,
|
|
@@ -27475,8 +27586,8 @@ ShutDown.defaultProps = {
|
|
|
27475
27586
|
size: '1em'
|
|
27476
27587
|
};
|
|
27477
27588
|
|
|
27478
|
-
var _excluded$
|
|
27479
|
-
var loadingCircleStyle$
|
|
27589
|
+
var _excluded$7x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27590
|
+
var loadingCircleStyle$7x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27480
27591
|
var Database = function Database(props) {
|
|
27481
27592
|
var color = props.color,
|
|
27482
27593
|
size = props.size,
|
|
@@ -27485,12 +27596,12 @@ var Database = function Database(props) {
|
|
|
27485
27596
|
className = props.className,
|
|
27486
27597
|
iconClassName = props.iconClassName,
|
|
27487
27598
|
testid = props.testid,
|
|
27488
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27599
|
+
otherProps = _objectWithoutProperties(props, _excluded$7x);
|
|
27489
27600
|
return /*#__PURE__*/React.createElement("span", {
|
|
27490
27601
|
role: "img",
|
|
27491
27602
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27492
27603
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27493
|
-
children: loadingCircleStyle$
|
|
27604
|
+
children: loadingCircleStyle$7x
|
|
27494
27605
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27495
27606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27496
27607
|
width: size,
|
|
@@ -27527,8 +27638,8 @@ Database.defaultProps = {
|
|
|
27527
27638
|
size: '1em'
|
|
27528
27639
|
};
|
|
27529
27640
|
|
|
27530
|
-
var _excluded$
|
|
27531
|
-
var loadingCircleStyle$
|
|
27641
|
+
var _excluded$7y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27642
|
+
var loadingCircleStyle$7y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27532
27643
|
var Terminal = function Terminal(props) {
|
|
27533
27644
|
var color = props.color,
|
|
27534
27645
|
size = props.size,
|
|
@@ -27537,12 +27648,12 @@ var Terminal = function Terminal(props) {
|
|
|
27537
27648
|
className = props.className,
|
|
27538
27649
|
iconClassName = props.iconClassName,
|
|
27539
27650
|
testid = props.testid,
|
|
27540
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27651
|
+
otherProps = _objectWithoutProperties(props, _excluded$7y);
|
|
27541
27652
|
return /*#__PURE__*/React.createElement("span", {
|
|
27542
27653
|
role: "img",
|
|
27543
27654
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27544
27655
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27545
|
-
children: loadingCircleStyle$
|
|
27656
|
+
children: loadingCircleStyle$7y
|
|
27546
27657
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27547
27658
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27548
27659
|
width: size,
|
|
@@ -27579,8 +27690,8 @@ Terminal.defaultProps = {
|
|
|
27579
27690
|
size: '1em'
|
|
27580
27691
|
};
|
|
27581
27692
|
|
|
27582
|
-
var _excluded$
|
|
27583
|
-
var loadingCircleStyle$
|
|
27693
|
+
var _excluded$7z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27694
|
+
var loadingCircleStyle$7z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27584
27695
|
var SatelliteDish = function SatelliteDish(props) {
|
|
27585
27696
|
var color = props.color,
|
|
27586
27697
|
size = props.size,
|
|
@@ -27589,12 +27700,12 @@ var SatelliteDish = function SatelliteDish(props) {
|
|
|
27589
27700
|
className = props.className,
|
|
27590
27701
|
iconClassName = props.iconClassName,
|
|
27591
27702
|
testid = props.testid,
|
|
27592
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27703
|
+
otherProps = _objectWithoutProperties(props, _excluded$7z);
|
|
27593
27704
|
return /*#__PURE__*/React.createElement("span", {
|
|
27594
27705
|
role: "img",
|
|
27595
27706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27596
27707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27597
|
-
children: loadingCircleStyle$
|
|
27708
|
+
children: loadingCircleStyle$7z
|
|
27598
27709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27599
27710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27600
27711
|
width: size,
|
|
@@ -27637,4 +27748,4 @@ SatelliteDish.defaultProps = {
|
|
|
27637
27748
|
size: '1em'
|
|
27638
27749
|
};
|
|
27639
27750
|
|
|
27640
|
-
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DataInput as TaDataInput, DataOutput as TaDataOutput, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, ManageQuery as TaManageQuery, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, Name as TaName, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse };
|
|
27751
|
+
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DataInput as TaDataInput, DataOutput as TaDataOutput, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, ManageQuery as TaManageQuery, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, Name as TaName, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, Pin2 as TaPin2, Pin2Fill as TaPin2Fill, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse };
|