@tant/icons 1.18.24 → 1.18.26
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/compass.js +63 -0
- package/dist/es/icons/pin-2.js +1 -1
- package/dist/es/icons/{pin-2-fill.js → pin-fill.js} +4 -4
- package/dist/es/index.js +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/lib/icons/compass.js +70 -0
- package/dist/lib/icons/pin-2.js +1 -1
- package/dist/lib/icons/{pin-2-fill.js → pin-fill.js} +4 -4
- package/dist/lib/index.js +11 -4
- package/dist/tant-icons.cjs.js +732 -679
- package/dist/tant-icons.esm.js +731 -679
- package/package.json +1 -1
package/dist/tant-icons.esm.js
CHANGED
|
@@ -19734,7 +19734,7 @@ Share.defaultProps = {
|
|
|
19734
19734
|
|
|
19735
19735
|
var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19736
19736
|
var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19737
|
-
var
|
|
19737
|
+
var Compass = function Compass(props) {
|
|
19738
19738
|
var color = props.color,
|
|
19739
19739
|
size = props.size,
|
|
19740
19740
|
spin = props.spin,
|
|
@@ -19768,17 +19768,17 @@ var Play = function Play(props) {
|
|
|
19768
19768
|
height: "24",
|
|
19769
19769
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19770
19770
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19771
|
-
d: "
|
|
19771
|
+
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16zm4.5-12.5L14 14l-6.5 2.5L10 10l6.5-2.5zM12 13a1 1 0 100-2 1 1 0 000 2z"
|
|
19772
19772
|
}))));
|
|
19773
19773
|
};
|
|
19774
|
-
|
|
19774
|
+
Compass.propTypes = {
|
|
19775
19775
|
iconClassName: PropTypes.string,
|
|
19776
19776
|
spin: PropTypes.bool,
|
|
19777
19777
|
color: PropTypes.string,
|
|
19778
19778
|
testid: PropTypes.string,
|
|
19779
19779
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19780
19780
|
};
|
|
19781
|
-
|
|
19781
|
+
Compass.defaultProps = {
|
|
19782
19782
|
spin: false,
|
|
19783
19783
|
color: 'currentColor',
|
|
19784
19784
|
size: '1em'
|
|
@@ -19786,7 +19786,7 @@ Play.defaultProps = {
|
|
|
19786
19786
|
|
|
19787
19787
|
var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19788
19788
|
var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19789
|
-
var
|
|
19789
|
+
var Play = function Play(props) {
|
|
19790
19790
|
var color = props.color,
|
|
19791
19791
|
size = props.size,
|
|
19792
19792
|
spin = props.spin,
|
|
@@ -19820,17 +19820,17 @@ var Config = function Config(props) {
|
|
|
19820
19820
|
height: "24",
|
|
19821
19821
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19822
19822
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19823
|
-
d: "
|
|
19823
|
+
d: "M19.376 11.982L8.777 19.048A.499.499 0 018 18.632V4.5a.5.5 0 01.777-.416l10.599 7.066a.501.501 0 010 .832z"
|
|
19824
19824
|
}))));
|
|
19825
19825
|
};
|
|
19826
|
-
|
|
19826
|
+
Play.propTypes = {
|
|
19827
19827
|
iconClassName: PropTypes.string,
|
|
19828
19828
|
spin: PropTypes.bool,
|
|
19829
19829
|
color: PropTypes.string,
|
|
19830
19830
|
testid: PropTypes.string,
|
|
19831
19831
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19832
19832
|
};
|
|
19833
|
-
|
|
19833
|
+
Play.defaultProps = {
|
|
19834
19834
|
spin: false,
|
|
19835
19835
|
color: 'currentColor',
|
|
19836
19836
|
size: '1em'
|
|
@@ -19838,7 +19838,7 @@ Config.defaultProps = {
|
|
|
19838
19838
|
|
|
19839
19839
|
var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19840
19840
|
var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19841
|
-
var
|
|
19841
|
+
var Config = function Config(props) {
|
|
19842
19842
|
var color = props.color,
|
|
19843
19843
|
size = props.size,
|
|
19844
19844
|
spin = props.spin,
|
|
@@ -19872,17 +19872,17 @@ var Setting = function Setting(props) {
|
|
|
19872
19872
|
height: "24",
|
|
19873
19873
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19874
19874
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19875
|
-
d: "
|
|
19875
|
+
d: "M6.17 18a3 3 0 015.66 0H22v2H11.83a3 3 0 01-5.66 0H2v-2h4.17zm6-7a3 3 0 015.66 0H22v2h-4.17a3 3 0 01-5.66 0H2v-2h10.17zm-6-7a3.001 3.001 0 015.66 0H22v2H11.83a3 3 0 01-5.66 0H2V4h4.17zM9 6a1 1 0 100-2 1 1 0 000 2zm6 7a1 1 0 100-2 1 1 0 000 2zm-6 7a1 1 0 100-2 1 1 0 000 2z"
|
|
19876
19876
|
}))));
|
|
19877
19877
|
};
|
|
19878
|
-
|
|
19878
|
+
Config.propTypes = {
|
|
19879
19879
|
iconClassName: PropTypes.string,
|
|
19880
19880
|
spin: PropTypes.bool,
|
|
19881
19881
|
color: PropTypes.string,
|
|
19882
19882
|
testid: PropTypes.string,
|
|
19883
19883
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19884
19884
|
};
|
|
19885
|
-
|
|
19885
|
+
Config.defaultProps = {
|
|
19886
19886
|
spin: false,
|
|
19887
19887
|
color: 'currentColor',
|
|
19888
19888
|
size: '1em'
|
|
@@ -19890,7 +19890,7 @@ Setting.defaultProps = {
|
|
|
19890
19890
|
|
|
19891
19891
|
var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19892
19892
|
var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19893
|
-
var
|
|
19893
|
+
var Setting = function Setting(props) {
|
|
19894
19894
|
var color = props.color,
|
|
19895
19895
|
size = props.size,
|
|
19896
19896
|
spin = props.spin,
|
|
@@ -19924,17 +19924,17 @@ var Search = function Search(props) {
|
|
|
19924
19924
|
height: "24",
|
|
19925
19925
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19926
19926
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19927
|
-
d: "
|
|
19927
|
+
d: "M2 12c0-.865.11-1.703.316-2.504A3 3 0 004.99 4.867a9.99 9.99 0 014.335-2.505 3 3 0 005.348 0 9.99 9.99 0 014.335 2.505 3 3 0 002.675 4.63 10.036 10.036 0 010 5.007 3 3 0 00-2.675 4.629 9.99 9.99 0 01-4.335 2.505 3 3 0 00-5.348 0 9.99 9.99 0 01-4.335-2.505 3 3 0 00-2.675-4.63A10.056 10.056 0 012 12zm4.804 3c.63 1.091.81 2.346.564 3.524.408.29.842.541 1.297.75A4.993 4.993 0 0112 18c1.26 0 2.438.471 3.335 1.274.455-.209.889-.46 1.297-.75A4.993 4.993 0 0117.196 15a4.993 4.993 0 012.77-2.25 8.134 8.134 0 000-1.5A4.993 4.993 0 0117.195 9a4.993 4.993 0 01-.564-3.524 7.988 7.988 0 00-1.297-.75A4.993 4.993 0 0112 6a4.993 4.993 0 01-3.335-1.274 7.99 7.99 0 00-1.297.75A4.993 4.993 0 016.804 9a4.993 4.993 0 01-2.77 2.25 8.125 8.125 0 000 1.5A4.993 4.993 0 016.805 15h-.001zM12 15a3 3 0 110-6 3 3 0 010 6zm0-2a1 1 0 100-2 1 1 0 000 2z"
|
|
19928
19928
|
}))));
|
|
19929
19929
|
};
|
|
19930
|
-
|
|
19930
|
+
Setting.propTypes = {
|
|
19931
19931
|
iconClassName: PropTypes.string,
|
|
19932
19932
|
spin: PropTypes.bool,
|
|
19933
19933
|
color: PropTypes.string,
|
|
19934
19934
|
testid: PropTypes.string,
|
|
19935
19935
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19936
19936
|
};
|
|
19937
|
-
|
|
19937
|
+
Setting.defaultProps = {
|
|
19938
19938
|
spin: false,
|
|
19939
19939
|
color: 'currentColor',
|
|
19940
19940
|
size: '1em'
|
|
@@ -19942,7 +19942,7 @@ Search.defaultProps = {
|
|
|
19942
19942
|
|
|
19943
19943
|
var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19944
19944
|
var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19945
|
-
var
|
|
19945
|
+
var Search = function Search(props) {
|
|
19946
19946
|
var color = props.color,
|
|
19947
19947
|
size = props.size,
|
|
19948
19948
|
spin = props.spin,
|
|
@@ -19976,17 +19976,17 @@ var Copy = function Copy(props) {
|
|
|
19976
19976
|
height: "24",
|
|
19977
19977
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19978
19978
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19979
|
-
d: "
|
|
19979
|
+
d: "M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0111 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 01-1.969 5.617zm-2.006-.742A6.977 6.977 0 0018 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 004.875-1.975l.15-.15z"
|
|
19980
19980
|
}))));
|
|
19981
19981
|
};
|
|
19982
|
-
|
|
19982
|
+
Search.propTypes = {
|
|
19983
19983
|
iconClassName: PropTypes.string,
|
|
19984
19984
|
spin: PropTypes.bool,
|
|
19985
19985
|
color: PropTypes.string,
|
|
19986
19986
|
testid: PropTypes.string,
|
|
19987
19987
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19988
19988
|
};
|
|
19989
|
-
|
|
19989
|
+
Search.defaultProps = {
|
|
19990
19990
|
spin: false,
|
|
19991
19991
|
color: 'currentColor',
|
|
19992
19992
|
size: '1em'
|
|
@@ -19994,7 +19994,7 @@ Copy.defaultProps = {
|
|
|
19994
19994
|
|
|
19995
19995
|
var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19996
19996
|
var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19997
|
-
var
|
|
19997
|
+
var Copy = function Copy(props) {
|
|
19998
19998
|
var color = props.color,
|
|
19999
19999
|
size = props.size,
|
|
20000
20000
|
spin = props.spin,
|
|
@@ -20028,17 +20028,17 @@ var Copy2 = function Copy2(props) {
|
|
|
20028
20028
|
height: "24",
|
|
20029
20029
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20030
20030
|
}, /*#__PURE__*/React.createElement("path", {
|
|
20031
|
-
d: "M7 6V3a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 013 21l.003-14c0-.552.45-1 1.
|
|
20031
|
+
d: "M7 6V3a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 013 21l.003-14c0-.552.45-1 1.007-1H7zM5.003 8L5 20h10V8H5.003zM9 6h7a1 1 0 011 1v9h2V4H9v2z"
|
|
20032
20032
|
}))));
|
|
20033
20033
|
};
|
|
20034
|
-
|
|
20034
|
+
Copy.propTypes = {
|
|
20035
20035
|
iconClassName: PropTypes.string,
|
|
20036
20036
|
spin: PropTypes.bool,
|
|
20037
20037
|
color: PropTypes.string,
|
|
20038
20038
|
testid: PropTypes.string,
|
|
20039
20039
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
20040
20040
|
};
|
|
20041
|
-
|
|
20041
|
+
Copy.defaultProps = {
|
|
20042
20042
|
spin: false,
|
|
20043
20043
|
color: 'currentColor',
|
|
20044
20044
|
size: '1em'
|
|
@@ -20046,7 +20046,7 @@ Copy2.defaultProps = {
|
|
|
20046
20046
|
|
|
20047
20047
|
var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20048
20048
|
var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20049
|
-
var
|
|
20049
|
+
var Copy2 = function Copy2(props) {
|
|
20050
20050
|
var color = props.color,
|
|
20051
20051
|
size = props.size,
|
|
20052
20052
|
spin = props.spin,
|
|
@@ -20079,6 +20079,58 @@ var Format = function Format(props) {
|
|
|
20079
20079
|
width: "24",
|
|
20080
20080
|
height: "24",
|
|
20081
20081
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20082
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20083
|
+
d: "M7 6V3a1 1 0 011-1h12a1 1 0 011 1v14a1 1 0 01-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 013 21l.003-14c0-.552.45-1 1.006-1H7zM5.002 8L5 20h10V8H5.002zM9 6h7a1 1 0 011 1v9h2V4H9v2zm-2 5h6v2H7v-2zm0 4h6v2H7v-2z"
|
|
20084
|
+
}))));
|
|
20085
|
+
};
|
|
20086
|
+
Copy2.propTypes = {
|
|
20087
|
+
iconClassName: PropTypes.string,
|
|
20088
|
+
spin: PropTypes.bool,
|
|
20089
|
+
color: PropTypes.string,
|
|
20090
|
+
testid: PropTypes.string,
|
|
20091
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
20092
|
+
};
|
|
20093
|
+
Copy2.defaultProps = {
|
|
20094
|
+
spin: false,
|
|
20095
|
+
color: 'currentColor',
|
|
20096
|
+
size: '1em'
|
|
20097
|
+
};
|
|
20098
|
+
|
|
20099
|
+
var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20100
|
+
var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20101
|
+
var Format = function Format(props) {
|
|
20102
|
+
var color = props.color,
|
|
20103
|
+
size = props.size,
|
|
20104
|
+
spin = props.spin,
|
|
20105
|
+
style = props.style,
|
|
20106
|
+
className = props.className,
|
|
20107
|
+
iconClassName = props.iconClassName,
|
|
20108
|
+
testid = props.testid,
|
|
20109
|
+
otherProps = _objectWithoutProperties(props, _excluded$5l);
|
|
20110
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
20111
|
+
role: "img",
|
|
20112
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20113
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
20114
|
+
children: loadingCircleStyle$5l
|
|
20115
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20116
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20117
|
+
width: size,
|
|
20118
|
+
height: size,
|
|
20119
|
+
viewBox: "0 0 24 24",
|
|
20120
|
+
fill: color
|
|
20121
|
+
}, otherProps, {
|
|
20122
|
+
className: iconClassName,
|
|
20123
|
+
"data-testid": testid,
|
|
20124
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
20125
|
+
animationDuration: '1s',
|
|
20126
|
+
animationIterationCount: 'infinite',
|
|
20127
|
+
animationName: 'loadingCircle',
|
|
20128
|
+
animationTimingFunction: 'linear'
|
|
20129
|
+
} : {})
|
|
20130
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
20131
|
+
width: "24",
|
|
20132
|
+
height: "24",
|
|
20133
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20082
20134
|
}, /*#__PURE__*/React.createElement("path", {
|
|
20083
20135
|
fillRule: "evenodd",
|
|
20084
20136
|
clipRule: "evenodd",
|
|
@@ -20098,8 +20150,8 @@ Format.defaultProps = {
|
|
|
20098
20150
|
size: '1em'
|
|
20099
20151
|
};
|
|
20100
20152
|
|
|
20101
|
-
var _excluded$
|
|
20102
|
-
var loadingCircleStyle$
|
|
20153
|
+
var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20154
|
+
var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20103
20155
|
var Code = function Code(props) {
|
|
20104
20156
|
var color = props.color,
|
|
20105
20157
|
size = props.size,
|
|
@@ -20108,12 +20160,12 @@ var Code = function Code(props) {
|
|
|
20108
20160
|
className = props.className,
|
|
20109
20161
|
iconClassName = props.iconClassName,
|
|
20110
20162
|
testid = props.testid,
|
|
20111
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20163
|
+
otherProps = _objectWithoutProperties(props, _excluded$5m);
|
|
20112
20164
|
return /*#__PURE__*/React.createElement("span", {
|
|
20113
20165
|
role: "img",
|
|
20114
20166
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20115
20167
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20116
|
-
children: loadingCircleStyle$
|
|
20168
|
+
children: loadingCircleStyle$5m
|
|
20117
20169
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20118
20170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20119
20171
|
width: size,
|
|
@@ -20150,8 +20202,8 @@ Code.defaultProps = {
|
|
|
20150
20202
|
size: '1em'
|
|
20151
20203
|
};
|
|
20152
20204
|
|
|
20153
|
-
var _excluded$
|
|
20154
|
-
var loadingCircleStyle$
|
|
20205
|
+
var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20206
|
+
var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20155
20207
|
var Edit = function Edit(props) {
|
|
20156
20208
|
var color = props.color,
|
|
20157
20209
|
size = props.size,
|
|
@@ -20160,12 +20212,12 @@ var Edit = function Edit(props) {
|
|
|
20160
20212
|
className = props.className,
|
|
20161
20213
|
iconClassName = props.iconClassName,
|
|
20162
20214
|
testid = props.testid,
|
|
20163
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20215
|
+
otherProps = _objectWithoutProperties(props, _excluded$5n);
|
|
20164
20216
|
return /*#__PURE__*/React.createElement("span", {
|
|
20165
20217
|
role: "img",
|
|
20166
20218
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20167
20219
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20168
|
-
children: loadingCircleStyle$
|
|
20220
|
+
children: loadingCircleStyle$5n
|
|
20169
20221
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20170
20222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20171
20223
|
width: size,
|
|
@@ -20202,8 +20254,8 @@ Edit.defaultProps = {
|
|
|
20202
20254
|
size: '1em'
|
|
20203
20255
|
};
|
|
20204
20256
|
|
|
20205
|
-
var _excluded$
|
|
20206
|
-
var loadingCircleStyle$
|
|
20257
|
+
var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20258
|
+
var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20207
20259
|
var EditFill = function EditFill(props) {
|
|
20208
20260
|
var color = props.color,
|
|
20209
20261
|
size = props.size,
|
|
@@ -20212,12 +20264,12 @@ var EditFill = function EditFill(props) {
|
|
|
20212
20264
|
className = props.className,
|
|
20213
20265
|
iconClassName = props.iconClassName,
|
|
20214
20266
|
testid = props.testid,
|
|
20215
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20267
|
+
otherProps = _objectWithoutProperties(props, _excluded$5o);
|
|
20216
20268
|
return /*#__PURE__*/React.createElement("span", {
|
|
20217
20269
|
role: "img",
|
|
20218
20270
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20219
20271
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20220
|
-
children: loadingCircleStyle$
|
|
20272
|
+
children: loadingCircleStyle$5o
|
|
20221
20273
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20222
20274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20223
20275
|
width: size,
|
|
@@ -20256,8 +20308,8 @@ EditFill.defaultProps = {
|
|
|
20256
20308
|
size: '1em'
|
|
20257
20309
|
};
|
|
20258
20310
|
|
|
20259
|
-
var _excluded$
|
|
20260
|
-
var loadingCircleStyle$
|
|
20311
|
+
var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20312
|
+
var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20261
20313
|
var Delete1 = function Delete1(props) {
|
|
20262
20314
|
var color = props.color,
|
|
20263
20315
|
size = props.size,
|
|
@@ -20266,12 +20318,12 @@ var Delete1 = function Delete1(props) {
|
|
|
20266
20318
|
className = props.className,
|
|
20267
20319
|
iconClassName = props.iconClassName,
|
|
20268
20320
|
testid = props.testid,
|
|
20269
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20321
|
+
otherProps = _objectWithoutProperties(props, _excluded$5p);
|
|
20270
20322
|
return /*#__PURE__*/React.createElement("span", {
|
|
20271
20323
|
role: "img",
|
|
20272
20324
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20273
20325
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20274
|
-
children: loadingCircleStyle$
|
|
20326
|
+
children: loadingCircleStyle$5p
|
|
20275
20327
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20276
20328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20277
20329
|
width: size,
|
|
@@ -20308,8 +20360,8 @@ Delete1.defaultProps = {
|
|
|
20308
20360
|
size: '1em'
|
|
20309
20361
|
};
|
|
20310
20362
|
|
|
20311
|
-
var _excluded$
|
|
20312
|
-
var loadingCircleStyle$
|
|
20363
|
+
var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20364
|
+
var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20313
20365
|
var Save = function Save(props) {
|
|
20314
20366
|
var color = props.color,
|
|
20315
20367
|
size = props.size,
|
|
@@ -20318,12 +20370,12 @@ var Save = function Save(props) {
|
|
|
20318
20370
|
className = props.className,
|
|
20319
20371
|
iconClassName = props.iconClassName,
|
|
20320
20372
|
testid = props.testid,
|
|
20321
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20373
|
+
otherProps = _objectWithoutProperties(props, _excluded$5q);
|
|
20322
20374
|
return /*#__PURE__*/React.createElement("span", {
|
|
20323
20375
|
role: "img",
|
|
20324
20376
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20325
20377
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20326
|
-
children: loadingCircleStyle$
|
|
20378
|
+
children: loadingCircleStyle$5q
|
|
20327
20379
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20328
20380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20329
20381
|
width: size,
|
|
@@ -20360,8 +20412,8 @@ Save.defaultProps = {
|
|
|
20360
20412
|
size: '1em'
|
|
20361
20413
|
};
|
|
20362
20414
|
|
|
20363
|
-
var _excluded$
|
|
20364
|
-
var loadingCircleStyle$
|
|
20415
|
+
var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20416
|
+
var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20365
20417
|
var Send = function Send(props) {
|
|
20366
20418
|
var color = props.color,
|
|
20367
20419
|
size = props.size,
|
|
@@ -20370,12 +20422,12 @@ var Send = function Send(props) {
|
|
|
20370
20422
|
className = props.className,
|
|
20371
20423
|
iconClassName = props.iconClassName,
|
|
20372
20424
|
testid = props.testid,
|
|
20373
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20425
|
+
otherProps = _objectWithoutProperties(props, _excluded$5r);
|
|
20374
20426
|
return /*#__PURE__*/React.createElement("span", {
|
|
20375
20427
|
role: "img",
|
|
20376
20428
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20377
20429
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20378
|
-
children: loadingCircleStyle$
|
|
20430
|
+
children: loadingCircleStyle$5r
|
|
20379
20431
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20380
20432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20381
20433
|
width: size,
|
|
@@ -20414,8 +20466,8 @@ Send.defaultProps = {
|
|
|
20414
20466
|
size: '1em'
|
|
20415
20467
|
};
|
|
20416
20468
|
|
|
20417
|
-
var _excluded$
|
|
20418
|
-
var loadingCircleStyle$
|
|
20469
|
+
var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20470
|
+
var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20419
20471
|
var Fullscreen = function Fullscreen(props) {
|
|
20420
20472
|
var color = props.color,
|
|
20421
20473
|
size = props.size,
|
|
@@ -20424,12 +20476,12 @@ var Fullscreen = function Fullscreen(props) {
|
|
|
20424
20476
|
className = props.className,
|
|
20425
20477
|
iconClassName = props.iconClassName,
|
|
20426
20478
|
testid = props.testid,
|
|
20427
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20479
|
+
otherProps = _objectWithoutProperties(props, _excluded$5s);
|
|
20428
20480
|
return /*#__PURE__*/React.createElement("span", {
|
|
20429
20481
|
role: "img",
|
|
20430
20482
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20431
20483
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20432
|
-
children: loadingCircleStyle$
|
|
20484
|
+
children: loadingCircleStyle$5s
|
|
20433
20485
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20434
20486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20435
20487
|
width: size,
|
|
@@ -20466,8 +20518,8 @@ Fullscreen.defaultProps = {
|
|
|
20466
20518
|
size: '1em'
|
|
20467
20519
|
};
|
|
20468
20520
|
|
|
20469
|
-
var _excluded$
|
|
20470
|
-
var loadingCircleStyle$
|
|
20521
|
+
var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20522
|
+
var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20471
20523
|
var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
20472
20524
|
var color = props.color,
|
|
20473
20525
|
size = props.size,
|
|
@@ -20476,12 +20528,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
|
20476
20528
|
className = props.className,
|
|
20477
20529
|
iconClassName = props.iconClassName,
|
|
20478
20530
|
testid = props.testid,
|
|
20479
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20531
|
+
otherProps = _objectWithoutProperties(props, _excluded$5t);
|
|
20480
20532
|
return /*#__PURE__*/React.createElement("span", {
|
|
20481
20533
|
role: "img",
|
|
20482
20534
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20483
20535
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20484
|
-
children: loadingCircleStyle$
|
|
20536
|
+
children: loadingCircleStyle$5t
|
|
20485
20537
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20486
20538
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20487
20539
|
width: size,
|
|
@@ -20518,8 +20570,8 @@ ArrowLeftDown.defaultProps = {
|
|
|
20518
20570
|
size: '1em'
|
|
20519
20571
|
};
|
|
20520
20572
|
|
|
20521
|
-
var _excluded$
|
|
20522
|
-
var loadingCircleStyle$
|
|
20573
|
+
var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20574
|
+
var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20523
20575
|
var Link = function Link(props) {
|
|
20524
20576
|
var color = props.color,
|
|
20525
20577
|
size = props.size,
|
|
@@ -20528,12 +20580,12 @@ var Link = function Link(props) {
|
|
|
20528
20580
|
className = props.className,
|
|
20529
20581
|
iconClassName = props.iconClassName,
|
|
20530
20582
|
testid = props.testid,
|
|
20531
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20583
|
+
otherProps = _objectWithoutProperties(props, _excluded$5u);
|
|
20532
20584
|
return /*#__PURE__*/React.createElement("span", {
|
|
20533
20585
|
role: "img",
|
|
20534
20586
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20535
20587
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20536
|
-
children: loadingCircleStyle$
|
|
20588
|
+
children: loadingCircleStyle$5u
|
|
20537
20589
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20538
20590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20539
20591
|
width: size,
|
|
@@ -20574,8 +20626,8 @@ Link.defaultProps = {
|
|
|
20574
20626
|
size: '1em'
|
|
20575
20627
|
};
|
|
20576
20628
|
|
|
20577
|
-
var _excluded$
|
|
20578
|
-
var loadingCircleStyle$
|
|
20629
|
+
var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20630
|
+
var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20579
20631
|
var Unlink = function Unlink(props) {
|
|
20580
20632
|
var color = props.color,
|
|
20581
20633
|
size = props.size,
|
|
@@ -20584,12 +20636,12 @@ var Unlink = function Unlink(props) {
|
|
|
20584
20636
|
className = props.className,
|
|
20585
20637
|
iconClassName = props.iconClassName,
|
|
20586
20638
|
testid = props.testid,
|
|
20587
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20639
|
+
otherProps = _objectWithoutProperties(props, _excluded$5v);
|
|
20588
20640
|
return /*#__PURE__*/React.createElement("span", {
|
|
20589
20641
|
role: "img",
|
|
20590
20642
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20591
20643
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20592
|
-
children: loadingCircleStyle$
|
|
20644
|
+
children: loadingCircleStyle$5v
|
|
20593
20645
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20594
20646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20595
20647
|
width: size,
|
|
@@ -20632,8 +20684,8 @@ Unlink.defaultProps = {
|
|
|
20632
20684
|
size: '1em'
|
|
20633
20685
|
};
|
|
20634
20686
|
|
|
20635
|
-
var _excluded$
|
|
20636
|
-
var loadingCircleStyle$
|
|
20687
|
+
var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20688
|
+
var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20637
20689
|
var Link2 = function Link2(props) {
|
|
20638
20690
|
var color = props.color,
|
|
20639
20691
|
size = props.size,
|
|
@@ -20642,12 +20694,12 @@ var Link2 = function Link2(props) {
|
|
|
20642
20694
|
className = props.className,
|
|
20643
20695
|
iconClassName = props.iconClassName,
|
|
20644
20696
|
testid = props.testid,
|
|
20645
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20697
|
+
otherProps = _objectWithoutProperties(props, _excluded$5w);
|
|
20646
20698
|
return /*#__PURE__*/React.createElement("span", {
|
|
20647
20699
|
role: "img",
|
|
20648
20700
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20649
20701
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20650
|
-
children: loadingCircleStyle$
|
|
20702
|
+
children: loadingCircleStyle$5w
|
|
20651
20703
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20652
20704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20653
20705
|
width: size,
|
|
@@ -20684,8 +20736,8 @@ Link2.defaultProps = {
|
|
|
20684
20736
|
size: '1em'
|
|
20685
20737
|
};
|
|
20686
20738
|
|
|
20687
|
-
var _excluded$
|
|
20688
|
-
var loadingCircleStyle$
|
|
20739
|
+
var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20740
|
+
var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20689
20741
|
var MenuUnfold = function MenuUnfold(props) {
|
|
20690
20742
|
var color = props.color,
|
|
20691
20743
|
size = props.size,
|
|
@@ -20694,12 +20746,12 @@ var MenuUnfold = function MenuUnfold(props) {
|
|
|
20694
20746
|
className = props.className,
|
|
20695
20747
|
iconClassName = props.iconClassName,
|
|
20696
20748
|
testid = props.testid,
|
|
20697
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20749
|
+
otherProps = _objectWithoutProperties(props, _excluded$5x);
|
|
20698
20750
|
return /*#__PURE__*/React.createElement("span", {
|
|
20699
20751
|
role: "img",
|
|
20700
20752
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20701
20753
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20702
|
-
children: loadingCircleStyle$
|
|
20754
|
+
children: loadingCircleStyle$5x
|
|
20703
20755
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20704
20756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20705
20757
|
width: size,
|
|
@@ -20736,8 +20788,8 @@ MenuUnfold.defaultProps = {
|
|
|
20736
20788
|
size: '1em'
|
|
20737
20789
|
};
|
|
20738
20790
|
|
|
20739
|
-
var _excluded$
|
|
20740
|
-
var loadingCircleStyle$
|
|
20791
|
+
var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20792
|
+
var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20741
20793
|
var MenuFold = function MenuFold(props) {
|
|
20742
20794
|
var color = props.color,
|
|
20743
20795
|
size = props.size,
|
|
@@ -20746,12 +20798,12 @@ var MenuFold = function MenuFold(props) {
|
|
|
20746
20798
|
className = props.className,
|
|
20747
20799
|
iconClassName = props.iconClassName,
|
|
20748
20800
|
testid = props.testid,
|
|
20749
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20801
|
+
otherProps = _objectWithoutProperties(props, _excluded$5y);
|
|
20750
20802
|
return /*#__PURE__*/React.createElement("span", {
|
|
20751
20803
|
role: "img",
|
|
20752
20804
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20753
20805
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20754
|
-
children: loadingCircleStyle$
|
|
20806
|
+
children: loadingCircleStyle$5y
|
|
20755
20807
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20756
20808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20757
20809
|
width: size,
|
|
@@ -20788,8 +20840,8 @@ MenuFold.defaultProps = {
|
|
|
20788
20840
|
size: '1em'
|
|
20789
20841
|
};
|
|
20790
20842
|
|
|
20791
|
-
var _excluded$
|
|
20792
|
-
var loadingCircleStyle$
|
|
20843
|
+
var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20844
|
+
var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20793
20845
|
var List = function List(props) {
|
|
20794
20846
|
var color = props.color,
|
|
20795
20847
|
size = props.size,
|
|
@@ -20798,12 +20850,12 @@ var List = function List(props) {
|
|
|
20798
20850
|
className = props.className,
|
|
20799
20851
|
iconClassName = props.iconClassName,
|
|
20800
20852
|
testid = props.testid,
|
|
20801
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20853
|
+
otherProps = _objectWithoutProperties(props, _excluded$5z);
|
|
20802
20854
|
return /*#__PURE__*/React.createElement("span", {
|
|
20803
20855
|
role: "img",
|
|
20804
20856
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20805
20857
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20806
|
-
children: loadingCircleStyle$
|
|
20858
|
+
children: loadingCircleStyle$5z
|
|
20807
20859
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20808
20860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20809
20861
|
width: size,
|
|
@@ -20840,8 +20892,8 @@ List.defaultProps = {
|
|
|
20840
20892
|
size: '1em'
|
|
20841
20893
|
};
|
|
20842
20894
|
|
|
20843
|
-
var _excluded$
|
|
20844
|
-
var loadingCircleStyle$
|
|
20895
|
+
var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20896
|
+
var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20845
20897
|
var ListNested = function ListNested(props) {
|
|
20846
20898
|
var color = props.color,
|
|
20847
20899
|
size = props.size,
|
|
@@ -20850,12 +20902,12 @@ var ListNested = function ListNested(props) {
|
|
|
20850
20902
|
className = props.className,
|
|
20851
20903
|
iconClassName = props.iconClassName,
|
|
20852
20904
|
testid = props.testid,
|
|
20853
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20905
|
+
otherProps = _objectWithoutProperties(props, _excluded$5A);
|
|
20854
20906
|
return /*#__PURE__*/React.createElement("span", {
|
|
20855
20907
|
role: "img",
|
|
20856
20908
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20857
20909
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20858
|
-
children: loadingCircleStyle$
|
|
20910
|
+
children: loadingCircleStyle$5A
|
|
20859
20911
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20860
20912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20861
20913
|
width: size,
|
|
@@ -20894,8 +20946,8 @@ ListNested.defaultProps = {
|
|
|
20894
20946
|
size: '1em'
|
|
20895
20947
|
};
|
|
20896
20948
|
|
|
20897
|
-
var _excluded$
|
|
20898
|
-
var loadingCircleStyle$
|
|
20949
|
+
var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20950
|
+
var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20899
20951
|
var DoubleList = function DoubleList(props) {
|
|
20900
20952
|
var color = props.color,
|
|
20901
20953
|
size = props.size,
|
|
@@ -20904,12 +20956,12 @@ var DoubleList = function DoubleList(props) {
|
|
|
20904
20956
|
className = props.className,
|
|
20905
20957
|
iconClassName = props.iconClassName,
|
|
20906
20958
|
testid = props.testid,
|
|
20907
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20959
|
+
otherProps = _objectWithoutProperties(props, _excluded$5B);
|
|
20908
20960
|
return /*#__PURE__*/React.createElement("span", {
|
|
20909
20961
|
role: "img",
|
|
20910
20962
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20911
20963
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20912
|
-
children: loadingCircleStyle$
|
|
20964
|
+
children: loadingCircleStyle$5B
|
|
20913
20965
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20914
20966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20915
20967
|
width: size,
|
|
@@ -20956,8 +21008,8 @@ DoubleList.defaultProps = {
|
|
|
20956
21008
|
size: '1em'
|
|
20957
21009
|
};
|
|
20958
21010
|
|
|
20959
|
-
var _excluded$
|
|
20960
|
-
var loadingCircleStyle$
|
|
21011
|
+
var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21012
|
+
var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20961
21013
|
var Pause2 = function Pause2(props) {
|
|
20962
21014
|
var color = props.color,
|
|
20963
21015
|
size = props.size,
|
|
@@ -20966,12 +21018,12 @@ var Pause2 = function Pause2(props) {
|
|
|
20966
21018
|
className = props.className,
|
|
20967
21019
|
iconClassName = props.iconClassName,
|
|
20968
21020
|
testid = props.testid,
|
|
20969
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21021
|
+
otherProps = _objectWithoutProperties(props, _excluded$5C);
|
|
20970
21022
|
return /*#__PURE__*/React.createElement("span", {
|
|
20971
21023
|
role: "img",
|
|
20972
21024
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20973
21025
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20974
|
-
children: loadingCircleStyle$
|
|
21026
|
+
children: loadingCircleStyle$5C
|
|
20975
21027
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20976
21028
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20977
21029
|
width: size,
|
|
@@ -21008,8 +21060,8 @@ Pause2.defaultProps = {
|
|
|
21008
21060
|
size: '1em'
|
|
21009
21061
|
};
|
|
21010
21062
|
|
|
21011
|
-
var _excluded$
|
|
21012
|
-
var loadingCircleStyle$
|
|
21063
|
+
var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21064
|
+
var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21013
21065
|
var Export = function Export(props) {
|
|
21014
21066
|
var color = props.color,
|
|
21015
21067
|
size = props.size,
|
|
@@ -21018,12 +21070,12 @@ var Export = function Export(props) {
|
|
|
21018
21070
|
className = props.className,
|
|
21019
21071
|
iconClassName = props.iconClassName,
|
|
21020
21072
|
testid = props.testid,
|
|
21021
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21073
|
+
otherProps = _objectWithoutProperties(props, _excluded$5D);
|
|
21022
21074
|
return /*#__PURE__*/React.createElement("span", {
|
|
21023
21075
|
role: "img",
|
|
21024
21076
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21025
21077
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21026
|
-
children: loadingCircleStyle$
|
|
21078
|
+
children: loadingCircleStyle$5D
|
|
21027
21079
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21028
21080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21029
21081
|
width: size,
|
|
@@ -21062,8 +21114,8 @@ Export.defaultProps = {
|
|
|
21062
21114
|
size: '1em'
|
|
21063
21115
|
};
|
|
21064
21116
|
|
|
21065
|
-
var _excluded$
|
|
21066
|
-
var loadingCircleStyle$
|
|
21117
|
+
var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21118
|
+
var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21067
21119
|
var Import = function Import(props) {
|
|
21068
21120
|
var color = props.color,
|
|
21069
21121
|
size = props.size,
|
|
@@ -21072,12 +21124,12 @@ var Import = function Import(props) {
|
|
|
21072
21124
|
className = props.className,
|
|
21073
21125
|
iconClassName = props.iconClassName,
|
|
21074
21126
|
testid = props.testid,
|
|
21075
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21127
|
+
otherProps = _objectWithoutProperties(props, _excluded$5E);
|
|
21076
21128
|
return /*#__PURE__*/React.createElement("span", {
|
|
21077
21129
|
role: "img",
|
|
21078
21130
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21079
21131
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21080
|
-
children: loadingCircleStyle$
|
|
21132
|
+
children: loadingCircleStyle$5E
|
|
21081
21133
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21082
21134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21083
21135
|
width: size,
|
|
@@ -21116,8 +21168,8 @@ Import.defaultProps = {
|
|
|
21116
21168
|
size: '1em'
|
|
21117
21169
|
};
|
|
21118
21170
|
|
|
21119
|
-
var _excluded$
|
|
21120
|
-
var loadingCircleStyle$
|
|
21171
|
+
var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21172
|
+
var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21121
21173
|
var Subtract = function Subtract(props) {
|
|
21122
21174
|
var color = props.color,
|
|
21123
21175
|
size = props.size,
|
|
@@ -21126,12 +21178,12 @@ var Subtract = function Subtract(props) {
|
|
|
21126
21178
|
className = props.className,
|
|
21127
21179
|
iconClassName = props.iconClassName,
|
|
21128
21180
|
testid = props.testid,
|
|
21129
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21181
|
+
otherProps = _objectWithoutProperties(props, _excluded$5F);
|
|
21130
21182
|
return /*#__PURE__*/React.createElement("span", {
|
|
21131
21183
|
role: "img",
|
|
21132
21184
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21133
21185
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21134
|
-
children: loadingCircleStyle$
|
|
21186
|
+
children: loadingCircleStyle$5F
|
|
21135
21187
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21136
21188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21137
21189
|
width: size,
|
|
@@ -21171,8 +21223,8 @@ Subtract.defaultProps = {
|
|
|
21171
21223
|
size: '1em'
|
|
21172
21224
|
};
|
|
21173
21225
|
|
|
21174
|
-
var _excluded$
|
|
21175
|
-
var loadingCircleStyle$
|
|
21226
|
+
var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21227
|
+
var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21176
21228
|
var Add1 = function Add1(props) {
|
|
21177
21229
|
var color = props.color,
|
|
21178
21230
|
size = props.size,
|
|
@@ -21181,12 +21233,12 @@ var Add1 = function Add1(props) {
|
|
|
21181
21233
|
className = props.className,
|
|
21182
21234
|
iconClassName = props.iconClassName,
|
|
21183
21235
|
testid = props.testid,
|
|
21184
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21236
|
+
otherProps = _objectWithoutProperties(props, _excluded$5G);
|
|
21185
21237
|
return /*#__PURE__*/React.createElement("span", {
|
|
21186
21238
|
role: "img",
|
|
21187
21239
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21188
21240
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21189
|
-
children: loadingCircleStyle$
|
|
21241
|
+
children: loadingCircleStyle$5G
|
|
21190
21242
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21191
21243
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21192
21244
|
width: size,
|
|
@@ -21223,8 +21275,8 @@ Add1.defaultProps = {
|
|
|
21223
21275
|
size: '1em'
|
|
21224
21276
|
};
|
|
21225
21277
|
|
|
21226
|
-
var _excluded$
|
|
21227
|
-
var loadingCircleStyle$
|
|
21278
|
+
var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21279
|
+
var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21228
21280
|
var Add2 = function Add2(props) {
|
|
21229
21281
|
var color = props.color,
|
|
21230
21282
|
size = props.size,
|
|
@@ -21233,12 +21285,12 @@ var Add2 = function Add2(props) {
|
|
|
21233
21285
|
className = props.className,
|
|
21234
21286
|
iconClassName = props.iconClassName,
|
|
21235
21287
|
testid = props.testid,
|
|
21236
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21288
|
+
otherProps = _objectWithoutProperties(props, _excluded$5H);
|
|
21237
21289
|
return /*#__PURE__*/React.createElement("span", {
|
|
21238
21290
|
role: "img",
|
|
21239
21291
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21240
21292
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21241
|
-
children: loadingCircleStyle$
|
|
21293
|
+
children: loadingCircleStyle$5H
|
|
21242
21294
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21243
21295
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21244
21296
|
width: size,
|
|
@@ -21275,8 +21327,8 @@ Add2.defaultProps = {
|
|
|
21275
21327
|
size: '1em'
|
|
21276
21328
|
};
|
|
21277
21329
|
|
|
21278
|
-
var _excluded$
|
|
21279
|
-
var loadingCircleStyle$
|
|
21330
|
+
var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21331
|
+
var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21280
21332
|
var Add3 = function Add3(props) {
|
|
21281
21333
|
var color = props.color,
|
|
21282
21334
|
size = props.size,
|
|
@@ -21285,12 +21337,12 @@ var Add3 = function Add3(props) {
|
|
|
21285
21337
|
className = props.className,
|
|
21286
21338
|
iconClassName = props.iconClassName,
|
|
21287
21339
|
testid = props.testid,
|
|
21288
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21340
|
+
otherProps = _objectWithoutProperties(props, _excluded$5I);
|
|
21289
21341
|
return /*#__PURE__*/React.createElement("span", {
|
|
21290
21342
|
role: "img",
|
|
21291
21343
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21292
21344
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21293
|
-
children: loadingCircleStyle$
|
|
21345
|
+
children: loadingCircleStyle$5I
|
|
21294
21346
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21295
21347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21296
21348
|
width: size,
|
|
@@ -21327,8 +21379,8 @@ Add3.defaultProps = {
|
|
|
21327
21379
|
size: '1em'
|
|
21328
21380
|
};
|
|
21329
21381
|
|
|
21330
|
-
var _excluded$
|
|
21331
|
-
var loadingCircleStyle$
|
|
21382
|
+
var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21383
|
+
var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21332
21384
|
var Subtract3 = function Subtract3(props) {
|
|
21333
21385
|
var color = props.color,
|
|
21334
21386
|
size = props.size,
|
|
@@ -21337,12 +21389,12 @@ var Subtract3 = function Subtract3(props) {
|
|
|
21337
21389
|
className = props.className,
|
|
21338
21390
|
iconClassName = props.iconClassName,
|
|
21339
21391
|
testid = props.testid,
|
|
21340
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21392
|
+
otherProps = _objectWithoutProperties(props, _excluded$5J);
|
|
21341
21393
|
return /*#__PURE__*/React.createElement("span", {
|
|
21342
21394
|
role: "img",
|
|
21343
21395
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21344
21396
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21345
|
-
children: loadingCircleStyle$
|
|
21397
|
+
children: loadingCircleStyle$5J
|
|
21346
21398
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21347
21399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21348
21400
|
width: size,
|
|
@@ -21381,8 +21433,8 @@ Subtract3.defaultProps = {
|
|
|
21381
21433
|
size: '1em'
|
|
21382
21434
|
};
|
|
21383
21435
|
|
|
21384
|
-
var _excluded$
|
|
21385
|
-
var loadingCircleStyle$
|
|
21436
|
+
var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21437
|
+
var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21386
21438
|
var Add3Fill = function Add3Fill(props) {
|
|
21387
21439
|
var color = props.color,
|
|
21388
21440
|
size = props.size,
|
|
@@ -21391,12 +21443,12 @@ var Add3Fill = function Add3Fill(props) {
|
|
|
21391
21443
|
className = props.className,
|
|
21392
21444
|
iconClassName = props.iconClassName,
|
|
21393
21445
|
testid = props.testid,
|
|
21394
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21446
|
+
otherProps = _objectWithoutProperties(props, _excluded$5K);
|
|
21395
21447
|
return /*#__PURE__*/React.createElement("span", {
|
|
21396
21448
|
role: "img",
|
|
21397
21449
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21398
21450
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21399
|
-
children: loadingCircleStyle$
|
|
21451
|
+
children: loadingCircleStyle$5K
|
|
21400
21452
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21401
21453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21402
21454
|
width: size,
|
|
@@ -21433,8 +21485,8 @@ Add3Fill.defaultProps = {
|
|
|
21433
21485
|
size: '1em'
|
|
21434
21486
|
};
|
|
21435
21487
|
|
|
21436
|
-
var _excluded$
|
|
21437
|
-
var loadingCircleStyle$
|
|
21488
|
+
var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21489
|
+
var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21438
21490
|
var Subtract2 = function Subtract2(props) {
|
|
21439
21491
|
var color = props.color,
|
|
21440
21492
|
size = props.size,
|
|
@@ -21443,12 +21495,12 @@ var Subtract2 = function Subtract2(props) {
|
|
|
21443
21495
|
className = props.className,
|
|
21444
21496
|
iconClassName = props.iconClassName,
|
|
21445
21497
|
testid = props.testid,
|
|
21446
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21498
|
+
otherProps = _objectWithoutProperties(props, _excluded$5L);
|
|
21447
21499
|
return /*#__PURE__*/React.createElement("span", {
|
|
21448
21500
|
role: "img",
|
|
21449
21501
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21450
21502
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21451
|
-
children: loadingCircleStyle$
|
|
21503
|
+
children: loadingCircleStyle$5L
|
|
21452
21504
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21453
21505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21454
21506
|
width: size,
|
|
@@ -21489,8 +21541,8 @@ Subtract2.defaultProps = {
|
|
|
21489
21541
|
size: '1em'
|
|
21490
21542
|
};
|
|
21491
21543
|
|
|
21492
|
-
var _excluded$
|
|
21493
|
-
var loadingCircleStyle$
|
|
21544
|
+
var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21545
|
+
var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21494
21546
|
var Update = function Update(props) {
|
|
21495
21547
|
var color = props.color,
|
|
21496
21548
|
size = props.size,
|
|
@@ -21499,12 +21551,12 @@ var Update = function Update(props) {
|
|
|
21499
21551
|
className = props.className,
|
|
21500
21552
|
iconClassName = props.iconClassName,
|
|
21501
21553
|
testid = props.testid,
|
|
21502
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21554
|
+
otherProps = _objectWithoutProperties(props, _excluded$5M);
|
|
21503
21555
|
return /*#__PURE__*/React.createElement("span", {
|
|
21504
21556
|
role: "img",
|
|
21505
21557
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21506
21558
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21507
|
-
children: loadingCircleStyle$
|
|
21559
|
+
children: loadingCircleStyle$5M
|
|
21508
21560
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21509
21561
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21510
21562
|
width: size,
|
|
@@ -21541,8 +21593,8 @@ Update.defaultProps = {
|
|
|
21541
21593
|
size: '1em'
|
|
21542
21594
|
};
|
|
21543
21595
|
|
|
21544
|
-
var _excluded$
|
|
21545
|
-
var loadingCircleStyle$
|
|
21596
|
+
var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21597
|
+
var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21546
21598
|
var Rename = function Rename(props) {
|
|
21547
21599
|
var color = props.color,
|
|
21548
21600
|
size = props.size,
|
|
@@ -21551,12 +21603,12 @@ var Rename = function Rename(props) {
|
|
|
21551
21603
|
className = props.className,
|
|
21552
21604
|
iconClassName = props.iconClassName,
|
|
21553
21605
|
testid = props.testid,
|
|
21554
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21606
|
+
otherProps = _objectWithoutProperties(props, _excluded$5N);
|
|
21555
21607
|
return /*#__PURE__*/React.createElement("span", {
|
|
21556
21608
|
role: "img",
|
|
21557
21609
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21558
21610
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21559
|
-
children: loadingCircleStyle$
|
|
21611
|
+
children: loadingCircleStyle$5N
|
|
21560
21612
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21561
21613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21562
21614
|
width: size,
|
|
@@ -21595,8 +21647,8 @@ Rename.defaultProps = {
|
|
|
21595
21647
|
size: '1em'
|
|
21596
21648
|
};
|
|
21597
21649
|
|
|
21598
|
-
var _excluded$
|
|
21599
|
-
var loadingCircleStyle$
|
|
21650
|
+
var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21651
|
+
var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21600
21652
|
var PlayCircle = function PlayCircle(props) {
|
|
21601
21653
|
var color = props.color,
|
|
21602
21654
|
size = props.size,
|
|
@@ -21605,12 +21657,12 @@ var PlayCircle = function PlayCircle(props) {
|
|
|
21605
21657
|
className = props.className,
|
|
21606
21658
|
iconClassName = props.iconClassName,
|
|
21607
21659
|
testid = props.testid,
|
|
21608
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21660
|
+
otherProps = _objectWithoutProperties(props, _excluded$5O);
|
|
21609
21661
|
return /*#__PURE__*/React.createElement("span", {
|
|
21610
21662
|
role: "img",
|
|
21611
21663
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21612
21664
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21613
|
-
children: loadingCircleStyle$
|
|
21665
|
+
children: loadingCircleStyle$5O
|
|
21614
21666
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21615
21667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21616
21668
|
width: size,
|
|
@@ -21647,8 +21699,8 @@ PlayCircle.defaultProps = {
|
|
|
21647
21699
|
size: '1em'
|
|
21648
21700
|
};
|
|
21649
21701
|
|
|
21650
|
-
var _excluded$
|
|
21651
|
-
var loadingCircleStyle$
|
|
21702
|
+
var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21703
|
+
var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21652
21704
|
var PauseCircle = function PauseCircle(props) {
|
|
21653
21705
|
var color = props.color,
|
|
21654
21706
|
size = props.size,
|
|
@@ -21657,12 +21709,12 @@ var PauseCircle = function PauseCircle(props) {
|
|
|
21657
21709
|
className = props.className,
|
|
21658
21710
|
iconClassName = props.iconClassName,
|
|
21659
21711
|
testid = props.testid,
|
|
21660
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21712
|
+
otherProps = _objectWithoutProperties(props, _excluded$5P);
|
|
21661
21713
|
return /*#__PURE__*/React.createElement("span", {
|
|
21662
21714
|
role: "img",
|
|
21663
21715
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21664
21716
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21665
|
-
children: loadingCircleStyle$
|
|
21717
|
+
children: loadingCircleStyle$5P
|
|
21666
21718
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21667
21719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21668
21720
|
width: size,
|
|
@@ -21699,8 +21751,8 @@ PauseCircle.defaultProps = {
|
|
|
21699
21751
|
size: '1em'
|
|
21700
21752
|
};
|
|
21701
21753
|
|
|
21702
|
-
var _excluded$
|
|
21703
|
-
var loadingCircleStyle$
|
|
21754
|
+
var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21755
|
+
var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21704
21756
|
var UpdateData = function UpdateData(props) {
|
|
21705
21757
|
var color = props.color,
|
|
21706
21758
|
size = props.size,
|
|
@@ -21709,12 +21761,12 @@ var UpdateData = function UpdateData(props) {
|
|
|
21709
21761
|
className = props.className,
|
|
21710
21762
|
iconClassName = props.iconClassName,
|
|
21711
21763
|
testid = props.testid,
|
|
21712
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21764
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Q);
|
|
21713
21765
|
return /*#__PURE__*/React.createElement("span", {
|
|
21714
21766
|
role: "img",
|
|
21715
21767
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21716
21768
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21717
|
-
children: loadingCircleStyle$
|
|
21769
|
+
children: loadingCircleStyle$5Q
|
|
21718
21770
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21719
21771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21720
21772
|
width: size,
|
|
@@ -21755,8 +21807,8 @@ UpdateData.defaultProps = {
|
|
|
21755
21807
|
size: '1em'
|
|
21756
21808
|
};
|
|
21757
21809
|
|
|
21758
|
-
var _excluded$
|
|
21759
|
-
var loadingCircleStyle$
|
|
21810
|
+
var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21811
|
+
var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21760
21812
|
var Upload = function Upload(props) {
|
|
21761
21813
|
var color = props.color,
|
|
21762
21814
|
size = props.size,
|
|
@@ -21765,12 +21817,12 @@ var Upload = function Upload(props) {
|
|
|
21765
21817
|
className = props.className,
|
|
21766
21818
|
iconClassName = props.iconClassName,
|
|
21767
21819
|
testid = props.testid,
|
|
21768
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21820
|
+
otherProps = _objectWithoutProperties(props, _excluded$5R);
|
|
21769
21821
|
return /*#__PURE__*/React.createElement("span", {
|
|
21770
21822
|
role: "img",
|
|
21771
21823
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21772
21824
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21773
|
-
children: loadingCircleStyle$
|
|
21825
|
+
children: loadingCircleStyle$5R
|
|
21774
21826
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21775
21827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21776
21828
|
width: size,
|
|
@@ -21809,8 +21861,8 @@ Upload.defaultProps = {
|
|
|
21809
21861
|
size: '1em'
|
|
21810
21862
|
};
|
|
21811
21863
|
|
|
21812
|
-
var _excluded$
|
|
21813
|
-
var loadingCircleStyle$
|
|
21864
|
+
var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21865
|
+
var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21814
21866
|
var Click = function Click(props) {
|
|
21815
21867
|
var color = props.color,
|
|
21816
21868
|
size = props.size,
|
|
@@ -21819,12 +21871,12 @@ var Click = function Click(props) {
|
|
|
21819
21871
|
className = props.className,
|
|
21820
21872
|
iconClassName = props.iconClassName,
|
|
21821
21873
|
testid = props.testid,
|
|
21822
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21874
|
+
otherProps = _objectWithoutProperties(props, _excluded$5S);
|
|
21823
21875
|
return /*#__PURE__*/React.createElement("span", {
|
|
21824
21876
|
role: "img",
|
|
21825
21877
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21826
21878
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21827
|
-
children: loadingCircleStyle$
|
|
21879
|
+
children: loadingCircleStyle$5S
|
|
21828
21880
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21829
21881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21830
21882
|
width: size,
|
|
@@ -21861,8 +21913,8 @@ Click.defaultProps = {
|
|
|
21861
21913
|
size: '1em'
|
|
21862
21914
|
};
|
|
21863
21915
|
|
|
21864
|
-
var _excluded$
|
|
21865
|
-
var loadingCircleStyle$
|
|
21916
|
+
var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21917
|
+
var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21866
21918
|
var Install = function Install(props) {
|
|
21867
21919
|
var color = props.color,
|
|
21868
21920
|
size = props.size,
|
|
@@ -21871,12 +21923,12 @@ var Install = function Install(props) {
|
|
|
21871
21923
|
className = props.className,
|
|
21872
21924
|
iconClassName = props.iconClassName,
|
|
21873
21925
|
testid = props.testid,
|
|
21874
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21926
|
+
otherProps = _objectWithoutProperties(props, _excluded$5T);
|
|
21875
21927
|
return /*#__PURE__*/React.createElement("span", {
|
|
21876
21928
|
role: "img",
|
|
21877
21929
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21878
21930
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21879
|
-
children: loadingCircleStyle$
|
|
21931
|
+
children: loadingCircleStyle$5T
|
|
21880
21932
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21881
21933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21882
21934
|
width: size,
|
|
@@ -21913,8 +21965,8 @@ Install.defaultProps = {
|
|
|
21913
21965
|
size: '1em'
|
|
21914
21966
|
};
|
|
21915
21967
|
|
|
21916
|
-
var _excluded$
|
|
21917
|
-
var loadingCircleStyle$
|
|
21968
|
+
var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21969
|
+
var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21918
21970
|
var Expand = function Expand(props) {
|
|
21919
21971
|
var color = props.color,
|
|
21920
21972
|
size = props.size,
|
|
@@ -21923,12 +21975,12 @@ var Expand = function Expand(props) {
|
|
|
21923
21975
|
className = props.className,
|
|
21924
21976
|
iconClassName = props.iconClassName,
|
|
21925
21977
|
testid = props.testid,
|
|
21926
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21978
|
+
otherProps = _objectWithoutProperties(props, _excluded$5U);
|
|
21927
21979
|
return /*#__PURE__*/React.createElement("span", {
|
|
21928
21980
|
role: "img",
|
|
21929
21981
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21930
21982
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21931
|
-
children: loadingCircleStyle$
|
|
21983
|
+
children: loadingCircleStyle$5U
|
|
21932
21984
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21933
21985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21934
21986
|
width: size,
|
|
@@ -21967,8 +22019,8 @@ Expand.defaultProps = {
|
|
|
21967
22019
|
size: '1em'
|
|
21968
22020
|
};
|
|
21969
22021
|
|
|
21970
|
-
var _excluded$
|
|
21971
|
-
var loadingCircleStyle$
|
|
22022
|
+
var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22023
|
+
var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21972
22024
|
var Pinch = function Pinch(props) {
|
|
21973
22025
|
var color = props.color,
|
|
21974
22026
|
size = props.size,
|
|
@@ -21977,12 +22029,12 @@ var Pinch = function Pinch(props) {
|
|
|
21977
22029
|
className = props.className,
|
|
21978
22030
|
iconClassName = props.iconClassName,
|
|
21979
22031
|
testid = props.testid,
|
|
21980
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22032
|
+
otherProps = _objectWithoutProperties(props, _excluded$5V);
|
|
21981
22033
|
return /*#__PURE__*/React.createElement("span", {
|
|
21982
22034
|
role: "img",
|
|
21983
22035
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21984
22036
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21985
|
-
children: loadingCircleStyle$
|
|
22037
|
+
children: loadingCircleStyle$5V
|
|
21986
22038
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21987
22039
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21988
22040
|
width: size,
|
|
@@ -22021,8 +22073,8 @@ Pinch.defaultProps = {
|
|
|
22021
22073
|
size: '1em'
|
|
22022
22074
|
};
|
|
22023
22075
|
|
|
22024
|
-
var _excluded$
|
|
22025
|
-
var loadingCircleStyle$
|
|
22076
|
+
var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22077
|
+
var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22026
22078
|
var NewIndicator = function NewIndicator(props) {
|
|
22027
22079
|
var color = props.color,
|
|
22028
22080
|
size = props.size,
|
|
@@ -22031,12 +22083,12 @@ var NewIndicator = function NewIndicator(props) {
|
|
|
22031
22083
|
className = props.className,
|
|
22032
22084
|
iconClassName = props.iconClassName,
|
|
22033
22085
|
testid = props.testid,
|
|
22034
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22086
|
+
otherProps = _objectWithoutProperties(props, _excluded$5W);
|
|
22035
22087
|
return /*#__PURE__*/React.createElement("span", {
|
|
22036
22088
|
role: "img",
|
|
22037
22089
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22038
22090
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22039
|
-
children: loadingCircleStyle$
|
|
22091
|
+
children: loadingCircleStyle$5W
|
|
22040
22092
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22041
22093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22042
22094
|
width: size,
|
|
@@ -22075,8 +22127,8 @@ NewIndicator.defaultProps = {
|
|
|
22075
22127
|
size: '1em'
|
|
22076
22128
|
};
|
|
22077
22129
|
|
|
22078
|
-
var _excluded$
|
|
22079
|
-
var loadingCircleStyle$
|
|
22130
|
+
var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22131
|
+
var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22080
22132
|
var BoxOpen = function BoxOpen(props) {
|
|
22081
22133
|
var color = props.color,
|
|
22082
22134
|
size = props.size,
|
|
@@ -22085,12 +22137,12 @@ var BoxOpen = function BoxOpen(props) {
|
|
|
22085
22137
|
className = props.className,
|
|
22086
22138
|
iconClassName = props.iconClassName,
|
|
22087
22139
|
testid = props.testid,
|
|
22088
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22140
|
+
otherProps = _objectWithoutProperties(props, _excluded$5X);
|
|
22089
22141
|
return /*#__PURE__*/React.createElement("span", {
|
|
22090
22142
|
role: "img",
|
|
22091
22143
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22092
22144
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22093
|
-
children: loadingCircleStyle$
|
|
22145
|
+
children: loadingCircleStyle$5X
|
|
22094
22146
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22095
22147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22096
22148
|
width: size,
|
|
@@ -22129,8 +22181,8 @@ BoxOpen.defaultProps = {
|
|
|
22129
22181
|
size: '1em'
|
|
22130
22182
|
};
|
|
22131
22183
|
|
|
22132
|
-
var _excluded$
|
|
22133
|
-
var loadingCircleStyle$
|
|
22184
|
+
var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22185
|
+
var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22134
22186
|
var Interval = function Interval(props) {
|
|
22135
22187
|
var color = props.color,
|
|
22136
22188
|
size = props.size,
|
|
@@ -22139,12 +22191,12 @@ var Interval = function Interval(props) {
|
|
|
22139
22191
|
className = props.className,
|
|
22140
22192
|
iconClassName = props.iconClassName,
|
|
22141
22193
|
testid = props.testid,
|
|
22142
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22194
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Y);
|
|
22143
22195
|
return /*#__PURE__*/React.createElement("span", {
|
|
22144
22196
|
role: "img",
|
|
22145
22197
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22146
22198
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22147
|
-
children: loadingCircleStyle$
|
|
22199
|
+
children: loadingCircleStyle$5Y
|
|
22148
22200
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22149
22201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22150
22202
|
width: size,
|
|
@@ -22189,8 +22241,8 @@ Interval.defaultProps = {
|
|
|
22189
22241
|
size: '1em'
|
|
22190
22242
|
};
|
|
22191
22243
|
|
|
22192
|
-
var _excluded$
|
|
22193
|
-
var loadingCircleStyle$
|
|
22244
|
+
var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22245
|
+
var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22194
22246
|
var Revert = function Revert(props) {
|
|
22195
22247
|
var color = props.color,
|
|
22196
22248
|
size = props.size,
|
|
@@ -22199,12 +22251,12 @@ var Revert = function Revert(props) {
|
|
|
22199
22251
|
className = props.className,
|
|
22200
22252
|
iconClassName = props.iconClassName,
|
|
22201
22253
|
testid = props.testid,
|
|
22202
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22254
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Z);
|
|
22203
22255
|
return /*#__PURE__*/React.createElement("span", {
|
|
22204
22256
|
role: "img",
|
|
22205
22257
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22206
22258
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22207
|
-
children: loadingCircleStyle$
|
|
22259
|
+
children: loadingCircleStyle$5Z
|
|
22208
22260
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22209
22261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22210
22262
|
width: size,
|
|
@@ -22241,8 +22293,8 @@ Revert.defaultProps = {
|
|
|
22241
22293
|
size: '1em'
|
|
22242
22294
|
};
|
|
22243
22295
|
|
|
22244
|
-
var _excluded$
|
|
22245
|
-
var loadingCircleStyle$
|
|
22296
|
+
var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22297
|
+
var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22246
22298
|
var Insert = function Insert(props) {
|
|
22247
22299
|
var color = props.color,
|
|
22248
22300
|
size = props.size,
|
|
@@ -22251,12 +22303,12 @@ var Insert = function Insert(props) {
|
|
|
22251
22303
|
className = props.className,
|
|
22252
22304
|
iconClassName = props.iconClassName,
|
|
22253
22305
|
testid = props.testid,
|
|
22254
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22306
|
+
otherProps = _objectWithoutProperties(props, _excluded$5_);
|
|
22255
22307
|
return /*#__PURE__*/React.createElement("span", {
|
|
22256
22308
|
role: "img",
|
|
22257
22309
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22258
22310
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22259
|
-
children: loadingCircleStyle$
|
|
22311
|
+
children: loadingCircleStyle$5_
|
|
22260
22312
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22261
22313
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22262
22314
|
width: size,
|
|
@@ -22295,8 +22347,8 @@ Insert.defaultProps = {
|
|
|
22295
22347
|
size: '1em'
|
|
22296
22348
|
};
|
|
22297
22349
|
|
|
22298
|
-
var _excluded$
|
|
22299
|
-
var loadingCircleStyle$
|
|
22350
|
+
var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22351
|
+
var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22300
22352
|
var Disable = function Disable(props) {
|
|
22301
22353
|
var color = props.color,
|
|
22302
22354
|
size = props.size,
|
|
@@ -22305,12 +22357,12 @@ var Disable = function Disable(props) {
|
|
|
22305
22357
|
className = props.className,
|
|
22306
22358
|
iconClassName = props.iconClassName,
|
|
22307
22359
|
testid = props.testid,
|
|
22308
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22360
|
+
otherProps = _objectWithoutProperties(props, _excluded$5$);
|
|
22309
22361
|
return /*#__PURE__*/React.createElement("span", {
|
|
22310
22362
|
role: "img",
|
|
22311
22363
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22312
22364
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22313
|
-
children: loadingCircleStyle$
|
|
22365
|
+
children: loadingCircleStyle$5$
|
|
22314
22366
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22315
22367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22316
22368
|
width: size,
|
|
@@ -22349,8 +22401,8 @@ Disable.defaultProps = {
|
|
|
22349
22401
|
size: '1em'
|
|
22350
22402
|
};
|
|
22351
22403
|
|
|
22352
|
-
var _excluded$
|
|
22353
|
-
var loadingCircleStyle$
|
|
22404
|
+
var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22405
|
+
var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22354
22406
|
var Branch = function Branch(props) {
|
|
22355
22407
|
var color = props.color,
|
|
22356
22408
|
size = props.size,
|
|
@@ -22359,12 +22411,12 @@ var Branch = function Branch(props) {
|
|
|
22359
22411
|
className = props.className,
|
|
22360
22412
|
iconClassName = props.iconClassName,
|
|
22361
22413
|
testid = props.testid,
|
|
22362
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22414
|
+
otherProps = _objectWithoutProperties(props, _excluded$60);
|
|
22363
22415
|
return /*#__PURE__*/React.createElement("span", {
|
|
22364
22416
|
role: "img",
|
|
22365
22417
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22366
22418
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22367
|
-
children: loadingCircleStyle$
|
|
22419
|
+
children: loadingCircleStyle$60
|
|
22368
22420
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22369
22421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22370
22422
|
width: size,
|
|
@@ -22401,8 +22453,8 @@ Branch.defaultProps = {
|
|
|
22401
22453
|
size: '1em'
|
|
22402
22454
|
};
|
|
22403
22455
|
|
|
22404
|
-
var _excluded$
|
|
22405
|
-
var loadingCircleStyle$
|
|
22456
|
+
var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22457
|
+
var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22406
22458
|
var Validate = function Validate(props) {
|
|
22407
22459
|
var color = props.color,
|
|
22408
22460
|
size = props.size,
|
|
@@ -22411,12 +22463,12 @@ var Validate = function Validate(props) {
|
|
|
22411
22463
|
className = props.className,
|
|
22412
22464
|
iconClassName = props.iconClassName,
|
|
22413
22465
|
testid = props.testid,
|
|
22414
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22466
|
+
otherProps = _objectWithoutProperties(props, _excluded$61);
|
|
22415
22467
|
return /*#__PURE__*/React.createElement("span", {
|
|
22416
22468
|
role: "img",
|
|
22417
22469
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22418
22470
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22419
|
-
children: loadingCircleStyle$
|
|
22471
|
+
children: loadingCircleStyle$61
|
|
22420
22472
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22421
22473
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22422
22474
|
width: size,
|
|
@@ -22457,8 +22509,8 @@ Validate.defaultProps = {
|
|
|
22457
22509
|
size: '1em'
|
|
22458
22510
|
};
|
|
22459
22511
|
|
|
22460
|
-
var _excluded$
|
|
22461
|
-
var loadingCircleStyle$
|
|
22512
|
+
var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22513
|
+
var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22462
22514
|
var MagicWand = function MagicWand(props) {
|
|
22463
22515
|
var color = props.color,
|
|
22464
22516
|
size = props.size,
|
|
@@ -22467,12 +22519,12 @@ var MagicWand = function MagicWand(props) {
|
|
|
22467
22519
|
className = props.className,
|
|
22468
22520
|
iconClassName = props.iconClassName,
|
|
22469
22521
|
testid = props.testid,
|
|
22470
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22522
|
+
otherProps = _objectWithoutProperties(props, _excluded$62);
|
|
22471
22523
|
return /*#__PURE__*/React.createElement("span", {
|
|
22472
22524
|
role: "img",
|
|
22473
22525
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22474
22526
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22475
|
-
children: loadingCircleStyle$
|
|
22527
|
+
children: loadingCircleStyle$62
|
|
22476
22528
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22477
22529
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22478
22530
|
width: size,
|
|
@@ -22509,8 +22561,8 @@ MagicWand.defaultProps = {
|
|
|
22509
22561
|
size: '1em'
|
|
22510
22562
|
};
|
|
22511
22563
|
|
|
22512
|
-
var _excluded$
|
|
22513
|
-
var loadingCircleStyle$
|
|
22564
|
+
var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22565
|
+
var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22514
22566
|
var SystemBuild = function SystemBuild(props) {
|
|
22515
22567
|
var color = props.color,
|
|
22516
22568
|
size = props.size,
|
|
@@ -22519,12 +22571,12 @@ var SystemBuild = function SystemBuild(props) {
|
|
|
22519
22571
|
className = props.className,
|
|
22520
22572
|
iconClassName = props.iconClassName,
|
|
22521
22573
|
testid = props.testid,
|
|
22522
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22574
|
+
otherProps = _objectWithoutProperties(props, _excluded$63);
|
|
22523
22575
|
return /*#__PURE__*/React.createElement("span", {
|
|
22524
22576
|
role: "img",
|
|
22525
22577
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22526
22578
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22527
|
-
children: loadingCircleStyle$
|
|
22579
|
+
children: loadingCircleStyle$63
|
|
22528
22580
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22529
22581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22530
22582
|
width: size,
|
|
@@ -22565,8 +22617,8 @@ SystemBuild.defaultProps = {
|
|
|
22565
22617
|
size: '1em'
|
|
22566
22618
|
};
|
|
22567
22619
|
|
|
22568
|
-
var _excluded$
|
|
22569
|
-
var loadingCircleStyle$
|
|
22620
|
+
var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22621
|
+
var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22570
22622
|
var AddToPage = function AddToPage(props) {
|
|
22571
22623
|
var color = props.color,
|
|
22572
22624
|
size = props.size,
|
|
@@ -22575,12 +22627,12 @@ var AddToPage = function AddToPage(props) {
|
|
|
22575
22627
|
className = props.className,
|
|
22576
22628
|
iconClassName = props.iconClassName,
|
|
22577
22629
|
testid = props.testid,
|
|
22578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22630
|
+
otherProps = _objectWithoutProperties(props, _excluded$64);
|
|
22579
22631
|
return /*#__PURE__*/React.createElement("span", {
|
|
22580
22632
|
role: "img",
|
|
22581
22633
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22582
22634
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22583
|
-
children: loadingCircleStyle$
|
|
22635
|
+
children: loadingCircleStyle$64
|
|
22584
22636
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22585
22637
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22586
22638
|
width: size,
|
|
@@ -22619,8 +22671,8 @@ AddToPage.defaultProps = {
|
|
|
22619
22671
|
size: '1em'
|
|
22620
22672
|
};
|
|
22621
22673
|
|
|
22622
|
-
var _excluded$
|
|
22623
|
-
var loadingCircleStyle$
|
|
22674
|
+
var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22675
|
+
var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22624
22676
|
var FullDownload = function FullDownload(props) {
|
|
22625
22677
|
var color = props.color,
|
|
22626
22678
|
size = props.size,
|
|
@@ -22629,12 +22681,12 @@ var FullDownload = function FullDownload(props) {
|
|
|
22629
22681
|
className = props.className,
|
|
22630
22682
|
iconClassName = props.iconClassName,
|
|
22631
22683
|
testid = props.testid,
|
|
22632
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22684
|
+
otherProps = _objectWithoutProperties(props, _excluded$65);
|
|
22633
22685
|
return /*#__PURE__*/React.createElement("span", {
|
|
22634
22686
|
role: "img",
|
|
22635
22687
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22636
22688
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22637
|
-
children: loadingCircleStyle$
|
|
22689
|
+
children: loadingCircleStyle$65
|
|
22638
22690
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22639
22691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22640
22692
|
width: size,
|
|
@@ -22673,8 +22725,8 @@ FullDownload.defaultProps = {
|
|
|
22673
22725
|
size: '1em'
|
|
22674
22726
|
};
|
|
22675
22727
|
|
|
22676
|
-
var _excluded$
|
|
22677
|
-
var loadingCircleStyle$
|
|
22728
|
+
var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22729
|
+
var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22678
22730
|
var Download = function Download(props) {
|
|
22679
22731
|
var color = props.color,
|
|
22680
22732
|
size = props.size,
|
|
@@ -22683,12 +22735,12 @@ var Download = function Download(props) {
|
|
|
22683
22735
|
className = props.className,
|
|
22684
22736
|
iconClassName = props.iconClassName,
|
|
22685
22737
|
testid = props.testid,
|
|
22686
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22738
|
+
otherProps = _objectWithoutProperties(props, _excluded$66);
|
|
22687
22739
|
return /*#__PURE__*/React.createElement("span", {
|
|
22688
22740
|
role: "img",
|
|
22689
22741
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22690
22742
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22691
|
-
children: loadingCircleStyle$
|
|
22743
|
+
children: loadingCircleStyle$66
|
|
22692
22744
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22693
22745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22694
22746
|
width: size,
|
|
@@ -22725,8 +22777,8 @@ Download.defaultProps = {
|
|
|
22725
22777
|
size: '1em'
|
|
22726
22778
|
};
|
|
22727
22779
|
|
|
22728
|
-
var _excluded$
|
|
22729
|
-
var loadingCircleStyle$
|
|
22780
|
+
var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22781
|
+
var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22730
22782
|
var EventModify = function EventModify(props) {
|
|
22731
22783
|
var color = props.color,
|
|
22732
22784
|
size = props.size,
|
|
@@ -22735,12 +22787,12 @@ var EventModify = function EventModify(props) {
|
|
|
22735
22787
|
className = props.className,
|
|
22736
22788
|
iconClassName = props.iconClassName,
|
|
22737
22789
|
testid = props.testid,
|
|
22738
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22790
|
+
otherProps = _objectWithoutProperties(props, _excluded$67);
|
|
22739
22791
|
return /*#__PURE__*/React.createElement("span", {
|
|
22740
22792
|
role: "img",
|
|
22741
22793
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22742
22794
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22743
|
-
children: loadingCircleStyle$
|
|
22795
|
+
children: loadingCircleStyle$67
|
|
22744
22796
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22745
22797
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22746
22798
|
width: size,
|
|
@@ -22777,8 +22829,8 @@ EventModify.defaultProps = {
|
|
|
22777
22829
|
size: '1em'
|
|
22778
22830
|
};
|
|
22779
22831
|
|
|
22780
|
-
var _excluded$
|
|
22781
|
-
var loadingCircleStyle$
|
|
22832
|
+
var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22833
|
+
var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22782
22834
|
var Pin = function Pin(props) {
|
|
22783
22835
|
var color = props.color,
|
|
22784
22836
|
size = props.size,
|
|
@@ -22787,12 +22839,12 @@ var Pin = function Pin(props) {
|
|
|
22787
22839
|
className = props.className,
|
|
22788
22840
|
iconClassName = props.iconClassName,
|
|
22789
22841
|
testid = props.testid,
|
|
22790
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22842
|
+
otherProps = _objectWithoutProperties(props, _excluded$68);
|
|
22791
22843
|
return /*#__PURE__*/React.createElement("span", {
|
|
22792
22844
|
role: "img",
|
|
22793
22845
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22794
22846
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22795
|
-
children: loadingCircleStyle$
|
|
22847
|
+
children: loadingCircleStyle$68
|
|
22796
22848
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22797
22849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22798
22850
|
width: size,
|
|
@@ -22829,63 +22881,9 @@ Pin.defaultProps = {
|
|
|
22829
22881
|
size: '1em'
|
|
22830
22882
|
};
|
|
22831
22883
|
|
|
22832
|
-
var _excluded$
|
|
22833
|
-
var loadingCircleStyle$
|
|
22834
|
-
var
|
|
22835
|
-
var color = props.color,
|
|
22836
|
-
size = props.size,
|
|
22837
|
-
spin = props.spin,
|
|
22838
|
-
style = props.style,
|
|
22839
|
-
className = props.className,
|
|
22840
|
-
iconClassName = props.iconClassName,
|
|
22841
|
-
testid = props.testid,
|
|
22842
|
-
otherProps = _objectWithoutProperties(props, _excluded$68);
|
|
22843
|
-
return /*#__PURE__*/React.createElement("span", {
|
|
22844
|
-
role: "img",
|
|
22845
|
-
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22846
|
-
}, /*#__PURE__*/React.createElement("style", {
|
|
22847
|
-
children: loadingCircleStyle$68
|
|
22848
|
-
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22849
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22850
|
-
width: size,
|
|
22851
|
-
height: size,
|
|
22852
|
-
viewBox: "0 0 24 24",
|
|
22853
|
-
fill: color
|
|
22854
|
-
}, otherProps, {
|
|
22855
|
-
className: iconClassName,
|
|
22856
|
-
"data-testid": testid,
|
|
22857
|
-
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
22858
|
-
animationDuration: '1s',
|
|
22859
|
-
animationIterationCount: 'infinite',
|
|
22860
|
-
animationName: 'loadingCircle',
|
|
22861
|
-
animationTimingFunction: 'linear'
|
|
22862
|
-
} : {})
|
|
22863
|
-
}), /*#__PURE__*/React.createElement("svg", {
|
|
22864
|
-
width: "24",
|
|
22865
|
-
height: "24",
|
|
22866
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22867
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
22868
|
-
d: "M18 3v2h-1v6l2 3h-2.404L15 11.606V5H9v6.606L7.404 14H14v2h-1v7h-2v-7H5v-2l2-3V5H6V3h12z"
|
|
22869
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22870
|
-
d: "M18.5 22a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
|
|
22871
|
-
}))));
|
|
22872
|
-
};
|
|
22873
|
-
PinUnsave.propTypes = {
|
|
22874
|
-
iconClassName: PropTypes.string,
|
|
22875
|
-
spin: PropTypes.bool,
|
|
22876
|
-
color: PropTypes.string,
|
|
22877
|
-
testid: PropTypes.string,
|
|
22878
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
22879
|
-
};
|
|
22880
|
-
PinUnsave.defaultProps = {
|
|
22881
|
-
spin: false,
|
|
22882
|
-
color: 'currentColor',
|
|
22883
|
-
size: '1em'
|
|
22884
|
-
};
|
|
22885
|
-
|
|
22886
|
-
var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22887
|
-
var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22888
|
-
var Unpin = function Unpin(props) {
|
|
22884
|
+
var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22885
|
+
var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22886
|
+
var PinFill = function PinFill(props) {
|
|
22889
22887
|
var color = props.color,
|
|
22890
22888
|
size = props.size,
|
|
22891
22889
|
spin = props.spin,
|
|
@@ -22919,21 +22917,17 @@ var Unpin = function Unpin(props) {
|
|
|
22919
22917
|
height: "24",
|
|
22920
22918
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22921
22919
|
}, /*#__PURE__*/React.createElement("path", {
|
|
22922
|
-
|
|
22923
|
-
clipRule: "evenodd",
|
|
22924
|
-
d: "M7 10.182l-5.5-5.5 1.591-1.591 16.914 16.914-1.591 1.59L13 16.183V23h-2v-7H5v-2l2-3v-.818zM10.818 14H7.404l1.365-2.049L10.818 14z"
|
|
22925
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22926
|
-
d: "M15 11.606l.425.637L19 15.818V14l-2-3V5h1V3H6.182L9 5.818V5h6v6.606z"
|
|
22920
|
+
d: "M18 5V3H6v2h1v6l-2 3v2h6v7h2v-7h6v-2l-2-3V5h1z"
|
|
22927
22921
|
}))));
|
|
22928
22922
|
};
|
|
22929
|
-
|
|
22923
|
+
PinFill.propTypes = {
|
|
22930
22924
|
iconClassName: PropTypes.string,
|
|
22931
22925
|
spin: PropTypes.bool,
|
|
22932
22926
|
color: PropTypes.string,
|
|
22933
22927
|
testid: PropTypes.string,
|
|
22934
22928
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
22935
22929
|
};
|
|
22936
|
-
|
|
22930
|
+
PinFill.defaultProps = {
|
|
22937
22931
|
spin: false,
|
|
22938
22932
|
color: 'currentColor',
|
|
22939
22933
|
size: '1em'
|
|
@@ -22941,7 +22935,7 @@ Unpin.defaultProps = {
|
|
|
22941
22935
|
|
|
22942
22936
|
var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22943
22937
|
var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22944
|
-
var
|
|
22938
|
+
var PinUnsave = function PinUnsave(props) {
|
|
22945
22939
|
var color = props.color,
|
|
22946
22940
|
size = props.size,
|
|
22947
22941
|
spin = props.spin,
|
|
@@ -22974,20 +22968,20 @@ var Unsave = function Unsave(props) {
|
|
|
22974
22968
|
width: "24",
|
|
22975
22969
|
height: "24",
|
|
22976
22970
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22977
|
-
}, /*#__PURE__*/React.createElement("
|
|
22978
|
-
|
|
22979
|
-
|
|
22980
|
-
|
|
22971
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
22972
|
+
d: "M18 3v2h-1v6l2 3h-2.404L15 11.606V5H9v6.606L7.404 14H14v2h-1v7h-2v-7H5v-2l2-3V5H6V3h12z"
|
|
22973
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22974
|
+
d: "M18.5 22a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
|
|
22981
22975
|
}))));
|
|
22982
22976
|
};
|
|
22983
|
-
|
|
22977
|
+
PinUnsave.propTypes = {
|
|
22984
22978
|
iconClassName: PropTypes.string,
|
|
22985
22979
|
spin: PropTypes.bool,
|
|
22986
22980
|
color: PropTypes.string,
|
|
22987
22981
|
testid: PropTypes.string,
|
|
22988
22982
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
22989
22983
|
};
|
|
22990
|
-
|
|
22984
|
+
PinUnsave.defaultProps = {
|
|
22991
22985
|
spin: false,
|
|
22992
22986
|
color: 'currentColor',
|
|
22993
22987
|
size: '1em'
|
|
@@ -22995,7 +22989,7 @@ Unsave.defaultProps = {
|
|
|
22995
22989
|
|
|
22996
22990
|
var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22997
22991
|
var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22998
|
-
var
|
|
22992
|
+
var Unpin = function Unpin(props) {
|
|
22999
22993
|
var color = props.color,
|
|
23000
22994
|
size = props.size,
|
|
23001
22995
|
spin = props.spin,
|
|
@@ -23029,17 +23023,21 @@ var Sticky = function Sticky(props) {
|
|
|
23029
23023
|
height: "24",
|
|
23030
23024
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23031
23025
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23032
|
-
|
|
23026
|
+
fillRule: "evenodd",
|
|
23027
|
+
clipRule: "evenodd",
|
|
23028
|
+
d: "M7 10.182l-5.5-5.5 1.591-1.591 16.914 16.914-1.591 1.59L13 16.183V23h-2v-7H5v-2l2-3v-.818zM10.818 14H7.404l1.365-2.049L10.818 14z"
|
|
23029
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23030
|
+
d: "M15 11.606l.425.637L19 15.818V14l-2-3V5h1V3H6.182L9 5.818V5h6v6.606z"
|
|
23033
23031
|
}))));
|
|
23034
23032
|
};
|
|
23035
|
-
|
|
23033
|
+
Unpin.propTypes = {
|
|
23036
23034
|
iconClassName: PropTypes.string,
|
|
23037
23035
|
spin: PropTypes.bool,
|
|
23038
23036
|
color: PropTypes.string,
|
|
23039
23037
|
testid: PropTypes.string,
|
|
23040
23038
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23041
23039
|
};
|
|
23042
|
-
|
|
23040
|
+
Unpin.defaultProps = {
|
|
23043
23041
|
spin: false,
|
|
23044
23042
|
color: 'currentColor',
|
|
23045
23043
|
size: '1em'
|
|
@@ -23047,7 +23045,7 @@ Sticky.defaultProps = {
|
|
|
23047
23045
|
|
|
23048
23046
|
var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23049
23047
|
var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23050
|
-
var
|
|
23048
|
+
var Pin2 = function Pin2(props) {
|
|
23051
23049
|
var color = props.color,
|
|
23052
23050
|
size = props.size,
|
|
23053
23051
|
spin = props.spin,
|
|
@@ -23080,18 +23078,25 @@ var Online = function Online(props) {
|
|
|
23080
23078
|
width: "24",
|
|
23081
23079
|
height: "24",
|
|
23082
23080
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23081
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
23082
|
+
clipPath: "url(#clip0_9610_29)"
|
|
23083
23083
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23084
|
-
d: "
|
|
23085
|
-
}))
|
|
23084
|
+
d: "M23.314 10.172l-1.415 1.414-.707-.707-4.242 4.242-.708 3.536-1.414 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.415 3.535-.707 4.243-4.242-.707-.707 1.414-1.415 8.486 8.486zm-7.779-4.95l-4.67 4.67-2.822.565 6.5 6.5.564-2.822 4.67-4.67-4.242-4.243z"
|
|
23085
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
23086
|
+
id: "clip0_9610_29"
|
|
23087
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
23088
|
+
width: "24",
|
|
23089
|
+
height: "24"
|
|
23090
|
+
}))))));
|
|
23086
23091
|
};
|
|
23087
|
-
|
|
23092
|
+
Pin2.propTypes = {
|
|
23088
23093
|
iconClassName: PropTypes.string,
|
|
23089
23094
|
spin: PropTypes.bool,
|
|
23090
23095
|
color: PropTypes.string,
|
|
23091
23096
|
testid: PropTypes.string,
|
|
23092
23097
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23093
23098
|
};
|
|
23094
|
-
|
|
23099
|
+
Pin2.defaultProps = {
|
|
23095
23100
|
spin: false,
|
|
23096
23101
|
color: 'currentColor',
|
|
23097
23102
|
size: '1em'
|
|
@@ -23099,7 +23104,7 @@ Online.defaultProps = {
|
|
|
23099
23104
|
|
|
23100
23105
|
var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23101
23106
|
var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23102
|
-
var
|
|
23107
|
+
var Unsave = function Unsave(props) {
|
|
23103
23108
|
var color = props.color,
|
|
23104
23109
|
size = props.size,
|
|
23105
23110
|
spin = props.spin,
|
|
@@ -23132,18 +23137,20 @@ var Offline = function Offline(props) {
|
|
|
23132
23137
|
width: "24",
|
|
23133
23138
|
height: "24",
|
|
23134
23139
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23135
|
-
}, /*#__PURE__*/React.createElement("
|
|
23136
|
-
|
|
23140
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
23141
|
+
cx: "12",
|
|
23142
|
+
cy: "12",
|
|
23143
|
+
r: "6"
|
|
23137
23144
|
}))));
|
|
23138
23145
|
};
|
|
23139
|
-
|
|
23146
|
+
Unsave.propTypes = {
|
|
23140
23147
|
iconClassName: PropTypes.string,
|
|
23141
23148
|
spin: PropTypes.bool,
|
|
23142
23149
|
color: PropTypes.string,
|
|
23143
23150
|
testid: PropTypes.string,
|
|
23144
23151
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23145
23152
|
};
|
|
23146
|
-
|
|
23153
|
+
Unsave.defaultProps = {
|
|
23147
23154
|
spin: false,
|
|
23148
23155
|
color: 'currentColor',
|
|
23149
23156
|
size: '1em'
|
|
@@ -23151,7 +23158,7 @@ Offline.defaultProps = {
|
|
|
23151
23158
|
|
|
23152
23159
|
var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23153
23160
|
var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23154
|
-
var
|
|
23161
|
+
var Sticky = function Sticky(props) {
|
|
23155
23162
|
var color = props.color,
|
|
23156
23163
|
size = props.size,
|
|
23157
23164
|
spin = props.spin,
|
|
@@ -23185,17 +23192,17 @@ var StopCircle = function StopCircle(props) {
|
|
|
23185
23192
|
height: "24",
|
|
23186
23193
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23187
23194
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23188
|
-
d: "
|
|
23195
|
+
d: "M8 11h3v10h2V11h3l-4-4-4 4zm12-6V3H4v2h16z"
|
|
23189
23196
|
}))));
|
|
23190
23197
|
};
|
|
23191
|
-
|
|
23198
|
+
Sticky.propTypes = {
|
|
23192
23199
|
iconClassName: PropTypes.string,
|
|
23193
23200
|
spin: PropTypes.bool,
|
|
23194
23201
|
color: PropTypes.string,
|
|
23195
23202
|
testid: PropTypes.string,
|
|
23196
23203
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23197
23204
|
};
|
|
23198
|
-
|
|
23205
|
+
Sticky.defaultProps = {
|
|
23199
23206
|
spin: false,
|
|
23200
23207
|
color: 'currentColor',
|
|
23201
23208
|
size: '1em'
|
|
@@ -23203,7 +23210,7 @@ StopCircle.defaultProps = {
|
|
|
23203
23210
|
|
|
23204
23211
|
var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23205
23212
|
var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23206
|
-
var
|
|
23213
|
+
var Online = function Online(props) {
|
|
23207
23214
|
var color = props.color,
|
|
23208
23215
|
size = props.size,
|
|
23209
23216
|
spin = props.spin,
|
|
@@ -23237,27 +23244,17 @@ var Find = function Find(props) {
|
|
|
23237
23244
|
height: "24",
|
|
23238
23245
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23239
23246
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23240
|
-
d: "
|
|
23241
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23242
|
-
d: "M8 3H2v6h2V5h4V3z"
|
|
23243
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23244
|
-
d: "M20 15v4h-4v2h6v-6h-2z"
|
|
23245
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23246
|
-
d: "M8 19H4v-4H2v6h6v-2z"
|
|
23247
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23248
|
-
fillRule: "evenodd",
|
|
23249
|
-
clipRule: "evenodd",
|
|
23250
|
-
d: "M12 17.5a5.48 5.48 0 003.676-1.41l1.824 1.825 1.414-1.415-2.01-2.009A5.5 5.5 0 1012 17.5zm0-2a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
|
|
23247
|
+
d: "M20.194 14.687v-.968c0-4.844-3.675-8.784-8.194-8.784-4.519 0-8.194 3.94-8.194 8.784v.968H2v-.968C2 7.809 6.486 3 12 3s10 4.808 10 10.719v.968h-1.806zM11 22l.097-10.86-2.631 2.821-1.279-1.369 4.8-5.145 4.827 5.171-1.278 1.37-2.632-2.82V22H11z"
|
|
23251
23248
|
}))));
|
|
23252
23249
|
};
|
|
23253
|
-
|
|
23250
|
+
Online.propTypes = {
|
|
23254
23251
|
iconClassName: PropTypes.string,
|
|
23255
23252
|
spin: PropTypes.bool,
|
|
23256
23253
|
color: PropTypes.string,
|
|
23257
23254
|
testid: PropTypes.string,
|
|
23258
23255
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23259
23256
|
};
|
|
23260
|
-
|
|
23257
|
+
Online.defaultProps = {
|
|
23261
23258
|
spin: false,
|
|
23262
23259
|
color: 'currentColor',
|
|
23263
23260
|
size: '1em'
|
|
@@ -23265,7 +23262,7 @@ Find.defaultProps = {
|
|
|
23265
23262
|
|
|
23266
23263
|
var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23267
23264
|
var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23268
|
-
var
|
|
23265
|
+
var Offline = function Offline(props) {
|
|
23269
23266
|
var color = props.color,
|
|
23270
23267
|
size = props.size,
|
|
23271
23268
|
spin = props.spin,
|
|
@@ -23299,17 +23296,17 @@ var ArrowGoBack = function ArrowGoBack(props) {
|
|
|
23299
23296
|
height: "24",
|
|
23300
23297
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23301
23298
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23302
|
-
d: "
|
|
23299
|
+
d: "M3.806 10.313v.968c0 4.844 3.675 8.784 8.194 8.784 4.519 0 8.194-3.94 8.194-8.784v-.968H22v.968C22 17.191 17.514 22 12 22S2 17.192 2 11.281v-.968h1.806zM13 3l-.097 10.86 2.631-2.821 1.279 1.369-4.8 5.144-4.827-5.17 1.278-1.37 2.632 2.82V3H13z"
|
|
23303
23300
|
}))));
|
|
23304
23301
|
};
|
|
23305
|
-
|
|
23302
|
+
Offline.propTypes = {
|
|
23306
23303
|
iconClassName: PropTypes.string,
|
|
23307
23304
|
spin: PropTypes.bool,
|
|
23308
23305
|
color: PropTypes.string,
|
|
23309
23306
|
testid: PropTypes.string,
|
|
23310
23307
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23311
23308
|
};
|
|
23312
|
-
|
|
23309
|
+
Offline.defaultProps = {
|
|
23313
23310
|
spin: false,
|
|
23314
23311
|
color: 'currentColor',
|
|
23315
23312
|
size: '1em'
|
|
@@ -23317,7 +23314,7 @@ ArrowGoBack.defaultProps = {
|
|
|
23317
23314
|
|
|
23318
23315
|
var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23319
23316
|
var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23320
|
-
var
|
|
23317
|
+
var StopCircle = function StopCircle(props) {
|
|
23321
23318
|
var color = props.color,
|
|
23322
23319
|
size = props.size,
|
|
23323
23320
|
spin = props.spin,
|
|
@@ -23351,17 +23348,17 @@ var ArrowGoForward = function ArrowGoForward(props) {
|
|
|
23351
23348
|
height: "24",
|
|
23352
23349
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23353
23350
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23354
|
-
d: "
|
|
23351
|
+
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16zM9 9h6v6H9V9z"
|
|
23355
23352
|
}))));
|
|
23356
23353
|
};
|
|
23357
|
-
|
|
23354
|
+
StopCircle.propTypes = {
|
|
23358
23355
|
iconClassName: PropTypes.string,
|
|
23359
23356
|
spin: PropTypes.bool,
|
|
23360
23357
|
color: PropTypes.string,
|
|
23361
23358
|
testid: PropTypes.string,
|
|
23362
23359
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23363
23360
|
};
|
|
23364
|
-
|
|
23361
|
+
StopCircle.defaultProps = {
|
|
23365
23362
|
spin: false,
|
|
23366
23363
|
color: 'currentColor',
|
|
23367
23364
|
size: '1em'
|
|
@@ -23369,7 +23366,7 @@ ArrowGoForward.defaultProps = {
|
|
|
23369
23366
|
|
|
23370
23367
|
var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23371
23368
|
var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23372
|
-
var
|
|
23369
|
+
var Find = function Find(props) {
|
|
23373
23370
|
var color = props.color,
|
|
23374
23371
|
size = props.size,
|
|
23375
23372
|
spin = props.spin,
|
|
@@ -23403,25 +23400,27 @@ var Recycle = function Recycle(props) {
|
|
|
23403
23400
|
height: "24",
|
|
23404
23401
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23405
23402
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23406
|
-
d: "
|
|
23403
|
+
d: "M22 3h-6v2h4v4h2V3z"
|
|
23407
23404
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23408
|
-
d: "
|
|
23405
|
+
d: "M8 3H2v6h2V5h4V3z"
|
|
23409
23406
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23410
|
-
d: "
|
|
23407
|
+
d: "M20 15v4h-4v2h6v-6h-2z"
|
|
23408
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23409
|
+
d: "M8 19H4v-4H2v6h6v-2z"
|
|
23411
23410
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23412
23411
|
fillRule: "evenodd",
|
|
23413
23412
|
clipRule: "evenodd",
|
|
23414
|
-
d: "
|
|
23413
|
+
d: "M12 17.5a5.48 5.48 0 003.676-1.41l1.824 1.825 1.414-1.415-2.01-2.009A5.5 5.5 0 1012 17.5zm0-2a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
|
|
23415
23414
|
}))));
|
|
23416
23415
|
};
|
|
23417
|
-
|
|
23416
|
+
Find.propTypes = {
|
|
23418
23417
|
iconClassName: PropTypes.string,
|
|
23419
23418
|
spin: PropTypes.bool,
|
|
23420
23419
|
color: PropTypes.string,
|
|
23421
23420
|
testid: PropTypes.string,
|
|
23422
23421
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23423
23422
|
};
|
|
23424
|
-
|
|
23423
|
+
Find.defaultProps = {
|
|
23425
23424
|
spin: false,
|
|
23426
23425
|
color: 'currentColor',
|
|
23427
23426
|
size: '1em'
|
|
@@ -23429,7 +23428,7 @@ Recycle.defaultProps = {
|
|
|
23429
23428
|
|
|
23430
23429
|
var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23431
23430
|
var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23432
|
-
var
|
|
23431
|
+
var ArrowGoBack = function ArrowGoBack(props) {
|
|
23433
23432
|
var color = props.color,
|
|
23434
23433
|
size = props.size,
|
|
23435
23434
|
spin = props.spin,
|
|
@@ -23463,19 +23462,17 @@ var OfflineSync = function OfflineSync(props) {
|
|
|
23463
23462
|
height: "24",
|
|
23464
23463
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23465
23464
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23466
|
-
|
|
23467
|
-
clipRule: "evenodd",
|
|
23468
|
-
d: "M8.282 4.81a.913.913 0 01.768.407l.006.008.733 1.082a2.723 2.723 0 002.275 1.217h7.209a.903.903 0 01.91.905v.452c-.001.5.406.905.908.905S22 9.38 22 8.88v-.452c0-.72-.287-1.41-.799-1.92a2.734 2.734 0 00-1.928-.795h-7.21a.912.912 0 01-.758-.407l-.006-.008-.734-1.082A2.723 2.723 0 008.27 3H4.727c-.723 0-1.417.286-1.928.795A2.708 2.708 0 002 5.715v11.761c0 .72.287 1.41.799 1.92a2.734 2.734 0 001.928.794h4.546c.502 0 .909-.405.909-.904 0-.5-.407-.905-.91-.905H4.728a.911.911 0 01-.909-.905V5.714c0-.24.096-.47.266-.64a.911.911 0 01.643-.264H8.282zm9.172 11.761a.907.907 0 00-.909.905c0 .5.407.905.91.905h1.496a3.641 3.641 0 01-3.075.843 3.645 3.645 0 01-2.629-2.034.911.911 0 00-1.207-.44.903.903 0 00-.442 1.202c.366.784.914 1.47 1.6 2a5.468 5.468 0 004.908.916 5.46 5.46 0 002.076-1.155v1.382c0 .5.407.905.909.905s.909-.405.909-.905v-3.629a.898.898 0 00-.3-.661.908.908 0 00-.61-.234h-3.636zM12 9.333c.502 0 .91.405.91.905v1.68l.131-.138a5.46 5.46 0 012.246-1.315 5.48 5.48 0 014.909.916 5.433 5.433 0 011.6 2 .903.903 0 01-.442 1.202.91.91 0 01-1.207-.44 3.622 3.622 0 00-2.629-2.033 3.652 3.652 0 00-3.075.842h1.193c.502 0 .91.405.91.905s-.408.905-.91.905H12a.907.907 0 01-.91-.905v-3.619c0-.5.408-.905.91-.905z"
|
|
23465
|
+
d: "M5.828 7l2.536 2.535L6.95 10.95 2 6l4.95-4.95 1.414 1.415L5.828 5H13a8 8 0 110 16H4v-2h9a6 6 0 000-12H5.828z"
|
|
23469
23466
|
}))));
|
|
23470
23467
|
};
|
|
23471
|
-
|
|
23468
|
+
ArrowGoBack.propTypes = {
|
|
23472
23469
|
iconClassName: PropTypes.string,
|
|
23473
23470
|
spin: PropTypes.bool,
|
|
23474
23471
|
color: PropTypes.string,
|
|
23475
23472
|
testid: PropTypes.string,
|
|
23476
23473
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23477
23474
|
};
|
|
23478
|
-
|
|
23475
|
+
ArrowGoBack.defaultProps = {
|
|
23479
23476
|
spin: false,
|
|
23480
23477
|
color: 'currentColor',
|
|
23481
23478
|
size: '1em'
|
|
@@ -23483,7 +23480,7 @@ OfflineSync.defaultProps = {
|
|
|
23483
23480
|
|
|
23484
23481
|
var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23485
23482
|
var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23486
|
-
var
|
|
23483
|
+
var ArrowGoForward = function ArrowGoForward(props) {
|
|
23487
23484
|
var color = props.color,
|
|
23488
23485
|
size = props.size,
|
|
23489
23486
|
spin = props.spin,
|
|
@@ -23516,25 +23513,18 @@ var Pin2 = function Pin2(props) {
|
|
|
23516
23513
|
width: "24",
|
|
23517
23514
|
height: "24",
|
|
23518
23515
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23519
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
23520
|
-
clipPath: "url(#clip0_9610_29)"
|
|
23521
23516
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23522
|
-
d: "
|
|
23523
|
-
}))
|
|
23524
|
-
id: "clip0_9610_29"
|
|
23525
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
23526
|
-
width: "24",
|
|
23527
|
-
height: "24"
|
|
23528
|
-
}))))));
|
|
23517
|
+
d: "M18.172 7H11a6 6 0 000 12h9v2h-9a8 8 0 010-16h7.172l-2.536-2.536L17.05 1.05 22 6l-4.95 4.95-1.414-1.415L18.172 7z"
|
|
23518
|
+
}))));
|
|
23529
23519
|
};
|
|
23530
|
-
|
|
23520
|
+
ArrowGoForward.propTypes = {
|
|
23531
23521
|
iconClassName: PropTypes.string,
|
|
23532
23522
|
spin: PropTypes.bool,
|
|
23533
23523
|
color: PropTypes.string,
|
|
23534
23524
|
testid: PropTypes.string,
|
|
23535
23525
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23536
23526
|
};
|
|
23537
|
-
|
|
23527
|
+
ArrowGoForward.defaultProps = {
|
|
23538
23528
|
spin: false,
|
|
23539
23529
|
color: 'currentColor',
|
|
23540
23530
|
size: '1em'
|
|
@@ -23542,7 +23532,7 @@ Pin2.defaultProps = {
|
|
|
23542
23532
|
|
|
23543
23533
|
var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23544
23534
|
var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23545
|
-
var
|
|
23535
|
+
var Recycle = function Recycle(props) {
|
|
23546
23536
|
var color = props.color,
|
|
23547
23537
|
size = props.size,
|
|
23548
23538
|
spin = props.spin,
|
|
@@ -23576,17 +23566,25 @@ var Pin2Fill = function Pin2Fill(props) {
|
|
|
23576
23566
|
height: "24",
|
|
23577
23567
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23578
23568
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23579
|
-
d: "
|
|
23569
|
+
d: "M13.103 12.331A1.99 1.99 0 0012 12c-.45 0-.864.148-1.198.398l-1.867-.969A3.991 3.991 0 0112 10c1.15 0 2.187.486 2.917 1.263l-1.814 1.068z"
|
|
23570
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23571
|
+
d: "M10.014 14.236a2 2 0 00.852 1.412v2.189a4.001 4.001 0 01-2.792-4.605l1.94 1.004z"
|
|
23572
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23573
|
+
d: "M13.996 14.125a2 2 0 01-1.13 1.678v2.034c0 .023 0 .046-.002.07a4.002 4.002 0 003.014-4.89l-1.882 1.108z"
|
|
23574
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23575
|
+
fillRule: "evenodd",
|
|
23576
|
+
clipRule: "evenodd",
|
|
23577
|
+
d: "M22 6h-5V3a1 1 0 00-1-1H8a1 1 0 00-1 1v3H2v2h2v13a1 1 0 001 1h14a1 1 0 001-1V8h2V6zM6 8h12v12H6V8zm3-2V4h6v2H9z"
|
|
23580
23578
|
}))));
|
|
23581
23579
|
};
|
|
23582
|
-
|
|
23580
|
+
Recycle.propTypes = {
|
|
23583
23581
|
iconClassName: PropTypes.string,
|
|
23584
23582
|
spin: PropTypes.bool,
|
|
23585
23583
|
color: PropTypes.string,
|
|
23586
23584
|
testid: PropTypes.string,
|
|
23587
23585
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23588
23586
|
};
|
|
23589
|
-
|
|
23587
|
+
Recycle.defaultProps = {
|
|
23590
23588
|
spin: false,
|
|
23591
23589
|
color: 'currentColor',
|
|
23592
23590
|
size: '1em'
|
|
@@ -23594,7 +23592,7 @@ Pin2Fill.defaultProps = {
|
|
|
23594
23592
|
|
|
23595
23593
|
var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23596
23594
|
var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23597
|
-
var
|
|
23595
|
+
var OfflineSync = function OfflineSync(props) {
|
|
23598
23596
|
var color = props.color,
|
|
23599
23597
|
size = props.size,
|
|
23600
23598
|
spin = props.spin,
|
|
@@ -23627,6 +23625,60 @@ var Info = function Info(props) {
|
|
|
23627
23625
|
width: "24",
|
|
23628
23626
|
height: "24",
|
|
23629
23627
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23628
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23629
|
+
fillRule: "evenodd",
|
|
23630
|
+
clipRule: "evenodd",
|
|
23631
|
+
d: "M8.282 4.81a.913.913 0 01.768.407l.006.008.733 1.082a2.723 2.723 0 002.275 1.217h7.209a.903.903 0 01.91.905v.452c-.001.5.406.905.908.905S22 9.38 22 8.88v-.452c0-.72-.287-1.41-.799-1.92a2.734 2.734 0 00-1.928-.795h-7.21a.912.912 0 01-.758-.407l-.006-.008-.734-1.082A2.723 2.723 0 008.27 3H4.727c-.723 0-1.417.286-1.928.795A2.708 2.708 0 002 5.715v11.761c0 .72.287 1.41.799 1.92a2.734 2.734 0 001.928.794h4.546c.502 0 .909-.405.909-.904 0-.5-.407-.905-.91-.905H4.728a.911.911 0 01-.909-.905V5.714c0-.24.096-.47.266-.64a.911.911 0 01.643-.264H8.282zm9.172 11.761a.907.907 0 00-.909.905c0 .5.407.905.91.905h1.496a3.641 3.641 0 01-3.075.843 3.645 3.645 0 01-2.629-2.034.911.911 0 00-1.207-.44.903.903 0 00-.442 1.202c.366.784.914 1.47 1.6 2a5.468 5.468 0 004.908.916 5.46 5.46 0 002.076-1.155v1.382c0 .5.407.905.909.905s.909-.405.909-.905v-3.629a.898.898 0 00-.3-.661.908.908 0 00-.61-.234h-3.636zM12 9.333c.502 0 .91.405.91.905v1.68l.131-.138a5.46 5.46 0 012.246-1.315 5.48 5.48 0 014.909.916 5.433 5.433 0 011.6 2 .903.903 0 01-.442 1.202.91.91 0 01-1.207-.44 3.622 3.622 0 00-2.629-2.033 3.652 3.652 0 00-3.075.842h1.193c.502 0 .91.405.91.905s-.408.905-.91.905H12a.907.907 0 01-.91-.905v-3.619c0-.5.408-.905.91-.905z"
|
|
23632
|
+
}))));
|
|
23633
|
+
};
|
|
23634
|
+
OfflineSync.propTypes = {
|
|
23635
|
+
iconClassName: PropTypes.string,
|
|
23636
|
+
spin: PropTypes.bool,
|
|
23637
|
+
color: PropTypes.string,
|
|
23638
|
+
testid: PropTypes.string,
|
|
23639
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23640
|
+
};
|
|
23641
|
+
OfflineSync.defaultProps = {
|
|
23642
|
+
spin: false,
|
|
23643
|
+
color: 'currentColor',
|
|
23644
|
+
size: '1em'
|
|
23645
|
+
};
|
|
23646
|
+
|
|
23647
|
+
var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23648
|
+
var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23649
|
+
var Info = function Info(props) {
|
|
23650
|
+
var color = props.color,
|
|
23651
|
+
size = props.size,
|
|
23652
|
+
spin = props.spin,
|
|
23653
|
+
style = props.style,
|
|
23654
|
+
className = props.className,
|
|
23655
|
+
iconClassName = props.iconClassName,
|
|
23656
|
+
testid = props.testid,
|
|
23657
|
+
otherProps = _objectWithoutProperties(props, _excluded$6n);
|
|
23658
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23659
|
+
role: "img",
|
|
23660
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23661
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
23662
|
+
children: loadingCircleStyle$6n
|
|
23663
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23665
|
+
width: size,
|
|
23666
|
+
height: size,
|
|
23667
|
+
viewBox: "0 0 24 24",
|
|
23668
|
+
fill: color
|
|
23669
|
+
}, otherProps, {
|
|
23670
|
+
className: iconClassName,
|
|
23671
|
+
"data-testid": testid,
|
|
23672
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
23673
|
+
animationDuration: '1s',
|
|
23674
|
+
animationIterationCount: 'infinite',
|
|
23675
|
+
animationName: 'loadingCircle',
|
|
23676
|
+
animationTimingFunction: 'linear'
|
|
23677
|
+
} : {})
|
|
23678
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
23679
|
+
width: "24",
|
|
23680
|
+
height: "24",
|
|
23681
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23630
23682
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23631
23683
|
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"
|
|
23632
23684
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -23648,8 +23700,8 @@ Info.defaultProps = {
|
|
|
23648
23700
|
size: '1em'
|
|
23649
23701
|
};
|
|
23650
23702
|
|
|
23651
|
-
var _excluded$
|
|
23652
|
-
var loadingCircleStyle$
|
|
23703
|
+
var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23704
|
+
var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23653
23705
|
var InfoFill = function InfoFill(props) {
|
|
23654
23706
|
var color = props.color,
|
|
23655
23707
|
size = props.size,
|
|
@@ -23658,12 +23710,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
23658
23710
|
className = props.className,
|
|
23659
23711
|
iconClassName = props.iconClassName,
|
|
23660
23712
|
testid = props.testid,
|
|
23661
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23713
|
+
otherProps = _objectWithoutProperties(props, _excluded$6o);
|
|
23662
23714
|
return /*#__PURE__*/React.createElement("span", {
|
|
23663
23715
|
role: "img",
|
|
23664
23716
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23665
23717
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23666
|
-
children: loadingCircleStyle$
|
|
23718
|
+
children: loadingCircleStyle$6o
|
|
23667
23719
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23668
23720
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23669
23721
|
width: size,
|
|
@@ -23700,8 +23752,8 @@ InfoFill.defaultProps = {
|
|
|
23700
23752
|
size: '1em'
|
|
23701
23753
|
};
|
|
23702
23754
|
|
|
23703
|
-
var _excluded$
|
|
23704
|
-
var loadingCircleStyle$
|
|
23755
|
+
var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23756
|
+
var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23705
23757
|
var Help = function Help(props) {
|
|
23706
23758
|
var color = props.color,
|
|
23707
23759
|
size = props.size,
|
|
@@ -23710,12 +23762,12 @@ var Help = function Help(props) {
|
|
|
23710
23762
|
className = props.className,
|
|
23711
23763
|
iconClassName = props.iconClassName,
|
|
23712
23764
|
testid = props.testid,
|
|
23713
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23765
|
+
otherProps = _objectWithoutProperties(props, _excluded$6p);
|
|
23714
23766
|
return /*#__PURE__*/React.createElement("span", {
|
|
23715
23767
|
role: "img",
|
|
23716
23768
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23717
23769
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23718
|
-
children: loadingCircleStyle$
|
|
23770
|
+
children: loadingCircleStyle$6p
|
|
23719
23771
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23720
23772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23721
23773
|
width: size,
|
|
@@ -23752,8 +23804,8 @@ Help.defaultProps = {
|
|
|
23752
23804
|
size: '1em'
|
|
23753
23805
|
};
|
|
23754
23806
|
|
|
23755
|
-
var _excluded$
|
|
23756
|
-
var loadingCircleStyle$
|
|
23807
|
+
var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23808
|
+
var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23757
23809
|
var History = function History(props) {
|
|
23758
23810
|
var color = props.color,
|
|
23759
23811
|
size = props.size,
|
|
@@ -23762,12 +23814,12 @@ var History = function History(props) {
|
|
|
23762
23814
|
className = props.className,
|
|
23763
23815
|
iconClassName = props.iconClassName,
|
|
23764
23816
|
testid = props.testid,
|
|
23765
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23817
|
+
otherProps = _objectWithoutProperties(props, _excluded$6q);
|
|
23766
23818
|
return /*#__PURE__*/React.createElement("span", {
|
|
23767
23819
|
role: "img",
|
|
23768
23820
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23769
23821
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23770
|
-
children: loadingCircleStyle$
|
|
23822
|
+
children: loadingCircleStyle$6q
|
|
23771
23823
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23772
23824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23773
23825
|
width: size,
|
|
@@ -23804,8 +23856,8 @@ History.defaultProps = {
|
|
|
23804
23856
|
size: '1em'
|
|
23805
23857
|
};
|
|
23806
23858
|
|
|
23807
|
-
var _excluded$
|
|
23808
|
-
var loadingCircleStyle$
|
|
23859
|
+
var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23860
|
+
var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23809
23861
|
var Backup = function Backup(props) {
|
|
23810
23862
|
var color = props.color,
|
|
23811
23863
|
size = props.size,
|
|
@@ -23814,12 +23866,12 @@ var Backup = function Backup(props) {
|
|
|
23814
23866
|
className = props.className,
|
|
23815
23867
|
iconClassName = props.iconClassName,
|
|
23816
23868
|
testid = props.testid,
|
|
23817
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23869
|
+
otherProps = _objectWithoutProperties(props, _excluded$6r);
|
|
23818
23870
|
return /*#__PURE__*/React.createElement("span", {
|
|
23819
23871
|
role: "img",
|
|
23820
23872
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23821
23873
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23822
|
-
children: loadingCircleStyle$
|
|
23874
|
+
children: loadingCircleStyle$6r
|
|
23823
23875
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23824
23876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23825
23877
|
width: size,
|
|
@@ -23858,8 +23910,8 @@ Backup.defaultProps = {
|
|
|
23858
23910
|
size: '1em'
|
|
23859
23911
|
};
|
|
23860
23912
|
|
|
23861
|
-
var _excluded$
|
|
23862
|
-
var loadingCircleStyle$
|
|
23913
|
+
var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23914
|
+
var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23863
23915
|
var Error = function Error(props) {
|
|
23864
23916
|
var color = props.color,
|
|
23865
23917
|
size = props.size,
|
|
@@ -23868,12 +23920,12 @@ var Error = function Error(props) {
|
|
|
23868
23920
|
className = props.className,
|
|
23869
23921
|
iconClassName = props.iconClassName,
|
|
23870
23922
|
testid = props.testid,
|
|
23871
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23923
|
+
otherProps = _objectWithoutProperties(props, _excluded$6s);
|
|
23872
23924
|
return /*#__PURE__*/React.createElement("span", {
|
|
23873
23925
|
role: "img",
|
|
23874
23926
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23875
23927
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23876
|
-
children: loadingCircleStyle$
|
|
23928
|
+
children: loadingCircleStyle$6s
|
|
23877
23929
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23878
23930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23879
23931
|
width: size,
|
|
@@ -23914,8 +23966,8 @@ Error.defaultProps = {
|
|
|
23914
23966
|
size: '1em'
|
|
23915
23967
|
};
|
|
23916
23968
|
|
|
23917
|
-
var _excluded$
|
|
23918
|
-
var loadingCircleStyle$
|
|
23969
|
+
var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23970
|
+
var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23919
23971
|
var ErrorFill = function ErrorFill(props) {
|
|
23920
23972
|
var color = props.color,
|
|
23921
23973
|
size = props.size,
|
|
@@ -23924,12 +23976,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
23924
23976
|
className = props.className,
|
|
23925
23977
|
iconClassName = props.iconClassName,
|
|
23926
23978
|
testid = props.testid,
|
|
23927
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23979
|
+
otherProps = _objectWithoutProperties(props, _excluded$6t);
|
|
23928
23980
|
return /*#__PURE__*/React.createElement("span", {
|
|
23929
23981
|
role: "img",
|
|
23930
23982
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23931
23983
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23932
|
-
children: loadingCircleStyle$
|
|
23984
|
+
children: loadingCircleStyle$6t
|
|
23933
23985
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23934
23986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23935
23987
|
width: size,
|
|
@@ -23966,8 +24018,8 @@ ErrorFill.defaultProps = {
|
|
|
23966
24018
|
size: '1em'
|
|
23967
24019
|
};
|
|
23968
24020
|
|
|
23969
|
-
var _excluded$
|
|
23970
|
-
var loadingCircleStyle$
|
|
24021
|
+
var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24022
|
+
var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23971
24023
|
var Error2 = function Error2(props) {
|
|
23972
24024
|
var color = props.color,
|
|
23973
24025
|
size = props.size,
|
|
@@ -23976,12 +24028,12 @@ var Error2 = function Error2(props) {
|
|
|
23976
24028
|
className = props.className,
|
|
23977
24029
|
iconClassName = props.iconClassName,
|
|
23978
24030
|
testid = props.testid,
|
|
23979
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24031
|
+
otherProps = _objectWithoutProperties(props, _excluded$6u);
|
|
23980
24032
|
return /*#__PURE__*/React.createElement("span", {
|
|
23981
24033
|
role: "img",
|
|
23982
24034
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23983
24035
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23984
|
-
children: loadingCircleStyle$
|
|
24036
|
+
children: loadingCircleStyle$6u
|
|
23985
24037
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23986
24038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23987
24039
|
width: size,
|
|
@@ -24020,8 +24072,8 @@ Error2.defaultProps = {
|
|
|
24020
24072
|
size: '1em'
|
|
24021
24073
|
};
|
|
24022
24074
|
|
|
24023
|
-
var _excluded$
|
|
24024
|
-
var loadingCircleStyle$
|
|
24075
|
+
var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24076
|
+
var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24025
24077
|
var Error2Fill = function Error2Fill(props) {
|
|
24026
24078
|
var color = props.color,
|
|
24027
24079
|
size = props.size,
|
|
@@ -24030,12 +24082,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
24030
24082
|
className = props.className,
|
|
24031
24083
|
iconClassName = props.iconClassName,
|
|
24032
24084
|
testid = props.testid,
|
|
24033
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24085
|
+
otherProps = _objectWithoutProperties(props, _excluded$6v);
|
|
24034
24086
|
return /*#__PURE__*/React.createElement("span", {
|
|
24035
24087
|
role: "img",
|
|
24036
24088
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24037
24089
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24038
|
-
children: loadingCircleStyle$
|
|
24090
|
+
children: loadingCircleStyle$6v
|
|
24039
24091
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24040
24092
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24041
24093
|
width: size,
|
|
@@ -24074,8 +24126,8 @@ Error2Fill.defaultProps = {
|
|
|
24074
24126
|
size: '1em'
|
|
24075
24127
|
};
|
|
24076
24128
|
|
|
24077
|
-
var _excluded$
|
|
24078
|
-
var loadingCircleStyle$
|
|
24129
|
+
var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24130
|
+
var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24079
24131
|
var Success = function Success(props) {
|
|
24080
24132
|
var color = props.color,
|
|
24081
24133
|
size = props.size,
|
|
@@ -24084,12 +24136,12 @@ var Success = function Success(props) {
|
|
|
24084
24136
|
className = props.className,
|
|
24085
24137
|
iconClassName = props.iconClassName,
|
|
24086
24138
|
testid = props.testid,
|
|
24087
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24139
|
+
otherProps = _objectWithoutProperties(props, _excluded$6w);
|
|
24088
24140
|
return /*#__PURE__*/React.createElement("span", {
|
|
24089
24141
|
role: "img",
|
|
24090
24142
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24091
24143
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24092
|
-
children: loadingCircleStyle$
|
|
24144
|
+
children: loadingCircleStyle$6w
|
|
24093
24145
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24094
24146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24095
24147
|
width: size,
|
|
@@ -24126,8 +24178,8 @@ Success.defaultProps = {
|
|
|
24126
24178
|
size: '1em'
|
|
24127
24179
|
};
|
|
24128
24180
|
|
|
24129
|
-
var _excluded$
|
|
24130
|
-
var loadingCircleStyle$
|
|
24181
|
+
var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24182
|
+
var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24131
24183
|
var SuccessFill = function SuccessFill(props) {
|
|
24132
24184
|
var color = props.color,
|
|
24133
24185
|
size = props.size,
|
|
@@ -24136,12 +24188,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
24136
24188
|
className = props.className,
|
|
24137
24189
|
iconClassName = props.iconClassName,
|
|
24138
24190
|
testid = props.testid,
|
|
24139
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24191
|
+
otherProps = _objectWithoutProperties(props, _excluded$6x);
|
|
24140
24192
|
return /*#__PURE__*/React.createElement("span", {
|
|
24141
24193
|
role: "img",
|
|
24142
24194
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24143
24195
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24144
|
-
children: loadingCircleStyle$
|
|
24196
|
+
children: loadingCircleStyle$6x
|
|
24145
24197
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24146
24198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24147
24199
|
width: size,
|
|
@@ -24180,8 +24232,8 @@ SuccessFill.defaultProps = {
|
|
|
24180
24232
|
size: '1em'
|
|
24181
24233
|
};
|
|
24182
24234
|
|
|
24183
|
-
var _excluded$
|
|
24184
|
-
var loadingCircleStyle$
|
|
24235
|
+
var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24236
|
+
var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24185
24237
|
var Delete2 = function Delete2(props) {
|
|
24186
24238
|
var color = props.color,
|
|
24187
24239
|
size = props.size,
|
|
@@ -24190,12 +24242,12 @@ var Delete2 = function Delete2(props) {
|
|
|
24190
24242
|
className = props.className,
|
|
24191
24243
|
iconClassName = props.iconClassName,
|
|
24192
24244
|
testid = props.testid,
|
|
24193
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24245
|
+
otherProps = _objectWithoutProperties(props, _excluded$6y);
|
|
24194
24246
|
return /*#__PURE__*/React.createElement("span", {
|
|
24195
24247
|
role: "img",
|
|
24196
24248
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24197
24249
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24198
|
-
children: loadingCircleStyle$
|
|
24250
|
+
children: loadingCircleStyle$6y
|
|
24199
24251
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24200
24252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24201
24253
|
width: size,
|
|
@@ -24232,8 +24284,8 @@ Delete2.defaultProps = {
|
|
|
24232
24284
|
size: '1em'
|
|
24233
24285
|
};
|
|
24234
24286
|
|
|
24235
|
-
var _excluded$
|
|
24236
|
-
var loadingCircleStyle$
|
|
24287
|
+
var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24288
|
+
var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24237
24289
|
var Delete2Fill = function Delete2Fill(props) {
|
|
24238
24290
|
var color = props.color,
|
|
24239
24291
|
size = props.size,
|
|
@@ -24242,12 +24294,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
24242
24294
|
className = props.className,
|
|
24243
24295
|
iconClassName = props.iconClassName,
|
|
24244
24296
|
testid = props.testid,
|
|
24245
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24297
|
+
otherProps = _objectWithoutProperties(props, _excluded$6z);
|
|
24246
24298
|
return /*#__PURE__*/React.createElement("span", {
|
|
24247
24299
|
role: "img",
|
|
24248
24300
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24249
24301
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24250
|
-
children: loadingCircleStyle$
|
|
24302
|
+
children: loadingCircleStyle$6z
|
|
24251
24303
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24252
24304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24253
24305
|
width: size,
|
|
@@ -24284,8 +24336,8 @@ Delete2Fill.defaultProps = {
|
|
|
24284
24336
|
size: '1em'
|
|
24285
24337
|
};
|
|
24286
24338
|
|
|
24287
|
-
var _excluded$
|
|
24288
|
-
var loadingCircleStyle$
|
|
24339
|
+
var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24340
|
+
var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24289
24341
|
var Exchange = function Exchange(props) {
|
|
24290
24342
|
var color = props.color,
|
|
24291
24343
|
size = props.size,
|
|
@@ -24294,12 +24346,12 @@ var Exchange = function Exchange(props) {
|
|
|
24294
24346
|
className = props.className,
|
|
24295
24347
|
iconClassName = props.iconClassName,
|
|
24296
24348
|
testid = props.testid,
|
|
24297
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24349
|
+
otherProps = _objectWithoutProperties(props, _excluded$6A);
|
|
24298
24350
|
return /*#__PURE__*/React.createElement("span", {
|
|
24299
24351
|
role: "img",
|
|
24300
24352
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24301
24353
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24302
|
-
children: loadingCircleStyle$
|
|
24354
|
+
children: loadingCircleStyle$6A
|
|
24303
24355
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24304
24356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24305
24357
|
width: size,
|
|
@@ -24336,8 +24388,8 @@ Exchange.defaultProps = {
|
|
|
24336
24388
|
size: '1em'
|
|
24337
24389
|
};
|
|
24338
24390
|
|
|
24339
|
-
var _excluded$
|
|
24340
|
-
var loadingCircleStyle$
|
|
24391
|
+
var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24392
|
+
var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24341
24393
|
var SwapFill = function SwapFill(props) {
|
|
24342
24394
|
var color = props.color,
|
|
24343
24395
|
size = props.size,
|
|
@@ -24346,12 +24398,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
24346
24398
|
className = props.className,
|
|
24347
24399
|
iconClassName = props.iconClassName,
|
|
24348
24400
|
testid = props.testid,
|
|
24349
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24401
|
+
otherProps = _objectWithoutProperties(props, _excluded$6B);
|
|
24350
24402
|
return /*#__PURE__*/React.createElement("span", {
|
|
24351
24403
|
role: "img",
|
|
24352
24404
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24353
24405
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24354
|
-
children: loadingCircleStyle$
|
|
24406
|
+
children: loadingCircleStyle$6B
|
|
24355
24407
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24356
24408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24357
24409
|
width: size,
|
|
@@ -24388,8 +24440,8 @@ SwapFill.defaultProps = {
|
|
|
24388
24440
|
size: '1em'
|
|
24389
24441
|
};
|
|
24390
24442
|
|
|
24391
|
-
var _excluded$
|
|
24392
|
-
var loadingCircleStyle$
|
|
24443
|
+
var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24444
|
+
var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24393
24445
|
var Processing = function Processing(props) {
|
|
24394
24446
|
var color = props.color,
|
|
24395
24447
|
size = props.size,
|
|
@@ -24398,12 +24450,12 @@ var Processing = function Processing(props) {
|
|
|
24398
24450
|
className = props.className,
|
|
24399
24451
|
iconClassName = props.iconClassName,
|
|
24400
24452
|
testid = props.testid,
|
|
24401
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24453
|
+
otherProps = _objectWithoutProperties(props, _excluded$6C);
|
|
24402
24454
|
return /*#__PURE__*/React.createElement("span", {
|
|
24403
24455
|
role: "img",
|
|
24404
24456
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24405
24457
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24406
|
-
children: loadingCircleStyle$
|
|
24458
|
+
children: loadingCircleStyle$6C
|
|
24407
24459
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24408
24460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24409
24461
|
width: size,
|
|
@@ -24440,8 +24492,8 @@ Processing.defaultProps = {
|
|
|
24440
24492
|
size: '1em'
|
|
24441
24493
|
};
|
|
24442
24494
|
|
|
24443
|
-
var _excluded$
|
|
24444
|
-
var loadingCircleStyle$
|
|
24495
|
+
var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24496
|
+
var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24445
24497
|
var Processing2 = function Processing2(props) {
|
|
24446
24498
|
var color = props.color,
|
|
24447
24499
|
size = props.size,
|
|
@@ -24450,12 +24502,12 @@ var Processing2 = function Processing2(props) {
|
|
|
24450
24502
|
className = props.className,
|
|
24451
24503
|
iconClassName = props.iconClassName,
|
|
24452
24504
|
testid = props.testid,
|
|
24453
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24505
|
+
otherProps = _objectWithoutProperties(props, _excluded$6D);
|
|
24454
24506
|
return /*#__PURE__*/React.createElement("span", {
|
|
24455
24507
|
role: "img",
|
|
24456
24508
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24457
24509
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24458
|
-
children: loadingCircleStyle$
|
|
24510
|
+
children: loadingCircleStyle$6D
|
|
24459
24511
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24460
24512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24461
24513
|
width: size,
|
|
@@ -24494,8 +24546,8 @@ Processing2.defaultProps = {
|
|
|
24494
24546
|
size: '1em'
|
|
24495
24547
|
};
|
|
24496
24548
|
|
|
24497
|
-
var _excluded$
|
|
24498
|
-
var loadingCircleStyle$
|
|
24549
|
+
var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24550
|
+
var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24499
24551
|
var Done = function Done(props) {
|
|
24500
24552
|
var color = props.color,
|
|
24501
24553
|
size = props.size,
|
|
@@ -24504,12 +24556,12 @@ var Done = function Done(props) {
|
|
|
24504
24556
|
className = props.className,
|
|
24505
24557
|
iconClassName = props.iconClassName,
|
|
24506
24558
|
testid = props.testid,
|
|
24507
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24559
|
+
otherProps = _objectWithoutProperties(props, _excluded$6E);
|
|
24508
24560
|
return /*#__PURE__*/React.createElement("span", {
|
|
24509
24561
|
role: "img",
|
|
24510
24562
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24511
24563
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24512
|
-
children: loadingCircleStyle$
|
|
24564
|
+
children: loadingCircleStyle$6E
|
|
24513
24565
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24514
24566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24515
24567
|
width: size,
|
|
@@ -24546,8 +24598,8 @@ Done.defaultProps = {
|
|
|
24546
24598
|
size: '1em'
|
|
24547
24599
|
};
|
|
24548
24600
|
|
|
24549
|
-
var _excluded$
|
|
24550
|
-
var loadingCircleStyle$
|
|
24601
|
+
var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24602
|
+
var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24551
24603
|
var Close = function Close(props) {
|
|
24552
24604
|
var color = props.color,
|
|
24553
24605
|
size = props.size,
|
|
@@ -24556,12 +24608,12 @@ var Close = function Close(props) {
|
|
|
24556
24608
|
className = props.className,
|
|
24557
24609
|
iconClassName = props.iconClassName,
|
|
24558
24610
|
testid = props.testid,
|
|
24559
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24611
|
+
otherProps = _objectWithoutProperties(props, _excluded$6F);
|
|
24560
24612
|
return /*#__PURE__*/React.createElement("span", {
|
|
24561
24613
|
role: "img",
|
|
24562
24614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24563
24615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24564
|
-
children: loadingCircleStyle$
|
|
24616
|
+
children: loadingCircleStyle$6F
|
|
24565
24617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24566
24618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24567
24619
|
width: size,
|
|
@@ -24598,8 +24650,8 @@ Close.defaultProps = {
|
|
|
24598
24650
|
size: '1em'
|
|
24599
24651
|
};
|
|
24600
24652
|
|
|
24601
|
-
var _excluded$
|
|
24602
|
-
var loadingCircleStyle$
|
|
24653
|
+
var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24654
|
+
var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24603
24655
|
var StarOutline = function StarOutline(props) {
|
|
24604
24656
|
var color = props.color,
|
|
24605
24657
|
size = props.size,
|
|
@@ -24608,12 +24660,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
24608
24660
|
className = props.className,
|
|
24609
24661
|
iconClassName = props.iconClassName,
|
|
24610
24662
|
testid = props.testid,
|
|
24611
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24663
|
+
otherProps = _objectWithoutProperties(props, _excluded$6G);
|
|
24612
24664
|
return /*#__PURE__*/React.createElement("span", {
|
|
24613
24665
|
role: "img",
|
|
24614
24666
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24615
24667
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24616
|
-
children: loadingCircleStyle$
|
|
24668
|
+
children: loadingCircleStyle$6G
|
|
24617
24669
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24618
24670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24619
24671
|
width: size,
|
|
@@ -24650,8 +24702,8 @@ StarOutline.defaultProps = {
|
|
|
24650
24702
|
size: '1em'
|
|
24651
24703
|
};
|
|
24652
24704
|
|
|
24653
|
-
var _excluded$
|
|
24654
|
-
var loadingCircleStyle$
|
|
24705
|
+
var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24706
|
+
var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24655
24707
|
var StarFill = function StarFill(props) {
|
|
24656
24708
|
var color = props.color,
|
|
24657
24709
|
size = props.size,
|
|
@@ -24660,12 +24712,12 @@ var StarFill = function StarFill(props) {
|
|
|
24660
24712
|
className = props.className,
|
|
24661
24713
|
iconClassName = props.iconClassName,
|
|
24662
24714
|
testid = props.testid,
|
|
24663
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24715
|
+
otherProps = _objectWithoutProperties(props, _excluded$6H);
|
|
24664
24716
|
return /*#__PURE__*/React.createElement("span", {
|
|
24665
24717
|
role: "img",
|
|
24666
24718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24667
24719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24668
|
-
children: loadingCircleStyle$
|
|
24720
|
+
children: loadingCircleStyle$6H
|
|
24669
24721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24670
24722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24671
24723
|
width: size,
|
|
@@ -24702,8 +24754,8 @@ StarFill.defaultProps = {
|
|
|
24702
24754
|
size: '1em'
|
|
24703
24755
|
};
|
|
24704
24756
|
|
|
24705
|
-
var _excluded$
|
|
24706
|
-
var loadingCircleStyle$
|
|
24757
|
+
var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24758
|
+
var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24707
24759
|
var TimeLock = function TimeLock(props) {
|
|
24708
24760
|
var color = props.color,
|
|
24709
24761
|
size = props.size,
|
|
@@ -24712,12 +24764,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
24712
24764
|
className = props.className,
|
|
24713
24765
|
iconClassName = props.iconClassName,
|
|
24714
24766
|
testid = props.testid,
|
|
24715
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24767
|
+
otherProps = _objectWithoutProperties(props, _excluded$6I);
|
|
24716
24768
|
return /*#__PURE__*/React.createElement("span", {
|
|
24717
24769
|
role: "img",
|
|
24718
24770
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24719
24771
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24720
|
-
children: loadingCircleStyle$
|
|
24772
|
+
children: loadingCircleStyle$6I
|
|
24721
24773
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24722
24774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24723
24775
|
width: size,
|
|
@@ -24754,8 +24806,8 @@ TimeLock.defaultProps = {
|
|
|
24754
24806
|
size: '1em'
|
|
24755
24807
|
};
|
|
24756
24808
|
|
|
24757
|
-
var _excluded$
|
|
24758
|
-
var loadingCircleStyle$
|
|
24809
|
+
var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24810
|
+
var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24759
24811
|
var Heart = function Heart(props) {
|
|
24760
24812
|
var color = props.color,
|
|
24761
24813
|
size = props.size,
|
|
@@ -24764,12 +24816,12 @@ var Heart = function Heart(props) {
|
|
|
24764
24816
|
className = props.className,
|
|
24765
24817
|
iconClassName = props.iconClassName,
|
|
24766
24818
|
testid = props.testid,
|
|
24767
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24819
|
+
otherProps = _objectWithoutProperties(props, _excluded$6J);
|
|
24768
24820
|
return /*#__PURE__*/React.createElement("span", {
|
|
24769
24821
|
role: "img",
|
|
24770
24822
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24771
24823
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24772
|
-
children: loadingCircleStyle$
|
|
24824
|
+
children: loadingCircleStyle$6J
|
|
24773
24825
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24774
24826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24775
24827
|
width: size,
|
|
@@ -24806,8 +24858,8 @@ Heart.defaultProps = {
|
|
|
24806
24858
|
size: '1em'
|
|
24807
24859
|
};
|
|
24808
24860
|
|
|
24809
|
-
var _excluded$
|
|
24810
|
-
var loadingCircleStyle$
|
|
24861
|
+
var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24862
|
+
var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24811
24863
|
var Bookmark = function Bookmark(props) {
|
|
24812
24864
|
var color = props.color,
|
|
24813
24865
|
size = props.size,
|
|
@@ -24816,12 +24868,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
24816
24868
|
className = props.className,
|
|
24817
24869
|
iconClassName = props.iconClassName,
|
|
24818
24870
|
testid = props.testid,
|
|
24819
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24871
|
+
otherProps = _objectWithoutProperties(props, _excluded$6K);
|
|
24820
24872
|
return /*#__PURE__*/React.createElement("span", {
|
|
24821
24873
|
role: "img",
|
|
24822
24874
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24823
24875
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24824
|
-
children: loadingCircleStyle$
|
|
24876
|
+
children: loadingCircleStyle$6K
|
|
24825
24877
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24826
24878
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24827
24879
|
width: size,
|
|
@@ -24858,8 +24910,8 @@ Bookmark.defaultProps = {
|
|
|
24858
24910
|
size: '1em'
|
|
24859
24911
|
};
|
|
24860
24912
|
|
|
24861
|
-
var _excluded$
|
|
24862
|
-
var loadingCircleStyle$
|
|
24913
|
+
var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24914
|
+
var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24863
24915
|
var Bookmark2 = function Bookmark2(props) {
|
|
24864
24916
|
var color = props.color,
|
|
24865
24917
|
size = props.size,
|
|
@@ -24868,12 +24920,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
24868
24920
|
className = props.className,
|
|
24869
24921
|
iconClassName = props.iconClassName,
|
|
24870
24922
|
testid = props.testid,
|
|
24871
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24923
|
+
otherProps = _objectWithoutProperties(props, _excluded$6L);
|
|
24872
24924
|
return /*#__PURE__*/React.createElement("span", {
|
|
24873
24925
|
role: "img",
|
|
24874
24926
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24875
24927
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24876
|
-
children: loadingCircleStyle$
|
|
24928
|
+
children: loadingCircleStyle$6L
|
|
24877
24929
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24878
24930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24879
24931
|
width: size,
|
|
@@ -24910,8 +24962,8 @@ Bookmark2.defaultProps = {
|
|
|
24910
24962
|
size: '1em'
|
|
24911
24963
|
};
|
|
24912
24964
|
|
|
24913
|
-
var _excluded$
|
|
24914
|
-
var loadingCircleStyle$
|
|
24965
|
+
var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24966
|
+
var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24915
24967
|
var LockClose = function LockClose(props) {
|
|
24916
24968
|
var color = props.color,
|
|
24917
24969
|
size = props.size,
|
|
@@ -24920,12 +24972,12 @@ var LockClose = function LockClose(props) {
|
|
|
24920
24972
|
className = props.className,
|
|
24921
24973
|
iconClassName = props.iconClassName,
|
|
24922
24974
|
testid = props.testid,
|
|
24923
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24975
|
+
otherProps = _objectWithoutProperties(props, _excluded$6M);
|
|
24924
24976
|
return /*#__PURE__*/React.createElement("span", {
|
|
24925
24977
|
role: "img",
|
|
24926
24978
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24927
24979
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24928
|
-
children: loadingCircleStyle$
|
|
24980
|
+
children: loadingCircleStyle$6M
|
|
24929
24981
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24930
24982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24931
24983
|
width: size,
|
|
@@ -24966,8 +25018,8 @@ LockClose.defaultProps = {
|
|
|
24966
25018
|
size: '1em'
|
|
24967
25019
|
};
|
|
24968
25020
|
|
|
24969
|
-
var _excluded$
|
|
24970
|
-
var loadingCircleStyle$
|
|
25021
|
+
var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25022
|
+
var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24971
25023
|
var LockCloseFill = function LockCloseFill(props) {
|
|
24972
25024
|
var color = props.color,
|
|
24973
25025
|
size = props.size,
|
|
@@ -24976,12 +25028,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
24976
25028
|
className = props.className,
|
|
24977
25029
|
iconClassName = props.iconClassName,
|
|
24978
25030
|
testid = props.testid,
|
|
24979
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25031
|
+
otherProps = _objectWithoutProperties(props, _excluded$6N);
|
|
24980
25032
|
return /*#__PURE__*/React.createElement("span", {
|
|
24981
25033
|
role: "img",
|
|
24982
25034
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24983
25035
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24984
|
-
children: loadingCircleStyle$
|
|
25036
|
+
children: loadingCircleStyle$6N
|
|
24985
25037
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24986
25038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24987
25039
|
width: size,
|
|
@@ -25018,8 +25070,8 @@ LockCloseFill.defaultProps = {
|
|
|
25018
25070
|
size: '1em'
|
|
25019
25071
|
};
|
|
25020
25072
|
|
|
25021
|
-
var _excluded$
|
|
25022
|
-
var loadingCircleStyle$
|
|
25073
|
+
var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25074
|
+
var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25023
25075
|
var LockOpen = function LockOpen(props) {
|
|
25024
25076
|
var color = props.color,
|
|
25025
25077
|
size = props.size,
|
|
@@ -25028,12 +25080,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
25028
25080
|
className = props.className,
|
|
25029
25081
|
iconClassName = props.iconClassName,
|
|
25030
25082
|
testid = props.testid,
|
|
25031
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25083
|
+
otherProps = _objectWithoutProperties(props, _excluded$6O);
|
|
25032
25084
|
return /*#__PURE__*/React.createElement("span", {
|
|
25033
25085
|
role: "img",
|
|
25034
25086
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25035
25087
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25036
|
-
children: loadingCircleStyle$
|
|
25088
|
+
children: loadingCircleStyle$6O
|
|
25037
25089
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25038
25090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25039
25091
|
width: size,
|
|
@@ -25070,8 +25122,8 @@ LockOpen.defaultProps = {
|
|
|
25070
25122
|
size: '1em'
|
|
25071
25123
|
};
|
|
25072
25124
|
|
|
25073
|
-
var _excluded$
|
|
25074
|
-
var loadingCircleStyle$
|
|
25125
|
+
var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25126
|
+
var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25075
25127
|
var LockOpenFill = function LockOpenFill(props) {
|
|
25076
25128
|
var color = props.color,
|
|
25077
25129
|
size = props.size,
|
|
@@ -25080,12 +25132,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
25080
25132
|
className = props.className,
|
|
25081
25133
|
iconClassName = props.iconClassName,
|
|
25082
25134
|
testid = props.testid,
|
|
25083
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25135
|
+
otherProps = _objectWithoutProperties(props, _excluded$6P);
|
|
25084
25136
|
return /*#__PURE__*/React.createElement("span", {
|
|
25085
25137
|
role: "img",
|
|
25086
25138
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25087
25139
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25088
|
-
children: loadingCircleStyle$
|
|
25140
|
+
children: loadingCircleStyle$6P
|
|
25089
25141
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25090
25142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25091
25143
|
width: size,
|
|
@@ -25122,8 +25174,8 @@ LockOpenFill.defaultProps = {
|
|
|
25122
25174
|
size: '1em'
|
|
25123
25175
|
};
|
|
25124
25176
|
|
|
25125
|
-
var _excluded$
|
|
25126
|
-
var loadingCircleStyle$
|
|
25177
|
+
var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25178
|
+
var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25127
25179
|
var EyeOn = function EyeOn(props) {
|
|
25128
25180
|
var color = props.color,
|
|
25129
25181
|
size = props.size,
|
|
@@ -25132,12 +25184,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
25132
25184
|
className = props.className,
|
|
25133
25185
|
iconClassName = props.iconClassName,
|
|
25134
25186
|
testid = props.testid,
|
|
25135
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25187
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Q);
|
|
25136
25188
|
return /*#__PURE__*/React.createElement("span", {
|
|
25137
25189
|
role: "img",
|
|
25138
25190
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25139
25191
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25140
|
-
children: loadingCircleStyle$
|
|
25192
|
+
children: loadingCircleStyle$6Q
|
|
25141
25193
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25142
25194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25143
25195
|
width: size,
|
|
@@ -25174,8 +25226,8 @@ EyeOn.defaultProps = {
|
|
|
25174
25226
|
size: '1em'
|
|
25175
25227
|
};
|
|
25176
25228
|
|
|
25177
|
-
var _excluded$
|
|
25178
|
-
var loadingCircleStyle$
|
|
25229
|
+
var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25230
|
+
var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25179
25231
|
var EyeOnFill = function EyeOnFill(props) {
|
|
25180
25232
|
var color = props.color,
|
|
25181
25233
|
size = props.size,
|
|
@@ -25184,12 +25236,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
25184
25236
|
className = props.className,
|
|
25185
25237
|
iconClassName = props.iconClassName,
|
|
25186
25238
|
testid = props.testid,
|
|
25187
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25239
|
+
otherProps = _objectWithoutProperties(props, _excluded$6R);
|
|
25188
25240
|
return /*#__PURE__*/React.createElement("span", {
|
|
25189
25241
|
role: "img",
|
|
25190
25242
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25191
25243
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25192
|
-
children: loadingCircleStyle$
|
|
25244
|
+
children: loadingCircleStyle$6R
|
|
25193
25245
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25194
25246
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25195
25247
|
width: size,
|
|
@@ -25228,8 +25280,8 @@ EyeOnFill.defaultProps = {
|
|
|
25228
25280
|
size: '1em'
|
|
25229
25281
|
};
|
|
25230
25282
|
|
|
25231
|
-
var _excluded$
|
|
25232
|
-
var loadingCircleStyle$
|
|
25283
|
+
var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25284
|
+
var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25233
25285
|
var EyeOff = function EyeOff(props) {
|
|
25234
25286
|
var color = props.color,
|
|
25235
25287
|
size = props.size,
|
|
@@ -25238,12 +25290,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
25238
25290
|
className = props.className,
|
|
25239
25291
|
iconClassName = props.iconClassName,
|
|
25240
25292
|
testid = props.testid,
|
|
25241
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25293
|
+
otherProps = _objectWithoutProperties(props, _excluded$6S);
|
|
25242
25294
|
return /*#__PURE__*/React.createElement("span", {
|
|
25243
25295
|
role: "img",
|
|
25244
25296
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25245
25297
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25246
|
-
children: loadingCircleStyle$
|
|
25298
|
+
children: loadingCircleStyle$6S
|
|
25247
25299
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25248
25300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25249
25301
|
width: size,
|
|
@@ -25280,8 +25332,8 @@ EyeOff.defaultProps = {
|
|
|
25280
25332
|
size: '1em'
|
|
25281
25333
|
};
|
|
25282
25334
|
|
|
25283
|
-
var _excluded$
|
|
25284
|
-
var loadingCircleStyle$
|
|
25335
|
+
var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25336
|
+
var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25285
25337
|
var EyeOffFill = function EyeOffFill(props) {
|
|
25286
25338
|
var color = props.color,
|
|
25287
25339
|
size = props.size,
|
|
@@ -25290,12 +25342,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
25290
25342
|
className = props.className,
|
|
25291
25343
|
iconClassName = props.iconClassName,
|
|
25292
25344
|
testid = props.testid,
|
|
25293
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25345
|
+
otherProps = _objectWithoutProperties(props, _excluded$6T);
|
|
25294
25346
|
return /*#__PURE__*/React.createElement("span", {
|
|
25295
25347
|
role: "img",
|
|
25296
25348
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25297
25349
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25298
|
-
children: loadingCircleStyle$
|
|
25350
|
+
children: loadingCircleStyle$6T
|
|
25299
25351
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25300
25352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25301
25353
|
width: size,
|
|
@@ -25334,8 +25386,8 @@ EyeOffFill.defaultProps = {
|
|
|
25334
25386
|
size: '1em'
|
|
25335
25387
|
};
|
|
25336
25388
|
|
|
25337
|
-
var _excluded$
|
|
25338
|
-
var loadingCircleStyle$
|
|
25389
|
+
var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25390
|
+
var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25339
25391
|
var Dot = function Dot(props) {
|
|
25340
25392
|
var color = props.color,
|
|
25341
25393
|
size = props.size,
|
|
@@ -25344,12 +25396,12 @@ var Dot = function Dot(props) {
|
|
|
25344
25396
|
className = props.className,
|
|
25345
25397
|
iconClassName = props.iconClassName,
|
|
25346
25398
|
testid = props.testid,
|
|
25347
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25399
|
+
otherProps = _objectWithoutProperties(props, _excluded$6U);
|
|
25348
25400
|
return /*#__PURE__*/React.createElement("span", {
|
|
25349
25401
|
role: "img",
|
|
25350
25402
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25351
25403
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25352
|
-
children: loadingCircleStyle$
|
|
25404
|
+
children: loadingCircleStyle$6U
|
|
25353
25405
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25354
25406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25355
25407
|
width: size,
|
|
@@ -25388,8 +25440,8 @@ Dot.defaultProps = {
|
|
|
25388
25440
|
size: '1em'
|
|
25389
25441
|
};
|
|
25390
25442
|
|
|
25391
|
-
var _excluded$
|
|
25392
|
-
var loadingCircleStyle$
|
|
25443
|
+
var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25444
|
+
var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25393
25445
|
var Anchor = function Anchor(props) {
|
|
25394
25446
|
var color = props.color,
|
|
25395
25447
|
size = props.size,
|
|
@@ -25398,12 +25450,12 @@ var Anchor = function Anchor(props) {
|
|
|
25398
25450
|
className = props.className,
|
|
25399
25451
|
iconClassName = props.iconClassName,
|
|
25400
25452
|
testid = props.testid,
|
|
25401
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25453
|
+
otherProps = _objectWithoutProperties(props, _excluded$6V);
|
|
25402
25454
|
return /*#__PURE__*/React.createElement("span", {
|
|
25403
25455
|
role: "img",
|
|
25404
25456
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25405
25457
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25406
|
-
children: loadingCircleStyle$
|
|
25458
|
+
children: loadingCircleStyle$6V
|
|
25407
25459
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25408
25460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25409
25461
|
width: size,
|
|
@@ -25440,8 +25492,8 @@ Anchor.defaultProps = {
|
|
|
25440
25492
|
size: '1em'
|
|
25441
25493
|
};
|
|
25442
25494
|
|
|
25443
|
-
var _excluded$
|
|
25444
|
-
var loadingCircleStyle$
|
|
25495
|
+
var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25496
|
+
var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25445
25497
|
var Notice = function Notice(props) {
|
|
25446
25498
|
var color = props.color,
|
|
25447
25499
|
size = props.size,
|
|
@@ -25450,12 +25502,12 @@ var Notice = function Notice(props) {
|
|
|
25450
25502
|
className = props.className,
|
|
25451
25503
|
iconClassName = props.iconClassName,
|
|
25452
25504
|
testid = props.testid,
|
|
25453
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25505
|
+
otherProps = _objectWithoutProperties(props, _excluded$6W);
|
|
25454
25506
|
return /*#__PURE__*/React.createElement("span", {
|
|
25455
25507
|
role: "img",
|
|
25456
25508
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25457
25509
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25458
|
-
children: loadingCircleStyle$
|
|
25510
|
+
children: loadingCircleStyle$6W
|
|
25459
25511
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25460
25512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25461
25513
|
width: size,
|
|
@@ -25494,8 +25546,8 @@ Notice.defaultProps = {
|
|
|
25494
25546
|
size: '1em'
|
|
25495
25547
|
};
|
|
25496
25548
|
|
|
25497
|
-
var _excluded$
|
|
25498
|
-
var loadingCircleStyle$
|
|
25549
|
+
var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25550
|
+
var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25499
25551
|
var ThumbUp = function ThumbUp(props) {
|
|
25500
25552
|
var color = props.color,
|
|
25501
25553
|
size = props.size,
|
|
@@ -25504,12 +25556,12 @@ var ThumbUp = function ThumbUp(props) {
|
|
|
25504
25556
|
className = props.className,
|
|
25505
25557
|
iconClassName = props.iconClassName,
|
|
25506
25558
|
testid = props.testid,
|
|
25507
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25559
|
+
otherProps = _objectWithoutProperties(props, _excluded$6X);
|
|
25508
25560
|
return /*#__PURE__*/React.createElement("span", {
|
|
25509
25561
|
role: "img",
|
|
25510
25562
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25511
25563
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25512
|
-
children: loadingCircleStyle$
|
|
25564
|
+
children: loadingCircleStyle$6X
|
|
25513
25565
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25514
25566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25515
25567
|
width: size,
|
|
@@ -25546,8 +25598,8 @@ ThumbUp.defaultProps = {
|
|
|
25546
25598
|
size: '1em'
|
|
25547
25599
|
};
|
|
25548
25600
|
|
|
25549
|
-
var _excluded$
|
|
25550
|
-
var loadingCircleStyle$
|
|
25601
|
+
var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25602
|
+
var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25551
25603
|
var ThumbDown = function ThumbDown(props) {
|
|
25552
25604
|
var color = props.color,
|
|
25553
25605
|
size = props.size,
|
|
@@ -25556,12 +25608,12 @@ var ThumbDown = function ThumbDown(props) {
|
|
|
25556
25608
|
className = props.className,
|
|
25557
25609
|
iconClassName = props.iconClassName,
|
|
25558
25610
|
testid = props.testid,
|
|
25559
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25611
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Y);
|
|
25560
25612
|
return /*#__PURE__*/React.createElement("span", {
|
|
25561
25613
|
role: "img",
|
|
25562
25614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25563
25615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25564
|
-
children: loadingCircleStyle$
|
|
25616
|
+
children: loadingCircleStyle$6Y
|
|
25565
25617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25566
25618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25567
25619
|
width: size,
|
|
@@ -25598,8 +25650,8 @@ ThumbDown.defaultProps = {
|
|
|
25598
25650
|
size: '1em'
|
|
25599
25651
|
};
|
|
25600
25652
|
|
|
25601
|
-
var _excluded$
|
|
25602
|
-
var loadingCircleStyle$
|
|
25653
|
+
var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25654
|
+
var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25603
25655
|
var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
25604
25656
|
var color = props.color,
|
|
25605
25657
|
size = props.size,
|
|
@@ -25608,12 +25660,12 @@ var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
|
25608
25660
|
className = props.className,
|
|
25609
25661
|
iconClassName = props.iconClassName,
|
|
25610
25662
|
testid = props.testid,
|
|
25611
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25663
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Z);
|
|
25612
25664
|
return /*#__PURE__*/React.createElement("span", {
|
|
25613
25665
|
role: "img",
|
|
25614
25666
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25615
25667
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25616
|
-
children: loadingCircleStyle$
|
|
25668
|
+
children: loadingCircleStyle$6Z
|
|
25617
25669
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25618
25670
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25619
25671
|
width: size,
|
|
@@ -25650,8 +25702,8 @@ ThumbUpOutline.defaultProps = {
|
|
|
25650
25702
|
size: '1em'
|
|
25651
25703
|
};
|
|
25652
25704
|
|
|
25653
|
-
var _excluded$
|
|
25654
|
-
var loadingCircleStyle$
|
|
25705
|
+
var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25706
|
+
var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25655
25707
|
var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
25656
25708
|
var color = props.color,
|
|
25657
25709
|
size = props.size,
|
|
@@ -25660,12 +25712,12 @@ var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
|
25660
25712
|
className = props.className,
|
|
25661
25713
|
iconClassName = props.iconClassName,
|
|
25662
25714
|
testid = props.testid,
|
|
25663
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25715
|
+
otherProps = _objectWithoutProperties(props, _excluded$6_);
|
|
25664
25716
|
return /*#__PURE__*/React.createElement("span", {
|
|
25665
25717
|
role: "img",
|
|
25666
25718
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25667
25719
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25668
|
-
children: loadingCircleStyle$
|
|
25720
|
+
children: loadingCircleStyle$6_
|
|
25669
25721
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25670
25722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25671
25723
|
width: size,
|
|
@@ -25702,8 +25754,8 @@ ThumbDownOutline.defaultProps = {
|
|
|
25702
25754
|
size: '1em'
|
|
25703
25755
|
};
|
|
25704
25756
|
|
|
25705
|
-
var _excluded$
|
|
25706
|
-
var loadingCircleStyle$
|
|
25757
|
+
var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25758
|
+
var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25707
25759
|
var TdLogo = function TdLogo(props) {
|
|
25708
25760
|
var color = props.color,
|
|
25709
25761
|
size = props.size,
|
|
@@ -25712,12 +25764,12 @@ var TdLogo = function TdLogo(props) {
|
|
|
25712
25764
|
className = props.className,
|
|
25713
25765
|
iconClassName = props.iconClassName,
|
|
25714
25766
|
testid = props.testid,
|
|
25715
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25767
|
+
otherProps = _objectWithoutProperties(props, _excluded$6$);
|
|
25716
25768
|
return /*#__PURE__*/React.createElement("span", {
|
|
25717
25769
|
role: "img",
|
|
25718
25770
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25719
25771
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25720
|
-
children: loadingCircleStyle$
|
|
25772
|
+
children: loadingCircleStyle$6$
|
|
25721
25773
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25722
25774
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25723
25775
|
width: size,
|
|
@@ -25762,8 +25814,8 @@ TdLogo.defaultProps = {
|
|
|
25762
25814
|
size: '1em'
|
|
25763
25815
|
};
|
|
25764
25816
|
|
|
25765
|
-
var _excluded$
|
|
25766
|
-
var loadingCircleStyle$
|
|
25817
|
+
var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25818
|
+
var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25767
25819
|
var Language = function Language(props) {
|
|
25768
25820
|
var color = props.color,
|
|
25769
25821
|
size = props.size,
|
|
@@ -25772,12 +25824,12 @@ var Language = function Language(props) {
|
|
|
25772
25824
|
className = props.className,
|
|
25773
25825
|
iconClassName = props.iconClassName,
|
|
25774
25826
|
testid = props.testid,
|
|
25775
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25827
|
+
otherProps = _objectWithoutProperties(props, _excluded$70);
|
|
25776
25828
|
return /*#__PURE__*/React.createElement("span", {
|
|
25777
25829
|
role: "img",
|
|
25778
25830
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25779
25831
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25780
|
-
children: loadingCircleStyle$
|
|
25832
|
+
children: loadingCircleStyle$70
|
|
25781
25833
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25782
25834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25783
25835
|
width: size,
|
|
@@ -25814,8 +25866,8 @@ Language.defaultProps = {
|
|
|
25814
25866
|
size: '1em'
|
|
25815
25867
|
};
|
|
25816
25868
|
|
|
25817
|
-
var _excluded$
|
|
25818
|
-
var loadingCircleStyle$
|
|
25869
|
+
var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25870
|
+
var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25819
25871
|
var Calendar = function Calendar(props) {
|
|
25820
25872
|
var color = props.color,
|
|
25821
25873
|
size = props.size,
|
|
@@ -25824,12 +25876,12 @@ var Calendar = function Calendar(props) {
|
|
|
25824
25876
|
className = props.className,
|
|
25825
25877
|
iconClassName = props.iconClassName,
|
|
25826
25878
|
testid = props.testid,
|
|
25827
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25879
|
+
otherProps = _objectWithoutProperties(props, _excluded$71);
|
|
25828
25880
|
return /*#__PURE__*/React.createElement("span", {
|
|
25829
25881
|
role: "img",
|
|
25830
25882
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25831
25883
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25832
|
-
children: loadingCircleStyle$
|
|
25884
|
+
children: loadingCircleStyle$71
|
|
25833
25885
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25834
25886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25835
25887
|
width: size,
|
|
@@ -25866,8 +25918,8 @@ Calendar.defaultProps = {
|
|
|
25866
25918
|
size: '1em'
|
|
25867
25919
|
};
|
|
25868
25920
|
|
|
25869
|
-
var _excluded$
|
|
25870
|
-
var loadingCircleStyle$
|
|
25921
|
+
var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25922
|
+
var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25871
25923
|
var Server = function Server(props) {
|
|
25872
25924
|
var color = props.color,
|
|
25873
25925
|
size = props.size,
|
|
@@ -25876,12 +25928,12 @@ var Server = function Server(props) {
|
|
|
25876
25928
|
className = props.className,
|
|
25877
25929
|
iconClassName = props.iconClassName,
|
|
25878
25930
|
testid = props.testid,
|
|
25879
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25931
|
+
otherProps = _objectWithoutProperties(props, _excluded$72);
|
|
25880
25932
|
return /*#__PURE__*/React.createElement("span", {
|
|
25881
25933
|
role: "img",
|
|
25882
25934
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25883
25935
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25884
|
-
children: loadingCircleStyle$
|
|
25936
|
+
children: loadingCircleStyle$72
|
|
25885
25937
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25886
25938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25887
25939
|
width: size,
|
|
@@ -25918,8 +25970,8 @@ Server.defaultProps = {
|
|
|
25918
25970
|
size: '1em'
|
|
25919
25971
|
};
|
|
25920
25972
|
|
|
25921
|
-
var _excluded$
|
|
25922
|
-
var loadingCircleStyle$
|
|
25973
|
+
var _excluded$73 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25974
|
+
var loadingCircleStyle$73 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25923
25975
|
var Desktop = function Desktop(props) {
|
|
25924
25976
|
var color = props.color,
|
|
25925
25977
|
size = props.size,
|
|
@@ -25928,12 +25980,12 @@ var Desktop = function Desktop(props) {
|
|
|
25928
25980
|
className = props.className,
|
|
25929
25981
|
iconClassName = props.iconClassName,
|
|
25930
25982
|
testid = props.testid,
|
|
25931
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25983
|
+
otherProps = _objectWithoutProperties(props, _excluded$73);
|
|
25932
25984
|
return /*#__PURE__*/React.createElement("span", {
|
|
25933
25985
|
role: "img",
|
|
25934
25986
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25935
25987
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25936
|
-
children: loadingCircleStyle$
|
|
25988
|
+
children: loadingCircleStyle$73
|
|
25937
25989
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25938
25990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25939
25991
|
width: size,
|
|
@@ -25970,8 +26022,8 @@ Desktop.defaultProps = {
|
|
|
25970
26022
|
size: '1em'
|
|
25971
26023
|
};
|
|
25972
26024
|
|
|
25973
|
-
var _excluded$
|
|
25974
|
-
var loadingCircleStyle$
|
|
26025
|
+
var _excluded$74 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26026
|
+
var loadingCircleStyle$74 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25975
26027
|
var Demo = function Demo(props) {
|
|
25976
26028
|
var color = props.color,
|
|
25977
26029
|
size = props.size,
|
|
@@ -25980,12 +26032,12 @@ var Demo = function Demo(props) {
|
|
|
25980
26032
|
className = props.className,
|
|
25981
26033
|
iconClassName = props.iconClassName,
|
|
25982
26034
|
testid = props.testid,
|
|
25983
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26035
|
+
otherProps = _objectWithoutProperties(props, _excluded$74);
|
|
25984
26036
|
return /*#__PURE__*/React.createElement("span", {
|
|
25985
26037
|
role: "img",
|
|
25986
26038
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25987
26039
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25988
|
-
children: loadingCircleStyle$
|
|
26040
|
+
children: loadingCircleStyle$74
|
|
25989
26041
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25990
26042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25991
26043
|
width: size,
|
|
@@ -26024,8 +26076,8 @@ Demo.defaultProps = {
|
|
|
26024
26076
|
size: '1em'
|
|
26025
26077
|
};
|
|
26026
26078
|
|
|
26027
|
-
var _excluded$
|
|
26028
|
-
var loadingCircleStyle$
|
|
26079
|
+
var _excluded$75 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26080
|
+
var loadingCircleStyle$75 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26029
26081
|
var Cellphone = function Cellphone(props) {
|
|
26030
26082
|
var color = props.color,
|
|
26031
26083
|
size = props.size,
|
|
@@ -26034,12 +26086,12 @@ var Cellphone = function Cellphone(props) {
|
|
|
26034
26086
|
className = props.className,
|
|
26035
26087
|
iconClassName = props.iconClassName,
|
|
26036
26088
|
testid = props.testid,
|
|
26037
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26089
|
+
otherProps = _objectWithoutProperties(props, _excluded$75);
|
|
26038
26090
|
return /*#__PURE__*/React.createElement("span", {
|
|
26039
26091
|
role: "img",
|
|
26040
26092
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26041
26093
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26042
|
-
children: loadingCircleStyle$
|
|
26094
|
+
children: loadingCircleStyle$75
|
|
26043
26095
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26044
26096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26045
26097
|
width: size,
|
|
@@ -26078,8 +26130,8 @@ Cellphone.defaultProps = {
|
|
|
26078
26130
|
size: '1em'
|
|
26079
26131
|
};
|
|
26080
26132
|
|
|
26081
|
-
var _excluded$
|
|
26082
|
-
var loadingCircleStyle$
|
|
26133
|
+
var _excluded$76 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26134
|
+
var loadingCircleStyle$76 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26083
26135
|
var Landscape = function Landscape(props) {
|
|
26084
26136
|
var color = props.color,
|
|
26085
26137
|
size = props.size,
|
|
@@ -26088,12 +26140,12 @@ var Landscape = function Landscape(props) {
|
|
|
26088
26140
|
className = props.className,
|
|
26089
26141
|
iconClassName = props.iconClassName,
|
|
26090
26142
|
testid = props.testid,
|
|
26091
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26143
|
+
otherProps = _objectWithoutProperties(props, _excluded$76);
|
|
26092
26144
|
return /*#__PURE__*/React.createElement("span", {
|
|
26093
26145
|
role: "img",
|
|
26094
26146
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26095
26147
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26096
|
-
children: loadingCircleStyle$
|
|
26148
|
+
children: loadingCircleStyle$76
|
|
26097
26149
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26098
26150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26099
26151
|
width: size,
|
|
@@ -26134,8 +26186,8 @@ Landscape.defaultProps = {
|
|
|
26134
26186
|
size: '1em'
|
|
26135
26187
|
};
|
|
26136
26188
|
|
|
26137
|
-
var _excluded$
|
|
26138
|
-
var loadingCircleStyle$
|
|
26189
|
+
var _excluded$77 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26190
|
+
var loadingCircleStyle$77 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26139
26191
|
var Email = function Email(props) {
|
|
26140
26192
|
var color = props.color,
|
|
26141
26193
|
size = props.size,
|
|
@@ -26144,12 +26196,12 @@ var Email = function Email(props) {
|
|
|
26144
26196
|
className = props.className,
|
|
26145
26197
|
iconClassName = props.iconClassName,
|
|
26146
26198
|
testid = props.testid,
|
|
26147
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26199
|
+
otherProps = _objectWithoutProperties(props, _excluded$77);
|
|
26148
26200
|
return /*#__PURE__*/React.createElement("span", {
|
|
26149
26201
|
role: "img",
|
|
26150
26202
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26151
26203
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26152
|
-
children: loadingCircleStyle$
|
|
26204
|
+
children: loadingCircleStyle$77
|
|
26153
26205
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26154
26206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26155
26207
|
width: size,
|
|
@@ -26186,8 +26238,8 @@ Email.defaultProps = {
|
|
|
26186
26238
|
size: '1em'
|
|
26187
26239
|
};
|
|
26188
26240
|
|
|
26189
|
-
var _excluded$
|
|
26190
|
-
var loadingCircleStyle$
|
|
26241
|
+
var _excluded$78 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26242
|
+
var loadingCircleStyle$78 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26191
26243
|
var Clock = function Clock(props) {
|
|
26192
26244
|
var color = props.color,
|
|
26193
26245
|
size = props.size,
|
|
@@ -26196,12 +26248,12 @@ var Clock = function Clock(props) {
|
|
|
26196
26248
|
className = props.className,
|
|
26197
26249
|
iconClassName = props.iconClassName,
|
|
26198
26250
|
testid = props.testid,
|
|
26199
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26251
|
+
otherProps = _objectWithoutProperties(props, _excluded$78);
|
|
26200
26252
|
return /*#__PURE__*/React.createElement("span", {
|
|
26201
26253
|
role: "img",
|
|
26202
26254
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26203
26255
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26204
|
-
children: loadingCircleStyle$
|
|
26256
|
+
children: loadingCircleStyle$78
|
|
26205
26257
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26206
26258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26207
26259
|
width: size,
|
|
@@ -26240,8 +26292,8 @@ Clock.defaultProps = {
|
|
|
26240
26292
|
size: '1em'
|
|
26241
26293
|
};
|
|
26242
26294
|
|
|
26243
|
-
var _excluded$
|
|
26244
|
-
var loadingCircleStyle$
|
|
26295
|
+
var _excluded$79 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26296
|
+
var loadingCircleStyle$79 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26245
26297
|
var Password = function Password(props) {
|
|
26246
26298
|
var color = props.color,
|
|
26247
26299
|
size = props.size,
|
|
@@ -26250,12 +26302,12 @@ var Password = function Password(props) {
|
|
|
26250
26302
|
className = props.className,
|
|
26251
26303
|
iconClassName = props.iconClassName,
|
|
26252
26304
|
testid = props.testid,
|
|
26253
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26305
|
+
otherProps = _objectWithoutProperties(props, _excluded$79);
|
|
26254
26306
|
return /*#__PURE__*/React.createElement("span", {
|
|
26255
26307
|
role: "img",
|
|
26256
26308
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26257
26309
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26258
|
-
children: loadingCircleStyle$
|
|
26310
|
+
children: loadingCircleStyle$79
|
|
26259
26311
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26260
26312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26261
26313
|
width: size,
|
|
@@ -26292,8 +26344,8 @@ Password.defaultProps = {
|
|
|
26292
26344
|
size: '1em'
|
|
26293
26345
|
};
|
|
26294
26346
|
|
|
26295
|
-
var _excluded$
|
|
26296
|
-
var loadingCircleStyle$
|
|
26347
|
+
var _excluded$7a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26348
|
+
var loadingCircleStyle$7a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26297
26349
|
var ResetPassword = function ResetPassword(props) {
|
|
26298
26350
|
var color = props.color,
|
|
26299
26351
|
size = props.size,
|
|
@@ -26302,12 +26354,12 @@ var ResetPassword = function ResetPassword(props) {
|
|
|
26302
26354
|
className = props.className,
|
|
26303
26355
|
iconClassName = props.iconClassName,
|
|
26304
26356
|
testid = props.testid,
|
|
26305
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26357
|
+
otherProps = _objectWithoutProperties(props, _excluded$7a);
|
|
26306
26358
|
return /*#__PURE__*/React.createElement("span", {
|
|
26307
26359
|
role: "img",
|
|
26308
26360
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26309
26361
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26310
|
-
children: loadingCircleStyle$
|
|
26362
|
+
children: loadingCircleStyle$7a
|
|
26311
26363
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26312
26364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26313
26365
|
width: size,
|
|
@@ -26344,8 +26396,8 @@ ResetPassword.defaultProps = {
|
|
|
26344
26396
|
size: '1em'
|
|
26345
26397
|
};
|
|
26346
26398
|
|
|
26347
|
-
var _excluded$
|
|
26348
|
-
var loadingCircleStyle$
|
|
26399
|
+
var _excluded$7b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26400
|
+
var loadingCircleStyle$7b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26349
26401
|
var Private = function Private(props) {
|
|
26350
26402
|
var color = props.color,
|
|
26351
26403
|
size = props.size,
|
|
@@ -26354,12 +26406,12 @@ var Private = function Private(props) {
|
|
|
26354
26406
|
className = props.className,
|
|
26355
26407
|
iconClassName = props.iconClassName,
|
|
26356
26408
|
testid = props.testid,
|
|
26357
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26409
|
+
otherProps = _objectWithoutProperties(props, _excluded$7b);
|
|
26358
26410
|
return /*#__PURE__*/React.createElement("span", {
|
|
26359
26411
|
role: "img",
|
|
26360
26412
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26361
26413
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26362
|
-
children: loadingCircleStyle$
|
|
26414
|
+
children: loadingCircleStyle$7b
|
|
26363
26415
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26364
26416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26365
26417
|
width: size,
|
|
@@ -26396,8 +26448,8 @@ Private.defaultProps = {
|
|
|
26396
26448
|
size: '1em'
|
|
26397
26449
|
};
|
|
26398
26450
|
|
|
26399
|
-
var _excluded$
|
|
26400
|
-
var loadingCircleStyle$
|
|
26451
|
+
var _excluded$7c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26452
|
+
var loadingCircleStyle$7c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26401
26453
|
var Bell = function Bell(props) {
|
|
26402
26454
|
var color = props.color,
|
|
26403
26455
|
size = props.size,
|
|
@@ -26406,12 +26458,12 @@ var Bell = function Bell(props) {
|
|
|
26406
26458
|
className = props.className,
|
|
26407
26459
|
iconClassName = props.iconClassName,
|
|
26408
26460
|
testid = props.testid,
|
|
26409
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26461
|
+
otherProps = _objectWithoutProperties(props, _excluded$7c);
|
|
26410
26462
|
return /*#__PURE__*/React.createElement("span", {
|
|
26411
26463
|
role: "img",
|
|
26412
26464
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26413
26465
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26414
|
-
children: loadingCircleStyle$
|
|
26466
|
+
children: loadingCircleStyle$7c
|
|
26415
26467
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26416
26468
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26417
26469
|
width: size,
|
|
@@ -26450,8 +26502,8 @@ Bell.defaultProps = {
|
|
|
26450
26502
|
size: '1em'
|
|
26451
26503
|
};
|
|
26452
26504
|
|
|
26453
|
-
var _excluded$
|
|
26454
|
-
var loadingCircleStyle$
|
|
26505
|
+
var _excluded$7d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26506
|
+
var loadingCircleStyle$7d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26455
26507
|
var Logout = function Logout(props) {
|
|
26456
26508
|
var color = props.color,
|
|
26457
26509
|
size = props.size,
|
|
@@ -26460,12 +26512,12 @@ var Logout = function Logout(props) {
|
|
|
26460
26512
|
className = props.className,
|
|
26461
26513
|
iconClassName = props.iconClassName,
|
|
26462
26514
|
testid = props.testid,
|
|
26463
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26515
|
+
otherProps = _objectWithoutProperties(props, _excluded$7d);
|
|
26464
26516
|
return /*#__PURE__*/React.createElement("span", {
|
|
26465
26517
|
role: "img",
|
|
26466
26518
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26467
26519
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26468
|
-
children: loadingCircleStyle$
|
|
26520
|
+
children: loadingCircleStyle$7d
|
|
26469
26521
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26470
26522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26471
26523
|
width: size,
|
|
@@ -26504,8 +26556,8 @@ Logout.defaultProps = {
|
|
|
26504
26556
|
size: '1em'
|
|
26505
26557
|
};
|
|
26506
26558
|
|
|
26507
|
-
var _excluded$
|
|
26508
|
-
var loadingCircleStyle$
|
|
26559
|
+
var _excluded$7e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26560
|
+
var loadingCircleStyle$7e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26509
26561
|
var Speed = function Speed(props) {
|
|
26510
26562
|
var color = props.color,
|
|
26511
26563
|
size = props.size,
|
|
@@ -26514,12 +26566,12 @@ var Speed = function Speed(props) {
|
|
|
26514
26566
|
className = props.className,
|
|
26515
26567
|
iconClassName = props.iconClassName,
|
|
26516
26568
|
testid = props.testid,
|
|
26517
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26569
|
+
otherProps = _objectWithoutProperties(props, _excluded$7e);
|
|
26518
26570
|
return /*#__PURE__*/React.createElement("span", {
|
|
26519
26571
|
role: "img",
|
|
26520
26572
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26521
26573
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26522
|
-
children: loadingCircleStyle$
|
|
26574
|
+
children: loadingCircleStyle$7e
|
|
26523
26575
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26524
26576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26525
26577
|
width: size,
|
|
@@ -26556,8 +26608,8 @@ Speed.defaultProps = {
|
|
|
26556
26608
|
size: '1em'
|
|
26557
26609
|
};
|
|
26558
26610
|
|
|
26559
|
-
var _excluded$
|
|
26560
|
-
var loadingCircleStyle$
|
|
26611
|
+
var _excluded$7f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26612
|
+
var loadingCircleStyle$7f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26561
26613
|
var Mfa = function Mfa(props) {
|
|
26562
26614
|
var color = props.color,
|
|
26563
26615
|
size = props.size,
|
|
@@ -26566,12 +26618,12 @@ var Mfa = function Mfa(props) {
|
|
|
26566
26618
|
className = props.className,
|
|
26567
26619
|
iconClassName = props.iconClassName,
|
|
26568
26620
|
testid = props.testid,
|
|
26569
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26621
|
+
otherProps = _objectWithoutProperties(props, _excluded$7f);
|
|
26570
26622
|
return /*#__PURE__*/React.createElement("span", {
|
|
26571
26623
|
role: "img",
|
|
26572
26624
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26573
26625
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26574
|
-
children: loadingCircleStyle$
|
|
26626
|
+
children: loadingCircleStyle$7f
|
|
26575
26627
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26576
26628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26577
26629
|
width: size,
|
|
@@ -26608,8 +26660,8 @@ Mfa.defaultProps = {
|
|
|
26608
26660
|
size: '1em'
|
|
26609
26661
|
};
|
|
26610
26662
|
|
|
26611
|
-
var _excluded$
|
|
26612
|
-
var loadingCircleStyle$
|
|
26663
|
+
var _excluded$7g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26664
|
+
var loadingCircleStyle$7g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26613
26665
|
var Tracking = function Tracking(props) {
|
|
26614
26666
|
var color = props.color,
|
|
26615
26667
|
size = props.size,
|
|
@@ -26618,12 +26670,12 @@ var Tracking = function Tracking(props) {
|
|
|
26618
26670
|
className = props.className,
|
|
26619
26671
|
iconClassName = props.iconClassName,
|
|
26620
26672
|
testid = props.testid,
|
|
26621
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26673
|
+
otherProps = _objectWithoutProperties(props, _excluded$7g);
|
|
26622
26674
|
return /*#__PURE__*/React.createElement("span", {
|
|
26623
26675
|
role: "img",
|
|
26624
26676
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26625
26677
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26626
|
-
children: loadingCircleStyle$
|
|
26678
|
+
children: loadingCircleStyle$7g
|
|
26627
26679
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26628
26680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26629
26681
|
width: size,
|
|
@@ -26670,8 +26722,8 @@ Tracking.defaultProps = {
|
|
|
26670
26722
|
size: '1em'
|
|
26671
26723
|
};
|
|
26672
26724
|
|
|
26673
|
-
var _excluded$
|
|
26674
|
-
var loadingCircleStyle$
|
|
26725
|
+
var _excluded$7h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26726
|
+
var loadingCircleStyle$7h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26675
26727
|
var Forewarning = function Forewarning(props) {
|
|
26676
26728
|
var color = props.color,
|
|
26677
26729
|
size = props.size,
|
|
@@ -26680,12 +26732,12 @@ var Forewarning = function Forewarning(props) {
|
|
|
26680
26732
|
className = props.className,
|
|
26681
26733
|
iconClassName = props.iconClassName,
|
|
26682
26734
|
testid = props.testid,
|
|
26683
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26735
|
+
otherProps = _objectWithoutProperties(props, _excluded$7h);
|
|
26684
26736
|
return /*#__PURE__*/React.createElement("span", {
|
|
26685
26737
|
role: "img",
|
|
26686
26738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26687
26739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26688
|
-
children: loadingCircleStyle$
|
|
26740
|
+
children: loadingCircleStyle$7h
|
|
26689
26741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26690
26742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26691
26743
|
width: size,
|
|
@@ -26726,8 +26778,8 @@ Forewarning.defaultProps = {
|
|
|
26726
26778
|
size: '1em'
|
|
26727
26779
|
};
|
|
26728
26780
|
|
|
26729
|
-
var _excluded$
|
|
26730
|
-
var loadingCircleStyle$
|
|
26781
|
+
var _excluded$7i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26782
|
+
var loadingCircleStyle$7i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26731
26783
|
var SystemMgr = function SystemMgr(props) {
|
|
26732
26784
|
var color = props.color,
|
|
26733
26785
|
size = props.size,
|
|
@@ -26736,12 +26788,12 @@ var SystemMgr = function SystemMgr(props) {
|
|
|
26736
26788
|
className = props.className,
|
|
26737
26789
|
iconClassName = props.iconClassName,
|
|
26738
26790
|
testid = props.testid,
|
|
26739
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26791
|
+
otherProps = _objectWithoutProperties(props, _excluded$7i);
|
|
26740
26792
|
return /*#__PURE__*/React.createElement("span", {
|
|
26741
26793
|
role: "img",
|
|
26742
26794
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26743
26795
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26744
|
-
children: loadingCircleStyle$
|
|
26796
|
+
children: loadingCircleStyle$7i
|
|
26745
26797
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26746
26798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26747
26799
|
width: size,
|
|
@@ -26782,8 +26834,8 @@ SystemMgr.defaultProps = {
|
|
|
26782
26834
|
size: '1em'
|
|
26783
26835
|
};
|
|
26784
26836
|
|
|
26785
|
-
var _excluded$
|
|
26786
|
-
var loadingCircleStyle$
|
|
26837
|
+
var _excluded$7j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26838
|
+
var loadingCircleStyle$7j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26787
26839
|
var Pattern = function Pattern(props) {
|
|
26788
26840
|
var color = props.color,
|
|
26789
26841
|
size = props.size,
|
|
@@ -26792,12 +26844,12 @@ var Pattern = function Pattern(props) {
|
|
|
26792
26844
|
className = props.className,
|
|
26793
26845
|
iconClassName = props.iconClassName,
|
|
26794
26846
|
testid = props.testid,
|
|
26795
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26847
|
+
otherProps = _objectWithoutProperties(props, _excluded$7j);
|
|
26796
26848
|
return /*#__PURE__*/React.createElement("span", {
|
|
26797
26849
|
role: "img",
|
|
26798
26850
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26799
26851
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26800
|
-
children: loadingCircleStyle$
|
|
26852
|
+
children: loadingCircleStyle$7j
|
|
26801
26853
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26802
26854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26803
26855
|
width: size,
|
|
@@ -26842,8 +26894,8 @@ Pattern.defaultProps = {
|
|
|
26842
26894
|
size: '1em'
|
|
26843
26895
|
};
|
|
26844
26896
|
|
|
26845
|
-
var _excluded$
|
|
26846
|
-
var loadingCircleStyle$
|
|
26897
|
+
var _excluded$7k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26898
|
+
var loadingCircleStyle$7k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26847
26899
|
var Debug = function Debug(props) {
|
|
26848
26900
|
var color = props.color,
|
|
26849
26901
|
size = props.size,
|
|
@@ -26852,12 +26904,12 @@ var Debug = function Debug(props) {
|
|
|
26852
26904
|
className = props.className,
|
|
26853
26905
|
iconClassName = props.iconClassName,
|
|
26854
26906
|
testid = props.testid,
|
|
26855
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26907
|
+
otherProps = _objectWithoutProperties(props, _excluded$7k);
|
|
26856
26908
|
return /*#__PURE__*/React.createElement("span", {
|
|
26857
26909
|
role: "img",
|
|
26858
26910
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26859
26911
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26860
|
-
children: loadingCircleStyle$
|
|
26912
|
+
children: loadingCircleStyle$7k
|
|
26861
26913
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26862
26914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26863
26915
|
width: size,
|
|
@@ -26894,8 +26946,8 @@ Debug.defaultProps = {
|
|
|
26894
26946
|
size: '1em'
|
|
26895
26947
|
};
|
|
26896
26948
|
|
|
26897
|
-
var _excluded$
|
|
26898
|
-
var loadingCircleStyle$
|
|
26949
|
+
var _excluded$7l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26950
|
+
var loadingCircleStyle$7l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26899
26951
|
var Live = function Live(props) {
|
|
26900
26952
|
var color = props.color,
|
|
26901
26953
|
size = props.size,
|
|
@@ -26904,12 +26956,12 @@ var Live = function Live(props) {
|
|
|
26904
26956
|
className = props.className,
|
|
26905
26957
|
iconClassName = props.iconClassName,
|
|
26906
26958
|
testid = props.testid,
|
|
26907
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26959
|
+
otherProps = _objectWithoutProperties(props, _excluded$7l);
|
|
26908
26960
|
return /*#__PURE__*/React.createElement("span", {
|
|
26909
26961
|
role: "img",
|
|
26910
26962
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26911
26963
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26912
|
-
children: loadingCircleStyle$
|
|
26964
|
+
children: loadingCircleStyle$7l
|
|
26913
26965
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26914
26966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26915
26967
|
width: size,
|
|
@@ -26946,8 +26998,8 @@ Live.defaultProps = {
|
|
|
26946
26998
|
size: '1em'
|
|
26947
26999
|
};
|
|
26948
27000
|
|
|
26949
|
-
var _excluded$
|
|
26950
|
-
var loadingCircleStyle$
|
|
27001
|
+
var _excluded$7m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27002
|
+
var loadingCircleStyle$7m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26951
27003
|
var Plug = function Plug(props) {
|
|
26952
27004
|
var color = props.color,
|
|
26953
27005
|
size = props.size,
|
|
@@ -26956,12 +27008,12 @@ var Plug = function Plug(props) {
|
|
|
26956
27008
|
className = props.className,
|
|
26957
27009
|
iconClassName = props.iconClassName,
|
|
26958
27010
|
testid = props.testid,
|
|
26959
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27011
|
+
otherProps = _objectWithoutProperties(props, _excluded$7m);
|
|
26960
27012
|
return /*#__PURE__*/React.createElement("span", {
|
|
26961
27013
|
role: "img",
|
|
26962
27014
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26963
27015
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26964
|
-
children: loadingCircleStyle$
|
|
27016
|
+
children: loadingCircleStyle$7m
|
|
26965
27017
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26966
27018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26967
27019
|
width: size,
|
|
@@ -26998,8 +27050,8 @@ Plug.defaultProps = {
|
|
|
26998
27050
|
size: '1em'
|
|
26999
27051
|
};
|
|
27000
27052
|
|
|
27001
|
-
var _excluded$
|
|
27002
|
-
var loadingCircleStyle$
|
|
27053
|
+
var _excluded$7n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27054
|
+
var loadingCircleStyle$7n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27003
27055
|
var Application = function Application(props) {
|
|
27004
27056
|
var color = props.color,
|
|
27005
27057
|
size = props.size,
|
|
@@ -27008,12 +27060,12 @@ var Application = function Application(props) {
|
|
|
27008
27060
|
className = props.className,
|
|
27009
27061
|
iconClassName = props.iconClassName,
|
|
27010
27062
|
testid = props.testid,
|
|
27011
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27063
|
+
otherProps = _objectWithoutProperties(props, _excluded$7n);
|
|
27012
27064
|
return /*#__PURE__*/React.createElement("span", {
|
|
27013
27065
|
role: "img",
|
|
27014
27066
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27015
27067
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27016
|
-
children: loadingCircleStyle$
|
|
27068
|
+
children: loadingCircleStyle$7n
|
|
27017
27069
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27018
27070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27019
27071
|
width: size,
|
|
@@ -27060,8 +27112,8 @@ Application.defaultProps = {
|
|
|
27060
27112
|
size: '1em'
|
|
27061
27113
|
};
|
|
27062
27114
|
|
|
27063
|
-
var _excluded$
|
|
27064
|
-
var loadingCircleStyle$
|
|
27115
|
+
var _excluded$7o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27116
|
+
var loadingCircleStyle$7o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27065
27117
|
var Gift = function Gift(props) {
|
|
27066
27118
|
var color = props.color,
|
|
27067
27119
|
size = props.size,
|
|
@@ -27070,12 +27122,12 @@ var Gift = function Gift(props) {
|
|
|
27070
27122
|
className = props.className,
|
|
27071
27123
|
iconClassName = props.iconClassName,
|
|
27072
27124
|
testid = props.testid,
|
|
27073
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27125
|
+
otherProps = _objectWithoutProperties(props, _excluded$7o);
|
|
27074
27126
|
return /*#__PURE__*/React.createElement("span", {
|
|
27075
27127
|
role: "img",
|
|
27076
27128
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27077
27129
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27078
|
-
children: loadingCircleStyle$
|
|
27130
|
+
children: loadingCircleStyle$7o
|
|
27079
27131
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27080
27132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27081
27133
|
width: size,
|
|
@@ -27112,8 +27164,8 @@ Gift.defaultProps = {
|
|
|
27112
27164
|
size: '1em'
|
|
27113
27165
|
};
|
|
27114
27166
|
|
|
27115
|
-
var _excluded$
|
|
27116
|
-
var loadingCircleStyle$
|
|
27167
|
+
var _excluded$7p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27168
|
+
var loadingCircleStyle$7p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27117
27169
|
var Tips = function Tips(props) {
|
|
27118
27170
|
var color = props.color,
|
|
27119
27171
|
size = props.size,
|
|
@@ -27122,12 +27174,12 @@ var Tips = function Tips(props) {
|
|
|
27122
27174
|
className = props.className,
|
|
27123
27175
|
iconClassName = props.iconClassName,
|
|
27124
27176
|
testid = props.testid,
|
|
27125
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27177
|
+
otherProps = _objectWithoutProperties(props, _excluded$7p);
|
|
27126
27178
|
return /*#__PURE__*/React.createElement("span", {
|
|
27127
27179
|
role: "img",
|
|
27128
27180
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27129
27181
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27130
|
-
children: loadingCircleStyle$
|
|
27182
|
+
children: loadingCircleStyle$7p
|
|
27131
27183
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27132
27184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27133
27185
|
width: size,
|
|
@@ -27166,8 +27218,8 @@ Tips.defaultProps = {
|
|
|
27166
27218
|
size: '1em'
|
|
27167
27219
|
};
|
|
27168
27220
|
|
|
27169
|
-
var _excluded$
|
|
27170
|
-
var loadingCircleStyle$
|
|
27221
|
+
var _excluded$7q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27222
|
+
var loadingCircleStyle$7q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27171
27223
|
var Usb = function Usb(props) {
|
|
27172
27224
|
var color = props.color,
|
|
27173
27225
|
size = props.size,
|
|
@@ -27176,12 +27228,12 @@ var Usb = function Usb(props) {
|
|
|
27176
27228
|
className = props.className,
|
|
27177
27229
|
iconClassName = props.iconClassName,
|
|
27178
27230
|
testid = props.testid,
|
|
27179
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27231
|
+
otherProps = _objectWithoutProperties(props, _excluded$7q);
|
|
27180
27232
|
return /*#__PURE__*/React.createElement("span", {
|
|
27181
27233
|
role: "img",
|
|
27182
27234
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27183
27235
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27184
|
-
children: loadingCircleStyle$
|
|
27236
|
+
children: loadingCircleStyle$7q
|
|
27185
27237
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27186
27238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27187
27239
|
width: size,
|
|
@@ -27218,8 +27270,8 @@ Usb.defaultProps = {
|
|
|
27218
27270
|
size: '1em'
|
|
27219
27271
|
};
|
|
27220
27272
|
|
|
27221
|
-
var _excluded$
|
|
27222
|
-
var loadingCircleStyle$
|
|
27273
|
+
var _excluded$7r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27274
|
+
var loadingCircleStyle$7r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27223
27275
|
var Location = function Location(props) {
|
|
27224
27276
|
var color = props.color,
|
|
27225
27277
|
size = props.size,
|
|
@@ -27228,12 +27280,12 @@ var Location = function Location(props) {
|
|
|
27228
27280
|
className = props.className,
|
|
27229
27281
|
iconClassName = props.iconClassName,
|
|
27230
27282
|
testid = props.testid,
|
|
27231
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27283
|
+
otherProps = _objectWithoutProperties(props, _excluded$7r);
|
|
27232
27284
|
return /*#__PURE__*/React.createElement("span", {
|
|
27233
27285
|
role: "img",
|
|
27234
27286
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27235
27287
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27236
|
-
children: loadingCircleStyle$
|
|
27288
|
+
children: loadingCircleStyle$7r
|
|
27237
27289
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27238
27290
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27239
27291
|
width: size,
|
|
@@ -27274,8 +27326,8 @@ Location.defaultProps = {
|
|
|
27274
27326
|
size: '1em'
|
|
27275
27327
|
};
|
|
27276
27328
|
|
|
27277
|
-
var _excluded$
|
|
27278
|
-
var loadingCircleStyle$
|
|
27329
|
+
var _excluded$7s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27330
|
+
var loadingCircleStyle$7s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27279
27331
|
var ShieldCheck = function ShieldCheck(props) {
|
|
27280
27332
|
var color = props.color,
|
|
27281
27333
|
size = props.size,
|
|
@@ -27284,12 +27336,12 @@ var ShieldCheck = function ShieldCheck(props) {
|
|
|
27284
27336
|
className = props.className,
|
|
27285
27337
|
iconClassName = props.iconClassName,
|
|
27286
27338
|
testid = props.testid,
|
|
27287
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27339
|
+
otherProps = _objectWithoutProperties(props, _excluded$7s);
|
|
27288
27340
|
return /*#__PURE__*/React.createElement("span", {
|
|
27289
27341
|
role: "img",
|
|
27290
27342
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27291
27343
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27292
|
-
children: loadingCircleStyle$
|
|
27344
|
+
children: loadingCircleStyle$7s
|
|
27293
27345
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27294
27346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27295
27347
|
width: size,
|
|
@@ -27326,8 +27378,8 @@ ShieldCheck.defaultProps = {
|
|
|
27326
27378
|
size: '1em'
|
|
27327
27379
|
};
|
|
27328
27380
|
|
|
27329
|
-
var _excluded$
|
|
27330
|
-
var loadingCircleStyle$
|
|
27381
|
+
var _excluded$7t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27382
|
+
var loadingCircleStyle$7t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27331
27383
|
var ShieldCross = function ShieldCross(props) {
|
|
27332
27384
|
var color = props.color,
|
|
27333
27385
|
size = props.size,
|
|
@@ -27336,12 +27388,12 @@ var ShieldCross = function ShieldCross(props) {
|
|
|
27336
27388
|
className = props.className,
|
|
27337
27389
|
iconClassName = props.iconClassName,
|
|
27338
27390
|
testid = props.testid,
|
|
27339
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27391
|
+
otherProps = _objectWithoutProperties(props, _excluded$7t);
|
|
27340
27392
|
return /*#__PURE__*/React.createElement("span", {
|
|
27341
27393
|
role: "img",
|
|
27342
27394
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27343
27395
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27344
|
-
children: loadingCircleStyle$
|
|
27396
|
+
children: loadingCircleStyle$7t
|
|
27345
27397
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27346
27398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27347
27399
|
width: size,
|
|
@@ -27378,8 +27430,8 @@ ShieldCross.defaultProps = {
|
|
|
27378
27430
|
size: '1em'
|
|
27379
27431
|
};
|
|
27380
27432
|
|
|
27381
|
-
var _excluded$
|
|
27382
|
-
var loadingCircleStyle$
|
|
27433
|
+
var _excluded$7u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27434
|
+
var loadingCircleStyle$7u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27383
27435
|
var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
27384
27436
|
var color = props.color,
|
|
27385
27437
|
size = props.size,
|
|
@@ -27388,12 +27440,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
|
27388
27440
|
className = props.className,
|
|
27389
27441
|
iconClassName = props.iconClassName,
|
|
27390
27442
|
testid = props.testid,
|
|
27391
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27443
|
+
otherProps = _objectWithoutProperties(props, _excluded$7u);
|
|
27392
27444
|
return /*#__PURE__*/React.createElement("span", {
|
|
27393
27445
|
role: "img",
|
|
27394
27446
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27395
27447
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27396
|
-
children: loadingCircleStyle$
|
|
27448
|
+
children: loadingCircleStyle$7u
|
|
27397
27449
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27398
27450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27399
27451
|
width: size,
|
|
@@ -27430,8 +27482,8 @@ ShieldKeyhole.defaultProps = {
|
|
|
27430
27482
|
size: '1em'
|
|
27431
27483
|
};
|
|
27432
27484
|
|
|
27433
|
-
var _excluded$
|
|
27434
|
-
var loadingCircleStyle$
|
|
27485
|
+
var _excluded$7v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27486
|
+
var loadingCircleStyle$7v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27435
27487
|
var Bell2Fill = function Bell2Fill(props) {
|
|
27436
27488
|
var color = props.color,
|
|
27437
27489
|
size = props.size,
|
|
@@ -27440,12 +27492,12 @@ var Bell2Fill = function Bell2Fill(props) {
|
|
|
27440
27492
|
className = props.className,
|
|
27441
27493
|
iconClassName = props.iconClassName,
|
|
27442
27494
|
testid = props.testid,
|
|
27443
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27495
|
+
otherProps = _objectWithoutProperties(props, _excluded$7v);
|
|
27444
27496
|
return /*#__PURE__*/React.createElement("span", {
|
|
27445
27497
|
role: "img",
|
|
27446
27498
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27447
27499
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27448
|
-
children: loadingCircleStyle$
|
|
27500
|
+
children: loadingCircleStyle$7v
|
|
27449
27501
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27450
27502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27451
27503
|
width: size,
|
|
@@ -27482,8 +27534,8 @@ Bell2Fill.defaultProps = {
|
|
|
27482
27534
|
size: '1em'
|
|
27483
27535
|
};
|
|
27484
27536
|
|
|
27485
|
-
var _excluded$
|
|
27486
|
-
var loadingCircleStyle$
|
|
27537
|
+
var _excluded$7w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27538
|
+
var loadingCircleStyle$7w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27487
27539
|
var Box = function Box(props) {
|
|
27488
27540
|
var color = props.color,
|
|
27489
27541
|
size = props.size,
|
|
@@ -27492,12 +27544,12 @@ var Box = function Box(props) {
|
|
|
27492
27544
|
className = props.className,
|
|
27493
27545
|
iconClassName = props.iconClassName,
|
|
27494
27546
|
testid = props.testid,
|
|
27495
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27547
|
+
otherProps = _objectWithoutProperties(props, _excluded$7w);
|
|
27496
27548
|
return /*#__PURE__*/React.createElement("span", {
|
|
27497
27549
|
role: "img",
|
|
27498
27550
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27499
27551
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27500
|
-
children: loadingCircleStyle$
|
|
27552
|
+
children: loadingCircleStyle$7w
|
|
27501
27553
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27502
27554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27503
27555
|
width: size,
|
|
@@ -27534,8 +27586,8 @@ Box.defaultProps = {
|
|
|
27534
27586
|
size: '1em'
|
|
27535
27587
|
};
|
|
27536
27588
|
|
|
27537
|
-
var _excluded$
|
|
27538
|
-
var loadingCircleStyle$
|
|
27589
|
+
var _excluded$7x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27590
|
+
var loadingCircleStyle$7x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27539
27591
|
var ShutDown = function ShutDown(props) {
|
|
27540
27592
|
var color = props.color,
|
|
27541
27593
|
size = props.size,
|
|
@@ -27544,12 +27596,12 @@ var ShutDown = function ShutDown(props) {
|
|
|
27544
27596
|
className = props.className,
|
|
27545
27597
|
iconClassName = props.iconClassName,
|
|
27546
27598
|
testid = props.testid,
|
|
27547
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27599
|
+
otherProps = _objectWithoutProperties(props, _excluded$7x);
|
|
27548
27600
|
return /*#__PURE__*/React.createElement("span", {
|
|
27549
27601
|
role: "img",
|
|
27550
27602
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27551
27603
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27552
|
-
children: loadingCircleStyle$
|
|
27604
|
+
children: loadingCircleStyle$7x
|
|
27553
27605
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27554
27606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27555
27607
|
width: size,
|
|
@@ -27586,8 +27638,8 @@ ShutDown.defaultProps = {
|
|
|
27586
27638
|
size: '1em'
|
|
27587
27639
|
};
|
|
27588
27640
|
|
|
27589
|
-
var _excluded$
|
|
27590
|
-
var loadingCircleStyle$
|
|
27641
|
+
var _excluded$7y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27642
|
+
var loadingCircleStyle$7y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27591
27643
|
var Database = function Database(props) {
|
|
27592
27644
|
var color = props.color,
|
|
27593
27645
|
size = props.size,
|
|
@@ -27596,12 +27648,12 @@ var Database = function Database(props) {
|
|
|
27596
27648
|
className = props.className,
|
|
27597
27649
|
iconClassName = props.iconClassName,
|
|
27598
27650
|
testid = props.testid,
|
|
27599
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27651
|
+
otherProps = _objectWithoutProperties(props, _excluded$7y);
|
|
27600
27652
|
return /*#__PURE__*/React.createElement("span", {
|
|
27601
27653
|
role: "img",
|
|
27602
27654
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27603
27655
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27604
|
-
children: loadingCircleStyle$
|
|
27656
|
+
children: loadingCircleStyle$7y
|
|
27605
27657
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27606
27658
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27607
27659
|
width: size,
|
|
@@ -27638,8 +27690,8 @@ Database.defaultProps = {
|
|
|
27638
27690
|
size: '1em'
|
|
27639
27691
|
};
|
|
27640
27692
|
|
|
27641
|
-
var _excluded$
|
|
27642
|
-
var loadingCircleStyle$
|
|
27693
|
+
var _excluded$7z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27694
|
+
var loadingCircleStyle$7z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27643
27695
|
var Terminal = function Terminal(props) {
|
|
27644
27696
|
var color = props.color,
|
|
27645
27697
|
size = props.size,
|
|
@@ -27648,12 +27700,12 @@ var Terminal = function Terminal(props) {
|
|
|
27648
27700
|
className = props.className,
|
|
27649
27701
|
iconClassName = props.iconClassName,
|
|
27650
27702
|
testid = props.testid,
|
|
27651
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27703
|
+
otherProps = _objectWithoutProperties(props, _excluded$7z);
|
|
27652
27704
|
return /*#__PURE__*/React.createElement("span", {
|
|
27653
27705
|
role: "img",
|
|
27654
27706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27655
27707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27656
|
-
children: loadingCircleStyle$
|
|
27708
|
+
children: loadingCircleStyle$7z
|
|
27657
27709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27658
27710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27659
27711
|
width: size,
|
|
@@ -27690,8 +27742,8 @@ Terminal.defaultProps = {
|
|
|
27690
27742
|
size: '1em'
|
|
27691
27743
|
};
|
|
27692
27744
|
|
|
27693
|
-
var _excluded$
|
|
27694
|
-
var loadingCircleStyle$
|
|
27745
|
+
var _excluded$7A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27746
|
+
var loadingCircleStyle$7A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27695
27747
|
var SatelliteDish = function SatelliteDish(props) {
|
|
27696
27748
|
var color = props.color,
|
|
27697
27749
|
size = props.size,
|
|
@@ -27700,12 +27752,12 @@ var SatelliteDish = function SatelliteDish(props) {
|
|
|
27700
27752
|
className = props.className,
|
|
27701
27753
|
iconClassName = props.iconClassName,
|
|
27702
27754
|
testid = props.testid,
|
|
27703
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27755
|
+
otherProps = _objectWithoutProperties(props, _excluded$7A);
|
|
27704
27756
|
return /*#__PURE__*/React.createElement("span", {
|
|
27705
27757
|
role: "img",
|
|
27706
27758
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27707
27759
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27708
|
-
children: loadingCircleStyle$
|
|
27760
|
+
children: loadingCircleStyle$7A
|
|
27709
27761
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27710
27762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27711
27763
|
width: size,
|
|
@@ -27748,4 +27800,4 @@ SatelliteDish.defaultProps = {
|
|
|
27748
27800
|
size: '1em'
|
|
27749
27801
|
};
|
|
27750
27802
|
|
|
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 };
|
|
27803
|
+
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, Compass as TaCompass, 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, PinFill as TaPinFill, 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 };
|