@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.cjs.js
CHANGED
|
@@ -19740,7 +19740,7 @@ Share.defaultProps = {
|
|
|
19740
19740
|
|
|
19741
19741
|
var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19742
19742
|
var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19743
|
-
var
|
|
19743
|
+
var Compass = function Compass(props) {
|
|
19744
19744
|
var color = props.color,
|
|
19745
19745
|
size = props.size,
|
|
19746
19746
|
spin = props.spin,
|
|
@@ -19774,17 +19774,17 @@ var Play = function Play(props) {
|
|
|
19774
19774
|
height: "24",
|
|
19775
19775
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19776
19776
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19777
|
-
d: "
|
|
19777
|
+
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"
|
|
19778
19778
|
}))));
|
|
19779
19779
|
};
|
|
19780
|
-
|
|
19780
|
+
Compass.propTypes = {
|
|
19781
19781
|
iconClassName: PropTypes.string,
|
|
19782
19782
|
spin: PropTypes.bool,
|
|
19783
19783
|
color: PropTypes.string,
|
|
19784
19784
|
testid: PropTypes.string,
|
|
19785
19785
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19786
19786
|
};
|
|
19787
|
-
|
|
19787
|
+
Compass.defaultProps = {
|
|
19788
19788
|
spin: false,
|
|
19789
19789
|
color: 'currentColor',
|
|
19790
19790
|
size: '1em'
|
|
@@ -19792,7 +19792,7 @@ Play.defaultProps = {
|
|
|
19792
19792
|
|
|
19793
19793
|
var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19794
19794
|
var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19795
|
-
var
|
|
19795
|
+
var Play = function Play(props) {
|
|
19796
19796
|
var color = props.color,
|
|
19797
19797
|
size = props.size,
|
|
19798
19798
|
spin = props.spin,
|
|
@@ -19826,17 +19826,17 @@ var Config = function Config(props) {
|
|
|
19826
19826
|
height: "24",
|
|
19827
19827
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19828
19828
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19829
|
-
d: "
|
|
19829
|
+
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"
|
|
19830
19830
|
}))));
|
|
19831
19831
|
};
|
|
19832
|
-
|
|
19832
|
+
Play.propTypes = {
|
|
19833
19833
|
iconClassName: PropTypes.string,
|
|
19834
19834
|
spin: PropTypes.bool,
|
|
19835
19835
|
color: PropTypes.string,
|
|
19836
19836
|
testid: PropTypes.string,
|
|
19837
19837
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19838
19838
|
};
|
|
19839
|
-
|
|
19839
|
+
Play.defaultProps = {
|
|
19840
19840
|
spin: false,
|
|
19841
19841
|
color: 'currentColor',
|
|
19842
19842
|
size: '1em'
|
|
@@ -19844,7 +19844,7 @@ Config.defaultProps = {
|
|
|
19844
19844
|
|
|
19845
19845
|
var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19846
19846
|
var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19847
|
-
var
|
|
19847
|
+
var Config = function Config(props) {
|
|
19848
19848
|
var color = props.color,
|
|
19849
19849
|
size = props.size,
|
|
19850
19850
|
spin = props.spin,
|
|
@@ -19878,17 +19878,17 @@ var Setting = function Setting(props) {
|
|
|
19878
19878
|
height: "24",
|
|
19879
19879
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19880
19880
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19881
|
-
d: "
|
|
19881
|
+
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"
|
|
19882
19882
|
}))));
|
|
19883
19883
|
};
|
|
19884
|
-
|
|
19884
|
+
Config.propTypes = {
|
|
19885
19885
|
iconClassName: PropTypes.string,
|
|
19886
19886
|
spin: PropTypes.bool,
|
|
19887
19887
|
color: PropTypes.string,
|
|
19888
19888
|
testid: PropTypes.string,
|
|
19889
19889
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19890
19890
|
};
|
|
19891
|
-
|
|
19891
|
+
Config.defaultProps = {
|
|
19892
19892
|
spin: false,
|
|
19893
19893
|
color: 'currentColor',
|
|
19894
19894
|
size: '1em'
|
|
@@ -19896,7 +19896,7 @@ Setting.defaultProps = {
|
|
|
19896
19896
|
|
|
19897
19897
|
var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19898
19898
|
var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19899
|
-
var
|
|
19899
|
+
var Setting = function Setting(props) {
|
|
19900
19900
|
var color = props.color,
|
|
19901
19901
|
size = props.size,
|
|
19902
19902
|
spin = props.spin,
|
|
@@ -19930,17 +19930,17 @@ var Search = function Search(props) {
|
|
|
19930
19930
|
height: "24",
|
|
19931
19931
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19932
19932
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19933
|
-
d: "
|
|
19933
|
+
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"
|
|
19934
19934
|
}))));
|
|
19935
19935
|
};
|
|
19936
|
-
|
|
19936
|
+
Setting.propTypes = {
|
|
19937
19937
|
iconClassName: PropTypes.string,
|
|
19938
19938
|
spin: PropTypes.bool,
|
|
19939
19939
|
color: PropTypes.string,
|
|
19940
19940
|
testid: PropTypes.string,
|
|
19941
19941
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19942
19942
|
};
|
|
19943
|
-
|
|
19943
|
+
Setting.defaultProps = {
|
|
19944
19944
|
spin: false,
|
|
19945
19945
|
color: 'currentColor',
|
|
19946
19946
|
size: '1em'
|
|
@@ -19948,7 +19948,7 @@ Search.defaultProps = {
|
|
|
19948
19948
|
|
|
19949
19949
|
var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19950
19950
|
var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19951
|
-
var
|
|
19951
|
+
var Search = function Search(props) {
|
|
19952
19952
|
var color = props.color,
|
|
19953
19953
|
size = props.size,
|
|
19954
19954
|
spin = props.spin,
|
|
@@ -19982,17 +19982,17 @@ var Copy = function Copy(props) {
|
|
|
19982
19982
|
height: "24",
|
|
19983
19983
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19984
19984
|
}, /*#__PURE__*/React.createElement("path", {
|
|
19985
|
-
d: "
|
|
19985
|
+
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"
|
|
19986
19986
|
}))));
|
|
19987
19987
|
};
|
|
19988
|
-
|
|
19988
|
+
Search.propTypes = {
|
|
19989
19989
|
iconClassName: PropTypes.string,
|
|
19990
19990
|
spin: PropTypes.bool,
|
|
19991
19991
|
color: PropTypes.string,
|
|
19992
19992
|
testid: PropTypes.string,
|
|
19993
19993
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
19994
19994
|
};
|
|
19995
|
-
|
|
19995
|
+
Search.defaultProps = {
|
|
19996
19996
|
spin: false,
|
|
19997
19997
|
color: 'currentColor',
|
|
19998
19998
|
size: '1em'
|
|
@@ -20000,7 +20000,7 @@ Copy.defaultProps = {
|
|
|
20000
20000
|
|
|
20001
20001
|
var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20002
20002
|
var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20003
|
-
var
|
|
20003
|
+
var Copy = function Copy(props) {
|
|
20004
20004
|
var color = props.color,
|
|
20005
20005
|
size = props.size,
|
|
20006
20006
|
spin = props.spin,
|
|
@@ -20034,17 +20034,17 @@ var Copy2 = function Copy2(props) {
|
|
|
20034
20034
|
height: "24",
|
|
20035
20035
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20036
20036
|
}, /*#__PURE__*/React.createElement("path", {
|
|
20037
|
-
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.
|
|
20037
|
+
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"
|
|
20038
20038
|
}))));
|
|
20039
20039
|
};
|
|
20040
|
-
|
|
20040
|
+
Copy.propTypes = {
|
|
20041
20041
|
iconClassName: PropTypes.string,
|
|
20042
20042
|
spin: PropTypes.bool,
|
|
20043
20043
|
color: PropTypes.string,
|
|
20044
20044
|
testid: PropTypes.string,
|
|
20045
20045
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
20046
20046
|
};
|
|
20047
|
-
|
|
20047
|
+
Copy.defaultProps = {
|
|
20048
20048
|
spin: false,
|
|
20049
20049
|
color: 'currentColor',
|
|
20050
20050
|
size: '1em'
|
|
@@ -20052,7 +20052,7 @@ Copy2.defaultProps = {
|
|
|
20052
20052
|
|
|
20053
20053
|
var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20054
20054
|
var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20055
|
-
var
|
|
20055
|
+
var Copy2 = function Copy2(props) {
|
|
20056
20056
|
var color = props.color,
|
|
20057
20057
|
size = props.size,
|
|
20058
20058
|
spin = props.spin,
|
|
@@ -20085,6 +20085,58 @@ var Format = function Format(props) {
|
|
|
20085
20085
|
width: "24",
|
|
20086
20086
|
height: "24",
|
|
20087
20087
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20088
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20089
|
+
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"
|
|
20090
|
+
}))));
|
|
20091
|
+
};
|
|
20092
|
+
Copy2.propTypes = {
|
|
20093
|
+
iconClassName: PropTypes.string,
|
|
20094
|
+
spin: PropTypes.bool,
|
|
20095
|
+
color: PropTypes.string,
|
|
20096
|
+
testid: PropTypes.string,
|
|
20097
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
20098
|
+
};
|
|
20099
|
+
Copy2.defaultProps = {
|
|
20100
|
+
spin: false,
|
|
20101
|
+
color: 'currentColor',
|
|
20102
|
+
size: '1em'
|
|
20103
|
+
};
|
|
20104
|
+
|
|
20105
|
+
var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20106
|
+
var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20107
|
+
var Format = function Format(props) {
|
|
20108
|
+
var color = props.color,
|
|
20109
|
+
size = props.size,
|
|
20110
|
+
spin = props.spin,
|
|
20111
|
+
style = props.style,
|
|
20112
|
+
className = props.className,
|
|
20113
|
+
iconClassName = props.iconClassName,
|
|
20114
|
+
testid = props.testid,
|
|
20115
|
+
otherProps = _objectWithoutProperties(props, _excluded$5l);
|
|
20116
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
20117
|
+
role: "img",
|
|
20118
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20119
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
20120
|
+
children: loadingCircleStyle$5l
|
|
20121
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20123
|
+
width: size,
|
|
20124
|
+
height: size,
|
|
20125
|
+
viewBox: "0 0 24 24",
|
|
20126
|
+
fill: color
|
|
20127
|
+
}, otherProps, {
|
|
20128
|
+
className: iconClassName,
|
|
20129
|
+
"data-testid": testid,
|
|
20130
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
20131
|
+
animationDuration: '1s',
|
|
20132
|
+
animationIterationCount: 'infinite',
|
|
20133
|
+
animationName: 'loadingCircle',
|
|
20134
|
+
animationTimingFunction: 'linear'
|
|
20135
|
+
} : {})
|
|
20136
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
20137
|
+
width: "24",
|
|
20138
|
+
height: "24",
|
|
20139
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
20088
20140
|
}, /*#__PURE__*/React.createElement("path", {
|
|
20089
20141
|
fillRule: "evenodd",
|
|
20090
20142
|
clipRule: "evenodd",
|
|
@@ -20104,8 +20156,8 @@ Format.defaultProps = {
|
|
|
20104
20156
|
size: '1em'
|
|
20105
20157
|
};
|
|
20106
20158
|
|
|
20107
|
-
var _excluded$
|
|
20108
|
-
var loadingCircleStyle$
|
|
20159
|
+
var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20160
|
+
var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20109
20161
|
var Code = function Code(props) {
|
|
20110
20162
|
var color = props.color,
|
|
20111
20163
|
size = props.size,
|
|
@@ -20114,12 +20166,12 @@ var Code = function Code(props) {
|
|
|
20114
20166
|
className = props.className,
|
|
20115
20167
|
iconClassName = props.iconClassName,
|
|
20116
20168
|
testid = props.testid,
|
|
20117
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20169
|
+
otherProps = _objectWithoutProperties(props, _excluded$5m);
|
|
20118
20170
|
return /*#__PURE__*/React.createElement("span", {
|
|
20119
20171
|
role: "img",
|
|
20120
20172
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20121
20173
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20122
|
-
children: loadingCircleStyle$
|
|
20174
|
+
children: loadingCircleStyle$5m
|
|
20123
20175
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20124
20176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20125
20177
|
width: size,
|
|
@@ -20156,8 +20208,8 @@ Code.defaultProps = {
|
|
|
20156
20208
|
size: '1em'
|
|
20157
20209
|
};
|
|
20158
20210
|
|
|
20159
|
-
var _excluded$
|
|
20160
|
-
var loadingCircleStyle$
|
|
20211
|
+
var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20212
|
+
var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20161
20213
|
var Edit = function Edit(props) {
|
|
20162
20214
|
var color = props.color,
|
|
20163
20215
|
size = props.size,
|
|
@@ -20166,12 +20218,12 @@ var Edit = function Edit(props) {
|
|
|
20166
20218
|
className = props.className,
|
|
20167
20219
|
iconClassName = props.iconClassName,
|
|
20168
20220
|
testid = props.testid,
|
|
20169
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20221
|
+
otherProps = _objectWithoutProperties(props, _excluded$5n);
|
|
20170
20222
|
return /*#__PURE__*/React.createElement("span", {
|
|
20171
20223
|
role: "img",
|
|
20172
20224
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20173
20225
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20174
|
-
children: loadingCircleStyle$
|
|
20226
|
+
children: loadingCircleStyle$5n
|
|
20175
20227
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20176
20228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20177
20229
|
width: size,
|
|
@@ -20208,8 +20260,8 @@ Edit.defaultProps = {
|
|
|
20208
20260
|
size: '1em'
|
|
20209
20261
|
};
|
|
20210
20262
|
|
|
20211
|
-
var _excluded$
|
|
20212
|
-
var loadingCircleStyle$
|
|
20263
|
+
var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20264
|
+
var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20213
20265
|
var EditFill = function EditFill(props) {
|
|
20214
20266
|
var color = props.color,
|
|
20215
20267
|
size = props.size,
|
|
@@ -20218,12 +20270,12 @@ var EditFill = function EditFill(props) {
|
|
|
20218
20270
|
className = props.className,
|
|
20219
20271
|
iconClassName = props.iconClassName,
|
|
20220
20272
|
testid = props.testid,
|
|
20221
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20273
|
+
otherProps = _objectWithoutProperties(props, _excluded$5o);
|
|
20222
20274
|
return /*#__PURE__*/React.createElement("span", {
|
|
20223
20275
|
role: "img",
|
|
20224
20276
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20225
20277
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20226
|
-
children: loadingCircleStyle$
|
|
20278
|
+
children: loadingCircleStyle$5o
|
|
20227
20279
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20228
20280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20229
20281
|
width: size,
|
|
@@ -20262,8 +20314,8 @@ EditFill.defaultProps = {
|
|
|
20262
20314
|
size: '1em'
|
|
20263
20315
|
};
|
|
20264
20316
|
|
|
20265
|
-
var _excluded$
|
|
20266
|
-
var loadingCircleStyle$
|
|
20317
|
+
var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20318
|
+
var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20267
20319
|
var Delete1 = function Delete1(props) {
|
|
20268
20320
|
var color = props.color,
|
|
20269
20321
|
size = props.size,
|
|
@@ -20272,12 +20324,12 @@ var Delete1 = function Delete1(props) {
|
|
|
20272
20324
|
className = props.className,
|
|
20273
20325
|
iconClassName = props.iconClassName,
|
|
20274
20326
|
testid = props.testid,
|
|
20275
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20327
|
+
otherProps = _objectWithoutProperties(props, _excluded$5p);
|
|
20276
20328
|
return /*#__PURE__*/React.createElement("span", {
|
|
20277
20329
|
role: "img",
|
|
20278
20330
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20279
20331
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20280
|
-
children: loadingCircleStyle$
|
|
20332
|
+
children: loadingCircleStyle$5p
|
|
20281
20333
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20282
20334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20283
20335
|
width: size,
|
|
@@ -20314,8 +20366,8 @@ Delete1.defaultProps = {
|
|
|
20314
20366
|
size: '1em'
|
|
20315
20367
|
};
|
|
20316
20368
|
|
|
20317
|
-
var _excluded$
|
|
20318
|
-
var loadingCircleStyle$
|
|
20369
|
+
var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20370
|
+
var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20319
20371
|
var Save = function Save(props) {
|
|
20320
20372
|
var color = props.color,
|
|
20321
20373
|
size = props.size,
|
|
@@ -20324,12 +20376,12 @@ var Save = function Save(props) {
|
|
|
20324
20376
|
className = props.className,
|
|
20325
20377
|
iconClassName = props.iconClassName,
|
|
20326
20378
|
testid = props.testid,
|
|
20327
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20379
|
+
otherProps = _objectWithoutProperties(props, _excluded$5q);
|
|
20328
20380
|
return /*#__PURE__*/React.createElement("span", {
|
|
20329
20381
|
role: "img",
|
|
20330
20382
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20331
20383
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20332
|
-
children: loadingCircleStyle$
|
|
20384
|
+
children: loadingCircleStyle$5q
|
|
20333
20385
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20334
20386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20335
20387
|
width: size,
|
|
@@ -20366,8 +20418,8 @@ Save.defaultProps = {
|
|
|
20366
20418
|
size: '1em'
|
|
20367
20419
|
};
|
|
20368
20420
|
|
|
20369
|
-
var _excluded$
|
|
20370
|
-
var loadingCircleStyle$
|
|
20421
|
+
var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20422
|
+
var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20371
20423
|
var Send = function Send(props) {
|
|
20372
20424
|
var color = props.color,
|
|
20373
20425
|
size = props.size,
|
|
@@ -20376,12 +20428,12 @@ var Send = function Send(props) {
|
|
|
20376
20428
|
className = props.className,
|
|
20377
20429
|
iconClassName = props.iconClassName,
|
|
20378
20430
|
testid = props.testid,
|
|
20379
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20431
|
+
otherProps = _objectWithoutProperties(props, _excluded$5r);
|
|
20380
20432
|
return /*#__PURE__*/React.createElement("span", {
|
|
20381
20433
|
role: "img",
|
|
20382
20434
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20383
20435
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20384
|
-
children: loadingCircleStyle$
|
|
20436
|
+
children: loadingCircleStyle$5r
|
|
20385
20437
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20386
20438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20387
20439
|
width: size,
|
|
@@ -20420,8 +20472,8 @@ Send.defaultProps = {
|
|
|
20420
20472
|
size: '1em'
|
|
20421
20473
|
};
|
|
20422
20474
|
|
|
20423
|
-
var _excluded$
|
|
20424
|
-
var loadingCircleStyle$
|
|
20475
|
+
var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20476
|
+
var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20425
20477
|
var Fullscreen = function Fullscreen(props) {
|
|
20426
20478
|
var color = props.color,
|
|
20427
20479
|
size = props.size,
|
|
@@ -20430,12 +20482,12 @@ var Fullscreen = function Fullscreen(props) {
|
|
|
20430
20482
|
className = props.className,
|
|
20431
20483
|
iconClassName = props.iconClassName,
|
|
20432
20484
|
testid = props.testid,
|
|
20433
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20485
|
+
otherProps = _objectWithoutProperties(props, _excluded$5s);
|
|
20434
20486
|
return /*#__PURE__*/React.createElement("span", {
|
|
20435
20487
|
role: "img",
|
|
20436
20488
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20437
20489
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20438
|
-
children: loadingCircleStyle$
|
|
20490
|
+
children: loadingCircleStyle$5s
|
|
20439
20491
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20440
20492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20441
20493
|
width: size,
|
|
@@ -20472,8 +20524,8 @@ Fullscreen.defaultProps = {
|
|
|
20472
20524
|
size: '1em'
|
|
20473
20525
|
};
|
|
20474
20526
|
|
|
20475
|
-
var _excluded$
|
|
20476
|
-
var loadingCircleStyle$
|
|
20527
|
+
var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20528
|
+
var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20477
20529
|
var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
20478
20530
|
var color = props.color,
|
|
20479
20531
|
size = props.size,
|
|
@@ -20482,12 +20534,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
|
20482
20534
|
className = props.className,
|
|
20483
20535
|
iconClassName = props.iconClassName,
|
|
20484
20536
|
testid = props.testid,
|
|
20485
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20537
|
+
otherProps = _objectWithoutProperties(props, _excluded$5t);
|
|
20486
20538
|
return /*#__PURE__*/React.createElement("span", {
|
|
20487
20539
|
role: "img",
|
|
20488
20540
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20489
20541
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20490
|
-
children: loadingCircleStyle$
|
|
20542
|
+
children: loadingCircleStyle$5t
|
|
20491
20543
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20492
20544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20493
20545
|
width: size,
|
|
@@ -20524,8 +20576,8 @@ ArrowLeftDown.defaultProps = {
|
|
|
20524
20576
|
size: '1em'
|
|
20525
20577
|
};
|
|
20526
20578
|
|
|
20527
|
-
var _excluded$
|
|
20528
|
-
var loadingCircleStyle$
|
|
20579
|
+
var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20580
|
+
var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20529
20581
|
var Link = function Link(props) {
|
|
20530
20582
|
var color = props.color,
|
|
20531
20583
|
size = props.size,
|
|
@@ -20534,12 +20586,12 @@ var Link = function Link(props) {
|
|
|
20534
20586
|
className = props.className,
|
|
20535
20587
|
iconClassName = props.iconClassName,
|
|
20536
20588
|
testid = props.testid,
|
|
20537
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20589
|
+
otherProps = _objectWithoutProperties(props, _excluded$5u);
|
|
20538
20590
|
return /*#__PURE__*/React.createElement("span", {
|
|
20539
20591
|
role: "img",
|
|
20540
20592
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20541
20593
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20542
|
-
children: loadingCircleStyle$
|
|
20594
|
+
children: loadingCircleStyle$5u
|
|
20543
20595
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20544
20596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20545
20597
|
width: size,
|
|
@@ -20580,8 +20632,8 @@ Link.defaultProps = {
|
|
|
20580
20632
|
size: '1em'
|
|
20581
20633
|
};
|
|
20582
20634
|
|
|
20583
|
-
var _excluded$
|
|
20584
|
-
var loadingCircleStyle$
|
|
20635
|
+
var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20636
|
+
var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20585
20637
|
var Unlink = function Unlink(props) {
|
|
20586
20638
|
var color = props.color,
|
|
20587
20639
|
size = props.size,
|
|
@@ -20590,12 +20642,12 @@ var Unlink = function Unlink(props) {
|
|
|
20590
20642
|
className = props.className,
|
|
20591
20643
|
iconClassName = props.iconClassName,
|
|
20592
20644
|
testid = props.testid,
|
|
20593
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20645
|
+
otherProps = _objectWithoutProperties(props, _excluded$5v);
|
|
20594
20646
|
return /*#__PURE__*/React.createElement("span", {
|
|
20595
20647
|
role: "img",
|
|
20596
20648
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20597
20649
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20598
|
-
children: loadingCircleStyle$
|
|
20650
|
+
children: loadingCircleStyle$5v
|
|
20599
20651
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20600
20652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20601
20653
|
width: size,
|
|
@@ -20638,8 +20690,8 @@ Unlink.defaultProps = {
|
|
|
20638
20690
|
size: '1em'
|
|
20639
20691
|
};
|
|
20640
20692
|
|
|
20641
|
-
var _excluded$
|
|
20642
|
-
var loadingCircleStyle$
|
|
20693
|
+
var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20694
|
+
var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20643
20695
|
var Link2 = function Link2(props) {
|
|
20644
20696
|
var color = props.color,
|
|
20645
20697
|
size = props.size,
|
|
@@ -20648,12 +20700,12 @@ var Link2 = function Link2(props) {
|
|
|
20648
20700
|
className = props.className,
|
|
20649
20701
|
iconClassName = props.iconClassName,
|
|
20650
20702
|
testid = props.testid,
|
|
20651
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20703
|
+
otherProps = _objectWithoutProperties(props, _excluded$5w);
|
|
20652
20704
|
return /*#__PURE__*/React.createElement("span", {
|
|
20653
20705
|
role: "img",
|
|
20654
20706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20655
20707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20656
|
-
children: loadingCircleStyle$
|
|
20708
|
+
children: loadingCircleStyle$5w
|
|
20657
20709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20658
20710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20659
20711
|
width: size,
|
|
@@ -20690,8 +20742,8 @@ Link2.defaultProps = {
|
|
|
20690
20742
|
size: '1em'
|
|
20691
20743
|
};
|
|
20692
20744
|
|
|
20693
|
-
var _excluded$
|
|
20694
|
-
var loadingCircleStyle$
|
|
20745
|
+
var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20746
|
+
var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20695
20747
|
var MenuUnfold = function MenuUnfold(props) {
|
|
20696
20748
|
var color = props.color,
|
|
20697
20749
|
size = props.size,
|
|
@@ -20700,12 +20752,12 @@ var MenuUnfold = function MenuUnfold(props) {
|
|
|
20700
20752
|
className = props.className,
|
|
20701
20753
|
iconClassName = props.iconClassName,
|
|
20702
20754
|
testid = props.testid,
|
|
20703
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20755
|
+
otherProps = _objectWithoutProperties(props, _excluded$5x);
|
|
20704
20756
|
return /*#__PURE__*/React.createElement("span", {
|
|
20705
20757
|
role: "img",
|
|
20706
20758
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20707
20759
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20708
|
-
children: loadingCircleStyle$
|
|
20760
|
+
children: loadingCircleStyle$5x
|
|
20709
20761
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20710
20762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20711
20763
|
width: size,
|
|
@@ -20742,8 +20794,8 @@ MenuUnfold.defaultProps = {
|
|
|
20742
20794
|
size: '1em'
|
|
20743
20795
|
};
|
|
20744
20796
|
|
|
20745
|
-
var _excluded$
|
|
20746
|
-
var loadingCircleStyle$
|
|
20797
|
+
var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20798
|
+
var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20747
20799
|
var MenuFold = function MenuFold(props) {
|
|
20748
20800
|
var color = props.color,
|
|
20749
20801
|
size = props.size,
|
|
@@ -20752,12 +20804,12 @@ var MenuFold = function MenuFold(props) {
|
|
|
20752
20804
|
className = props.className,
|
|
20753
20805
|
iconClassName = props.iconClassName,
|
|
20754
20806
|
testid = props.testid,
|
|
20755
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20807
|
+
otherProps = _objectWithoutProperties(props, _excluded$5y);
|
|
20756
20808
|
return /*#__PURE__*/React.createElement("span", {
|
|
20757
20809
|
role: "img",
|
|
20758
20810
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20759
20811
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20760
|
-
children: loadingCircleStyle$
|
|
20812
|
+
children: loadingCircleStyle$5y
|
|
20761
20813
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20762
20814
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20763
20815
|
width: size,
|
|
@@ -20794,8 +20846,8 @@ MenuFold.defaultProps = {
|
|
|
20794
20846
|
size: '1em'
|
|
20795
20847
|
};
|
|
20796
20848
|
|
|
20797
|
-
var _excluded$
|
|
20798
|
-
var loadingCircleStyle$
|
|
20849
|
+
var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20850
|
+
var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20799
20851
|
var List = function List(props) {
|
|
20800
20852
|
var color = props.color,
|
|
20801
20853
|
size = props.size,
|
|
@@ -20804,12 +20856,12 @@ var List = function List(props) {
|
|
|
20804
20856
|
className = props.className,
|
|
20805
20857
|
iconClassName = props.iconClassName,
|
|
20806
20858
|
testid = props.testid,
|
|
20807
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20859
|
+
otherProps = _objectWithoutProperties(props, _excluded$5z);
|
|
20808
20860
|
return /*#__PURE__*/React.createElement("span", {
|
|
20809
20861
|
role: "img",
|
|
20810
20862
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20811
20863
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20812
|
-
children: loadingCircleStyle$
|
|
20864
|
+
children: loadingCircleStyle$5z
|
|
20813
20865
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20814
20866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20815
20867
|
width: size,
|
|
@@ -20846,8 +20898,8 @@ List.defaultProps = {
|
|
|
20846
20898
|
size: '1em'
|
|
20847
20899
|
};
|
|
20848
20900
|
|
|
20849
|
-
var _excluded$
|
|
20850
|
-
var loadingCircleStyle$
|
|
20901
|
+
var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20902
|
+
var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20851
20903
|
var ListNested = function ListNested(props) {
|
|
20852
20904
|
var color = props.color,
|
|
20853
20905
|
size = props.size,
|
|
@@ -20856,12 +20908,12 @@ var ListNested = function ListNested(props) {
|
|
|
20856
20908
|
className = props.className,
|
|
20857
20909
|
iconClassName = props.iconClassName,
|
|
20858
20910
|
testid = props.testid,
|
|
20859
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20911
|
+
otherProps = _objectWithoutProperties(props, _excluded$5A);
|
|
20860
20912
|
return /*#__PURE__*/React.createElement("span", {
|
|
20861
20913
|
role: "img",
|
|
20862
20914
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20863
20915
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20864
|
-
children: loadingCircleStyle$
|
|
20916
|
+
children: loadingCircleStyle$5A
|
|
20865
20917
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20866
20918
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20867
20919
|
width: size,
|
|
@@ -20900,8 +20952,8 @@ ListNested.defaultProps = {
|
|
|
20900
20952
|
size: '1em'
|
|
20901
20953
|
};
|
|
20902
20954
|
|
|
20903
|
-
var _excluded$
|
|
20904
|
-
var loadingCircleStyle$
|
|
20955
|
+
var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20956
|
+
var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20905
20957
|
var DoubleList = function DoubleList(props) {
|
|
20906
20958
|
var color = props.color,
|
|
20907
20959
|
size = props.size,
|
|
@@ -20910,12 +20962,12 @@ var DoubleList = function DoubleList(props) {
|
|
|
20910
20962
|
className = props.className,
|
|
20911
20963
|
iconClassName = props.iconClassName,
|
|
20912
20964
|
testid = props.testid,
|
|
20913
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20965
|
+
otherProps = _objectWithoutProperties(props, _excluded$5B);
|
|
20914
20966
|
return /*#__PURE__*/React.createElement("span", {
|
|
20915
20967
|
role: "img",
|
|
20916
20968
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20917
20969
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20918
|
-
children: loadingCircleStyle$
|
|
20970
|
+
children: loadingCircleStyle$5B
|
|
20919
20971
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20920
20972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20921
20973
|
width: size,
|
|
@@ -20962,8 +21014,8 @@ DoubleList.defaultProps = {
|
|
|
20962
21014
|
size: '1em'
|
|
20963
21015
|
};
|
|
20964
21016
|
|
|
20965
|
-
var _excluded$
|
|
20966
|
-
var loadingCircleStyle$
|
|
21017
|
+
var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21018
|
+
var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20967
21019
|
var Pause2 = function Pause2(props) {
|
|
20968
21020
|
var color = props.color,
|
|
20969
21021
|
size = props.size,
|
|
@@ -20972,12 +21024,12 @@ var Pause2 = function Pause2(props) {
|
|
|
20972
21024
|
className = props.className,
|
|
20973
21025
|
iconClassName = props.iconClassName,
|
|
20974
21026
|
testid = props.testid,
|
|
20975
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21027
|
+
otherProps = _objectWithoutProperties(props, _excluded$5C);
|
|
20976
21028
|
return /*#__PURE__*/React.createElement("span", {
|
|
20977
21029
|
role: "img",
|
|
20978
21030
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20979
21031
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20980
|
-
children: loadingCircleStyle$
|
|
21032
|
+
children: loadingCircleStyle$5C
|
|
20981
21033
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20982
21034
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20983
21035
|
width: size,
|
|
@@ -21014,8 +21066,8 @@ Pause2.defaultProps = {
|
|
|
21014
21066
|
size: '1em'
|
|
21015
21067
|
};
|
|
21016
21068
|
|
|
21017
|
-
var _excluded$
|
|
21018
|
-
var loadingCircleStyle$
|
|
21069
|
+
var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21070
|
+
var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21019
21071
|
var Export = function Export(props) {
|
|
21020
21072
|
var color = props.color,
|
|
21021
21073
|
size = props.size,
|
|
@@ -21024,12 +21076,12 @@ var Export = function Export(props) {
|
|
|
21024
21076
|
className = props.className,
|
|
21025
21077
|
iconClassName = props.iconClassName,
|
|
21026
21078
|
testid = props.testid,
|
|
21027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21079
|
+
otherProps = _objectWithoutProperties(props, _excluded$5D);
|
|
21028
21080
|
return /*#__PURE__*/React.createElement("span", {
|
|
21029
21081
|
role: "img",
|
|
21030
21082
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21031
21083
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21032
|
-
children: loadingCircleStyle$
|
|
21084
|
+
children: loadingCircleStyle$5D
|
|
21033
21085
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21034
21086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21035
21087
|
width: size,
|
|
@@ -21068,8 +21120,8 @@ Export.defaultProps = {
|
|
|
21068
21120
|
size: '1em'
|
|
21069
21121
|
};
|
|
21070
21122
|
|
|
21071
|
-
var _excluded$
|
|
21072
|
-
var loadingCircleStyle$
|
|
21123
|
+
var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21124
|
+
var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21073
21125
|
var Import = function Import(props) {
|
|
21074
21126
|
var color = props.color,
|
|
21075
21127
|
size = props.size,
|
|
@@ -21078,12 +21130,12 @@ var Import = function Import(props) {
|
|
|
21078
21130
|
className = props.className,
|
|
21079
21131
|
iconClassName = props.iconClassName,
|
|
21080
21132
|
testid = props.testid,
|
|
21081
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21133
|
+
otherProps = _objectWithoutProperties(props, _excluded$5E);
|
|
21082
21134
|
return /*#__PURE__*/React.createElement("span", {
|
|
21083
21135
|
role: "img",
|
|
21084
21136
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21085
21137
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21086
|
-
children: loadingCircleStyle$
|
|
21138
|
+
children: loadingCircleStyle$5E
|
|
21087
21139
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21088
21140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21089
21141
|
width: size,
|
|
@@ -21122,8 +21174,8 @@ Import.defaultProps = {
|
|
|
21122
21174
|
size: '1em'
|
|
21123
21175
|
};
|
|
21124
21176
|
|
|
21125
|
-
var _excluded$
|
|
21126
|
-
var loadingCircleStyle$
|
|
21177
|
+
var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21178
|
+
var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21127
21179
|
var Subtract = function Subtract(props) {
|
|
21128
21180
|
var color = props.color,
|
|
21129
21181
|
size = props.size,
|
|
@@ -21132,12 +21184,12 @@ var Subtract = function Subtract(props) {
|
|
|
21132
21184
|
className = props.className,
|
|
21133
21185
|
iconClassName = props.iconClassName,
|
|
21134
21186
|
testid = props.testid,
|
|
21135
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21187
|
+
otherProps = _objectWithoutProperties(props, _excluded$5F);
|
|
21136
21188
|
return /*#__PURE__*/React.createElement("span", {
|
|
21137
21189
|
role: "img",
|
|
21138
21190
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21139
21191
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21140
|
-
children: loadingCircleStyle$
|
|
21192
|
+
children: loadingCircleStyle$5F
|
|
21141
21193
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21142
21194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21143
21195
|
width: size,
|
|
@@ -21177,8 +21229,8 @@ Subtract.defaultProps = {
|
|
|
21177
21229
|
size: '1em'
|
|
21178
21230
|
};
|
|
21179
21231
|
|
|
21180
|
-
var _excluded$
|
|
21181
|
-
var loadingCircleStyle$
|
|
21232
|
+
var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21233
|
+
var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21182
21234
|
var Add1 = function Add1(props) {
|
|
21183
21235
|
var color = props.color,
|
|
21184
21236
|
size = props.size,
|
|
@@ -21187,12 +21239,12 @@ var Add1 = function Add1(props) {
|
|
|
21187
21239
|
className = props.className,
|
|
21188
21240
|
iconClassName = props.iconClassName,
|
|
21189
21241
|
testid = props.testid,
|
|
21190
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21242
|
+
otherProps = _objectWithoutProperties(props, _excluded$5G);
|
|
21191
21243
|
return /*#__PURE__*/React.createElement("span", {
|
|
21192
21244
|
role: "img",
|
|
21193
21245
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21194
21246
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21195
|
-
children: loadingCircleStyle$
|
|
21247
|
+
children: loadingCircleStyle$5G
|
|
21196
21248
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21197
21249
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21198
21250
|
width: size,
|
|
@@ -21229,8 +21281,8 @@ Add1.defaultProps = {
|
|
|
21229
21281
|
size: '1em'
|
|
21230
21282
|
};
|
|
21231
21283
|
|
|
21232
|
-
var _excluded$
|
|
21233
|
-
var loadingCircleStyle$
|
|
21284
|
+
var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21285
|
+
var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21234
21286
|
var Add2 = function Add2(props) {
|
|
21235
21287
|
var color = props.color,
|
|
21236
21288
|
size = props.size,
|
|
@@ -21239,12 +21291,12 @@ var Add2 = function Add2(props) {
|
|
|
21239
21291
|
className = props.className,
|
|
21240
21292
|
iconClassName = props.iconClassName,
|
|
21241
21293
|
testid = props.testid,
|
|
21242
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21294
|
+
otherProps = _objectWithoutProperties(props, _excluded$5H);
|
|
21243
21295
|
return /*#__PURE__*/React.createElement("span", {
|
|
21244
21296
|
role: "img",
|
|
21245
21297
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21246
21298
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21247
|
-
children: loadingCircleStyle$
|
|
21299
|
+
children: loadingCircleStyle$5H
|
|
21248
21300
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21249
21301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21250
21302
|
width: size,
|
|
@@ -21281,8 +21333,8 @@ Add2.defaultProps = {
|
|
|
21281
21333
|
size: '1em'
|
|
21282
21334
|
};
|
|
21283
21335
|
|
|
21284
|
-
var _excluded$
|
|
21285
|
-
var loadingCircleStyle$
|
|
21336
|
+
var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21337
|
+
var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21286
21338
|
var Add3 = function Add3(props) {
|
|
21287
21339
|
var color = props.color,
|
|
21288
21340
|
size = props.size,
|
|
@@ -21291,12 +21343,12 @@ var Add3 = function Add3(props) {
|
|
|
21291
21343
|
className = props.className,
|
|
21292
21344
|
iconClassName = props.iconClassName,
|
|
21293
21345
|
testid = props.testid,
|
|
21294
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21346
|
+
otherProps = _objectWithoutProperties(props, _excluded$5I);
|
|
21295
21347
|
return /*#__PURE__*/React.createElement("span", {
|
|
21296
21348
|
role: "img",
|
|
21297
21349
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21298
21350
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21299
|
-
children: loadingCircleStyle$
|
|
21351
|
+
children: loadingCircleStyle$5I
|
|
21300
21352
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21301
21353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21302
21354
|
width: size,
|
|
@@ -21333,8 +21385,8 @@ Add3.defaultProps = {
|
|
|
21333
21385
|
size: '1em'
|
|
21334
21386
|
};
|
|
21335
21387
|
|
|
21336
|
-
var _excluded$
|
|
21337
|
-
var loadingCircleStyle$
|
|
21388
|
+
var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21389
|
+
var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21338
21390
|
var Subtract3 = function Subtract3(props) {
|
|
21339
21391
|
var color = props.color,
|
|
21340
21392
|
size = props.size,
|
|
@@ -21343,12 +21395,12 @@ var Subtract3 = function Subtract3(props) {
|
|
|
21343
21395
|
className = props.className,
|
|
21344
21396
|
iconClassName = props.iconClassName,
|
|
21345
21397
|
testid = props.testid,
|
|
21346
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21398
|
+
otherProps = _objectWithoutProperties(props, _excluded$5J);
|
|
21347
21399
|
return /*#__PURE__*/React.createElement("span", {
|
|
21348
21400
|
role: "img",
|
|
21349
21401
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21350
21402
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21351
|
-
children: loadingCircleStyle$
|
|
21403
|
+
children: loadingCircleStyle$5J
|
|
21352
21404
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21353
21405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21354
21406
|
width: size,
|
|
@@ -21387,8 +21439,8 @@ Subtract3.defaultProps = {
|
|
|
21387
21439
|
size: '1em'
|
|
21388
21440
|
};
|
|
21389
21441
|
|
|
21390
|
-
var _excluded$
|
|
21391
|
-
var loadingCircleStyle$
|
|
21442
|
+
var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21443
|
+
var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21392
21444
|
var Add3Fill = function Add3Fill(props) {
|
|
21393
21445
|
var color = props.color,
|
|
21394
21446
|
size = props.size,
|
|
@@ -21397,12 +21449,12 @@ var Add3Fill = function Add3Fill(props) {
|
|
|
21397
21449
|
className = props.className,
|
|
21398
21450
|
iconClassName = props.iconClassName,
|
|
21399
21451
|
testid = props.testid,
|
|
21400
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21452
|
+
otherProps = _objectWithoutProperties(props, _excluded$5K);
|
|
21401
21453
|
return /*#__PURE__*/React.createElement("span", {
|
|
21402
21454
|
role: "img",
|
|
21403
21455
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21404
21456
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21405
|
-
children: loadingCircleStyle$
|
|
21457
|
+
children: loadingCircleStyle$5K
|
|
21406
21458
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21407
21459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21408
21460
|
width: size,
|
|
@@ -21439,8 +21491,8 @@ Add3Fill.defaultProps = {
|
|
|
21439
21491
|
size: '1em'
|
|
21440
21492
|
};
|
|
21441
21493
|
|
|
21442
|
-
var _excluded$
|
|
21443
|
-
var loadingCircleStyle$
|
|
21494
|
+
var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21495
|
+
var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21444
21496
|
var Subtract2 = function Subtract2(props) {
|
|
21445
21497
|
var color = props.color,
|
|
21446
21498
|
size = props.size,
|
|
@@ -21449,12 +21501,12 @@ var Subtract2 = function Subtract2(props) {
|
|
|
21449
21501
|
className = props.className,
|
|
21450
21502
|
iconClassName = props.iconClassName,
|
|
21451
21503
|
testid = props.testid,
|
|
21452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21504
|
+
otherProps = _objectWithoutProperties(props, _excluded$5L);
|
|
21453
21505
|
return /*#__PURE__*/React.createElement("span", {
|
|
21454
21506
|
role: "img",
|
|
21455
21507
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21456
21508
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21457
|
-
children: loadingCircleStyle$
|
|
21509
|
+
children: loadingCircleStyle$5L
|
|
21458
21510
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21459
21511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21460
21512
|
width: size,
|
|
@@ -21495,8 +21547,8 @@ Subtract2.defaultProps = {
|
|
|
21495
21547
|
size: '1em'
|
|
21496
21548
|
};
|
|
21497
21549
|
|
|
21498
|
-
var _excluded$
|
|
21499
|
-
var loadingCircleStyle$
|
|
21550
|
+
var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21551
|
+
var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21500
21552
|
var Update = function Update(props) {
|
|
21501
21553
|
var color = props.color,
|
|
21502
21554
|
size = props.size,
|
|
@@ -21505,12 +21557,12 @@ var Update = function Update(props) {
|
|
|
21505
21557
|
className = props.className,
|
|
21506
21558
|
iconClassName = props.iconClassName,
|
|
21507
21559
|
testid = props.testid,
|
|
21508
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21560
|
+
otherProps = _objectWithoutProperties(props, _excluded$5M);
|
|
21509
21561
|
return /*#__PURE__*/React.createElement("span", {
|
|
21510
21562
|
role: "img",
|
|
21511
21563
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21512
21564
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21513
|
-
children: loadingCircleStyle$
|
|
21565
|
+
children: loadingCircleStyle$5M
|
|
21514
21566
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21515
21567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21516
21568
|
width: size,
|
|
@@ -21547,8 +21599,8 @@ Update.defaultProps = {
|
|
|
21547
21599
|
size: '1em'
|
|
21548
21600
|
};
|
|
21549
21601
|
|
|
21550
|
-
var _excluded$
|
|
21551
|
-
var loadingCircleStyle$
|
|
21602
|
+
var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21603
|
+
var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21552
21604
|
var Rename = function Rename(props) {
|
|
21553
21605
|
var color = props.color,
|
|
21554
21606
|
size = props.size,
|
|
@@ -21557,12 +21609,12 @@ var Rename = function Rename(props) {
|
|
|
21557
21609
|
className = props.className,
|
|
21558
21610
|
iconClassName = props.iconClassName,
|
|
21559
21611
|
testid = props.testid,
|
|
21560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21612
|
+
otherProps = _objectWithoutProperties(props, _excluded$5N);
|
|
21561
21613
|
return /*#__PURE__*/React.createElement("span", {
|
|
21562
21614
|
role: "img",
|
|
21563
21615
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21564
21616
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21565
|
-
children: loadingCircleStyle$
|
|
21617
|
+
children: loadingCircleStyle$5N
|
|
21566
21618
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21567
21619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21568
21620
|
width: size,
|
|
@@ -21601,8 +21653,8 @@ Rename.defaultProps = {
|
|
|
21601
21653
|
size: '1em'
|
|
21602
21654
|
};
|
|
21603
21655
|
|
|
21604
|
-
var _excluded$
|
|
21605
|
-
var loadingCircleStyle$
|
|
21656
|
+
var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21657
|
+
var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21606
21658
|
var PlayCircle = function PlayCircle(props) {
|
|
21607
21659
|
var color = props.color,
|
|
21608
21660
|
size = props.size,
|
|
@@ -21611,12 +21663,12 @@ var PlayCircle = function PlayCircle(props) {
|
|
|
21611
21663
|
className = props.className,
|
|
21612
21664
|
iconClassName = props.iconClassName,
|
|
21613
21665
|
testid = props.testid,
|
|
21614
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21666
|
+
otherProps = _objectWithoutProperties(props, _excluded$5O);
|
|
21615
21667
|
return /*#__PURE__*/React.createElement("span", {
|
|
21616
21668
|
role: "img",
|
|
21617
21669
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21618
21670
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21619
|
-
children: loadingCircleStyle$
|
|
21671
|
+
children: loadingCircleStyle$5O
|
|
21620
21672
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21621
21673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21622
21674
|
width: size,
|
|
@@ -21653,8 +21705,8 @@ PlayCircle.defaultProps = {
|
|
|
21653
21705
|
size: '1em'
|
|
21654
21706
|
};
|
|
21655
21707
|
|
|
21656
|
-
var _excluded$
|
|
21657
|
-
var loadingCircleStyle$
|
|
21708
|
+
var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21709
|
+
var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21658
21710
|
var PauseCircle = function PauseCircle(props) {
|
|
21659
21711
|
var color = props.color,
|
|
21660
21712
|
size = props.size,
|
|
@@ -21663,12 +21715,12 @@ var PauseCircle = function PauseCircle(props) {
|
|
|
21663
21715
|
className = props.className,
|
|
21664
21716
|
iconClassName = props.iconClassName,
|
|
21665
21717
|
testid = props.testid,
|
|
21666
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21718
|
+
otherProps = _objectWithoutProperties(props, _excluded$5P);
|
|
21667
21719
|
return /*#__PURE__*/React.createElement("span", {
|
|
21668
21720
|
role: "img",
|
|
21669
21721
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21670
21722
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21671
|
-
children: loadingCircleStyle$
|
|
21723
|
+
children: loadingCircleStyle$5P
|
|
21672
21724
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21673
21725
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21674
21726
|
width: size,
|
|
@@ -21705,8 +21757,8 @@ PauseCircle.defaultProps = {
|
|
|
21705
21757
|
size: '1em'
|
|
21706
21758
|
};
|
|
21707
21759
|
|
|
21708
|
-
var _excluded$
|
|
21709
|
-
var loadingCircleStyle$
|
|
21760
|
+
var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21761
|
+
var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21710
21762
|
var UpdateData = function UpdateData(props) {
|
|
21711
21763
|
var color = props.color,
|
|
21712
21764
|
size = props.size,
|
|
@@ -21715,12 +21767,12 @@ var UpdateData = function UpdateData(props) {
|
|
|
21715
21767
|
className = props.className,
|
|
21716
21768
|
iconClassName = props.iconClassName,
|
|
21717
21769
|
testid = props.testid,
|
|
21718
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21770
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Q);
|
|
21719
21771
|
return /*#__PURE__*/React.createElement("span", {
|
|
21720
21772
|
role: "img",
|
|
21721
21773
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21722
21774
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21723
|
-
children: loadingCircleStyle$
|
|
21775
|
+
children: loadingCircleStyle$5Q
|
|
21724
21776
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21725
21777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21726
21778
|
width: size,
|
|
@@ -21761,8 +21813,8 @@ UpdateData.defaultProps = {
|
|
|
21761
21813
|
size: '1em'
|
|
21762
21814
|
};
|
|
21763
21815
|
|
|
21764
|
-
var _excluded$
|
|
21765
|
-
var loadingCircleStyle$
|
|
21816
|
+
var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21817
|
+
var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21766
21818
|
var Upload = function Upload(props) {
|
|
21767
21819
|
var color = props.color,
|
|
21768
21820
|
size = props.size,
|
|
@@ -21771,12 +21823,12 @@ var Upload = function Upload(props) {
|
|
|
21771
21823
|
className = props.className,
|
|
21772
21824
|
iconClassName = props.iconClassName,
|
|
21773
21825
|
testid = props.testid,
|
|
21774
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21826
|
+
otherProps = _objectWithoutProperties(props, _excluded$5R);
|
|
21775
21827
|
return /*#__PURE__*/React.createElement("span", {
|
|
21776
21828
|
role: "img",
|
|
21777
21829
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21778
21830
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21779
|
-
children: loadingCircleStyle$
|
|
21831
|
+
children: loadingCircleStyle$5R
|
|
21780
21832
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21781
21833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21782
21834
|
width: size,
|
|
@@ -21815,8 +21867,8 @@ Upload.defaultProps = {
|
|
|
21815
21867
|
size: '1em'
|
|
21816
21868
|
};
|
|
21817
21869
|
|
|
21818
|
-
var _excluded$
|
|
21819
|
-
var loadingCircleStyle$
|
|
21870
|
+
var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21871
|
+
var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21820
21872
|
var Click = function Click(props) {
|
|
21821
21873
|
var color = props.color,
|
|
21822
21874
|
size = props.size,
|
|
@@ -21825,12 +21877,12 @@ var Click = function Click(props) {
|
|
|
21825
21877
|
className = props.className,
|
|
21826
21878
|
iconClassName = props.iconClassName,
|
|
21827
21879
|
testid = props.testid,
|
|
21828
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21880
|
+
otherProps = _objectWithoutProperties(props, _excluded$5S);
|
|
21829
21881
|
return /*#__PURE__*/React.createElement("span", {
|
|
21830
21882
|
role: "img",
|
|
21831
21883
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21832
21884
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21833
|
-
children: loadingCircleStyle$
|
|
21885
|
+
children: loadingCircleStyle$5S
|
|
21834
21886
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21835
21887
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21836
21888
|
width: size,
|
|
@@ -21867,8 +21919,8 @@ Click.defaultProps = {
|
|
|
21867
21919
|
size: '1em'
|
|
21868
21920
|
};
|
|
21869
21921
|
|
|
21870
|
-
var _excluded$
|
|
21871
|
-
var loadingCircleStyle$
|
|
21922
|
+
var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21923
|
+
var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21872
21924
|
var Install = function Install(props) {
|
|
21873
21925
|
var color = props.color,
|
|
21874
21926
|
size = props.size,
|
|
@@ -21877,12 +21929,12 @@ var Install = function Install(props) {
|
|
|
21877
21929
|
className = props.className,
|
|
21878
21930
|
iconClassName = props.iconClassName,
|
|
21879
21931
|
testid = props.testid,
|
|
21880
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21932
|
+
otherProps = _objectWithoutProperties(props, _excluded$5T);
|
|
21881
21933
|
return /*#__PURE__*/React.createElement("span", {
|
|
21882
21934
|
role: "img",
|
|
21883
21935
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21884
21936
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21885
|
-
children: loadingCircleStyle$
|
|
21937
|
+
children: loadingCircleStyle$5T
|
|
21886
21938
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21887
21939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21888
21940
|
width: size,
|
|
@@ -21919,8 +21971,8 @@ Install.defaultProps = {
|
|
|
21919
21971
|
size: '1em'
|
|
21920
21972
|
};
|
|
21921
21973
|
|
|
21922
|
-
var _excluded$
|
|
21923
|
-
var loadingCircleStyle$
|
|
21974
|
+
var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21975
|
+
var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21924
21976
|
var Expand = function Expand(props) {
|
|
21925
21977
|
var color = props.color,
|
|
21926
21978
|
size = props.size,
|
|
@@ -21929,12 +21981,12 @@ var Expand = function Expand(props) {
|
|
|
21929
21981
|
className = props.className,
|
|
21930
21982
|
iconClassName = props.iconClassName,
|
|
21931
21983
|
testid = props.testid,
|
|
21932
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21984
|
+
otherProps = _objectWithoutProperties(props, _excluded$5U);
|
|
21933
21985
|
return /*#__PURE__*/React.createElement("span", {
|
|
21934
21986
|
role: "img",
|
|
21935
21987
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21936
21988
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21937
|
-
children: loadingCircleStyle$
|
|
21989
|
+
children: loadingCircleStyle$5U
|
|
21938
21990
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21939
21991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21940
21992
|
width: size,
|
|
@@ -21973,8 +22025,8 @@ Expand.defaultProps = {
|
|
|
21973
22025
|
size: '1em'
|
|
21974
22026
|
};
|
|
21975
22027
|
|
|
21976
|
-
var _excluded$
|
|
21977
|
-
var loadingCircleStyle$
|
|
22028
|
+
var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22029
|
+
var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21978
22030
|
var Pinch = function Pinch(props) {
|
|
21979
22031
|
var color = props.color,
|
|
21980
22032
|
size = props.size,
|
|
@@ -21983,12 +22035,12 @@ var Pinch = function Pinch(props) {
|
|
|
21983
22035
|
className = props.className,
|
|
21984
22036
|
iconClassName = props.iconClassName,
|
|
21985
22037
|
testid = props.testid,
|
|
21986
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22038
|
+
otherProps = _objectWithoutProperties(props, _excluded$5V);
|
|
21987
22039
|
return /*#__PURE__*/React.createElement("span", {
|
|
21988
22040
|
role: "img",
|
|
21989
22041
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21990
22042
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21991
|
-
children: loadingCircleStyle$
|
|
22043
|
+
children: loadingCircleStyle$5V
|
|
21992
22044
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21993
22045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21994
22046
|
width: size,
|
|
@@ -22027,8 +22079,8 @@ Pinch.defaultProps = {
|
|
|
22027
22079
|
size: '1em'
|
|
22028
22080
|
};
|
|
22029
22081
|
|
|
22030
|
-
var _excluded$
|
|
22031
|
-
var loadingCircleStyle$
|
|
22082
|
+
var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22083
|
+
var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22032
22084
|
var NewIndicator = function NewIndicator(props) {
|
|
22033
22085
|
var color = props.color,
|
|
22034
22086
|
size = props.size,
|
|
@@ -22037,12 +22089,12 @@ var NewIndicator = function NewIndicator(props) {
|
|
|
22037
22089
|
className = props.className,
|
|
22038
22090
|
iconClassName = props.iconClassName,
|
|
22039
22091
|
testid = props.testid,
|
|
22040
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22092
|
+
otherProps = _objectWithoutProperties(props, _excluded$5W);
|
|
22041
22093
|
return /*#__PURE__*/React.createElement("span", {
|
|
22042
22094
|
role: "img",
|
|
22043
22095
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22044
22096
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22045
|
-
children: loadingCircleStyle$
|
|
22097
|
+
children: loadingCircleStyle$5W
|
|
22046
22098
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22047
22099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22048
22100
|
width: size,
|
|
@@ -22081,8 +22133,8 @@ NewIndicator.defaultProps = {
|
|
|
22081
22133
|
size: '1em'
|
|
22082
22134
|
};
|
|
22083
22135
|
|
|
22084
|
-
var _excluded$
|
|
22085
|
-
var loadingCircleStyle$
|
|
22136
|
+
var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22137
|
+
var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22086
22138
|
var BoxOpen = function BoxOpen(props) {
|
|
22087
22139
|
var color = props.color,
|
|
22088
22140
|
size = props.size,
|
|
@@ -22091,12 +22143,12 @@ var BoxOpen = function BoxOpen(props) {
|
|
|
22091
22143
|
className = props.className,
|
|
22092
22144
|
iconClassName = props.iconClassName,
|
|
22093
22145
|
testid = props.testid,
|
|
22094
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22146
|
+
otherProps = _objectWithoutProperties(props, _excluded$5X);
|
|
22095
22147
|
return /*#__PURE__*/React.createElement("span", {
|
|
22096
22148
|
role: "img",
|
|
22097
22149
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22098
22150
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22099
|
-
children: loadingCircleStyle$
|
|
22151
|
+
children: loadingCircleStyle$5X
|
|
22100
22152
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22101
22153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22102
22154
|
width: size,
|
|
@@ -22135,8 +22187,8 @@ BoxOpen.defaultProps = {
|
|
|
22135
22187
|
size: '1em'
|
|
22136
22188
|
};
|
|
22137
22189
|
|
|
22138
|
-
var _excluded$
|
|
22139
|
-
var loadingCircleStyle$
|
|
22190
|
+
var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22191
|
+
var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22140
22192
|
var Interval = function Interval(props) {
|
|
22141
22193
|
var color = props.color,
|
|
22142
22194
|
size = props.size,
|
|
@@ -22145,12 +22197,12 @@ var Interval = function Interval(props) {
|
|
|
22145
22197
|
className = props.className,
|
|
22146
22198
|
iconClassName = props.iconClassName,
|
|
22147
22199
|
testid = props.testid,
|
|
22148
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22200
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Y);
|
|
22149
22201
|
return /*#__PURE__*/React.createElement("span", {
|
|
22150
22202
|
role: "img",
|
|
22151
22203
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22152
22204
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22153
|
-
children: loadingCircleStyle$
|
|
22205
|
+
children: loadingCircleStyle$5Y
|
|
22154
22206
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22155
22207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22156
22208
|
width: size,
|
|
@@ -22195,8 +22247,8 @@ Interval.defaultProps = {
|
|
|
22195
22247
|
size: '1em'
|
|
22196
22248
|
};
|
|
22197
22249
|
|
|
22198
|
-
var _excluded$
|
|
22199
|
-
var loadingCircleStyle$
|
|
22250
|
+
var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22251
|
+
var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22200
22252
|
var Revert = function Revert(props) {
|
|
22201
22253
|
var color = props.color,
|
|
22202
22254
|
size = props.size,
|
|
@@ -22205,12 +22257,12 @@ var Revert = function Revert(props) {
|
|
|
22205
22257
|
className = props.className,
|
|
22206
22258
|
iconClassName = props.iconClassName,
|
|
22207
22259
|
testid = props.testid,
|
|
22208
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22260
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Z);
|
|
22209
22261
|
return /*#__PURE__*/React.createElement("span", {
|
|
22210
22262
|
role: "img",
|
|
22211
22263
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22212
22264
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22213
|
-
children: loadingCircleStyle$
|
|
22265
|
+
children: loadingCircleStyle$5Z
|
|
22214
22266
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22215
22267
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22216
22268
|
width: size,
|
|
@@ -22247,8 +22299,8 @@ Revert.defaultProps = {
|
|
|
22247
22299
|
size: '1em'
|
|
22248
22300
|
};
|
|
22249
22301
|
|
|
22250
|
-
var _excluded$
|
|
22251
|
-
var loadingCircleStyle$
|
|
22302
|
+
var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22303
|
+
var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22252
22304
|
var Insert = function Insert(props) {
|
|
22253
22305
|
var color = props.color,
|
|
22254
22306
|
size = props.size,
|
|
@@ -22257,12 +22309,12 @@ var Insert = function Insert(props) {
|
|
|
22257
22309
|
className = props.className,
|
|
22258
22310
|
iconClassName = props.iconClassName,
|
|
22259
22311
|
testid = props.testid,
|
|
22260
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22312
|
+
otherProps = _objectWithoutProperties(props, _excluded$5_);
|
|
22261
22313
|
return /*#__PURE__*/React.createElement("span", {
|
|
22262
22314
|
role: "img",
|
|
22263
22315
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22264
22316
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22265
|
-
children: loadingCircleStyle$
|
|
22317
|
+
children: loadingCircleStyle$5_
|
|
22266
22318
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22267
22319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22268
22320
|
width: size,
|
|
@@ -22301,8 +22353,8 @@ Insert.defaultProps = {
|
|
|
22301
22353
|
size: '1em'
|
|
22302
22354
|
};
|
|
22303
22355
|
|
|
22304
|
-
var _excluded$
|
|
22305
|
-
var loadingCircleStyle$
|
|
22356
|
+
var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22357
|
+
var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22306
22358
|
var Disable = function Disable(props) {
|
|
22307
22359
|
var color = props.color,
|
|
22308
22360
|
size = props.size,
|
|
@@ -22311,12 +22363,12 @@ var Disable = function Disable(props) {
|
|
|
22311
22363
|
className = props.className,
|
|
22312
22364
|
iconClassName = props.iconClassName,
|
|
22313
22365
|
testid = props.testid,
|
|
22314
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22366
|
+
otherProps = _objectWithoutProperties(props, _excluded$5$);
|
|
22315
22367
|
return /*#__PURE__*/React.createElement("span", {
|
|
22316
22368
|
role: "img",
|
|
22317
22369
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22318
22370
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22319
|
-
children: loadingCircleStyle$
|
|
22371
|
+
children: loadingCircleStyle$5$
|
|
22320
22372
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22321
22373
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22322
22374
|
width: size,
|
|
@@ -22355,8 +22407,8 @@ Disable.defaultProps = {
|
|
|
22355
22407
|
size: '1em'
|
|
22356
22408
|
};
|
|
22357
22409
|
|
|
22358
|
-
var _excluded$
|
|
22359
|
-
var loadingCircleStyle$
|
|
22410
|
+
var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22411
|
+
var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22360
22412
|
var Branch = function Branch(props) {
|
|
22361
22413
|
var color = props.color,
|
|
22362
22414
|
size = props.size,
|
|
@@ -22365,12 +22417,12 @@ var Branch = function Branch(props) {
|
|
|
22365
22417
|
className = props.className,
|
|
22366
22418
|
iconClassName = props.iconClassName,
|
|
22367
22419
|
testid = props.testid,
|
|
22368
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22420
|
+
otherProps = _objectWithoutProperties(props, _excluded$60);
|
|
22369
22421
|
return /*#__PURE__*/React.createElement("span", {
|
|
22370
22422
|
role: "img",
|
|
22371
22423
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22372
22424
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22373
|
-
children: loadingCircleStyle$
|
|
22425
|
+
children: loadingCircleStyle$60
|
|
22374
22426
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22375
22427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22376
22428
|
width: size,
|
|
@@ -22407,8 +22459,8 @@ Branch.defaultProps = {
|
|
|
22407
22459
|
size: '1em'
|
|
22408
22460
|
};
|
|
22409
22461
|
|
|
22410
|
-
var _excluded$
|
|
22411
|
-
var loadingCircleStyle$
|
|
22462
|
+
var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22463
|
+
var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22412
22464
|
var Validate = function Validate(props) {
|
|
22413
22465
|
var color = props.color,
|
|
22414
22466
|
size = props.size,
|
|
@@ -22417,12 +22469,12 @@ var Validate = function Validate(props) {
|
|
|
22417
22469
|
className = props.className,
|
|
22418
22470
|
iconClassName = props.iconClassName,
|
|
22419
22471
|
testid = props.testid,
|
|
22420
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22472
|
+
otherProps = _objectWithoutProperties(props, _excluded$61);
|
|
22421
22473
|
return /*#__PURE__*/React.createElement("span", {
|
|
22422
22474
|
role: "img",
|
|
22423
22475
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22424
22476
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22425
|
-
children: loadingCircleStyle$
|
|
22477
|
+
children: loadingCircleStyle$61
|
|
22426
22478
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22427
22479
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22428
22480
|
width: size,
|
|
@@ -22463,8 +22515,8 @@ Validate.defaultProps = {
|
|
|
22463
22515
|
size: '1em'
|
|
22464
22516
|
};
|
|
22465
22517
|
|
|
22466
|
-
var _excluded$
|
|
22467
|
-
var loadingCircleStyle$
|
|
22518
|
+
var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22519
|
+
var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22468
22520
|
var MagicWand = function MagicWand(props) {
|
|
22469
22521
|
var color = props.color,
|
|
22470
22522
|
size = props.size,
|
|
@@ -22473,12 +22525,12 @@ var MagicWand = function MagicWand(props) {
|
|
|
22473
22525
|
className = props.className,
|
|
22474
22526
|
iconClassName = props.iconClassName,
|
|
22475
22527
|
testid = props.testid,
|
|
22476
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22528
|
+
otherProps = _objectWithoutProperties(props, _excluded$62);
|
|
22477
22529
|
return /*#__PURE__*/React.createElement("span", {
|
|
22478
22530
|
role: "img",
|
|
22479
22531
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22480
22532
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22481
|
-
children: loadingCircleStyle$
|
|
22533
|
+
children: loadingCircleStyle$62
|
|
22482
22534
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22483
22535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22484
22536
|
width: size,
|
|
@@ -22515,8 +22567,8 @@ MagicWand.defaultProps = {
|
|
|
22515
22567
|
size: '1em'
|
|
22516
22568
|
};
|
|
22517
22569
|
|
|
22518
|
-
var _excluded$
|
|
22519
|
-
var loadingCircleStyle$
|
|
22570
|
+
var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22571
|
+
var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22520
22572
|
var SystemBuild = function SystemBuild(props) {
|
|
22521
22573
|
var color = props.color,
|
|
22522
22574
|
size = props.size,
|
|
@@ -22525,12 +22577,12 @@ var SystemBuild = function SystemBuild(props) {
|
|
|
22525
22577
|
className = props.className,
|
|
22526
22578
|
iconClassName = props.iconClassName,
|
|
22527
22579
|
testid = props.testid,
|
|
22528
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22580
|
+
otherProps = _objectWithoutProperties(props, _excluded$63);
|
|
22529
22581
|
return /*#__PURE__*/React.createElement("span", {
|
|
22530
22582
|
role: "img",
|
|
22531
22583
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22532
22584
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22533
|
-
children: loadingCircleStyle$
|
|
22585
|
+
children: loadingCircleStyle$63
|
|
22534
22586
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22535
22587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22536
22588
|
width: size,
|
|
@@ -22571,8 +22623,8 @@ SystemBuild.defaultProps = {
|
|
|
22571
22623
|
size: '1em'
|
|
22572
22624
|
};
|
|
22573
22625
|
|
|
22574
|
-
var _excluded$
|
|
22575
|
-
var loadingCircleStyle$
|
|
22626
|
+
var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22627
|
+
var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22576
22628
|
var AddToPage = function AddToPage(props) {
|
|
22577
22629
|
var color = props.color,
|
|
22578
22630
|
size = props.size,
|
|
@@ -22581,12 +22633,12 @@ var AddToPage = function AddToPage(props) {
|
|
|
22581
22633
|
className = props.className,
|
|
22582
22634
|
iconClassName = props.iconClassName,
|
|
22583
22635
|
testid = props.testid,
|
|
22584
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22636
|
+
otherProps = _objectWithoutProperties(props, _excluded$64);
|
|
22585
22637
|
return /*#__PURE__*/React.createElement("span", {
|
|
22586
22638
|
role: "img",
|
|
22587
22639
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22588
22640
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22589
|
-
children: loadingCircleStyle$
|
|
22641
|
+
children: loadingCircleStyle$64
|
|
22590
22642
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22591
22643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22592
22644
|
width: size,
|
|
@@ -22625,8 +22677,8 @@ AddToPage.defaultProps = {
|
|
|
22625
22677
|
size: '1em'
|
|
22626
22678
|
};
|
|
22627
22679
|
|
|
22628
|
-
var _excluded$
|
|
22629
|
-
var loadingCircleStyle$
|
|
22680
|
+
var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22681
|
+
var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22630
22682
|
var FullDownload = function FullDownload(props) {
|
|
22631
22683
|
var color = props.color,
|
|
22632
22684
|
size = props.size,
|
|
@@ -22635,12 +22687,12 @@ var FullDownload = function FullDownload(props) {
|
|
|
22635
22687
|
className = props.className,
|
|
22636
22688
|
iconClassName = props.iconClassName,
|
|
22637
22689
|
testid = props.testid,
|
|
22638
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22690
|
+
otherProps = _objectWithoutProperties(props, _excluded$65);
|
|
22639
22691
|
return /*#__PURE__*/React.createElement("span", {
|
|
22640
22692
|
role: "img",
|
|
22641
22693
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22642
22694
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22643
|
-
children: loadingCircleStyle$
|
|
22695
|
+
children: loadingCircleStyle$65
|
|
22644
22696
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22645
22697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22646
22698
|
width: size,
|
|
@@ -22679,8 +22731,8 @@ FullDownload.defaultProps = {
|
|
|
22679
22731
|
size: '1em'
|
|
22680
22732
|
};
|
|
22681
22733
|
|
|
22682
|
-
var _excluded$
|
|
22683
|
-
var loadingCircleStyle$
|
|
22734
|
+
var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22735
|
+
var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22684
22736
|
var Download = function Download(props) {
|
|
22685
22737
|
var color = props.color,
|
|
22686
22738
|
size = props.size,
|
|
@@ -22689,12 +22741,12 @@ var Download = function Download(props) {
|
|
|
22689
22741
|
className = props.className,
|
|
22690
22742
|
iconClassName = props.iconClassName,
|
|
22691
22743
|
testid = props.testid,
|
|
22692
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22744
|
+
otherProps = _objectWithoutProperties(props, _excluded$66);
|
|
22693
22745
|
return /*#__PURE__*/React.createElement("span", {
|
|
22694
22746
|
role: "img",
|
|
22695
22747
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22696
22748
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22697
|
-
children: loadingCircleStyle$
|
|
22749
|
+
children: loadingCircleStyle$66
|
|
22698
22750
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22699
22751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22700
22752
|
width: size,
|
|
@@ -22731,8 +22783,8 @@ Download.defaultProps = {
|
|
|
22731
22783
|
size: '1em'
|
|
22732
22784
|
};
|
|
22733
22785
|
|
|
22734
|
-
var _excluded$
|
|
22735
|
-
var loadingCircleStyle$
|
|
22786
|
+
var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22787
|
+
var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22736
22788
|
var EventModify = function EventModify(props) {
|
|
22737
22789
|
var color = props.color,
|
|
22738
22790
|
size = props.size,
|
|
@@ -22741,12 +22793,12 @@ var EventModify = function EventModify(props) {
|
|
|
22741
22793
|
className = props.className,
|
|
22742
22794
|
iconClassName = props.iconClassName,
|
|
22743
22795
|
testid = props.testid,
|
|
22744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22796
|
+
otherProps = _objectWithoutProperties(props, _excluded$67);
|
|
22745
22797
|
return /*#__PURE__*/React.createElement("span", {
|
|
22746
22798
|
role: "img",
|
|
22747
22799
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22748
22800
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22749
|
-
children: loadingCircleStyle$
|
|
22801
|
+
children: loadingCircleStyle$67
|
|
22750
22802
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22751
22803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22752
22804
|
width: size,
|
|
@@ -22783,8 +22835,8 @@ EventModify.defaultProps = {
|
|
|
22783
22835
|
size: '1em'
|
|
22784
22836
|
};
|
|
22785
22837
|
|
|
22786
|
-
var _excluded$
|
|
22787
|
-
var loadingCircleStyle$
|
|
22838
|
+
var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22839
|
+
var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22788
22840
|
var Pin = function Pin(props) {
|
|
22789
22841
|
var color = props.color,
|
|
22790
22842
|
size = props.size,
|
|
@@ -22793,12 +22845,12 @@ var Pin = function Pin(props) {
|
|
|
22793
22845
|
className = props.className,
|
|
22794
22846
|
iconClassName = props.iconClassName,
|
|
22795
22847
|
testid = props.testid,
|
|
22796
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22848
|
+
otherProps = _objectWithoutProperties(props, _excluded$68);
|
|
22797
22849
|
return /*#__PURE__*/React.createElement("span", {
|
|
22798
22850
|
role: "img",
|
|
22799
22851
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22800
22852
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22801
|
-
children: loadingCircleStyle$
|
|
22853
|
+
children: loadingCircleStyle$68
|
|
22802
22854
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22803
22855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22804
22856
|
width: size,
|
|
@@ -22835,63 +22887,9 @@ Pin.defaultProps = {
|
|
|
22835
22887
|
size: '1em'
|
|
22836
22888
|
};
|
|
22837
22889
|
|
|
22838
|
-
var _excluded$
|
|
22839
|
-
var loadingCircleStyle$
|
|
22840
|
-
var
|
|
22841
|
-
var color = props.color,
|
|
22842
|
-
size = props.size,
|
|
22843
|
-
spin = props.spin,
|
|
22844
|
-
style = props.style,
|
|
22845
|
-
className = props.className,
|
|
22846
|
-
iconClassName = props.iconClassName,
|
|
22847
|
-
testid = props.testid,
|
|
22848
|
-
otherProps = _objectWithoutProperties(props, _excluded$68);
|
|
22849
|
-
return /*#__PURE__*/React.createElement("span", {
|
|
22850
|
-
role: "img",
|
|
22851
|
-
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22852
|
-
}, /*#__PURE__*/React.createElement("style", {
|
|
22853
|
-
children: loadingCircleStyle$68
|
|
22854
|
-
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22855
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22856
|
-
width: size,
|
|
22857
|
-
height: size,
|
|
22858
|
-
viewBox: "0 0 24 24",
|
|
22859
|
-
fill: color
|
|
22860
|
-
}, otherProps, {
|
|
22861
|
-
className: iconClassName,
|
|
22862
|
-
"data-testid": testid,
|
|
22863
|
-
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
22864
|
-
animationDuration: '1s',
|
|
22865
|
-
animationIterationCount: 'infinite',
|
|
22866
|
-
animationName: 'loadingCircle',
|
|
22867
|
-
animationTimingFunction: 'linear'
|
|
22868
|
-
} : {})
|
|
22869
|
-
}), /*#__PURE__*/React.createElement("svg", {
|
|
22870
|
-
width: "24",
|
|
22871
|
-
height: "24",
|
|
22872
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
22873
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
22874
|
-
d: "M18 3v2h-1v6l2 3h-2.404L15 11.606V5H9v6.606L7.404 14H14v2h-1v7h-2v-7H5v-2l2-3V5H6V3h12z"
|
|
22875
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22876
|
-
d: "M18.5 22a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
|
|
22877
|
-
}))));
|
|
22878
|
-
};
|
|
22879
|
-
PinUnsave.propTypes = {
|
|
22880
|
-
iconClassName: PropTypes.string,
|
|
22881
|
-
spin: PropTypes.bool,
|
|
22882
|
-
color: PropTypes.string,
|
|
22883
|
-
testid: PropTypes.string,
|
|
22884
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
22885
|
-
};
|
|
22886
|
-
PinUnsave.defaultProps = {
|
|
22887
|
-
spin: false,
|
|
22888
|
-
color: 'currentColor',
|
|
22889
|
-
size: '1em'
|
|
22890
|
-
};
|
|
22891
|
-
|
|
22892
|
-
var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22893
|
-
var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22894
|
-
var Unpin = function Unpin(props) {
|
|
22890
|
+
var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22891
|
+
var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22892
|
+
var PinFill = function PinFill(props) {
|
|
22895
22893
|
var color = props.color,
|
|
22896
22894
|
size = props.size,
|
|
22897
22895
|
spin = props.spin,
|
|
@@ -22925,21 +22923,17 @@ var Unpin = function Unpin(props) {
|
|
|
22925
22923
|
height: "24",
|
|
22926
22924
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22927
22925
|
}, /*#__PURE__*/React.createElement("path", {
|
|
22928
|
-
|
|
22929
|
-
clipRule: "evenodd",
|
|
22930
|
-
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"
|
|
22931
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22932
|
-
d: "M15 11.606l.425.637L19 15.818V14l-2-3V5h1V3H6.182L9 5.818V5h6v6.606z"
|
|
22926
|
+
d: "M18 5V3H6v2h1v6l-2 3v2h6v7h2v-7h6v-2l-2-3V5h1z"
|
|
22933
22927
|
}))));
|
|
22934
22928
|
};
|
|
22935
|
-
|
|
22929
|
+
PinFill.propTypes = {
|
|
22936
22930
|
iconClassName: PropTypes.string,
|
|
22937
22931
|
spin: PropTypes.bool,
|
|
22938
22932
|
color: PropTypes.string,
|
|
22939
22933
|
testid: PropTypes.string,
|
|
22940
22934
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
22941
22935
|
};
|
|
22942
|
-
|
|
22936
|
+
PinFill.defaultProps = {
|
|
22943
22937
|
spin: false,
|
|
22944
22938
|
color: 'currentColor',
|
|
22945
22939
|
size: '1em'
|
|
@@ -22947,7 +22941,7 @@ Unpin.defaultProps = {
|
|
|
22947
22941
|
|
|
22948
22942
|
var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22949
22943
|
var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22950
|
-
var
|
|
22944
|
+
var PinUnsave = function PinUnsave(props) {
|
|
22951
22945
|
var color = props.color,
|
|
22952
22946
|
size = props.size,
|
|
22953
22947
|
spin = props.spin,
|
|
@@ -22980,20 +22974,20 @@ var Unsave = function Unsave(props) {
|
|
|
22980
22974
|
width: "24",
|
|
22981
22975
|
height: "24",
|
|
22982
22976
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22983
|
-
}, /*#__PURE__*/React.createElement("
|
|
22984
|
-
|
|
22985
|
-
|
|
22986
|
-
|
|
22977
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
22978
|
+
d: "M18 3v2h-1v6l2 3h-2.404L15 11.606V5H9v6.606L7.404 14H14v2h-1v7h-2v-7H5v-2l2-3V5H6V3h12z"
|
|
22979
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22980
|
+
d: "M18.5 22a3.5 3.5 0 100-7 3.5 3.5 0 000 7z"
|
|
22987
22981
|
}))));
|
|
22988
22982
|
};
|
|
22989
|
-
|
|
22983
|
+
PinUnsave.propTypes = {
|
|
22990
22984
|
iconClassName: PropTypes.string,
|
|
22991
22985
|
spin: PropTypes.bool,
|
|
22992
22986
|
color: PropTypes.string,
|
|
22993
22987
|
testid: PropTypes.string,
|
|
22994
22988
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
22995
22989
|
};
|
|
22996
|
-
|
|
22990
|
+
PinUnsave.defaultProps = {
|
|
22997
22991
|
spin: false,
|
|
22998
22992
|
color: 'currentColor',
|
|
22999
22993
|
size: '1em'
|
|
@@ -23001,7 +22995,7 @@ Unsave.defaultProps = {
|
|
|
23001
22995
|
|
|
23002
22996
|
var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23003
22997
|
var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23004
|
-
var
|
|
22998
|
+
var Unpin = function Unpin(props) {
|
|
23005
22999
|
var color = props.color,
|
|
23006
23000
|
size = props.size,
|
|
23007
23001
|
spin = props.spin,
|
|
@@ -23035,17 +23029,21 @@ var Sticky = function Sticky(props) {
|
|
|
23035
23029
|
height: "24",
|
|
23036
23030
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23037
23031
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23038
|
-
|
|
23032
|
+
fillRule: "evenodd",
|
|
23033
|
+
clipRule: "evenodd",
|
|
23034
|
+
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"
|
|
23035
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23036
|
+
d: "M15 11.606l.425.637L19 15.818V14l-2-3V5h1V3H6.182L9 5.818V5h6v6.606z"
|
|
23039
23037
|
}))));
|
|
23040
23038
|
};
|
|
23041
|
-
|
|
23039
|
+
Unpin.propTypes = {
|
|
23042
23040
|
iconClassName: PropTypes.string,
|
|
23043
23041
|
spin: PropTypes.bool,
|
|
23044
23042
|
color: PropTypes.string,
|
|
23045
23043
|
testid: PropTypes.string,
|
|
23046
23044
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23047
23045
|
};
|
|
23048
|
-
|
|
23046
|
+
Unpin.defaultProps = {
|
|
23049
23047
|
spin: false,
|
|
23050
23048
|
color: 'currentColor',
|
|
23051
23049
|
size: '1em'
|
|
@@ -23053,7 +23051,7 @@ Sticky.defaultProps = {
|
|
|
23053
23051
|
|
|
23054
23052
|
var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23055
23053
|
var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23056
|
-
var
|
|
23054
|
+
var Pin2 = function Pin2(props) {
|
|
23057
23055
|
var color = props.color,
|
|
23058
23056
|
size = props.size,
|
|
23059
23057
|
spin = props.spin,
|
|
@@ -23086,18 +23084,25 @@ var Online = function Online(props) {
|
|
|
23086
23084
|
width: "24",
|
|
23087
23085
|
height: "24",
|
|
23088
23086
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23087
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
23088
|
+
clipPath: "url(#clip0_9610_29)"
|
|
23089
23089
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23090
|
-
d: "
|
|
23091
|
-
}))
|
|
23090
|
+
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"
|
|
23091
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
23092
|
+
id: "clip0_9610_29"
|
|
23093
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
23094
|
+
width: "24",
|
|
23095
|
+
height: "24"
|
|
23096
|
+
}))))));
|
|
23092
23097
|
};
|
|
23093
|
-
|
|
23098
|
+
Pin2.propTypes = {
|
|
23094
23099
|
iconClassName: PropTypes.string,
|
|
23095
23100
|
spin: PropTypes.bool,
|
|
23096
23101
|
color: PropTypes.string,
|
|
23097
23102
|
testid: PropTypes.string,
|
|
23098
23103
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23099
23104
|
};
|
|
23100
|
-
|
|
23105
|
+
Pin2.defaultProps = {
|
|
23101
23106
|
spin: false,
|
|
23102
23107
|
color: 'currentColor',
|
|
23103
23108
|
size: '1em'
|
|
@@ -23105,7 +23110,7 @@ Online.defaultProps = {
|
|
|
23105
23110
|
|
|
23106
23111
|
var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23107
23112
|
var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23108
|
-
var
|
|
23113
|
+
var Unsave = function Unsave(props) {
|
|
23109
23114
|
var color = props.color,
|
|
23110
23115
|
size = props.size,
|
|
23111
23116
|
spin = props.spin,
|
|
@@ -23138,18 +23143,20 @@ var Offline = function Offline(props) {
|
|
|
23138
23143
|
width: "24",
|
|
23139
23144
|
height: "24",
|
|
23140
23145
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23141
|
-
}, /*#__PURE__*/React.createElement("
|
|
23142
|
-
|
|
23146
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
23147
|
+
cx: "12",
|
|
23148
|
+
cy: "12",
|
|
23149
|
+
r: "6"
|
|
23143
23150
|
}))));
|
|
23144
23151
|
};
|
|
23145
|
-
|
|
23152
|
+
Unsave.propTypes = {
|
|
23146
23153
|
iconClassName: PropTypes.string,
|
|
23147
23154
|
spin: PropTypes.bool,
|
|
23148
23155
|
color: PropTypes.string,
|
|
23149
23156
|
testid: PropTypes.string,
|
|
23150
23157
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23151
23158
|
};
|
|
23152
|
-
|
|
23159
|
+
Unsave.defaultProps = {
|
|
23153
23160
|
spin: false,
|
|
23154
23161
|
color: 'currentColor',
|
|
23155
23162
|
size: '1em'
|
|
@@ -23157,7 +23164,7 @@ Offline.defaultProps = {
|
|
|
23157
23164
|
|
|
23158
23165
|
var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23159
23166
|
var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23160
|
-
var
|
|
23167
|
+
var Sticky = function Sticky(props) {
|
|
23161
23168
|
var color = props.color,
|
|
23162
23169
|
size = props.size,
|
|
23163
23170
|
spin = props.spin,
|
|
@@ -23191,17 +23198,17 @@ var StopCircle = function StopCircle(props) {
|
|
|
23191
23198
|
height: "24",
|
|
23192
23199
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23193
23200
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23194
|
-
d: "
|
|
23201
|
+
d: "M8 11h3v10h2V11h3l-4-4-4 4zm12-6V3H4v2h16z"
|
|
23195
23202
|
}))));
|
|
23196
23203
|
};
|
|
23197
|
-
|
|
23204
|
+
Sticky.propTypes = {
|
|
23198
23205
|
iconClassName: PropTypes.string,
|
|
23199
23206
|
spin: PropTypes.bool,
|
|
23200
23207
|
color: PropTypes.string,
|
|
23201
23208
|
testid: PropTypes.string,
|
|
23202
23209
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23203
23210
|
};
|
|
23204
|
-
|
|
23211
|
+
Sticky.defaultProps = {
|
|
23205
23212
|
spin: false,
|
|
23206
23213
|
color: 'currentColor',
|
|
23207
23214
|
size: '1em'
|
|
@@ -23209,7 +23216,7 @@ StopCircle.defaultProps = {
|
|
|
23209
23216
|
|
|
23210
23217
|
var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23211
23218
|
var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23212
|
-
var
|
|
23219
|
+
var Online = function Online(props) {
|
|
23213
23220
|
var color = props.color,
|
|
23214
23221
|
size = props.size,
|
|
23215
23222
|
spin = props.spin,
|
|
@@ -23243,27 +23250,17 @@ var Find = function Find(props) {
|
|
|
23243
23250
|
height: "24",
|
|
23244
23251
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23245
23252
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23246
|
-
d: "
|
|
23247
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23248
|
-
d: "M8 3H2v6h2V5h4V3z"
|
|
23249
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23250
|
-
d: "M20 15v4h-4v2h6v-6h-2z"
|
|
23251
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23252
|
-
d: "M8 19H4v-4H2v6h6v-2z"
|
|
23253
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
23254
|
-
fillRule: "evenodd",
|
|
23255
|
-
clipRule: "evenodd",
|
|
23256
|
-
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"
|
|
23253
|
+
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"
|
|
23257
23254
|
}))));
|
|
23258
23255
|
};
|
|
23259
|
-
|
|
23256
|
+
Online.propTypes = {
|
|
23260
23257
|
iconClassName: PropTypes.string,
|
|
23261
23258
|
spin: PropTypes.bool,
|
|
23262
23259
|
color: PropTypes.string,
|
|
23263
23260
|
testid: PropTypes.string,
|
|
23264
23261
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23265
23262
|
};
|
|
23266
|
-
|
|
23263
|
+
Online.defaultProps = {
|
|
23267
23264
|
spin: false,
|
|
23268
23265
|
color: 'currentColor',
|
|
23269
23266
|
size: '1em'
|
|
@@ -23271,7 +23268,7 @@ Find.defaultProps = {
|
|
|
23271
23268
|
|
|
23272
23269
|
var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23273
23270
|
var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23274
|
-
var
|
|
23271
|
+
var Offline = function Offline(props) {
|
|
23275
23272
|
var color = props.color,
|
|
23276
23273
|
size = props.size,
|
|
23277
23274
|
spin = props.spin,
|
|
@@ -23305,17 +23302,17 @@ var ArrowGoBack = function ArrowGoBack(props) {
|
|
|
23305
23302
|
height: "24",
|
|
23306
23303
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23307
23304
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23308
|
-
d: "
|
|
23305
|
+
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"
|
|
23309
23306
|
}))));
|
|
23310
23307
|
};
|
|
23311
|
-
|
|
23308
|
+
Offline.propTypes = {
|
|
23312
23309
|
iconClassName: PropTypes.string,
|
|
23313
23310
|
spin: PropTypes.bool,
|
|
23314
23311
|
color: PropTypes.string,
|
|
23315
23312
|
testid: PropTypes.string,
|
|
23316
23313
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23317
23314
|
};
|
|
23318
|
-
|
|
23315
|
+
Offline.defaultProps = {
|
|
23319
23316
|
spin: false,
|
|
23320
23317
|
color: 'currentColor',
|
|
23321
23318
|
size: '1em'
|
|
@@ -23323,7 +23320,7 @@ ArrowGoBack.defaultProps = {
|
|
|
23323
23320
|
|
|
23324
23321
|
var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23325
23322
|
var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23326
|
-
var
|
|
23323
|
+
var StopCircle = function StopCircle(props) {
|
|
23327
23324
|
var color = props.color,
|
|
23328
23325
|
size = props.size,
|
|
23329
23326
|
spin = props.spin,
|
|
@@ -23357,17 +23354,17 @@ var ArrowGoForward = function ArrowGoForward(props) {
|
|
|
23357
23354
|
height: "24",
|
|
23358
23355
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23359
23356
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23360
|
-
d: "
|
|
23357
|
+
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"
|
|
23361
23358
|
}))));
|
|
23362
23359
|
};
|
|
23363
|
-
|
|
23360
|
+
StopCircle.propTypes = {
|
|
23364
23361
|
iconClassName: PropTypes.string,
|
|
23365
23362
|
spin: PropTypes.bool,
|
|
23366
23363
|
color: PropTypes.string,
|
|
23367
23364
|
testid: PropTypes.string,
|
|
23368
23365
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23369
23366
|
};
|
|
23370
|
-
|
|
23367
|
+
StopCircle.defaultProps = {
|
|
23371
23368
|
spin: false,
|
|
23372
23369
|
color: 'currentColor',
|
|
23373
23370
|
size: '1em'
|
|
@@ -23375,7 +23372,7 @@ ArrowGoForward.defaultProps = {
|
|
|
23375
23372
|
|
|
23376
23373
|
var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23377
23374
|
var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23378
|
-
var
|
|
23375
|
+
var Find = function Find(props) {
|
|
23379
23376
|
var color = props.color,
|
|
23380
23377
|
size = props.size,
|
|
23381
23378
|
spin = props.spin,
|
|
@@ -23409,25 +23406,27 @@ var Recycle = function Recycle(props) {
|
|
|
23409
23406
|
height: "24",
|
|
23410
23407
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23411
23408
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23412
|
-
d: "
|
|
23409
|
+
d: "M22 3h-6v2h4v4h2V3z"
|
|
23413
23410
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23414
|
-
d: "
|
|
23411
|
+
d: "M8 3H2v6h2V5h4V3z"
|
|
23415
23412
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23416
|
-
d: "
|
|
23413
|
+
d: "M20 15v4h-4v2h6v-6h-2z"
|
|
23414
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23415
|
+
d: "M8 19H4v-4H2v6h6v-2z"
|
|
23417
23416
|
}), /*#__PURE__*/React.createElement("path", {
|
|
23418
23417
|
fillRule: "evenodd",
|
|
23419
23418
|
clipRule: "evenodd",
|
|
23420
|
-
d: "
|
|
23419
|
+
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"
|
|
23421
23420
|
}))));
|
|
23422
23421
|
};
|
|
23423
|
-
|
|
23422
|
+
Find.propTypes = {
|
|
23424
23423
|
iconClassName: PropTypes.string,
|
|
23425
23424
|
spin: PropTypes.bool,
|
|
23426
23425
|
color: PropTypes.string,
|
|
23427
23426
|
testid: PropTypes.string,
|
|
23428
23427
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23429
23428
|
};
|
|
23430
|
-
|
|
23429
|
+
Find.defaultProps = {
|
|
23431
23430
|
spin: false,
|
|
23432
23431
|
color: 'currentColor',
|
|
23433
23432
|
size: '1em'
|
|
@@ -23435,7 +23434,7 @@ Recycle.defaultProps = {
|
|
|
23435
23434
|
|
|
23436
23435
|
var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23437
23436
|
var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23438
|
-
var
|
|
23437
|
+
var ArrowGoBack = function ArrowGoBack(props) {
|
|
23439
23438
|
var color = props.color,
|
|
23440
23439
|
size = props.size,
|
|
23441
23440
|
spin = props.spin,
|
|
@@ -23469,19 +23468,17 @@ var OfflineSync = function OfflineSync(props) {
|
|
|
23469
23468
|
height: "24",
|
|
23470
23469
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23471
23470
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23472
|
-
|
|
23473
|
-
clipRule: "evenodd",
|
|
23474
|
-
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"
|
|
23471
|
+
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"
|
|
23475
23472
|
}))));
|
|
23476
23473
|
};
|
|
23477
|
-
|
|
23474
|
+
ArrowGoBack.propTypes = {
|
|
23478
23475
|
iconClassName: PropTypes.string,
|
|
23479
23476
|
spin: PropTypes.bool,
|
|
23480
23477
|
color: PropTypes.string,
|
|
23481
23478
|
testid: PropTypes.string,
|
|
23482
23479
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23483
23480
|
};
|
|
23484
|
-
|
|
23481
|
+
ArrowGoBack.defaultProps = {
|
|
23485
23482
|
spin: false,
|
|
23486
23483
|
color: 'currentColor',
|
|
23487
23484
|
size: '1em'
|
|
@@ -23489,7 +23486,7 @@ OfflineSync.defaultProps = {
|
|
|
23489
23486
|
|
|
23490
23487
|
var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23491
23488
|
var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23492
|
-
var
|
|
23489
|
+
var ArrowGoForward = function ArrowGoForward(props) {
|
|
23493
23490
|
var color = props.color,
|
|
23494
23491
|
size = props.size,
|
|
23495
23492
|
spin = props.spin,
|
|
@@ -23522,25 +23519,18 @@ var Pin2 = function Pin2(props) {
|
|
|
23522
23519
|
width: "24",
|
|
23523
23520
|
height: "24",
|
|
23524
23521
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23525
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
23526
|
-
clipPath: "url(#clip0_9610_29)"
|
|
23527
23522
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23528
|
-
d: "
|
|
23529
|
-
}))
|
|
23530
|
-
id: "clip0_9610_29"
|
|
23531
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
23532
|
-
width: "24",
|
|
23533
|
-
height: "24"
|
|
23534
|
-
}))))));
|
|
23523
|
+
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"
|
|
23524
|
+
}))));
|
|
23535
23525
|
};
|
|
23536
|
-
|
|
23526
|
+
ArrowGoForward.propTypes = {
|
|
23537
23527
|
iconClassName: PropTypes.string,
|
|
23538
23528
|
spin: PropTypes.bool,
|
|
23539
23529
|
color: PropTypes.string,
|
|
23540
23530
|
testid: PropTypes.string,
|
|
23541
23531
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23542
23532
|
};
|
|
23543
|
-
|
|
23533
|
+
ArrowGoForward.defaultProps = {
|
|
23544
23534
|
spin: false,
|
|
23545
23535
|
color: 'currentColor',
|
|
23546
23536
|
size: '1em'
|
|
@@ -23548,7 +23538,7 @@ Pin2.defaultProps = {
|
|
|
23548
23538
|
|
|
23549
23539
|
var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23550
23540
|
var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23551
|
-
var
|
|
23541
|
+
var Recycle = function Recycle(props) {
|
|
23552
23542
|
var color = props.color,
|
|
23553
23543
|
size = props.size,
|
|
23554
23544
|
spin = props.spin,
|
|
@@ -23582,17 +23572,25 @@ var Pin2Fill = function Pin2Fill(props) {
|
|
|
23582
23572
|
height: "24",
|
|
23583
23573
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23584
23574
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23585
|
-
d: "
|
|
23575
|
+
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"
|
|
23576
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23577
|
+
d: "M10.014 14.236a2 2 0 00.852 1.412v2.189a4.001 4.001 0 01-2.792-4.605l1.94 1.004z"
|
|
23578
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23579
|
+
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"
|
|
23580
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23581
|
+
fillRule: "evenodd",
|
|
23582
|
+
clipRule: "evenodd",
|
|
23583
|
+
d: "M22 6h-5V3a1 1 0 00-1-1H8a1 1 0 00-1 1v3H2v2h2v13a1 1 0 001 1h14a1 1 0 001-1V8h2V6zM6 8h12v12H6V8zm3-2V4h6v2H9z"
|
|
23586
23584
|
}))));
|
|
23587
23585
|
};
|
|
23588
|
-
|
|
23586
|
+
Recycle.propTypes = {
|
|
23589
23587
|
iconClassName: PropTypes.string,
|
|
23590
23588
|
spin: PropTypes.bool,
|
|
23591
23589
|
color: PropTypes.string,
|
|
23592
23590
|
testid: PropTypes.string,
|
|
23593
23591
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23594
23592
|
};
|
|
23595
|
-
|
|
23593
|
+
Recycle.defaultProps = {
|
|
23596
23594
|
spin: false,
|
|
23597
23595
|
color: 'currentColor',
|
|
23598
23596
|
size: '1em'
|
|
@@ -23600,7 +23598,7 @@ Pin2Fill.defaultProps = {
|
|
|
23600
23598
|
|
|
23601
23599
|
var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23602
23600
|
var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23603
|
-
var
|
|
23601
|
+
var OfflineSync = function OfflineSync(props) {
|
|
23604
23602
|
var color = props.color,
|
|
23605
23603
|
size = props.size,
|
|
23606
23604
|
spin = props.spin,
|
|
@@ -23633,6 +23631,60 @@ var Info = function Info(props) {
|
|
|
23633
23631
|
width: "24",
|
|
23634
23632
|
height: "24",
|
|
23635
23633
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23634
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23635
|
+
fillRule: "evenodd",
|
|
23636
|
+
clipRule: "evenodd",
|
|
23637
|
+
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"
|
|
23638
|
+
}))));
|
|
23639
|
+
};
|
|
23640
|
+
OfflineSync.propTypes = {
|
|
23641
|
+
iconClassName: PropTypes.string,
|
|
23642
|
+
spin: PropTypes.bool,
|
|
23643
|
+
color: PropTypes.string,
|
|
23644
|
+
testid: PropTypes.string,
|
|
23645
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
23646
|
+
};
|
|
23647
|
+
OfflineSync.defaultProps = {
|
|
23648
|
+
spin: false,
|
|
23649
|
+
color: 'currentColor',
|
|
23650
|
+
size: '1em'
|
|
23651
|
+
};
|
|
23652
|
+
|
|
23653
|
+
var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23654
|
+
var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23655
|
+
var Info = function Info(props) {
|
|
23656
|
+
var color = props.color,
|
|
23657
|
+
size = props.size,
|
|
23658
|
+
spin = props.spin,
|
|
23659
|
+
style = props.style,
|
|
23660
|
+
className = props.className,
|
|
23661
|
+
iconClassName = props.iconClassName,
|
|
23662
|
+
testid = props.testid,
|
|
23663
|
+
otherProps = _objectWithoutProperties(props, _excluded$6n);
|
|
23664
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
23665
|
+
role: "img",
|
|
23666
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23667
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
23668
|
+
children: loadingCircleStyle$6n
|
|
23669
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23670
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23671
|
+
width: size,
|
|
23672
|
+
height: size,
|
|
23673
|
+
viewBox: "0 0 24 24",
|
|
23674
|
+
fill: color
|
|
23675
|
+
}, otherProps, {
|
|
23676
|
+
className: iconClassName,
|
|
23677
|
+
"data-testid": testid,
|
|
23678
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
23679
|
+
animationDuration: '1s',
|
|
23680
|
+
animationIterationCount: 'infinite',
|
|
23681
|
+
animationName: 'loadingCircle',
|
|
23682
|
+
animationTimingFunction: 'linear'
|
|
23683
|
+
} : {})
|
|
23684
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
23685
|
+
width: "24",
|
|
23686
|
+
height: "24",
|
|
23687
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23636
23688
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23637
23689
|
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"
|
|
23638
23690
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -23654,8 +23706,8 @@ Info.defaultProps = {
|
|
|
23654
23706
|
size: '1em'
|
|
23655
23707
|
};
|
|
23656
23708
|
|
|
23657
|
-
var _excluded$
|
|
23658
|
-
var loadingCircleStyle$
|
|
23709
|
+
var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23710
|
+
var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23659
23711
|
var InfoFill = function InfoFill(props) {
|
|
23660
23712
|
var color = props.color,
|
|
23661
23713
|
size = props.size,
|
|
@@ -23664,12 +23716,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
23664
23716
|
className = props.className,
|
|
23665
23717
|
iconClassName = props.iconClassName,
|
|
23666
23718
|
testid = props.testid,
|
|
23667
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23719
|
+
otherProps = _objectWithoutProperties(props, _excluded$6o);
|
|
23668
23720
|
return /*#__PURE__*/React.createElement("span", {
|
|
23669
23721
|
role: "img",
|
|
23670
23722
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23671
23723
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23672
|
-
children: loadingCircleStyle$
|
|
23724
|
+
children: loadingCircleStyle$6o
|
|
23673
23725
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23674
23726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23675
23727
|
width: size,
|
|
@@ -23706,8 +23758,8 @@ InfoFill.defaultProps = {
|
|
|
23706
23758
|
size: '1em'
|
|
23707
23759
|
};
|
|
23708
23760
|
|
|
23709
|
-
var _excluded$
|
|
23710
|
-
var loadingCircleStyle$
|
|
23761
|
+
var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23762
|
+
var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23711
23763
|
var Help = function Help(props) {
|
|
23712
23764
|
var color = props.color,
|
|
23713
23765
|
size = props.size,
|
|
@@ -23716,12 +23768,12 @@ var Help = function Help(props) {
|
|
|
23716
23768
|
className = props.className,
|
|
23717
23769
|
iconClassName = props.iconClassName,
|
|
23718
23770
|
testid = props.testid,
|
|
23719
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23771
|
+
otherProps = _objectWithoutProperties(props, _excluded$6p);
|
|
23720
23772
|
return /*#__PURE__*/React.createElement("span", {
|
|
23721
23773
|
role: "img",
|
|
23722
23774
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23723
23775
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23724
|
-
children: loadingCircleStyle$
|
|
23776
|
+
children: loadingCircleStyle$6p
|
|
23725
23777
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23726
23778
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23727
23779
|
width: size,
|
|
@@ -23758,8 +23810,8 @@ Help.defaultProps = {
|
|
|
23758
23810
|
size: '1em'
|
|
23759
23811
|
};
|
|
23760
23812
|
|
|
23761
|
-
var _excluded$
|
|
23762
|
-
var loadingCircleStyle$
|
|
23813
|
+
var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23814
|
+
var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23763
23815
|
var History = function History(props) {
|
|
23764
23816
|
var color = props.color,
|
|
23765
23817
|
size = props.size,
|
|
@@ -23768,12 +23820,12 @@ var History = function History(props) {
|
|
|
23768
23820
|
className = props.className,
|
|
23769
23821
|
iconClassName = props.iconClassName,
|
|
23770
23822
|
testid = props.testid,
|
|
23771
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23823
|
+
otherProps = _objectWithoutProperties(props, _excluded$6q);
|
|
23772
23824
|
return /*#__PURE__*/React.createElement("span", {
|
|
23773
23825
|
role: "img",
|
|
23774
23826
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23775
23827
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23776
|
-
children: loadingCircleStyle$
|
|
23828
|
+
children: loadingCircleStyle$6q
|
|
23777
23829
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23778
23830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23779
23831
|
width: size,
|
|
@@ -23810,8 +23862,8 @@ History.defaultProps = {
|
|
|
23810
23862
|
size: '1em'
|
|
23811
23863
|
};
|
|
23812
23864
|
|
|
23813
|
-
var _excluded$
|
|
23814
|
-
var loadingCircleStyle$
|
|
23865
|
+
var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23866
|
+
var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23815
23867
|
var Backup = function Backup(props) {
|
|
23816
23868
|
var color = props.color,
|
|
23817
23869
|
size = props.size,
|
|
@@ -23820,12 +23872,12 @@ var Backup = function Backup(props) {
|
|
|
23820
23872
|
className = props.className,
|
|
23821
23873
|
iconClassName = props.iconClassName,
|
|
23822
23874
|
testid = props.testid,
|
|
23823
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23875
|
+
otherProps = _objectWithoutProperties(props, _excluded$6r);
|
|
23824
23876
|
return /*#__PURE__*/React.createElement("span", {
|
|
23825
23877
|
role: "img",
|
|
23826
23878
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23827
23879
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23828
|
-
children: loadingCircleStyle$
|
|
23880
|
+
children: loadingCircleStyle$6r
|
|
23829
23881
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23830
23882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23831
23883
|
width: size,
|
|
@@ -23864,8 +23916,8 @@ Backup.defaultProps = {
|
|
|
23864
23916
|
size: '1em'
|
|
23865
23917
|
};
|
|
23866
23918
|
|
|
23867
|
-
var _excluded$
|
|
23868
|
-
var loadingCircleStyle$
|
|
23919
|
+
var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23920
|
+
var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23869
23921
|
var Error = function Error(props) {
|
|
23870
23922
|
var color = props.color,
|
|
23871
23923
|
size = props.size,
|
|
@@ -23874,12 +23926,12 @@ var Error = function Error(props) {
|
|
|
23874
23926
|
className = props.className,
|
|
23875
23927
|
iconClassName = props.iconClassName,
|
|
23876
23928
|
testid = props.testid,
|
|
23877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23929
|
+
otherProps = _objectWithoutProperties(props, _excluded$6s);
|
|
23878
23930
|
return /*#__PURE__*/React.createElement("span", {
|
|
23879
23931
|
role: "img",
|
|
23880
23932
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23881
23933
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23882
|
-
children: loadingCircleStyle$
|
|
23934
|
+
children: loadingCircleStyle$6s
|
|
23883
23935
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23884
23936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23885
23937
|
width: size,
|
|
@@ -23920,8 +23972,8 @@ Error.defaultProps = {
|
|
|
23920
23972
|
size: '1em'
|
|
23921
23973
|
};
|
|
23922
23974
|
|
|
23923
|
-
var _excluded$
|
|
23924
|
-
var loadingCircleStyle$
|
|
23975
|
+
var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23976
|
+
var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23925
23977
|
var ErrorFill = function ErrorFill(props) {
|
|
23926
23978
|
var color = props.color,
|
|
23927
23979
|
size = props.size,
|
|
@@ -23930,12 +23982,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
23930
23982
|
className = props.className,
|
|
23931
23983
|
iconClassName = props.iconClassName,
|
|
23932
23984
|
testid = props.testid,
|
|
23933
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23985
|
+
otherProps = _objectWithoutProperties(props, _excluded$6t);
|
|
23934
23986
|
return /*#__PURE__*/React.createElement("span", {
|
|
23935
23987
|
role: "img",
|
|
23936
23988
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23937
23989
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23938
|
-
children: loadingCircleStyle$
|
|
23990
|
+
children: loadingCircleStyle$6t
|
|
23939
23991
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23940
23992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23941
23993
|
width: size,
|
|
@@ -23972,8 +24024,8 @@ ErrorFill.defaultProps = {
|
|
|
23972
24024
|
size: '1em'
|
|
23973
24025
|
};
|
|
23974
24026
|
|
|
23975
|
-
var _excluded$
|
|
23976
|
-
var loadingCircleStyle$
|
|
24027
|
+
var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24028
|
+
var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23977
24029
|
var Error2 = function Error2(props) {
|
|
23978
24030
|
var color = props.color,
|
|
23979
24031
|
size = props.size,
|
|
@@ -23982,12 +24034,12 @@ var Error2 = function Error2(props) {
|
|
|
23982
24034
|
className = props.className,
|
|
23983
24035
|
iconClassName = props.iconClassName,
|
|
23984
24036
|
testid = props.testid,
|
|
23985
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24037
|
+
otherProps = _objectWithoutProperties(props, _excluded$6u);
|
|
23986
24038
|
return /*#__PURE__*/React.createElement("span", {
|
|
23987
24039
|
role: "img",
|
|
23988
24040
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23989
24041
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23990
|
-
children: loadingCircleStyle$
|
|
24042
|
+
children: loadingCircleStyle$6u
|
|
23991
24043
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23992
24044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23993
24045
|
width: size,
|
|
@@ -24026,8 +24078,8 @@ Error2.defaultProps = {
|
|
|
24026
24078
|
size: '1em'
|
|
24027
24079
|
};
|
|
24028
24080
|
|
|
24029
|
-
var _excluded$
|
|
24030
|
-
var loadingCircleStyle$
|
|
24081
|
+
var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24082
|
+
var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24031
24083
|
var Error2Fill = function Error2Fill(props) {
|
|
24032
24084
|
var color = props.color,
|
|
24033
24085
|
size = props.size,
|
|
@@ -24036,12 +24088,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
24036
24088
|
className = props.className,
|
|
24037
24089
|
iconClassName = props.iconClassName,
|
|
24038
24090
|
testid = props.testid,
|
|
24039
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24091
|
+
otherProps = _objectWithoutProperties(props, _excluded$6v);
|
|
24040
24092
|
return /*#__PURE__*/React.createElement("span", {
|
|
24041
24093
|
role: "img",
|
|
24042
24094
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24043
24095
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24044
|
-
children: loadingCircleStyle$
|
|
24096
|
+
children: loadingCircleStyle$6v
|
|
24045
24097
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24046
24098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24047
24099
|
width: size,
|
|
@@ -24080,8 +24132,8 @@ Error2Fill.defaultProps = {
|
|
|
24080
24132
|
size: '1em'
|
|
24081
24133
|
};
|
|
24082
24134
|
|
|
24083
|
-
var _excluded$
|
|
24084
|
-
var loadingCircleStyle$
|
|
24135
|
+
var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24136
|
+
var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24085
24137
|
var Success = function Success(props) {
|
|
24086
24138
|
var color = props.color,
|
|
24087
24139
|
size = props.size,
|
|
@@ -24090,12 +24142,12 @@ var Success = function Success(props) {
|
|
|
24090
24142
|
className = props.className,
|
|
24091
24143
|
iconClassName = props.iconClassName,
|
|
24092
24144
|
testid = props.testid,
|
|
24093
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24145
|
+
otherProps = _objectWithoutProperties(props, _excluded$6w);
|
|
24094
24146
|
return /*#__PURE__*/React.createElement("span", {
|
|
24095
24147
|
role: "img",
|
|
24096
24148
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24097
24149
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24098
|
-
children: loadingCircleStyle$
|
|
24150
|
+
children: loadingCircleStyle$6w
|
|
24099
24151
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24100
24152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24101
24153
|
width: size,
|
|
@@ -24132,8 +24184,8 @@ Success.defaultProps = {
|
|
|
24132
24184
|
size: '1em'
|
|
24133
24185
|
};
|
|
24134
24186
|
|
|
24135
|
-
var _excluded$
|
|
24136
|
-
var loadingCircleStyle$
|
|
24187
|
+
var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24188
|
+
var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24137
24189
|
var SuccessFill = function SuccessFill(props) {
|
|
24138
24190
|
var color = props.color,
|
|
24139
24191
|
size = props.size,
|
|
@@ -24142,12 +24194,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
24142
24194
|
className = props.className,
|
|
24143
24195
|
iconClassName = props.iconClassName,
|
|
24144
24196
|
testid = props.testid,
|
|
24145
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24197
|
+
otherProps = _objectWithoutProperties(props, _excluded$6x);
|
|
24146
24198
|
return /*#__PURE__*/React.createElement("span", {
|
|
24147
24199
|
role: "img",
|
|
24148
24200
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24149
24201
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24150
|
-
children: loadingCircleStyle$
|
|
24202
|
+
children: loadingCircleStyle$6x
|
|
24151
24203
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24152
24204
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24153
24205
|
width: size,
|
|
@@ -24186,8 +24238,8 @@ SuccessFill.defaultProps = {
|
|
|
24186
24238
|
size: '1em'
|
|
24187
24239
|
};
|
|
24188
24240
|
|
|
24189
|
-
var _excluded$
|
|
24190
|
-
var loadingCircleStyle$
|
|
24241
|
+
var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24242
|
+
var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24191
24243
|
var Delete2 = function Delete2(props) {
|
|
24192
24244
|
var color = props.color,
|
|
24193
24245
|
size = props.size,
|
|
@@ -24196,12 +24248,12 @@ var Delete2 = function Delete2(props) {
|
|
|
24196
24248
|
className = props.className,
|
|
24197
24249
|
iconClassName = props.iconClassName,
|
|
24198
24250
|
testid = props.testid,
|
|
24199
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24251
|
+
otherProps = _objectWithoutProperties(props, _excluded$6y);
|
|
24200
24252
|
return /*#__PURE__*/React.createElement("span", {
|
|
24201
24253
|
role: "img",
|
|
24202
24254
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24203
24255
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24204
|
-
children: loadingCircleStyle$
|
|
24256
|
+
children: loadingCircleStyle$6y
|
|
24205
24257
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24206
24258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24207
24259
|
width: size,
|
|
@@ -24238,8 +24290,8 @@ Delete2.defaultProps = {
|
|
|
24238
24290
|
size: '1em'
|
|
24239
24291
|
};
|
|
24240
24292
|
|
|
24241
|
-
var _excluded$
|
|
24242
|
-
var loadingCircleStyle$
|
|
24293
|
+
var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24294
|
+
var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24243
24295
|
var Delete2Fill = function Delete2Fill(props) {
|
|
24244
24296
|
var color = props.color,
|
|
24245
24297
|
size = props.size,
|
|
@@ -24248,12 +24300,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
24248
24300
|
className = props.className,
|
|
24249
24301
|
iconClassName = props.iconClassName,
|
|
24250
24302
|
testid = props.testid,
|
|
24251
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24303
|
+
otherProps = _objectWithoutProperties(props, _excluded$6z);
|
|
24252
24304
|
return /*#__PURE__*/React.createElement("span", {
|
|
24253
24305
|
role: "img",
|
|
24254
24306
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24255
24307
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24256
|
-
children: loadingCircleStyle$
|
|
24308
|
+
children: loadingCircleStyle$6z
|
|
24257
24309
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24258
24310
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24259
24311
|
width: size,
|
|
@@ -24290,8 +24342,8 @@ Delete2Fill.defaultProps = {
|
|
|
24290
24342
|
size: '1em'
|
|
24291
24343
|
};
|
|
24292
24344
|
|
|
24293
|
-
var _excluded$
|
|
24294
|
-
var loadingCircleStyle$
|
|
24345
|
+
var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24346
|
+
var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24295
24347
|
var Exchange = function Exchange(props) {
|
|
24296
24348
|
var color = props.color,
|
|
24297
24349
|
size = props.size,
|
|
@@ -24300,12 +24352,12 @@ var Exchange = function Exchange(props) {
|
|
|
24300
24352
|
className = props.className,
|
|
24301
24353
|
iconClassName = props.iconClassName,
|
|
24302
24354
|
testid = props.testid,
|
|
24303
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24355
|
+
otherProps = _objectWithoutProperties(props, _excluded$6A);
|
|
24304
24356
|
return /*#__PURE__*/React.createElement("span", {
|
|
24305
24357
|
role: "img",
|
|
24306
24358
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24307
24359
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24308
|
-
children: loadingCircleStyle$
|
|
24360
|
+
children: loadingCircleStyle$6A
|
|
24309
24361
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24310
24362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24311
24363
|
width: size,
|
|
@@ -24342,8 +24394,8 @@ Exchange.defaultProps = {
|
|
|
24342
24394
|
size: '1em'
|
|
24343
24395
|
};
|
|
24344
24396
|
|
|
24345
|
-
var _excluded$
|
|
24346
|
-
var loadingCircleStyle$
|
|
24397
|
+
var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24398
|
+
var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24347
24399
|
var SwapFill = function SwapFill(props) {
|
|
24348
24400
|
var color = props.color,
|
|
24349
24401
|
size = props.size,
|
|
@@ -24352,12 +24404,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
24352
24404
|
className = props.className,
|
|
24353
24405
|
iconClassName = props.iconClassName,
|
|
24354
24406
|
testid = props.testid,
|
|
24355
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24407
|
+
otherProps = _objectWithoutProperties(props, _excluded$6B);
|
|
24356
24408
|
return /*#__PURE__*/React.createElement("span", {
|
|
24357
24409
|
role: "img",
|
|
24358
24410
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24359
24411
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24360
|
-
children: loadingCircleStyle$
|
|
24412
|
+
children: loadingCircleStyle$6B
|
|
24361
24413
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24362
24414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24363
24415
|
width: size,
|
|
@@ -24394,8 +24446,8 @@ SwapFill.defaultProps = {
|
|
|
24394
24446
|
size: '1em'
|
|
24395
24447
|
};
|
|
24396
24448
|
|
|
24397
|
-
var _excluded$
|
|
24398
|
-
var loadingCircleStyle$
|
|
24449
|
+
var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24450
|
+
var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24399
24451
|
var Processing = function Processing(props) {
|
|
24400
24452
|
var color = props.color,
|
|
24401
24453
|
size = props.size,
|
|
@@ -24404,12 +24456,12 @@ var Processing = function Processing(props) {
|
|
|
24404
24456
|
className = props.className,
|
|
24405
24457
|
iconClassName = props.iconClassName,
|
|
24406
24458
|
testid = props.testid,
|
|
24407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24459
|
+
otherProps = _objectWithoutProperties(props, _excluded$6C);
|
|
24408
24460
|
return /*#__PURE__*/React.createElement("span", {
|
|
24409
24461
|
role: "img",
|
|
24410
24462
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24411
24463
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24412
|
-
children: loadingCircleStyle$
|
|
24464
|
+
children: loadingCircleStyle$6C
|
|
24413
24465
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24414
24466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24415
24467
|
width: size,
|
|
@@ -24446,8 +24498,8 @@ Processing.defaultProps = {
|
|
|
24446
24498
|
size: '1em'
|
|
24447
24499
|
};
|
|
24448
24500
|
|
|
24449
|
-
var _excluded$
|
|
24450
|
-
var loadingCircleStyle$
|
|
24501
|
+
var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24502
|
+
var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24451
24503
|
var Processing2 = function Processing2(props) {
|
|
24452
24504
|
var color = props.color,
|
|
24453
24505
|
size = props.size,
|
|
@@ -24456,12 +24508,12 @@ var Processing2 = function Processing2(props) {
|
|
|
24456
24508
|
className = props.className,
|
|
24457
24509
|
iconClassName = props.iconClassName,
|
|
24458
24510
|
testid = props.testid,
|
|
24459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24511
|
+
otherProps = _objectWithoutProperties(props, _excluded$6D);
|
|
24460
24512
|
return /*#__PURE__*/React.createElement("span", {
|
|
24461
24513
|
role: "img",
|
|
24462
24514
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24463
24515
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24464
|
-
children: loadingCircleStyle$
|
|
24516
|
+
children: loadingCircleStyle$6D
|
|
24465
24517
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24466
24518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24467
24519
|
width: size,
|
|
@@ -24500,8 +24552,8 @@ Processing2.defaultProps = {
|
|
|
24500
24552
|
size: '1em'
|
|
24501
24553
|
};
|
|
24502
24554
|
|
|
24503
|
-
var _excluded$
|
|
24504
|
-
var loadingCircleStyle$
|
|
24555
|
+
var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24556
|
+
var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24505
24557
|
var Done = function Done(props) {
|
|
24506
24558
|
var color = props.color,
|
|
24507
24559
|
size = props.size,
|
|
@@ -24510,12 +24562,12 @@ var Done = function Done(props) {
|
|
|
24510
24562
|
className = props.className,
|
|
24511
24563
|
iconClassName = props.iconClassName,
|
|
24512
24564
|
testid = props.testid,
|
|
24513
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24565
|
+
otherProps = _objectWithoutProperties(props, _excluded$6E);
|
|
24514
24566
|
return /*#__PURE__*/React.createElement("span", {
|
|
24515
24567
|
role: "img",
|
|
24516
24568
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24517
24569
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24518
|
-
children: loadingCircleStyle$
|
|
24570
|
+
children: loadingCircleStyle$6E
|
|
24519
24571
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24520
24572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24521
24573
|
width: size,
|
|
@@ -24552,8 +24604,8 @@ Done.defaultProps = {
|
|
|
24552
24604
|
size: '1em'
|
|
24553
24605
|
};
|
|
24554
24606
|
|
|
24555
|
-
var _excluded$
|
|
24556
|
-
var loadingCircleStyle$
|
|
24607
|
+
var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24608
|
+
var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24557
24609
|
var Close = function Close(props) {
|
|
24558
24610
|
var color = props.color,
|
|
24559
24611
|
size = props.size,
|
|
@@ -24562,12 +24614,12 @@ var Close = function Close(props) {
|
|
|
24562
24614
|
className = props.className,
|
|
24563
24615
|
iconClassName = props.iconClassName,
|
|
24564
24616
|
testid = props.testid,
|
|
24565
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24617
|
+
otherProps = _objectWithoutProperties(props, _excluded$6F);
|
|
24566
24618
|
return /*#__PURE__*/React.createElement("span", {
|
|
24567
24619
|
role: "img",
|
|
24568
24620
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24569
24621
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24570
|
-
children: loadingCircleStyle$
|
|
24622
|
+
children: loadingCircleStyle$6F
|
|
24571
24623
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24572
24624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24573
24625
|
width: size,
|
|
@@ -24604,8 +24656,8 @@ Close.defaultProps = {
|
|
|
24604
24656
|
size: '1em'
|
|
24605
24657
|
};
|
|
24606
24658
|
|
|
24607
|
-
var _excluded$
|
|
24608
|
-
var loadingCircleStyle$
|
|
24659
|
+
var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24660
|
+
var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24609
24661
|
var StarOutline = function StarOutline(props) {
|
|
24610
24662
|
var color = props.color,
|
|
24611
24663
|
size = props.size,
|
|
@@ -24614,12 +24666,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
24614
24666
|
className = props.className,
|
|
24615
24667
|
iconClassName = props.iconClassName,
|
|
24616
24668
|
testid = props.testid,
|
|
24617
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24669
|
+
otherProps = _objectWithoutProperties(props, _excluded$6G);
|
|
24618
24670
|
return /*#__PURE__*/React.createElement("span", {
|
|
24619
24671
|
role: "img",
|
|
24620
24672
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24621
24673
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24622
|
-
children: loadingCircleStyle$
|
|
24674
|
+
children: loadingCircleStyle$6G
|
|
24623
24675
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24624
24676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24625
24677
|
width: size,
|
|
@@ -24656,8 +24708,8 @@ StarOutline.defaultProps = {
|
|
|
24656
24708
|
size: '1em'
|
|
24657
24709
|
};
|
|
24658
24710
|
|
|
24659
|
-
var _excluded$
|
|
24660
|
-
var loadingCircleStyle$
|
|
24711
|
+
var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24712
|
+
var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24661
24713
|
var StarFill = function StarFill(props) {
|
|
24662
24714
|
var color = props.color,
|
|
24663
24715
|
size = props.size,
|
|
@@ -24666,12 +24718,12 @@ var StarFill = function StarFill(props) {
|
|
|
24666
24718
|
className = props.className,
|
|
24667
24719
|
iconClassName = props.iconClassName,
|
|
24668
24720
|
testid = props.testid,
|
|
24669
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24721
|
+
otherProps = _objectWithoutProperties(props, _excluded$6H);
|
|
24670
24722
|
return /*#__PURE__*/React.createElement("span", {
|
|
24671
24723
|
role: "img",
|
|
24672
24724
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24673
24725
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24674
|
-
children: loadingCircleStyle$
|
|
24726
|
+
children: loadingCircleStyle$6H
|
|
24675
24727
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24676
24728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24677
24729
|
width: size,
|
|
@@ -24708,8 +24760,8 @@ StarFill.defaultProps = {
|
|
|
24708
24760
|
size: '1em'
|
|
24709
24761
|
};
|
|
24710
24762
|
|
|
24711
|
-
var _excluded$
|
|
24712
|
-
var loadingCircleStyle$
|
|
24763
|
+
var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24764
|
+
var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24713
24765
|
var TimeLock = function TimeLock(props) {
|
|
24714
24766
|
var color = props.color,
|
|
24715
24767
|
size = props.size,
|
|
@@ -24718,12 +24770,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
24718
24770
|
className = props.className,
|
|
24719
24771
|
iconClassName = props.iconClassName,
|
|
24720
24772
|
testid = props.testid,
|
|
24721
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24773
|
+
otherProps = _objectWithoutProperties(props, _excluded$6I);
|
|
24722
24774
|
return /*#__PURE__*/React.createElement("span", {
|
|
24723
24775
|
role: "img",
|
|
24724
24776
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24725
24777
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24726
|
-
children: loadingCircleStyle$
|
|
24778
|
+
children: loadingCircleStyle$6I
|
|
24727
24779
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24728
24780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24729
24781
|
width: size,
|
|
@@ -24760,8 +24812,8 @@ TimeLock.defaultProps = {
|
|
|
24760
24812
|
size: '1em'
|
|
24761
24813
|
};
|
|
24762
24814
|
|
|
24763
|
-
var _excluded$
|
|
24764
|
-
var loadingCircleStyle$
|
|
24815
|
+
var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24816
|
+
var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24765
24817
|
var Heart = function Heart(props) {
|
|
24766
24818
|
var color = props.color,
|
|
24767
24819
|
size = props.size,
|
|
@@ -24770,12 +24822,12 @@ var Heart = function Heart(props) {
|
|
|
24770
24822
|
className = props.className,
|
|
24771
24823
|
iconClassName = props.iconClassName,
|
|
24772
24824
|
testid = props.testid,
|
|
24773
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24825
|
+
otherProps = _objectWithoutProperties(props, _excluded$6J);
|
|
24774
24826
|
return /*#__PURE__*/React.createElement("span", {
|
|
24775
24827
|
role: "img",
|
|
24776
24828
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24777
24829
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24778
|
-
children: loadingCircleStyle$
|
|
24830
|
+
children: loadingCircleStyle$6J
|
|
24779
24831
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24780
24832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24781
24833
|
width: size,
|
|
@@ -24812,8 +24864,8 @@ Heart.defaultProps = {
|
|
|
24812
24864
|
size: '1em'
|
|
24813
24865
|
};
|
|
24814
24866
|
|
|
24815
|
-
var _excluded$
|
|
24816
|
-
var loadingCircleStyle$
|
|
24867
|
+
var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24868
|
+
var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24817
24869
|
var Bookmark = function Bookmark(props) {
|
|
24818
24870
|
var color = props.color,
|
|
24819
24871
|
size = props.size,
|
|
@@ -24822,12 +24874,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
24822
24874
|
className = props.className,
|
|
24823
24875
|
iconClassName = props.iconClassName,
|
|
24824
24876
|
testid = props.testid,
|
|
24825
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24877
|
+
otherProps = _objectWithoutProperties(props, _excluded$6K);
|
|
24826
24878
|
return /*#__PURE__*/React.createElement("span", {
|
|
24827
24879
|
role: "img",
|
|
24828
24880
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24829
24881
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24830
|
-
children: loadingCircleStyle$
|
|
24882
|
+
children: loadingCircleStyle$6K
|
|
24831
24883
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24832
24884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24833
24885
|
width: size,
|
|
@@ -24864,8 +24916,8 @@ Bookmark.defaultProps = {
|
|
|
24864
24916
|
size: '1em'
|
|
24865
24917
|
};
|
|
24866
24918
|
|
|
24867
|
-
var _excluded$
|
|
24868
|
-
var loadingCircleStyle$
|
|
24919
|
+
var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24920
|
+
var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24869
24921
|
var Bookmark2 = function Bookmark2(props) {
|
|
24870
24922
|
var color = props.color,
|
|
24871
24923
|
size = props.size,
|
|
@@ -24874,12 +24926,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
24874
24926
|
className = props.className,
|
|
24875
24927
|
iconClassName = props.iconClassName,
|
|
24876
24928
|
testid = props.testid,
|
|
24877
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24929
|
+
otherProps = _objectWithoutProperties(props, _excluded$6L);
|
|
24878
24930
|
return /*#__PURE__*/React.createElement("span", {
|
|
24879
24931
|
role: "img",
|
|
24880
24932
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24881
24933
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24882
|
-
children: loadingCircleStyle$
|
|
24934
|
+
children: loadingCircleStyle$6L
|
|
24883
24935
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24884
24936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24885
24937
|
width: size,
|
|
@@ -24916,8 +24968,8 @@ Bookmark2.defaultProps = {
|
|
|
24916
24968
|
size: '1em'
|
|
24917
24969
|
};
|
|
24918
24970
|
|
|
24919
|
-
var _excluded$
|
|
24920
|
-
var loadingCircleStyle$
|
|
24971
|
+
var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24972
|
+
var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24921
24973
|
var LockClose = function LockClose(props) {
|
|
24922
24974
|
var color = props.color,
|
|
24923
24975
|
size = props.size,
|
|
@@ -24926,12 +24978,12 @@ var LockClose = function LockClose(props) {
|
|
|
24926
24978
|
className = props.className,
|
|
24927
24979
|
iconClassName = props.iconClassName,
|
|
24928
24980
|
testid = props.testid,
|
|
24929
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24981
|
+
otherProps = _objectWithoutProperties(props, _excluded$6M);
|
|
24930
24982
|
return /*#__PURE__*/React.createElement("span", {
|
|
24931
24983
|
role: "img",
|
|
24932
24984
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24933
24985
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24934
|
-
children: loadingCircleStyle$
|
|
24986
|
+
children: loadingCircleStyle$6M
|
|
24935
24987
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24936
24988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24937
24989
|
width: size,
|
|
@@ -24972,8 +25024,8 @@ LockClose.defaultProps = {
|
|
|
24972
25024
|
size: '1em'
|
|
24973
25025
|
};
|
|
24974
25026
|
|
|
24975
|
-
var _excluded$
|
|
24976
|
-
var loadingCircleStyle$
|
|
25027
|
+
var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25028
|
+
var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24977
25029
|
var LockCloseFill = function LockCloseFill(props) {
|
|
24978
25030
|
var color = props.color,
|
|
24979
25031
|
size = props.size,
|
|
@@ -24982,12 +25034,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
24982
25034
|
className = props.className,
|
|
24983
25035
|
iconClassName = props.iconClassName,
|
|
24984
25036
|
testid = props.testid,
|
|
24985
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25037
|
+
otherProps = _objectWithoutProperties(props, _excluded$6N);
|
|
24986
25038
|
return /*#__PURE__*/React.createElement("span", {
|
|
24987
25039
|
role: "img",
|
|
24988
25040
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24989
25041
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24990
|
-
children: loadingCircleStyle$
|
|
25042
|
+
children: loadingCircleStyle$6N
|
|
24991
25043
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24992
25044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24993
25045
|
width: size,
|
|
@@ -25024,8 +25076,8 @@ LockCloseFill.defaultProps = {
|
|
|
25024
25076
|
size: '1em'
|
|
25025
25077
|
};
|
|
25026
25078
|
|
|
25027
|
-
var _excluded$
|
|
25028
|
-
var loadingCircleStyle$
|
|
25079
|
+
var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25080
|
+
var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25029
25081
|
var LockOpen = function LockOpen(props) {
|
|
25030
25082
|
var color = props.color,
|
|
25031
25083
|
size = props.size,
|
|
@@ -25034,12 +25086,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
25034
25086
|
className = props.className,
|
|
25035
25087
|
iconClassName = props.iconClassName,
|
|
25036
25088
|
testid = props.testid,
|
|
25037
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25089
|
+
otherProps = _objectWithoutProperties(props, _excluded$6O);
|
|
25038
25090
|
return /*#__PURE__*/React.createElement("span", {
|
|
25039
25091
|
role: "img",
|
|
25040
25092
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25041
25093
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25042
|
-
children: loadingCircleStyle$
|
|
25094
|
+
children: loadingCircleStyle$6O
|
|
25043
25095
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25044
25096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25045
25097
|
width: size,
|
|
@@ -25076,8 +25128,8 @@ LockOpen.defaultProps = {
|
|
|
25076
25128
|
size: '1em'
|
|
25077
25129
|
};
|
|
25078
25130
|
|
|
25079
|
-
var _excluded$
|
|
25080
|
-
var loadingCircleStyle$
|
|
25131
|
+
var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25132
|
+
var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25081
25133
|
var LockOpenFill = function LockOpenFill(props) {
|
|
25082
25134
|
var color = props.color,
|
|
25083
25135
|
size = props.size,
|
|
@@ -25086,12 +25138,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
25086
25138
|
className = props.className,
|
|
25087
25139
|
iconClassName = props.iconClassName,
|
|
25088
25140
|
testid = props.testid,
|
|
25089
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25141
|
+
otherProps = _objectWithoutProperties(props, _excluded$6P);
|
|
25090
25142
|
return /*#__PURE__*/React.createElement("span", {
|
|
25091
25143
|
role: "img",
|
|
25092
25144
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25093
25145
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25094
|
-
children: loadingCircleStyle$
|
|
25146
|
+
children: loadingCircleStyle$6P
|
|
25095
25147
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25096
25148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25097
25149
|
width: size,
|
|
@@ -25128,8 +25180,8 @@ LockOpenFill.defaultProps = {
|
|
|
25128
25180
|
size: '1em'
|
|
25129
25181
|
};
|
|
25130
25182
|
|
|
25131
|
-
var _excluded$
|
|
25132
|
-
var loadingCircleStyle$
|
|
25183
|
+
var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25184
|
+
var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25133
25185
|
var EyeOn = function EyeOn(props) {
|
|
25134
25186
|
var color = props.color,
|
|
25135
25187
|
size = props.size,
|
|
@@ -25138,12 +25190,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
25138
25190
|
className = props.className,
|
|
25139
25191
|
iconClassName = props.iconClassName,
|
|
25140
25192
|
testid = props.testid,
|
|
25141
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25193
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Q);
|
|
25142
25194
|
return /*#__PURE__*/React.createElement("span", {
|
|
25143
25195
|
role: "img",
|
|
25144
25196
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25145
25197
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25146
|
-
children: loadingCircleStyle$
|
|
25198
|
+
children: loadingCircleStyle$6Q
|
|
25147
25199
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25148
25200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25149
25201
|
width: size,
|
|
@@ -25180,8 +25232,8 @@ EyeOn.defaultProps = {
|
|
|
25180
25232
|
size: '1em'
|
|
25181
25233
|
};
|
|
25182
25234
|
|
|
25183
|
-
var _excluded$
|
|
25184
|
-
var loadingCircleStyle$
|
|
25235
|
+
var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25236
|
+
var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25185
25237
|
var EyeOnFill = function EyeOnFill(props) {
|
|
25186
25238
|
var color = props.color,
|
|
25187
25239
|
size = props.size,
|
|
@@ -25190,12 +25242,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
25190
25242
|
className = props.className,
|
|
25191
25243
|
iconClassName = props.iconClassName,
|
|
25192
25244
|
testid = props.testid,
|
|
25193
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25245
|
+
otherProps = _objectWithoutProperties(props, _excluded$6R);
|
|
25194
25246
|
return /*#__PURE__*/React.createElement("span", {
|
|
25195
25247
|
role: "img",
|
|
25196
25248
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25197
25249
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25198
|
-
children: loadingCircleStyle$
|
|
25250
|
+
children: loadingCircleStyle$6R
|
|
25199
25251
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25200
25252
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25201
25253
|
width: size,
|
|
@@ -25234,8 +25286,8 @@ EyeOnFill.defaultProps = {
|
|
|
25234
25286
|
size: '1em'
|
|
25235
25287
|
};
|
|
25236
25288
|
|
|
25237
|
-
var _excluded$
|
|
25238
|
-
var loadingCircleStyle$
|
|
25289
|
+
var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25290
|
+
var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25239
25291
|
var EyeOff = function EyeOff(props) {
|
|
25240
25292
|
var color = props.color,
|
|
25241
25293
|
size = props.size,
|
|
@@ -25244,12 +25296,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
25244
25296
|
className = props.className,
|
|
25245
25297
|
iconClassName = props.iconClassName,
|
|
25246
25298
|
testid = props.testid,
|
|
25247
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25299
|
+
otherProps = _objectWithoutProperties(props, _excluded$6S);
|
|
25248
25300
|
return /*#__PURE__*/React.createElement("span", {
|
|
25249
25301
|
role: "img",
|
|
25250
25302
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25251
25303
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25252
|
-
children: loadingCircleStyle$
|
|
25304
|
+
children: loadingCircleStyle$6S
|
|
25253
25305
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25254
25306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25255
25307
|
width: size,
|
|
@@ -25286,8 +25338,8 @@ EyeOff.defaultProps = {
|
|
|
25286
25338
|
size: '1em'
|
|
25287
25339
|
};
|
|
25288
25340
|
|
|
25289
|
-
var _excluded$
|
|
25290
|
-
var loadingCircleStyle$
|
|
25341
|
+
var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25342
|
+
var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25291
25343
|
var EyeOffFill = function EyeOffFill(props) {
|
|
25292
25344
|
var color = props.color,
|
|
25293
25345
|
size = props.size,
|
|
@@ -25296,12 +25348,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
25296
25348
|
className = props.className,
|
|
25297
25349
|
iconClassName = props.iconClassName,
|
|
25298
25350
|
testid = props.testid,
|
|
25299
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25351
|
+
otherProps = _objectWithoutProperties(props, _excluded$6T);
|
|
25300
25352
|
return /*#__PURE__*/React.createElement("span", {
|
|
25301
25353
|
role: "img",
|
|
25302
25354
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25303
25355
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25304
|
-
children: loadingCircleStyle$
|
|
25356
|
+
children: loadingCircleStyle$6T
|
|
25305
25357
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25306
25358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25307
25359
|
width: size,
|
|
@@ -25340,8 +25392,8 @@ EyeOffFill.defaultProps = {
|
|
|
25340
25392
|
size: '1em'
|
|
25341
25393
|
};
|
|
25342
25394
|
|
|
25343
|
-
var _excluded$
|
|
25344
|
-
var loadingCircleStyle$
|
|
25395
|
+
var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25396
|
+
var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25345
25397
|
var Dot = function Dot(props) {
|
|
25346
25398
|
var color = props.color,
|
|
25347
25399
|
size = props.size,
|
|
@@ -25350,12 +25402,12 @@ var Dot = function Dot(props) {
|
|
|
25350
25402
|
className = props.className,
|
|
25351
25403
|
iconClassName = props.iconClassName,
|
|
25352
25404
|
testid = props.testid,
|
|
25353
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25405
|
+
otherProps = _objectWithoutProperties(props, _excluded$6U);
|
|
25354
25406
|
return /*#__PURE__*/React.createElement("span", {
|
|
25355
25407
|
role: "img",
|
|
25356
25408
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25357
25409
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25358
|
-
children: loadingCircleStyle$
|
|
25410
|
+
children: loadingCircleStyle$6U
|
|
25359
25411
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25360
25412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25361
25413
|
width: size,
|
|
@@ -25394,8 +25446,8 @@ Dot.defaultProps = {
|
|
|
25394
25446
|
size: '1em'
|
|
25395
25447
|
};
|
|
25396
25448
|
|
|
25397
|
-
var _excluded$
|
|
25398
|
-
var loadingCircleStyle$
|
|
25449
|
+
var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25450
|
+
var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25399
25451
|
var Anchor = function Anchor(props) {
|
|
25400
25452
|
var color = props.color,
|
|
25401
25453
|
size = props.size,
|
|
@@ -25404,12 +25456,12 @@ var Anchor = function Anchor(props) {
|
|
|
25404
25456
|
className = props.className,
|
|
25405
25457
|
iconClassName = props.iconClassName,
|
|
25406
25458
|
testid = props.testid,
|
|
25407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25459
|
+
otherProps = _objectWithoutProperties(props, _excluded$6V);
|
|
25408
25460
|
return /*#__PURE__*/React.createElement("span", {
|
|
25409
25461
|
role: "img",
|
|
25410
25462
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25411
25463
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25412
|
-
children: loadingCircleStyle$
|
|
25464
|
+
children: loadingCircleStyle$6V
|
|
25413
25465
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25414
25466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25415
25467
|
width: size,
|
|
@@ -25446,8 +25498,8 @@ Anchor.defaultProps = {
|
|
|
25446
25498
|
size: '1em'
|
|
25447
25499
|
};
|
|
25448
25500
|
|
|
25449
|
-
var _excluded$
|
|
25450
|
-
var loadingCircleStyle$
|
|
25501
|
+
var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25502
|
+
var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25451
25503
|
var Notice = function Notice(props) {
|
|
25452
25504
|
var color = props.color,
|
|
25453
25505
|
size = props.size,
|
|
@@ -25456,12 +25508,12 @@ var Notice = function Notice(props) {
|
|
|
25456
25508
|
className = props.className,
|
|
25457
25509
|
iconClassName = props.iconClassName,
|
|
25458
25510
|
testid = props.testid,
|
|
25459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25511
|
+
otherProps = _objectWithoutProperties(props, _excluded$6W);
|
|
25460
25512
|
return /*#__PURE__*/React.createElement("span", {
|
|
25461
25513
|
role: "img",
|
|
25462
25514
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25463
25515
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25464
|
-
children: loadingCircleStyle$
|
|
25516
|
+
children: loadingCircleStyle$6W
|
|
25465
25517
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25466
25518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25467
25519
|
width: size,
|
|
@@ -25500,8 +25552,8 @@ Notice.defaultProps = {
|
|
|
25500
25552
|
size: '1em'
|
|
25501
25553
|
};
|
|
25502
25554
|
|
|
25503
|
-
var _excluded$
|
|
25504
|
-
var loadingCircleStyle$
|
|
25555
|
+
var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25556
|
+
var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25505
25557
|
var ThumbUp = function ThumbUp(props) {
|
|
25506
25558
|
var color = props.color,
|
|
25507
25559
|
size = props.size,
|
|
@@ -25510,12 +25562,12 @@ var ThumbUp = function ThumbUp(props) {
|
|
|
25510
25562
|
className = props.className,
|
|
25511
25563
|
iconClassName = props.iconClassName,
|
|
25512
25564
|
testid = props.testid,
|
|
25513
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25565
|
+
otherProps = _objectWithoutProperties(props, _excluded$6X);
|
|
25514
25566
|
return /*#__PURE__*/React.createElement("span", {
|
|
25515
25567
|
role: "img",
|
|
25516
25568
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25517
25569
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25518
|
-
children: loadingCircleStyle$
|
|
25570
|
+
children: loadingCircleStyle$6X
|
|
25519
25571
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25520
25572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25521
25573
|
width: size,
|
|
@@ -25552,8 +25604,8 @@ ThumbUp.defaultProps = {
|
|
|
25552
25604
|
size: '1em'
|
|
25553
25605
|
};
|
|
25554
25606
|
|
|
25555
|
-
var _excluded$
|
|
25556
|
-
var loadingCircleStyle$
|
|
25607
|
+
var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25608
|
+
var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25557
25609
|
var ThumbDown = function ThumbDown(props) {
|
|
25558
25610
|
var color = props.color,
|
|
25559
25611
|
size = props.size,
|
|
@@ -25562,12 +25614,12 @@ var ThumbDown = function ThumbDown(props) {
|
|
|
25562
25614
|
className = props.className,
|
|
25563
25615
|
iconClassName = props.iconClassName,
|
|
25564
25616
|
testid = props.testid,
|
|
25565
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25617
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Y);
|
|
25566
25618
|
return /*#__PURE__*/React.createElement("span", {
|
|
25567
25619
|
role: "img",
|
|
25568
25620
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25569
25621
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25570
|
-
children: loadingCircleStyle$
|
|
25622
|
+
children: loadingCircleStyle$6Y
|
|
25571
25623
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25572
25624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25573
25625
|
width: size,
|
|
@@ -25604,8 +25656,8 @@ ThumbDown.defaultProps = {
|
|
|
25604
25656
|
size: '1em'
|
|
25605
25657
|
};
|
|
25606
25658
|
|
|
25607
|
-
var _excluded$
|
|
25608
|
-
var loadingCircleStyle$
|
|
25659
|
+
var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25660
|
+
var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25609
25661
|
var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
25610
25662
|
var color = props.color,
|
|
25611
25663
|
size = props.size,
|
|
@@ -25614,12 +25666,12 @@ var ThumbUpOutline = function ThumbUpOutline(props) {
|
|
|
25614
25666
|
className = props.className,
|
|
25615
25667
|
iconClassName = props.iconClassName,
|
|
25616
25668
|
testid = props.testid,
|
|
25617
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25669
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Z);
|
|
25618
25670
|
return /*#__PURE__*/React.createElement("span", {
|
|
25619
25671
|
role: "img",
|
|
25620
25672
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25621
25673
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25622
|
-
children: loadingCircleStyle$
|
|
25674
|
+
children: loadingCircleStyle$6Z
|
|
25623
25675
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25624
25676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25625
25677
|
width: size,
|
|
@@ -25656,8 +25708,8 @@ ThumbUpOutline.defaultProps = {
|
|
|
25656
25708
|
size: '1em'
|
|
25657
25709
|
};
|
|
25658
25710
|
|
|
25659
|
-
var _excluded$
|
|
25660
|
-
var loadingCircleStyle$
|
|
25711
|
+
var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25712
|
+
var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25661
25713
|
var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
25662
25714
|
var color = props.color,
|
|
25663
25715
|
size = props.size,
|
|
@@ -25666,12 +25718,12 @@ var ThumbDownOutline = function ThumbDownOutline(props) {
|
|
|
25666
25718
|
className = props.className,
|
|
25667
25719
|
iconClassName = props.iconClassName,
|
|
25668
25720
|
testid = props.testid,
|
|
25669
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25721
|
+
otherProps = _objectWithoutProperties(props, _excluded$6_);
|
|
25670
25722
|
return /*#__PURE__*/React.createElement("span", {
|
|
25671
25723
|
role: "img",
|
|
25672
25724
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25673
25725
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25674
|
-
children: loadingCircleStyle$
|
|
25726
|
+
children: loadingCircleStyle$6_
|
|
25675
25727
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25676
25728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25677
25729
|
width: size,
|
|
@@ -25708,8 +25760,8 @@ ThumbDownOutline.defaultProps = {
|
|
|
25708
25760
|
size: '1em'
|
|
25709
25761
|
};
|
|
25710
25762
|
|
|
25711
|
-
var _excluded$
|
|
25712
|
-
var loadingCircleStyle$
|
|
25763
|
+
var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25764
|
+
var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25713
25765
|
var TdLogo = function TdLogo(props) {
|
|
25714
25766
|
var color = props.color,
|
|
25715
25767
|
size = props.size,
|
|
@@ -25718,12 +25770,12 @@ var TdLogo = function TdLogo(props) {
|
|
|
25718
25770
|
className = props.className,
|
|
25719
25771
|
iconClassName = props.iconClassName,
|
|
25720
25772
|
testid = props.testid,
|
|
25721
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25773
|
+
otherProps = _objectWithoutProperties(props, _excluded$6$);
|
|
25722
25774
|
return /*#__PURE__*/React.createElement("span", {
|
|
25723
25775
|
role: "img",
|
|
25724
25776
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25725
25777
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25726
|
-
children: loadingCircleStyle$
|
|
25778
|
+
children: loadingCircleStyle$6$
|
|
25727
25779
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25728
25780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25729
25781
|
width: size,
|
|
@@ -25768,8 +25820,8 @@ TdLogo.defaultProps = {
|
|
|
25768
25820
|
size: '1em'
|
|
25769
25821
|
};
|
|
25770
25822
|
|
|
25771
|
-
var _excluded$
|
|
25772
|
-
var loadingCircleStyle$
|
|
25823
|
+
var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25824
|
+
var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25773
25825
|
var Language = function Language(props) {
|
|
25774
25826
|
var color = props.color,
|
|
25775
25827
|
size = props.size,
|
|
@@ -25778,12 +25830,12 @@ var Language = function Language(props) {
|
|
|
25778
25830
|
className = props.className,
|
|
25779
25831
|
iconClassName = props.iconClassName,
|
|
25780
25832
|
testid = props.testid,
|
|
25781
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25833
|
+
otherProps = _objectWithoutProperties(props, _excluded$70);
|
|
25782
25834
|
return /*#__PURE__*/React.createElement("span", {
|
|
25783
25835
|
role: "img",
|
|
25784
25836
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25785
25837
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25786
|
-
children: loadingCircleStyle$
|
|
25838
|
+
children: loadingCircleStyle$70
|
|
25787
25839
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25788
25840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25789
25841
|
width: size,
|
|
@@ -25820,8 +25872,8 @@ Language.defaultProps = {
|
|
|
25820
25872
|
size: '1em'
|
|
25821
25873
|
};
|
|
25822
25874
|
|
|
25823
|
-
var _excluded$
|
|
25824
|
-
var loadingCircleStyle$
|
|
25875
|
+
var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25876
|
+
var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25825
25877
|
var Calendar = function Calendar(props) {
|
|
25826
25878
|
var color = props.color,
|
|
25827
25879
|
size = props.size,
|
|
@@ -25830,12 +25882,12 @@ var Calendar = function Calendar(props) {
|
|
|
25830
25882
|
className = props.className,
|
|
25831
25883
|
iconClassName = props.iconClassName,
|
|
25832
25884
|
testid = props.testid,
|
|
25833
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25885
|
+
otherProps = _objectWithoutProperties(props, _excluded$71);
|
|
25834
25886
|
return /*#__PURE__*/React.createElement("span", {
|
|
25835
25887
|
role: "img",
|
|
25836
25888
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25837
25889
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25838
|
-
children: loadingCircleStyle$
|
|
25890
|
+
children: loadingCircleStyle$71
|
|
25839
25891
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25840
25892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25841
25893
|
width: size,
|
|
@@ -25872,8 +25924,8 @@ Calendar.defaultProps = {
|
|
|
25872
25924
|
size: '1em'
|
|
25873
25925
|
};
|
|
25874
25926
|
|
|
25875
|
-
var _excluded$
|
|
25876
|
-
var loadingCircleStyle$
|
|
25927
|
+
var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25928
|
+
var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25877
25929
|
var Server = function Server(props) {
|
|
25878
25930
|
var color = props.color,
|
|
25879
25931
|
size = props.size,
|
|
@@ -25882,12 +25934,12 @@ var Server = function Server(props) {
|
|
|
25882
25934
|
className = props.className,
|
|
25883
25935
|
iconClassName = props.iconClassName,
|
|
25884
25936
|
testid = props.testid,
|
|
25885
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25937
|
+
otherProps = _objectWithoutProperties(props, _excluded$72);
|
|
25886
25938
|
return /*#__PURE__*/React.createElement("span", {
|
|
25887
25939
|
role: "img",
|
|
25888
25940
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25889
25941
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25890
|
-
children: loadingCircleStyle$
|
|
25942
|
+
children: loadingCircleStyle$72
|
|
25891
25943
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25892
25944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25893
25945
|
width: size,
|
|
@@ -25924,8 +25976,8 @@ Server.defaultProps = {
|
|
|
25924
25976
|
size: '1em'
|
|
25925
25977
|
};
|
|
25926
25978
|
|
|
25927
|
-
var _excluded$
|
|
25928
|
-
var loadingCircleStyle$
|
|
25979
|
+
var _excluded$73 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25980
|
+
var loadingCircleStyle$73 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25929
25981
|
var Desktop = function Desktop(props) {
|
|
25930
25982
|
var color = props.color,
|
|
25931
25983
|
size = props.size,
|
|
@@ -25934,12 +25986,12 @@ var Desktop = function Desktop(props) {
|
|
|
25934
25986
|
className = props.className,
|
|
25935
25987
|
iconClassName = props.iconClassName,
|
|
25936
25988
|
testid = props.testid,
|
|
25937
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25989
|
+
otherProps = _objectWithoutProperties(props, _excluded$73);
|
|
25938
25990
|
return /*#__PURE__*/React.createElement("span", {
|
|
25939
25991
|
role: "img",
|
|
25940
25992
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25941
25993
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25942
|
-
children: loadingCircleStyle$
|
|
25994
|
+
children: loadingCircleStyle$73
|
|
25943
25995
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25944
25996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25945
25997
|
width: size,
|
|
@@ -25976,8 +26028,8 @@ Desktop.defaultProps = {
|
|
|
25976
26028
|
size: '1em'
|
|
25977
26029
|
};
|
|
25978
26030
|
|
|
25979
|
-
var _excluded$
|
|
25980
|
-
var loadingCircleStyle$
|
|
26031
|
+
var _excluded$74 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26032
|
+
var loadingCircleStyle$74 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25981
26033
|
var Demo = function Demo(props) {
|
|
25982
26034
|
var color = props.color,
|
|
25983
26035
|
size = props.size,
|
|
@@ -25986,12 +26038,12 @@ var Demo = function Demo(props) {
|
|
|
25986
26038
|
className = props.className,
|
|
25987
26039
|
iconClassName = props.iconClassName,
|
|
25988
26040
|
testid = props.testid,
|
|
25989
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26041
|
+
otherProps = _objectWithoutProperties(props, _excluded$74);
|
|
25990
26042
|
return /*#__PURE__*/React.createElement("span", {
|
|
25991
26043
|
role: "img",
|
|
25992
26044
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25993
26045
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25994
|
-
children: loadingCircleStyle$
|
|
26046
|
+
children: loadingCircleStyle$74
|
|
25995
26047
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25996
26048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25997
26049
|
width: size,
|
|
@@ -26030,8 +26082,8 @@ Demo.defaultProps = {
|
|
|
26030
26082
|
size: '1em'
|
|
26031
26083
|
};
|
|
26032
26084
|
|
|
26033
|
-
var _excluded$
|
|
26034
|
-
var loadingCircleStyle$
|
|
26085
|
+
var _excluded$75 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26086
|
+
var loadingCircleStyle$75 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26035
26087
|
var Cellphone = function Cellphone(props) {
|
|
26036
26088
|
var color = props.color,
|
|
26037
26089
|
size = props.size,
|
|
@@ -26040,12 +26092,12 @@ var Cellphone = function Cellphone(props) {
|
|
|
26040
26092
|
className = props.className,
|
|
26041
26093
|
iconClassName = props.iconClassName,
|
|
26042
26094
|
testid = props.testid,
|
|
26043
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26095
|
+
otherProps = _objectWithoutProperties(props, _excluded$75);
|
|
26044
26096
|
return /*#__PURE__*/React.createElement("span", {
|
|
26045
26097
|
role: "img",
|
|
26046
26098
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26047
26099
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26048
|
-
children: loadingCircleStyle$
|
|
26100
|
+
children: loadingCircleStyle$75
|
|
26049
26101
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26050
26102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26051
26103
|
width: size,
|
|
@@ -26084,8 +26136,8 @@ Cellphone.defaultProps = {
|
|
|
26084
26136
|
size: '1em'
|
|
26085
26137
|
};
|
|
26086
26138
|
|
|
26087
|
-
var _excluded$
|
|
26088
|
-
var loadingCircleStyle$
|
|
26139
|
+
var _excluded$76 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26140
|
+
var loadingCircleStyle$76 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26089
26141
|
var Landscape = function Landscape(props) {
|
|
26090
26142
|
var color = props.color,
|
|
26091
26143
|
size = props.size,
|
|
@@ -26094,12 +26146,12 @@ var Landscape = function Landscape(props) {
|
|
|
26094
26146
|
className = props.className,
|
|
26095
26147
|
iconClassName = props.iconClassName,
|
|
26096
26148
|
testid = props.testid,
|
|
26097
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26149
|
+
otherProps = _objectWithoutProperties(props, _excluded$76);
|
|
26098
26150
|
return /*#__PURE__*/React.createElement("span", {
|
|
26099
26151
|
role: "img",
|
|
26100
26152
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26101
26153
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26102
|
-
children: loadingCircleStyle$
|
|
26154
|
+
children: loadingCircleStyle$76
|
|
26103
26155
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26104
26156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26105
26157
|
width: size,
|
|
@@ -26140,8 +26192,8 @@ Landscape.defaultProps = {
|
|
|
26140
26192
|
size: '1em'
|
|
26141
26193
|
};
|
|
26142
26194
|
|
|
26143
|
-
var _excluded$
|
|
26144
|
-
var loadingCircleStyle$
|
|
26195
|
+
var _excluded$77 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26196
|
+
var loadingCircleStyle$77 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26145
26197
|
var Email = function Email(props) {
|
|
26146
26198
|
var color = props.color,
|
|
26147
26199
|
size = props.size,
|
|
@@ -26150,12 +26202,12 @@ var Email = function Email(props) {
|
|
|
26150
26202
|
className = props.className,
|
|
26151
26203
|
iconClassName = props.iconClassName,
|
|
26152
26204
|
testid = props.testid,
|
|
26153
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26205
|
+
otherProps = _objectWithoutProperties(props, _excluded$77);
|
|
26154
26206
|
return /*#__PURE__*/React.createElement("span", {
|
|
26155
26207
|
role: "img",
|
|
26156
26208
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26157
26209
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26158
|
-
children: loadingCircleStyle$
|
|
26210
|
+
children: loadingCircleStyle$77
|
|
26159
26211
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26160
26212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26161
26213
|
width: size,
|
|
@@ -26192,8 +26244,8 @@ Email.defaultProps = {
|
|
|
26192
26244
|
size: '1em'
|
|
26193
26245
|
};
|
|
26194
26246
|
|
|
26195
|
-
var _excluded$
|
|
26196
|
-
var loadingCircleStyle$
|
|
26247
|
+
var _excluded$78 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26248
|
+
var loadingCircleStyle$78 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26197
26249
|
var Clock = function Clock(props) {
|
|
26198
26250
|
var color = props.color,
|
|
26199
26251
|
size = props.size,
|
|
@@ -26202,12 +26254,12 @@ var Clock = function Clock(props) {
|
|
|
26202
26254
|
className = props.className,
|
|
26203
26255
|
iconClassName = props.iconClassName,
|
|
26204
26256
|
testid = props.testid,
|
|
26205
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26257
|
+
otherProps = _objectWithoutProperties(props, _excluded$78);
|
|
26206
26258
|
return /*#__PURE__*/React.createElement("span", {
|
|
26207
26259
|
role: "img",
|
|
26208
26260
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26209
26261
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26210
|
-
children: loadingCircleStyle$
|
|
26262
|
+
children: loadingCircleStyle$78
|
|
26211
26263
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26212
26264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26213
26265
|
width: size,
|
|
@@ -26246,8 +26298,8 @@ Clock.defaultProps = {
|
|
|
26246
26298
|
size: '1em'
|
|
26247
26299
|
};
|
|
26248
26300
|
|
|
26249
|
-
var _excluded$
|
|
26250
|
-
var loadingCircleStyle$
|
|
26301
|
+
var _excluded$79 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26302
|
+
var loadingCircleStyle$79 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26251
26303
|
var Password = function Password(props) {
|
|
26252
26304
|
var color = props.color,
|
|
26253
26305
|
size = props.size,
|
|
@@ -26256,12 +26308,12 @@ var Password = function Password(props) {
|
|
|
26256
26308
|
className = props.className,
|
|
26257
26309
|
iconClassName = props.iconClassName,
|
|
26258
26310
|
testid = props.testid,
|
|
26259
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26311
|
+
otherProps = _objectWithoutProperties(props, _excluded$79);
|
|
26260
26312
|
return /*#__PURE__*/React.createElement("span", {
|
|
26261
26313
|
role: "img",
|
|
26262
26314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26263
26315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26264
|
-
children: loadingCircleStyle$
|
|
26316
|
+
children: loadingCircleStyle$79
|
|
26265
26317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26266
26318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26267
26319
|
width: size,
|
|
@@ -26298,8 +26350,8 @@ Password.defaultProps = {
|
|
|
26298
26350
|
size: '1em'
|
|
26299
26351
|
};
|
|
26300
26352
|
|
|
26301
|
-
var _excluded$
|
|
26302
|
-
var loadingCircleStyle$
|
|
26353
|
+
var _excluded$7a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26354
|
+
var loadingCircleStyle$7a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26303
26355
|
var ResetPassword = function ResetPassword(props) {
|
|
26304
26356
|
var color = props.color,
|
|
26305
26357
|
size = props.size,
|
|
@@ -26308,12 +26360,12 @@ var ResetPassword = function ResetPassword(props) {
|
|
|
26308
26360
|
className = props.className,
|
|
26309
26361
|
iconClassName = props.iconClassName,
|
|
26310
26362
|
testid = props.testid,
|
|
26311
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26363
|
+
otherProps = _objectWithoutProperties(props, _excluded$7a);
|
|
26312
26364
|
return /*#__PURE__*/React.createElement("span", {
|
|
26313
26365
|
role: "img",
|
|
26314
26366
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26315
26367
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26316
|
-
children: loadingCircleStyle$
|
|
26368
|
+
children: loadingCircleStyle$7a
|
|
26317
26369
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26318
26370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26319
26371
|
width: size,
|
|
@@ -26350,8 +26402,8 @@ ResetPassword.defaultProps = {
|
|
|
26350
26402
|
size: '1em'
|
|
26351
26403
|
};
|
|
26352
26404
|
|
|
26353
|
-
var _excluded$
|
|
26354
|
-
var loadingCircleStyle$
|
|
26405
|
+
var _excluded$7b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26406
|
+
var loadingCircleStyle$7b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26355
26407
|
var Private = function Private(props) {
|
|
26356
26408
|
var color = props.color,
|
|
26357
26409
|
size = props.size,
|
|
@@ -26360,12 +26412,12 @@ var Private = function Private(props) {
|
|
|
26360
26412
|
className = props.className,
|
|
26361
26413
|
iconClassName = props.iconClassName,
|
|
26362
26414
|
testid = props.testid,
|
|
26363
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26415
|
+
otherProps = _objectWithoutProperties(props, _excluded$7b);
|
|
26364
26416
|
return /*#__PURE__*/React.createElement("span", {
|
|
26365
26417
|
role: "img",
|
|
26366
26418
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26367
26419
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26368
|
-
children: loadingCircleStyle$
|
|
26420
|
+
children: loadingCircleStyle$7b
|
|
26369
26421
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26370
26422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26371
26423
|
width: size,
|
|
@@ -26402,8 +26454,8 @@ Private.defaultProps = {
|
|
|
26402
26454
|
size: '1em'
|
|
26403
26455
|
};
|
|
26404
26456
|
|
|
26405
|
-
var _excluded$
|
|
26406
|
-
var loadingCircleStyle$
|
|
26457
|
+
var _excluded$7c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26458
|
+
var loadingCircleStyle$7c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26407
26459
|
var Bell = function Bell(props) {
|
|
26408
26460
|
var color = props.color,
|
|
26409
26461
|
size = props.size,
|
|
@@ -26412,12 +26464,12 @@ var Bell = function Bell(props) {
|
|
|
26412
26464
|
className = props.className,
|
|
26413
26465
|
iconClassName = props.iconClassName,
|
|
26414
26466
|
testid = props.testid,
|
|
26415
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26467
|
+
otherProps = _objectWithoutProperties(props, _excluded$7c);
|
|
26416
26468
|
return /*#__PURE__*/React.createElement("span", {
|
|
26417
26469
|
role: "img",
|
|
26418
26470
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26419
26471
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26420
|
-
children: loadingCircleStyle$
|
|
26472
|
+
children: loadingCircleStyle$7c
|
|
26421
26473
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26422
26474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26423
26475
|
width: size,
|
|
@@ -26456,8 +26508,8 @@ Bell.defaultProps = {
|
|
|
26456
26508
|
size: '1em'
|
|
26457
26509
|
};
|
|
26458
26510
|
|
|
26459
|
-
var _excluded$
|
|
26460
|
-
var loadingCircleStyle$
|
|
26511
|
+
var _excluded$7d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26512
|
+
var loadingCircleStyle$7d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26461
26513
|
var Logout = function Logout(props) {
|
|
26462
26514
|
var color = props.color,
|
|
26463
26515
|
size = props.size,
|
|
@@ -26466,12 +26518,12 @@ var Logout = function Logout(props) {
|
|
|
26466
26518
|
className = props.className,
|
|
26467
26519
|
iconClassName = props.iconClassName,
|
|
26468
26520
|
testid = props.testid,
|
|
26469
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26521
|
+
otherProps = _objectWithoutProperties(props, _excluded$7d);
|
|
26470
26522
|
return /*#__PURE__*/React.createElement("span", {
|
|
26471
26523
|
role: "img",
|
|
26472
26524
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26473
26525
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26474
|
-
children: loadingCircleStyle$
|
|
26526
|
+
children: loadingCircleStyle$7d
|
|
26475
26527
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26476
26528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26477
26529
|
width: size,
|
|
@@ -26510,8 +26562,8 @@ Logout.defaultProps = {
|
|
|
26510
26562
|
size: '1em'
|
|
26511
26563
|
};
|
|
26512
26564
|
|
|
26513
|
-
var _excluded$
|
|
26514
|
-
var loadingCircleStyle$
|
|
26565
|
+
var _excluded$7e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26566
|
+
var loadingCircleStyle$7e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26515
26567
|
var Speed = function Speed(props) {
|
|
26516
26568
|
var color = props.color,
|
|
26517
26569
|
size = props.size,
|
|
@@ -26520,12 +26572,12 @@ var Speed = function Speed(props) {
|
|
|
26520
26572
|
className = props.className,
|
|
26521
26573
|
iconClassName = props.iconClassName,
|
|
26522
26574
|
testid = props.testid,
|
|
26523
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26575
|
+
otherProps = _objectWithoutProperties(props, _excluded$7e);
|
|
26524
26576
|
return /*#__PURE__*/React.createElement("span", {
|
|
26525
26577
|
role: "img",
|
|
26526
26578
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26527
26579
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26528
|
-
children: loadingCircleStyle$
|
|
26580
|
+
children: loadingCircleStyle$7e
|
|
26529
26581
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26530
26582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26531
26583
|
width: size,
|
|
@@ -26562,8 +26614,8 @@ Speed.defaultProps = {
|
|
|
26562
26614
|
size: '1em'
|
|
26563
26615
|
};
|
|
26564
26616
|
|
|
26565
|
-
var _excluded$
|
|
26566
|
-
var loadingCircleStyle$
|
|
26617
|
+
var _excluded$7f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26618
|
+
var loadingCircleStyle$7f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26567
26619
|
var Mfa = function Mfa(props) {
|
|
26568
26620
|
var color = props.color,
|
|
26569
26621
|
size = props.size,
|
|
@@ -26572,12 +26624,12 @@ var Mfa = function Mfa(props) {
|
|
|
26572
26624
|
className = props.className,
|
|
26573
26625
|
iconClassName = props.iconClassName,
|
|
26574
26626
|
testid = props.testid,
|
|
26575
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26627
|
+
otherProps = _objectWithoutProperties(props, _excluded$7f);
|
|
26576
26628
|
return /*#__PURE__*/React.createElement("span", {
|
|
26577
26629
|
role: "img",
|
|
26578
26630
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26579
26631
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26580
|
-
children: loadingCircleStyle$
|
|
26632
|
+
children: loadingCircleStyle$7f
|
|
26581
26633
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26582
26634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26583
26635
|
width: size,
|
|
@@ -26614,8 +26666,8 @@ Mfa.defaultProps = {
|
|
|
26614
26666
|
size: '1em'
|
|
26615
26667
|
};
|
|
26616
26668
|
|
|
26617
|
-
var _excluded$
|
|
26618
|
-
var loadingCircleStyle$
|
|
26669
|
+
var _excluded$7g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26670
|
+
var loadingCircleStyle$7g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26619
26671
|
var Tracking = function Tracking(props) {
|
|
26620
26672
|
var color = props.color,
|
|
26621
26673
|
size = props.size,
|
|
@@ -26624,12 +26676,12 @@ var Tracking = function Tracking(props) {
|
|
|
26624
26676
|
className = props.className,
|
|
26625
26677
|
iconClassName = props.iconClassName,
|
|
26626
26678
|
testid = props.testid,
|
|
26627
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26679
|
+
otherProps = _objectWithoutProperties(props, _excluded$7g);
|
|
26628
26680
|
return /*#__PURE__*/React.createElement("span", {
|
|
26629
26681
|
role: "img",
|
|
26630
26682
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26631
26683
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26632
|
-
children: loadingCircleStyle$
|
|
26684
|
+
children: loadingCircleStyle$7g
|
|
26633
26685
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26634
26686
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26635
26687
|
width: size,
|
|
@@ -26676,8 +26728,8 @@ Tracking.defaultProps = {
|
|
|
26676
26728
|
size: '1em'
|
|
26677
26729
|
};
|
|
26678
26730
|
|
|
26679
|
-
var _excluded$
|
|
26680
|
-
var loadingCircleStyle$
|
|
26731
|
+
var _excluded$7h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26732
|
+
var loadingCircleStyle$7h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26681
26733
|
var Forewarning = function Forewarning(props) {
|
|
26682
26734
|
var color = props.color,
|
|
26683
26735
|
size = props.size,
|
|
@@ -26686,12 +26738,12 @@ var Forewarning = function Forewarning(props) {
|
|
|
26686
26738
|
className = props.className,
|
|
26687
26739
|
iconClassName = props.iconClassName,
|
|
26688
26740
|
testid = props.testid,
|
|
26689
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26741
|
+
otherProps = _objectWithoutProperties(props, _excluded$7h);
|
|
26690
26742
|
return /*#__PURE__*/React.createElement("span", {
|
|
26691
26743
|
role: "img",
|
|
26692
26744
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26693
26745
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26694
|
-
children: loadingCircleStyle$
|
|
26746
|
+
children: loadingCircleStyle$7h
|
|
26695
26747
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26696
26748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26697
26749
|
width: size,
|
|
@@ -26732,8 +26784,8 @@ Forewarning.defaultProps = {
|
|
|
26732
26784
|
size: '1em'
|
|
26733
26785
|
};
|
|
26734
26786
|
|
|
26735
|
-
var _excluded$
|
|
26736
|
-
var loadingCircleStyle$
|
|
26787
|
+
var _excluded$7i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26788
|
+
var loadingCircleStyle$7i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26737
26789
|
var SystemMgr = function SystemMgr(props) {
|
|
26738
26790
|
var color = props.color,
|
|
26739
26791
|
size = props.size,
|
|
@@ -26742,12 +26794,12 @@ var SystemMgr = function SystemMgr(props) {
|
|
|
26742
26794
|
className = props.className,
|
|
26743
26795
|
iconClassName = props.iconClassName,
|
|
26744
26796
|
testid = props.testid,
|
|
26745
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26797
|
+
otherProps = _objectWithoutProperties(props, _excluded$7i);
|
|
26746
26798
|
return /*#__PURE__*/React.createElement("span", {
|
|
26747
26799
|
role: "img",
|
|
26748
26800
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26749
26801
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26750
|
-
children: loadingCircleStyle$
|
|
26802
|
+
children: loadingCircleStyle$7i
|
|
26751
26803
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26752
26804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26753
26805
|
width: size,
|
|
@@ -26788,8 +26840,8 @@ SystemMgr.defaultProps = {
|
|
|
26788
26840
|
size: '1em'
|
|
26789
26841
|
};
|
|
26790
26842
|
|
|
26791
|
-
var _excluded$
|
|
26792
|
-
var loadingCircleStyle$
|
|
26843
|
+
var _excluded$7j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26844
|
+
var loadingCircleStyle$7j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26793
26845
|
var Pattern = function Pattern(props) {
|
|
26794
26846
|
var color = props.color,
|
|
26795
26847
|
size = props.size,
|
|
@@ -26798,12 +26850,12 @@ var Pattern = function Pattern(props) {
|
|
|
26798
26850
|
className = props.className,
|
|
26799
26851
|
iconClassName = props.iconClassName,
|
|
26800
26852
|
testid = props.testid,
|
|
26801
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26853
|
+
otherProps = _objectWithoutProperties(props, _excluded$7j);
|
|
26802
26854
|
return /*#__PURE__*/React.createElement("span", {
|
|
26803
26855
|
role: "img",
|
|
26804
26856
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26805
26857
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26806
|
-
children: loadingCircleStyle$
|
|
26858
|
+
children: loadingCircleStyle$7j
|
|
26807
26859
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26808
26860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26809
26861
|
width: size,
|
|
@@ -26848,8 +26900,8 @@ Pattern.defaultProps = {
|
|
|
26848
26900
|
size: '1em'
|
|
26849
26901
|
};
|
|
26850
26902
|
|
|
26851
|
-
var _excluded$
|
|
26852
|
-
var loadingCircleStyle$
|
|
26903
|
+
var _excluded$7k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26904
|
+
var loadingCircleStyle$7k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26853
26905
|
var Debug = function Debug(props) {
|
|
26854
26906
|
var color = props.color,
|
|
26855
26907
|
size = props.size,
|
|
@@ -26858,12 +26910,12 @@ var Debug = function Debug(props) {
|
|
|
26858
26910
|
className = props.className,
|
|
26859
26911
|
iconClassName = props.iconClassName,
|
|
26860
26912
|
testid = props.testid,
|
|
26861
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26913
|
+
otherProps = _objectWithoutProperties(props, _excluded$7k);
|
|
26862
26914
|
return /*#__PURE__*/React.createElement("span", {
|
|
26863
26915
|
role: "img",
|
|
26864
26916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26865
26917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26866
|
-
children: loadingCircleStyle$
|
|
26918
|
+
children: loadingCircleStyle$7k
|
|
26867
26919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26868
26920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26869
26921
|
width: size,
|
|
@@ -26900,8 +26952,8 @@ Debug.defaultProps = {
|
|
|
26900
26952
|
size: '1em'
|
|
26901
26953
|
};
|
|
26902
26954
|
|
|
26903
|
-
var _excluded$
|
|
26904
|
-
var loadingCircleStyle$
|
|
26955
|
+
var _excluded$7l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
26956
|
+
var loadingCircleStyle$7l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26905
26957
|
var Live = function Live(props) {
|
|
26906
26958
|
var color = props.color,
|
|
26907
26959
|
size = props.size,
|
|
@@ -26910,12 +26962,12 @@ var Live = function Live(props) {
|
|
|
26910
26962
|
className = props.className,
|
|
26911
26963
|
iconClassName = props.iconClassName,
|
|
26912
26964
|
testid = props.testid,
|
|
26913
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
26965
|
+
otherProps = _objectWithoutProperties(props, _excluded$7l);
|
|
26914
26966
|
return /*#__PURE__*/React.createElement("span", {
|
|
26915
26967
|
role: "img",
|
|
26916
26968
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26917
26969
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26918
|
-
children: loadingCircleStyle$
|
|
26970
|
+
children: loadingCircleStyle$7l
|
|
26919
26971
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26920
26972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26921
26973
|
width: size,
|
|
@@ -26952,8 +27004,8 @@ Live.defaultProps = {
|
|
|
26952
27004
|
size: '1em'
|
|
26953
27005
|
};
|
|
26954
27006
|
|
|
26955
|
-
var _excluded$
|
|
26956
|
-
var loadingCircleStyle$
|
|
27007
|
+
var _excluded$7m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27008
|
+
var loadingCircleStyle$7m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
26957
27009
|
var Plug = function Plug(props) {
|
|
26958
27010
|
var color = props.color,
|
|
26959
27011
|
size = props.size,
|
|
@@ -26962,12 +27014,12 @@ var Plug = function Plug(props) {
|
|
|
26962
27014
|
className = props.className,
|
|
26963
27015
|
iconClassName = props.iconClassName,
|
|
26964
27016
|
testid = props.testid,
|
|
26965
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27017
|
+
otherProps = _objectWithoutProperties(props, _excluded$7m);
|
|
26966
27018
|
return /*#__PURE__*/React.createElement("span", {
|
|
26967
27019
|
role: "img",
|
|
26968
27020
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26969
27021
|
}, /*#__PURE__*/React.createElement("style", {
|
|
26970
|
-
children: loadingCircleStyle$
|
|
27022
|
+
children: loadingCircleStyle$7m
|
|
26971
27023
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
26972
27024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
26973
27025
|
width: size,
|
|
@@ -27004,8 +27056,8 @@ Plug.defaultProps = {
|
|
|
27004
27056
|
size: '1em'
|
|
27005
27057
|
};
|
|
27006
27058
|
|
|
27007
|
-
var _excluded$
|
|
27008
|
-
var loadingCircleStyle$
|
|
27059
|
+
var _excluded$7n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27060
|
+
var loadingCircleStyle$7n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27009
27061
|
var Application = function Application(props) {
|
|
27010
27062
|
var color = props.color,
|
|
27011
27063
|
size = props.size,
|
|
@@ -27014,12 +27066,12 @@ var Application = function Application(props) {
|
|
|
27014
27066
|
className = props.className,
|
|
27015
27067
|
iconClassName = props.iconClassName,
|
|
27016
27068
|
testid = props.testid,
|
|
27017
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27069
|
+
otherProps = _objectWithoutProperties(props, _excluded$7n);
|
|
27018
27070
|
return /*#__PURE__*/React.createElement("span", {
|
|
27019
27071
|
role: "img",
|
|
27020
27072
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27021
27073
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27022
|
-
children: loadingCircleStyle$
|
|
27074
|
+
children: loadingCircleStyle$7n
|
|
27023
27075
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27024
27076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27025
27077
|
width: size,
|
|
@@ -27066,8 +27118,8 @@ Application.defaultProps = {
|
|
|
27066
27118
|
size: '1em'
|
|
27067
27119
|
};
|
|
27068
27120
|
|
|
27069
|
-
var _excluded$
|
|
27070
|
-
var loadingCircleStyle$
|
|
27121
|
+
var _excluded$7o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27122
|
+
var loadingCircleStyle$7o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27071
27123
|
var Gift = function Gift(props) {
|
|
27072
27124
|
var color = props.color,
|
|
27073
27125
|
size = props.size,
|
|
@@ -27076,12 +27128,12 @@ var Gift = function Gift(props) {
|
|
|
27076
27128
|
className = props.className,
|
|
27077
27129
|
iconClassName = props.iconClassName,
|
|
27078
27130
|
testid = props.testid,
|
|
27079
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27131
|
+
otherProps = _objectWithoutProperties(props, _excluded$7o);
|
|
27080
27132
|
return /*#__PURE__*/React.createElement("span", {
|
|
27081
27133
|
role: "img",
|
|
27082
27134
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27083
27135
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27084
|
-
children: loadingCircleStyle$
|
|
27136
|
+
children: loadingCircleStyle$7o
|
|
27085
27137
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27086
27138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27087
27139
|
width: size,
|
|
@@ -27118,8 +27170,8 @@ Gift.defaultProps = {
|
|
|
27118
27170
|
size: '1em'
|
|
27119
27171
|
};
|
|
27120
27172
|
|
|
27121
|
-
var _excluded$
|
|
27122
|
-
var loadingCircleStyle$
|
|
27173
|
+
var _excluded$7p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27174
|
+
var loadingCircleStyle$7p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27123
27175
|
var Tips = function Tips(props) {
|
|
27124
27176
|
var color = props.color,
|
|
27125
27177
|
size = props.size,
|
|
@@ -27128,12 +27180,12 @@ var Tips = function Tips(props) {
|
|
|
27128
27180
|
className = props.className,
|
|
27129
27181
|
iconClassName = props.iconClassName,
|
|
27130
27182
|
testid = props.testid,
|
|
27131
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27183
|
+
otherProps = _objectWithoutProperties(props, _excluded$7p);
|
|
27132
27184
|
return /*#__PURE__*/React.createElement("span", {
|
|
27133
27185
|
role: "img",
|
|
27134
27186
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27135
27187
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27136
|
-
children: loadingCircleStyle$
|
|
27188
|
+
children: loadingCircleStyle$7p
|
|
27137
27189
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27138
27190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27139
27191
|
width: size,
|
|
@@ -27172,8 +27224,8 @@ Tips.defaultProps = {
|
|
|
27172
27224
|
size: '1em'
|
|
27173
27225
|
};
|
|
27174
27226
|
|
|
27175
|
-
var _excluded$
|
|
27176
|
-
var loadingCircleStyle$
|
|
27227
|
+
var _excluded$7q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27228
|
+
var loadingCircleStyle$7q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27177
27229
|
var Usb = function Usb(props) {
|
|
27178
27230
|
var color = props.color,
|
|
27179
27231
|
size = props.size,
|
|
@@ -27182,12 +27234,12 @@ var Usb = function Usb(props) {
|
|
|
27182
27234
|
className = props.className,
|
|
27183
27235
|
iconClassName = props.iconClassName,
|
|
27184
27236
|
testid = props.testid,
|
|
27185
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27237
|
+
otherProps = _objectWithoutProperties(props, _excluded$7q);
|
|
27186
27238
|
return /*#__PURE__*/React.createElement("span", {
|
|
27187
27239
|
role: "img",
|
|
27188
27240
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27189
27241
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27190
|
-
children: loadingCircleStyle$
|
|
27242
|
+
children: loadingCircleStyle$7q
|
|
27191
27243
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27192
27244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27193
27245
|
width: size,
|
|
@@ -27224,8 +27276,8 @@ Usb.defaultProps = {
|
|
|
27224
27276
|
size: '1em'
|
|
27225
27277
|
};
|
|
27226
27278
|
|
|
27227
|
-
var _excluded$
|
|
27228
|
-
var loadingCircleStyle$
|
|
27279
|
+
var _excluded$7r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27280
|
+
var loadingCircleStyle$7r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27229
27281
|
var Location = function Location(props) {
|
|
27230
27282
|
var color = props.color,
|
|
27231
27283
|
size = props.size,
|
|
@@ -27234,12 +27286,12 @@ var Location = function Location(props) {
|
|
|
27234
27286
|
className = props.className,
|
|
27235
27287
|
iconClassName = props.iconClassName,
|
|
27236
27288
|
testid = props.testid,
|
|
27237
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27289
|
+
otherProps = _objectWithoutProperties(props, _excluded$7r);
|
|
27238
27290
|
return /*#__PURE__*/React.createElement("span", {
|
|
27239
27291
|
role: "img",
|
|
27240
27292
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27241
27293
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27242
|
-
children: loadingCircleStyle$
|
|
27294
|
+
children: loadingCircleStyle$7r
|
|
27243
27295
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27244
27296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27245
27297
|
width: size,
|
|
@@ -27280,8 +27332,8 @@ Location.defaultProps = {
|
|
|
27280
27332
|
size: '1em'
|
|
27281
27333
|
};
|
|
27282
27334
|
|
|
27283
|
-
var _excluded$
|
|
27284
|
-
var loadingCircleStyle$
|
|
27335
|
+
var _excluded$7s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27336
|
+
var loadingCircleStyle$7s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27285
27337
|
var ShieldCheck = function ShieldCheck(props) {
|
|
27286
27338
|
var color = props.color,
|
|
27287
27339
|
size = props.size,
|
|
@@ -27290,12 +27342,12 @@ var ShieldCheck = function ShieldCheck(props) {
|
|
|
27290
27342
|
className = props.className,
|
|
27291
27343
|
iconClassName = props.iconClassName,
|
|
27292
27344
|
testid = props.testid,
|
|
27293
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27345
|
+
otherProps = _objectWithoutProperties(props, _excluded$7s);
|
|
27294
27346
|
return /*#__PURE__*/React.createElement("span", {
|
|
27295
27347
|
role: "img",
|
|
27296
27348
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27297
27349
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27298
|
-
children: loadingCircleStyle$
|
|
27350
|
+
children: loadingCircleStyle$7s
|
|
27299
27351
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27300
27352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27301
27353
|
width: size,
|
|
@@ -27332,8 +27384,8 @@ ShieldCheck.defaultProps = {
|
|
|
27332
27384
|
size: '1em'
|
|
27333
27385
|
};
|
|
27334
27386
|
|
|
27335
|
-
var _excluded$
|
|
27336
|
-
var loadingCircleStyle$
|
|
27387
|
+
var _excluded$7t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27388
|
+
var loadingCircleStyle$7t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27337
27389
|
var ShieldCross = function ShieldCross(props) {
|
|
27338
27390
|
var color = props.color,
|
|
27339
27391
|
size = props.size,
|
|
@@ -27342,12 +27394,12 @@ var ShieldCross = function ShieldCross(props) {
|
|
|
27342
27394
|
className = props.className,
|
|
27343
27395
|
iconClassName = props.iconClassName,
|
|
27344
27396
|
testid = props.testid,
|
|
27345
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27397
|
+
otherProps = _objectWithoutProperties(props, _excluded$7t);
|
|
27346
27398
|
return /*#__PURE__*/React.createElement("span", {
|
|
27347
27399
|
role: "img",
|
|
27348
27400
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27349
27401
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27350
|
-
children: loadingCircleStyle$
|
|
27402
|
+
children: loadingCircleStyle$7t
|
|
27351
27403
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27352
27404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27353
27405
|
width: size,
|
|
@@ -27384,8 +27436,8 @@ ShieldCross.defaultProps = {
|
|
|
27384
27436
|
size: '1em'
|
|
27385
27437
|
};
|
|
27386
27438
|
|
|
27387
|
-
var _excluded$
|
|
27388
|
-
var loadingCircleStyle$
|
|
27439
|
+
var _excluded$7u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27440
|
+
var loadingCircleStyle$7u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27389
27441
|
var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
27390
27442
|
var color = props.color,
|
|
27391
27443
|
size = props.size,
|
|
@@ -27394,12 +27446,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
|
27394
27446
|
className = props.className,
|
|
27395
27447
|
iconClassName = props.iconClassName,
|
|
27396
27448
|
testid = props.testid,
|
|
27397
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27449
|
+
otherProps = _objectWithoutProperties(props, _excluded$7u);
|
|
27398
27450
|
return /*#__PURE__*/React.createElement("span", {
|
|
27399
27451
|
role: "img",
|
|
27400
27452
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27401
27453
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27402
|
-
children: loadingCircleStyle$
|
|
27454
|
+
children: loadingCircleStyle$7u
|
|
27403
27455
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27404
27456
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27405
27457
|
width: size,
|
|
@@ -27436,8 +27488,8 @@ ShieldKeyhole.defaultProps = {
|
|
|
27436
27488
|
size: '1em'
|
|
27437
27489
|
};
|
|
27438
27490
|
|
|
27439
|
-
var _excluded$
|
|
27440
|
-
var loadingCircleStyle$
|
|
27491
|
+
var _excluded$7v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27492
|
+
var loadingCircleStyle$7v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27441
27493
|
var Bell2Fill = function Bell2Fill(props) {
|
|
27442
27494
|
var color = props.color,
|
|
27443
27495
|
size = props.size,
|
|
@@ -27446,12 +27498,12 @@ var Bell2Fill = function Bell2Fill(props) {
|
|
|
27446
27498
|
className = props.className,
|
|
27447
27499
|
iconClassName = props.iconClassName,
|
|
27448
27500
|
testid = props.testid,
|
|
27449
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27501
|
+
otherProps = _objectWithoutProperties(props, _excluded$7v);
|
|
27450
27502
|
return /*#__PURE__*/React.createElement("span", {
|
|
27451
27503
|
role: "img",
|
|
27452
27504
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27453
27505
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27454
|
-
children: loadingCircleStyle$
|
|
27506
|
+
children: loadingCircleStyle$7v
|
|
27455
27507
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27456
27508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27457
27509
|
width: size,
|
|
@@ -27488,8 +27540,8 @@ Bell2Fill.defaultProps = {
|
|
|
27488
27540
|
size: '1em'
|
|
27489
27541
|
};
|
|
27490
27542
|
|
|
27491
|
-
var _excluded$
|
|
27492
|
-
var loadingCircleStyle$
|
|
27543
|
+
var _excluded$7w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27544
|
+
var loadingCircleStyle$7w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27493
27545
|
var Box = function Box(props) {
|
|
27494
27546
|
var color = props.color,
|
|
27495
27547
|
size = props.size,
|
|
@@ -27498,12 +27550,12 @@ var Box = function Box(props) {
|
|
|
27498
27550
|
className = props.className,
|
|
27499
27551
|
iconClassName = props.iconClassName,
|
|
27500
27552
|
testid = props.testid,
|
|
27501
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27553
|
+
otherProps = _objectWithoutProperties(props, _excluded$7w);
|
|
27502
27554
|
return /*#__PURE__*/React.createElement("span", {
|
|
27503
27555
|
role: "img",
|
|
27504
27556
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27505
27557
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27506
|
-
children: loadingCircleStyle$
|
|
27558
|
+
children: loadingCircleStyle$7w
|
|
27507
27559
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27508
27560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27509
27561
|
width: size,
|
|
@@ -27540,8 +27592,8 @@ Box.defaultProps = {
|
|
|
27540
27592
|
size: '1em'
|
|
27541
27593
|
};
|
|
27542
27594
|
|
|
27543
|
-
var _excluded$
|
|
27544
|
-
var loadingCircleStyle$
|
|
27595
|
+
var _excluded$7x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27596
|
+
var loadingCircleStyle$7x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27545
27597
|
var ShutDown = function ShutDown(props) {
|
|
27546
27598
|
var color = props.color,
|
|
27547
27599
|
size = props.size,
|
|
@@ -27550,12 +27602,12 @@ var ShutDown = function ShutDown(props) {
|
|
|
27550
27602
|
className = props.className,
|
|
27551
27603
|
iconClassName = props.iconClassName,
|
|
27552
27604
|
testid = props.testid,
|
|
27553
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27605
|
+
otherProps = _objectWithoutProperties(props, _excluded$7x);
|
|
27554
27606
|
return /*#__PURE__*/React.createElement("span", {
|
|
27555
27607
|
role: "img",
|
|
27556
27608
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27557
27609
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27558
|
-
children: loadingCircleStyle$
|
|
27610
|
+
children: loadingCircleStyle$7x
|
|
27559
27611
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27560
27612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27561
27613
|
width: size,
|
|
@@ -27592,8 +27644,8 @@ ShutDown.defaultProps = {
|
|
|
27592
27644
|
size: '1em'
|
|
27593
27645
|
};
|
|
27594
27646
|
|
|
27595
|
-
var _excluded$
|
|
27596
|
-
var loadingCircleStyle$
|
|
27647
|
+
var _excluded$7y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27648
|
+
var loadingCircleStyle$7y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27597
27649
|
var Database = function Database(props) {
|
|
27598
27650
|
var color = props.color,
|
|
27599
27651
|
size = props.size,
|
|
@@ -27602,12 +27654,12 @@ var Database = function Database(props) {
|
|
|
27602
27654
|
className = props.className,
|
|
27603
27655
|
iconClassName = props.iconClassName,
|
|
27604
27656
|
testid = props.testid,
|
|
27605
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27657
|
+
otherProps = _objectWithoutProperties(props, _excluded$7y);
|
|
27606
27658
|
return /*#__PURE__*/React.createElement("span", {
|
|
27607
27659
|
role: "img",
|
|
27608
27660
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27609
27661
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27610
|
-
children: loadingCircleStyle$
|
|
27662
|
+
children: loadingCircleStyle$7y
|
|
27611
27663
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27612
27664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27613
27665
|
width: size,
|
|
@@ -27644,8 +27696,8 @@ Database.defaultProps = {
|
|
|
27644
27696
|
size: '1em'
|
|
27645
27697
|
};
|
|
27646
27698
|
|
|
27647
|
-
var _excluded$
|
|
27648
|
-
var loadingCircleStyle$
|
|
27699
|
+
var _excluded$7z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27700
|
+
var loadingCircleStyle$7z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27649
27701
|
var Terminal = function Terminal(props) {
|
|
27650
27702
|
var color = props.color,
|
|
27651
27703
|
size = props.size,
|
|
@@ -27654,12 +27706,12 @@ var Terminal = function Terminal(props) {
|
|
|
27654
27706
|
className = props.className,
|
|
27655
27707
|
iconClassName = props.iconClassName,
|
|
27656
27708
|
testid = props.testid,
|
|
27657
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27709
|
+
otherProps = _objectWithoutProperties(props, _excluded$7z);
|
|
27658
27710
|
return /*#__PURE__*/React.createElement("span", {
|
|
27659
27711
|
role: "img",
|
|
27660
27712
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27661
27713
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27662
|
-
children: loadingCircleStyle$
|
|
27714
|
+
children: loadingCircleStyle$7z
|
|
27663
27715
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27664
27716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27665
27717
|
width: size,
|
|
@@ -27696,8 +27748,8 @@ Terminal.defaultProps = {
|
|
|
27696
27748
|
size: '1em'
|
|
27697
27749
|
};
|
|
27698
27750
|
|
|
27699
|
-
var _excluded$
|
|
27700
|
-
var loadingCircleStyle$
|
|
27751
|
+
var _excluded$7A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
27752
|
+
var loadingCircleStyle$7A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
27701
27753
|
var SatelliteDish = function SatelliteDish(props) {
|
|
27702
27754
|
var color = props.color,
|
|
27703
27755
|
size = props.size,
|
|
@@ -27706,12 +27758,12 @@ var SatelliteDish = function SatelliteDish(props) {
|
|
|
27706
27758
|
className = props.className,
|
|
27707
27759
|
iconClassName = props.iconClassName,
|
|
27708
27760
|
testid = props.testid,
|
|
27709
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
27761
|
+
otherProps = _objectWithoutProperties(props, _excluded$7A);
|
|
27710
27762
|
return /*#__PURE__*/React.createElement("span", {
|
|
27711
27763
|
role: "img",
|
|
27712
27764
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
27713
27765
|
}, /*#__PURE__*/React.createElement("style", {
|
|
27714
|
-
children: loadingCircleStyle$
|
|
27766
|
+
children: loadingCircleStyle$7A
|
|
27715
27767
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
27716
27768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27717
27769
|
width: size,
|
|
@@ -27836,6 +27888,7 @@ exports.TaClose = Close;
|
|
|
27836
27888
|
exports.TaCode = Code;
|
|
27837
27889
|
exports.TaCodeVariable = CodeVariable;
|
|
27838
27890
|
exports.TaComment = Comment;
|
|
27891
|
+
exports.TaCompass = Compass;
|
|
27839
27892
|
exports.TaConfig = Config;
|
|
27840
27893
|
exports.TaConsent = Consent;
|
|
27841
27894
|
exports.TaContrast = Contrast;
|
|
@@ -28092,7 +28145,7 @@ exports.TaPause2 = Pause2;
|
|
|
28092
28145
|
exports.TaPauseCircle = PauseCircle;
|
|
28093
28146
|
exports.TaPin = Pin;
|
|
28094
28147
|
exports.TaPin2 = Pin2;
|
|
28095
|
-
exports.
|
|
28148
|
+
exports.TaPinFill = PinFill;
|
|
28096
28149
|
exports.TaPinUnsave = PinUnsave;
|
|
28097
28150
|
exports.TaPinch = Pinch;
|
|
28098
28151
|
exports.TaPlay = Play;
|