@tant/icons 1.18.26 → 1.18.29
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/{align-left.js → resizer.js} +7 -5
- package/dist/es/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/icons/{align-left.js → resizer.js} +7 -5
- package/dist/lib/index.js +7 -7
- package/dist/tant-icons.cjs.js +748 -746
- package/dist/tant-icons.esm.js +748 -746
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -7810,7 +7810,7 @@ TableSimple.defaultProps = {
|
|
|
7810
7810
|
|
|
7811
7811
|
var _excluded$1R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7812
7812
|
var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7813
|
-
var
|
|
7813
|
+
var OperatorEqual = function OperatorEqual(props) {
|
|
7814
7814
|
var color = props.color,
|
|
7815
7815
|
size = props.size,
|
|
7816
7816
|
spin = props.spin,
|
|
@@ -7843,58 +7843,6 @@ var AlignLeft = function AlignLeft(props) {
|
|
|
7843
7843
|
width: "24",
|
|
7844
7844
|
height: "24",
|
|
7845
7845
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7846
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7847
|
-
d: "M3 18h6v-2H3v2zm0-7v2h12v-2H3zm0-5v2h18V6H3z"
|
|
7848
|
-
}))));
|
|
7849
|
-
};
|
|
7850
|
-
AlignLeft.propTypes = {
|
|
7851
|
-
iconClassName: PropTypes.string,
|
|
7852
|
-
spin: PropTypes.bool,
|
|
7853
|
-
color: PropTypes.string,
|
|
7854
|
-
testid: PropTypes.string,
|
|
7855
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
7856
|
-
};
|
|
7857
|
-
AlignLeft.defaultProps = {
|
|
7858
|
-
spin: false,
|
|
7859
|
-
color: 'currentColor',
|
|
7860
|
-
size: '1em'
|
|
7861
|
-
};
|
|
7862
|
-
|
|
7863
|
-
var _excluded$1S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7864
|
-
var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7865
|
-
var OperatorEqual = function OperatorEqual(props) {
|
|
7866
|
-
var color = props.color,
|
|
7867
|
-
size = props.size,
|
|
7868
|
-
spin = props.spin,
|
|
7869
|
-
style = props.style,
|
|
7870
|
-
className = props.className,
|
|
7871
|
-
iconClassName = props.iconClassName,
|
|
7872
|
-
testid = props.testid,
|
|
7873
|
-
otherProps = _objectWithoutProperties(props, _excluded$1S);
|
|
7874
|
-
return /*#__PURE__*/React.createElement("span", {
|
|
7875
|
-
role: "img",
|
|
7876
|
-
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
7877
|
-
}, /*#__PURE__*/React.createElement("style", {
|
|
7878
|
-
children: loadingCircleStyle$1S
|
|
7879
|
-
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
7880
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7881
|
-
width: size,
|
|
7882
|
-
height: size,
|
|
7883
|
-
viewBox: "0 0 24 24",
|
|
7884
|
-
fill: color
|
|
7885
|
-
}, otherProps, {
|
|
7886
|
-
className: iconClassName,
|
|
7887
|
-
"data-testid": testid,
|
|
7888
|
-
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
7889
|
-
animationDuration: '1s',
|
|
7890
|
-
animationIterationCount: 'infinite',
|
|
7891
|
-
animationName: 'loadingCircle',
|
|
7892
|
-
animationTimingFunction: 'linear'
|
|
7893
|
-
} : {})
|
|
7894
|
-
}), /*#__PURE__*/React.createElement("svg", {
|
|
7895
|
-
width: "24",
|
|
7896
|
-
height: "24",
|
|
7897
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
7898
7846
|
}, /*#__PURE__*/React.createElement("path", {
|
|
7899
7847
|
fillRule: "evenodd",
|
|
7900
7848
|
clipRule: "evenodd",
|
|
@@ -7914,8 +7862,8 @@ OperatorEqual.defaultProps = {
|
|
|
7914
7862
|
size: '1em'
|
|
7915
7863
|
};
|
|
7916
7864
|
|
|
7917
|
-
var _excluded$
|
|
7918
|
-
var loadingCircleStyle$
|
|
7865
|
+
var _excluded$1S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7866
|
+
var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7919
7867
|
var OperatorUnequal = function OperatorUnequal(props) {
|
|
7920
7868
|
var color = props.color,
|
|
7921
7869
|
size = props.size,
|
|
@@ -7924,12 +7872,12 @@ var OperatorUnequal = function OperatorUnequal(props) {
|
|
|
7924
7872
|
className = props.className,
|
|
7925
7873
|
iconClassName = props.iconClassName,
|
|
7926
7874
|
testid = props.testid,
|
|
7927
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7875
|
+
otherProps = _objectWithoutProperties(props, _excluded$1S);
|
|
7928
7876
|
return /*#__PURE__*/React.createElement("span", {
|
|
7929
7877
|
role: "img",
|
|
7930
7878
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
7931
7879
|
}, /*#__PURE__*/React.createElement("style", {
|
|
7932
|
-
children: loadingCircleStyle$
|
|
7880
|
+
children: loadingCircleStyle$1S
|
|
7933
7881
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
7934
7882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7935
7883
|
width: size,
|
|
@@ -7968,8 +7916,8 @@ OperatorUnequal.defaultProps = {
|
|
|
7968
7916
|
size: '1em'
|
|
7969
7917
|
};
|
|
7970
7918
|
|
|
7971
|
-
var _excluded$
|
|
7972
|
-
var loadingCircleStyle$
|
|
7919
|
+
var _excluded$1T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7920
|
+
var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7973
7921
|
var OperatorDivide = function OperatorDivide(props) {
|
|
7974
7922
|
var color = props.color,
|
|
7975
7923
|
size = props.size,
|
|
@@ -7978,12 +7926,12 @@ var OperatorDivide = function OperatorDivide(props) {
|
|
|
7978
7926
|
className = props.className,
|
|
7979
7927
|
iconClassName = props.iconClassName,
|
|
7980
7928
|
testid = props.testid,
|
|
7981
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7929
|
+
otherProps = _objectWithoutProperties(props, _excluded$1T);
|
|
7982
7930
|
return /*#__PURE__*/React.createElement("span", {
|
|
7983
7931
|
role: "img",
|
|
7984
7932
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
7985
7933
|
}, /*#__PURE__*/React.createElement("style", {
|
|
7986
|
-
children: loadingCircleStyle$
|
|
7934
|
+
children: loadingCircleStyle$1T
|
|
7987
7935
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
7988
7936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7989
7937
|
width: size,
|
|
@@ -8020,8 +7968,8 @@ OperatorDivide.defaultProps = {
|
|
|
8020
7968
|
size: '1em'
|
|
8021
7969
|
};
|
|
8022
7970
|
|
|
8023
|
-
var _excluded$
|
|
8024
|
-
var loadingCircleStyle$
|
|
7971
|
+
var _excluded$1U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7972
|
+
var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8025
7973
|
var OperatorNoValue = function OperatorNoValue(props) {
|
|
8026
7974
|
var color = props.color,
|
|
8027
7975
|
size = props.size,
|
|
@@ -8030,12 +7978,12 @@ var OperatorNoValue = function OperatorNoValue(props) {
|
|
|
8030
7978
|
className = props.className,
|
|
8031
7979
|
iconClassName = props.iconClassName,
|
|
8032
7980
|
testid = props.testid,
|
|
8033
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7981
|
+
otherProps = _objectWithoutProperties(props, _excluded$1U);
|
|
8034
7982
|
return /*#__PURE__*/React.createElement("span", {
|
|
8035
7983
|
role: "img",
|
|
8036
7984
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8037
7985
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8038
|
-
children: loadingCircleStyle$
|
|
7986
|
+
children: loadingCircleStyle$1U
|
|
8039
7987
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8040
7988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8041
7989
|
width: size,
|
|
@@ -8074,8 +8022,8 @@ OperatorNoValue.defaultProps = {
|
|
|
8074
8022
|
size: '1em'
|
|
8075
8023
|
};
|
|
8076
8024
|
|
|
8077
|
-
var _excluded$
|
|
8078
|
-
var loadingCircleStyle$
|
|
8025
|
+
var _excluded$1V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8026
|
+
var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8079
8027
|
var OperatorHasValue = function OperatorHasValue(props) {
|
|
8080
8028
|
var color = props.color,
|
|
8081
8029
|
size = props.size,
|
|
@@ -8084,12 +8032,12 @@ var OperatorHasValue = function OperatorHasValue(props) {
|
|
|
8084
8032
|
className = props.className,
|
|
8085
8033
|
iconClassName = props.iconClassName,
|
|
8086
8034
|
testid = props.testid,
|
|
8087
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8035
|
+
otherProps = _objectWithoutProperties(props, _excluded$1V);
|
|
8088
8036
|
return /*#__PURE__*/React.createElement("span", {
|
|
8089
8037
|
role: "img",
|
|
8090
8038
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8091
8039
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8092
|
-
children: loadingCircleStyle$
|
|
8040
|
+
children: loadingCircleStyle$1V
|
|
8093
8041
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8094
8042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8095
8043
|
width: size,
|
|
@@ -8128,8 +8076,8 @@ OperatorHasValue.defaultProps = {
|
|
|
8128
8076
|
size: '1em'
|
|
8129
8077
|
};
|
|
8130
8078
|
|
|
8131
|
-
var _excluded$
|
|
8132
|
-
var loadingCircleStyle$
|
|
8079
|
+
var _excluded$1W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8080
|
+
var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8133
8081
|
var OperatorInside = function OperatorInside(props) {
|
|
8134
8082
|
var color = props.color,
|
|
8135
8083
|
size = props.size,
|
|
@@ -8138,12 +8086,12 @@ var OperatorInside = function OperatorInside(props) {
|
|
|
8138
8086
|
className = props.className,
|
|
8139
8087
|
iconClassName = props.iconClassName,
|
|
8140
8088
|
testid = props.testid,
|
|
8141
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8089
|
+
otherProps = _objectWithoutProperties(props, _excluded$1W);
|
|
8142
8090
|
return /*#__PURE__*/React.createElement("span", {
|
|
8143
8091
|
role: "img",
|
|
8144
8092
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8145
8093
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8146
|
-
children: loadingCircleStyle$
|
|
8094
|
+
children: loadingCircleStyle$1W
|
|
8147
8095
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8148
8096
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8149
8097
|
width: size,
|
|
@@ -8180,8 +8128,8 @@ OperatorInside.defaultProps = {
|
|
|
8180
8128
|
size: '1em'
|
|
8181
8129
|
};
|
|
8182
8130
|
|
|
8183
|
-
var _excluded$
|
|
8184
|
-
var loadingCircleStyle$
|
|
8131
|
+
var _excluded$1X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8132
|
+
var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8185
8133
|
var OperatorInclude = function OperatorInclude(props) {
|
|
8186
8134
|
var color = props.color,
|
|
8187
8135
|
size = props.size,
|
|
@@ -8190,12 +8138,12 @@ var OperatorInclude = function OperatorInclude(props) {
|
|
|
8190
8138
|
className = props.className,
|
|
8191
8139
|
iconClassName = props.iconClassName,
|
|
8192
8140
|
testid = props.testid,
|
|
8193
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8141
|
+
otherProps = _objectWithoutProperties(props, _excluded$1X);
|
|
8194
8142
|
return /*#__PURE__*/React.createElement("span", {
|
|
8195
8143
|
role: "img",
|
|
8196
8144
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8197
8145
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8198
|
-
children: loadingCircleStyle$
|
|
8146
|
+
children: loadingCircleStyle$1X
|
|
8199
8147
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8200
8148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8201
8149
|
width: size,
|
|
@@ -8234,8 +8182,8 @@ OperatorInclude.defaultProps = {
|
|
|
8234
8182
|
size: '1em'
|
|
8235
8183
|
};
|
|
8236
8184
|
|
|
8237
|
-
var _excluded$
|
|
8238
|
-
var loadingCircleStyle$
|
|
8185
|
+
var _excluded$1Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8186
|
+
var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8239
8187
|
var OperatorNotInclude = function OperatorNotInclude(props) {
|
|
8240
8188
|
var color = props.color,
|
|
8241
8189
|
size = props.size,
|
|
@@ -8244,12 +8192,12 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
|
|
|
8244
8192
|
className = props.className,
|
|
8245
8193
|
iconClassName = props.iconClassName,
|
|
8246
8194
|
testid = props.testid,
|
|
8247
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8195
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Y);
|
|
8248
8196
|
return /*#__PURE__*/React.createElement("span", {
|
|
8249
8197
|
role: "img",
|
|
8250
8198
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8251
8199
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8252
|
-
children: loadingCircleStyle$
|
|
8200
|
+
children: loadingCircleStyle$1Y
|
|
8253
8201
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8254
8202
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8255
8203
|
width: size,
|
|
@@ -8296,8 +8244,8 @@ OperatorNotInclude.defaultProps = {
|
|
|
8296
8244
|
size: '1em'
|
|
8297
8245
|
};
|
|
8298
8246
|
|
|
8299
|
-
var _excluded$
|
|
8300
|
-
var loadingCircleStyle$
|
|
8247
|
+
var _excluded$1Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8248
|
+
var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8301
8249
|
var OperatorLess = function OperatorLess(props) {
|
|
8302
8250
|
var color = props.color,
|
|
8303
8251
|
size = props.size,
|
|
@@ -8306,12 +8254,12 @@ var OperatorLess = function OperatorLess(props) {
|
|
|
8306
8254
|
className = props.className,
|
|
8307
8255
|
iconClassName = props.iconClassName,
|
|
8308
8256
|
testid = props.testid,
|
|
8309
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8257
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Z);
|
|
8310
8258
|
return /*#__PURE__*/React.createElement("span", {
|
|
8311
8259
|
role: "img",
|
|
8312
8260
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8313
8261
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8314
|
-
children: loadingCircleStyle$
|
|
8262
|
+
children: loadingCircleStyle$1Z
|
|
8315
8263
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8316
8264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8317
8265
|
width: size,
|
|
@@ -8350,8 +8298,8 @@ OperatorLess.defaultProps = {
|
|
|
8350
8298
|
size: '1em'
|
|
8351
8299
|
};
|
|
8352
8300
|
|
|
8353
|
-
var _excluded$
|
|
8354
|
-
var loadingCircleStyle$
|
|
8301
|
+
var _excluded$1_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8302
|
+
var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8355
8303
|
var OperatorNoBigger = function OperatorNoBigger(props) {
|
|
8356
8304
|
var color = props.color,
|
|
8357
8305
|
size = props.size,
|
|
@@ -8360,12 +8308,12 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
|
|
|
8360
8308
|
className = props.className,
|
|
8361
8309
|
iconClassName = props.iconClassName,
|
|
8362
8310
|
testid = props.testid,
|
|
8363
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8311
|
+
otherProps = _objectWithoutProperties(props, _excluded$1_);
|
|
8364
8312
|
return /*#__PURE__*/React.createElement("span", {
|
|
8365
8313
|
role: "img",
|
|
8366
8314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8367
8315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8368
|
-
children: loadingCircleStyle$
|
|
8316
|
+
children: loadingCircleStyle$1_
|
|
8369
8317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8370
8318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8371
8319
|
width: size,
|
|
@@ -8404,8 +8352,8 @@ OperatorNoBigger.defaultProps = {
|
|
|
8404
8352
|
size: '1em'
|
|
8405
8353
|
};
|
|
8406
8354
|
|
|
8407
|
-
var _excluded$
|
|
8408
|
-
var loadingCircleStyle$
|
|
8355
|
+
var _excluded$1$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8356
|
+
var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8409
8357
|
var OperatorBigger = function OperatorBigger(props) {
|
|
8410
8358
|
var color = props.color,
|
|
8411
8359
|
size = props.size,
|
|
@@ -8414,12 +8362,12 @@ var OperatorBigger = function OperatorBigger(props) {
|
|
|
8414
8362
|
className = props.className,
|
|
8415
8363
|
iconClassName = props.iconClassName,
|
|
8416
8364
|
testid = props.testid,
|
|
8417
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8365
|
+
otherProps = _objectWithoutProperties(props, _excluded$1$);
|
|
8418
8366
|
return /*#__PURE__*/React.createElement("span", {
|
|
8419
8367
|
role: "img",
|
|
8420
8368
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8421
8369
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8422
|
-
children: loadingCircleStyle$
|
|
8370
|
+
children: loadingCircleStyle$1$
|
|
8423
8371
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8424
8372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8425
8373
|
width: size,
|
|
@@ -8458,8 +8406,8 @@ OperatorBigger.defaultProps = {
|
|
|
8458
8406
|
size: '1em'
|
|
8459
8407
|
};
|
|
8460
8408
|
|
|
8461
|
-
var _excluded$
|
|
8462
|
-
var loadingCircleStyle$
|
|
8409
|
+
var _excluded$20 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8410
|
+
var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8463
8411
|
var OperatorNoLess = function OperatorNoLess(props) {
|
|
8464
8412
|
var color = props.color,
|
|
8465
8413
|
size = props.size,
|
|
@@ -8468,12 +8416,12 @@ var OperatorNoLess = function OperatorNoLess(props) {
|
|
|
8468
8416
|
className = props.className,
|
|
8469
8417
|
iconClassName = props.iconClassName,
|
|
8470
8418
|
testid = props.testid,
|
|
8471
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8419
|
+
otherProps = _objectWithoutProperties(props, _excluded$20);
|
|
8472
8420
|
return /*#__PURE__*/React.createElement("span", {
|
|
8473
8421
|
role: "img",
|
|
8474
8422
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8475
8423
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8476
|
-
children: loadingCircleStyle$
|
|
8424
|
+
children: loadingCircleStyle$20
|
|
8477
8425
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8478
8426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8479
8427
|
width: size,
|
|
@@ -8512,8 +8460,8 @@ OperatorNoLess.defaultProps = {
|
|
|
8512
8460
|
size: '1em'
|
|
8513
8461
|
};
|
|
8514
8462
|
|
|
8515
|
-
var _excluded$
|
|
8516
|
-
var loadingCircleStyle$
|
|
8463
|
+
var _excluded$21 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8464
|
+
var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8517
8465
|
var OperatorTrue = function OperatorTrue(props) {
|
|
8518
8466
|
var color = props.color,
|
|
8519
8467
|
size = props.size,
|
|
@@ -8522,12 +8470,12 @@ var OperatorTrue = function OperatorTrue(props) {
|
|
|
8522
8470
|
className = props.className,
|
|
8523
8471
|
iconClassName = props.iconClassName,
|
|
8524
8472
|
testid = props.testid,
|
|
8525
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8473
|
+
otherProps = _objectWithoutProperties(props, _excluded$21);
|
|
8526
8474
|
return /*#__PURE__*/React.createElement("span", {
|
|
8527
8475
|
role: "img",
|
|
8528
8476
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8529
8477
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8530
|
-
children: loadingCircleStyle$
|
|
8478
|
+
children: loadingCircleStyle$21
|
|
8531
8479
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8532
8480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8533
8481
|
width: size,
|
|
@@ -8566,8 +8514,8 @@ OperatorTrue.defaultProps = {
|
|
|
8566
8514
|
size: '1em'
|
|
8567
8515
|
};
|
|
8568
8516
|
|
|
8569
|
-
var _excluded$
|
|
8570
|
-
var loadingCircleStyle$
|
|
8517
|
+
var _excluded$22 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8518
|
+
var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8571
8519
|
var OperatorFalse = function OperatorFalse(props) {
|
|
8572
8520
|
var color = props.color,
|
|
8573
8521
|
size = props.size,
|
|
@@ -8576,12 +8524,12 @@ var OperatorFalse = function OperatorFalse(props) {
|
|
|
8576
8524
|
className = props.className,
|
|
8577
8525
|
iconClassName = props.iconClassName,
|
|
8578
8526
|
testid = props.testid,
|
|
8579
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8527
|
+
otherProps = _objectWithoutProperties(props, _excluded$22);
|
|
8580
8528
|
return /*#__PURE__*/React.createElement("span", {
|
|
8581
8529
|
role: "img",
|
|
8582
8530
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8583
8531
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8584
|
-
children: loadingCircleStyle$
|
|
8532
|
+
children: loadingCircleStyle$22
|
|
8585
8533
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8586
8534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8587
8535
|
width: size,
|
|
@@ -8620,8 +8568,8 @@ OperatorFalse.defaultProps = {
|
|
|
8620
8568
|
size: '1em'
|
|
8621
8569
|
};
|
|
8622
8570
|
|
|
8623
|
-
var _excluded$
|
|
8624
|
-
var loadingCircleStyle$
|
|
8571
|
+
var _excluded$23 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8572
|
+
var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8625
8573
|
var OperatorRegex = function OperatorRegex(props) {
|
|
8626
8574
|
var color = props.color,
|
|
8627
8575
|
size = props.size,
|
|
@@ -8630,12 +8578,12 @@ var OperatorRegex = function OperatorRegex(props) {
|
|
|
8630
8578
|
className = props.className,
|
|
8631
8579
|
iconClassName = props.iconClassName,
|
|
8632
8580
|
testid = props.testid,
|
|
8633
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8581
|
+
otherProps = _objectWithoutProperties(props, _excluded$23);
|
|
8634
8582
|
return /*#__PURE__*/React.createElement("span", {
|
|
8635
8583
|
role: "img",
|
|
8636
8584
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8637
8585
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8638
|
-
children: loadingCircleStyle$
|
|
8586
|
+
children: loadingCircleStyle$23
|
|
8639
8587
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8640
8588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8641
8589
|
width: size,
|
|
@@ -8674,8 +8622,8 @@ OperatorRegex.defaultProps = {
|
|
|
8674
8622
|
size: '1em'
|
|
8675
8623
|
};
|
|
8676
8624
|
|
|
8677
|
-
var _excluded$
|
|
8678
|
-
var loadingCircleStyle$
|
|
8625
|
+
var _excluded$24 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8626
|
+
var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8679
8627
|
var OperatorNoRegex = function OperatorNoRegex(props) {
|
|
8680
8628
|
var color = props.color,
|
|
8681
8629
|
size = props.size,
|
|
@@ -8684,12 +8632,12 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
|
|
|
8684
8632
|
className = props.className,
|
|
8685
8633
|
iconClassName = props.iconClassName,
|
|
8686
8634
|
testid = props.testid,
|
|
8687
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8635
|
+
otherProps = _objectWithoutProperties(props, _excluded$24);
|
|
8688
8636
|
return /*#__PURE__*/React.createElement("span", {
|
|
8689
8637
|
role: "img",
|
|
8690
8638
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8691
8639
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8692
|
-
children: loadingCircleStyle$
|
|
8640
|
+
children: loadingCircleStyle$24
|
|
8693
8641
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8694
8642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8695
8643
|
width: size,
|
|
@@ -8728,8 +8676,8 @@ OperatorNoRegex.defaultProps = {
|
|
|
8728
8676
|
size: '1em'
|
|
8729
8677
|
};
|
|
8730
8678
|
|
|
8731
|
-
var _excluded$
|
|
8732
|
-
var loadingCircleStyle$
|
|
8679
|
+
var _excluded$25 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8680
|
+
var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8733
8681
|
var ChartLine = function ChartLine(props) {
|
|
8734
8682
|
var color = props.color,
|
|
8735
8683
|
size = props.size,
|
|
@@ -8738,12 +8686,12 @@ var ChartLine = function ChartLine(props) {
|
|
|
8738
8686
|
className = props.className,
|
|
8739
8687
|
iconClassName = props.iconClassName,
|
|
8740
8688
|
testid = props.testid,
|
|
8741
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8689
|
+
otherProps = _objectWithoutProperties(props, _excluded$25);
|
|
8742
8690
|
return /*#__PURE__*/React.createElement("span", {
|
|
8743
8691
|
role: "img",
|
|
8744
8692
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8745
8693
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8746
|
-
children: loadingCircleStyle$
|
|
8694
|
+
children: loadingCircleStyle$25
|
|
8747
8695
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8748
8696
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8749
8697
|
width: size,
|
|
@@ -8786,8 +8734,8 @@ ChartLine.defaultProps = {
|
|
|
8786
8734
|
size: '1em'
|
|
8787
8735
|
};
|
|
8788
8736
|
|
|
8789
|
-
var _excluded$
|
|
8790
|
-
var loadingCircleStyle$
|
|
8737
|
+
var _excluded$26 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8738
|
+
var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8791
8739
|
var ChartBar = function ChartBar(props) {
|
|
8792
8740
|
var color = props.color,
|
|
8793
8741
|
size = props.size,
|
|
@@ -8796,12 +8744,12 @@ var ChartBar = function ChartBar(props) {
|
|
|
8796
8744
|
className = props.className,
|
|
8797
8745
|
iconClassName = props.iconClassName,
|
|
8798
8746
|
testid = props.testid,
|
|
8799
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8747
|
+
otherProps = _objectWithoutProperties(props, _excluded$26);
|
|
8800
8748
|
return /*#__PURE__*/React.createElement("span", {
|
|
8801
8749
|
role: "img",
|
|
8802
8750
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8803
8751
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8804
|
-
children: loadingCircleStyle$
|
|
8752
|
+
children: loadingCircleStyle$26
|
|
8805
8753
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8806
8754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8807
8755
|
width: size,
|
|
@@ -8842,8 +8790,8 @@ ChartBar.defaultProps = {
|
|
|
8842
8790
|
size: '1em'
|
|
8843
8791
|
};
|
|
8844
8792
|
|
|
8845
|
-
var _excluded$
|
|
8846
|
-
var loadingCircleStyle$
|
|
8793
|
+
var _excluded$27 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8794
|
+
var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8847
8795
|
var ChartStackedBar = function ChartStackedBar(props) {
|
|
8848
8796
|
var color = props.color,
|
|
8849
8797
|
size = props.size,
|
|
@@ -8852,12 +8800,12 @@ var ChartStackedBar = function ChartStackedBar(props) {
|
|
|
8852
8800
|
className = props.className,
|
|
8853
8801
|
iconClassName = props.iconClassName,
|
|
8854
8802
|
testid = props.testid,
|
|
8855
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8803
|
+
otherProps = _objectWithoutProperties(props, _excluded$27);
|
|
8856
8804
|
return /*#__PURE__*/React.createElement("span", {
|
|
8857
8805
|
role: "img",
|
|
8858
8806
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8859
8807
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8860
|
-
children: loadingCircleStyle$
|
|
8808
|
+
children: loadingCircleStyle$27
|
|
8861
8809
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8862
8810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8863
8811
|
width: size,
|
|
@@ -8904,8 +8852,8 @@ ChartStackedBar.defaultProps = {
|
|
|
8904
8852
|
size: '1em'
|
|
8905
8853
|
};
|
|
8906
8854
|
|
|
8907
|
-
var _excluded$
|
|
8908
|
-
var loadingCircleStyle$
|
|
8855
|
+
var _excluded$28 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8856
|
+
var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8909
8857
|
var ChartPercentageBar = function ChartPercentageBar(props) {
|
|
8910
8858
|
var color = props.color,
|
|
8911
8859
|
size = props.size,
|
|
@@ -8914,12 +8862,12 @@ var ChartPercentageBar = function ChartPercentageBar(props) {
|
|
|
8914
8862
|
className = props.className,
|
|
8915
8863
|
iconClassName = props.iconClassName,
|
|
8916
8864
|
testid = props.testid,
|
|
8917
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8865
|
+
otherProps = _objectWithoutProperties(props, _excluded$28);
|
|
8918
8866
|
return /*#__PURE__*/React.createElement("span", {
|
|
8919
8867
|
role: "img",
|
|
8920
8868
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8921
8869
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8922
|
-
children: loadingCircleStyle$
|
|
8870
|
+
children: loadingCircleStyle$28
|
|
8923
8871
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8924
8872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8925
8873
|
width: size,
|
|
@@ -8966,8 +8914,8 @@ ChartPercentageBar.defaultProps = {
|
|
|
8966
8914
|
size: '1em'
|
|
8967
8915
|
};
|
|
8968
8916
|
|
|
8969
|
-
var _excluded$
|
|
8970
|
-
var loadingCircleStyle$
|
|
8917
|
+
var _excluded$29 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8918
|
+
var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8971
8919
|
var ChartCum = function ChartCum(props) {
|
|
8972
8920
|
var color = props.color,
|
|
8973
8921
|
size = props.size,
|
|
@@ -8976,12 +8924,12 @@ var ChartCum = function ChartCum(props) {
|
|
|
8976
8924
|
className = props.className,
|
|
8977
8925
|
iconClassName = props.iconClassName,
|
|
8978
8926
|
testid = props.testid,
|
|
8979
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8927
|
+
otherProps = _objectWithoutProperties(props, _excluded$29);
|
|
8980
8928
|
return /*#__PURE__*/React.createElement("span", {
|
|
8981
8929
|
role: "img",
|
|
8982
8930
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8983
8931
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8984
|
-
children: loadingCircleStyle$
|
|
8932
|
+
children: loadingCircleStyle$29
|
|
8985
8933
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8986
8934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8987
8935
|
width: size,
|
|
@@ -9020,8 +8968,8 @@ ChartCum.defaultProps = {
|
|
|
9020
8968
|
size: '1em'
|
|
9021
8969
|
};
|
|
9022
8970
|
|
|
9023
|
-
var _excluded$
|
|
9024
|
-
var loadingCircleStyle$
|
|
8971
|
+
var _excluded$2a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8972
|
+
var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9025
8973
|
var ChartPie = function ChartPie(props) {
|
|
9026
8974
|
var color = props.color,
|
|
9027
8975
|
size = props.size,
|
|
@@ -9030,12 +8978,12 @@ var ChartPie = function ChartPie(props) {
|
|
|
9030
8978
|
className = props.className,
|
|
9031
8979
|
iconClassName = props.iconClassName,
|
|
9032
8980
|
testid = props.testid,
|
|
9033
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8981
|
+
otherProps = _objectWithoutProperties(props, _excluded$2a);
|
|
9034
8982
|
return /*#__PURE__*/React.createElement("span", {
|
|
9035
8983
|
role: "img",
|
|
9036
8984
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9037
8985
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9038
|
-
children: loadingCircleStyle$
|
|
8986
|
+
children: loadingCircleStyle$2a
|
|
9039
8987
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9040
8988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9041
8989
|
width: size,
|
|
@@ -9074,8 +9022,8 @@ ChartPie.defaultProps = {
|
|
|
9074
9022
|
size: '1em'
|
|
9075
9023
|
};
|
|
9076
9024
|
|
|
9077
|
-
var _excluded$
|
|
9078
|
-
var loadingCircleStyle$
|
|
9025
|
+
var _excluded$2b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9026
|
+
var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9079
9027
|
var ChartDNRe = function ChartDNRe(props) {
|
|
9080
9028
|
var color = props.color,
|
|
9081
9029
|
size = props.size,
|
|
@@ -9084,12 +9032,12 @@ var ChartDNRe = function ChartDNRe(props) {
|
|
|
9084
9032
|
className = props.className,
|
|
9085
9033
|
iconClassName = props.iconClassName,
|
|
9086
9034
|
testid = props.testid,
|
|
9087
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9035
|
+
otherProps = _objectWithoutProperties(props, _excluded$2b);
|
|
9088
9036
|
return /*#__PURE__*/React.createElement("span", {
|
|
9089
9037
|
role: "img",
|
|
9090
9038
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9091
9039
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9092
|
-
children: loadingCircleStyle$
|
|
9040
|
+
children: loadingCircleStyle$2b
|
|
9093
9041
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9094
9042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9095
9043
|
width: size,
|
|
@@ -9138,8 +9086,8 @@ ChartDNRe.defaultProps = {
|
|
|
9138
9086
|
size: '1em'
|
|
9139
9087
|
};
|
|
9140
9088
|
|
|
9141
|
-
var _excluded$
|
|
9142
|
-
var loadingCircleStyle$
|
|
9089
|
+
var _excluded$2c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9090
|
+
var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9143
9091
|
var ChartDRe = function ChartDRe(props) {
|
|
9144
9092
|
var color = props.color,
|
|
9145
9093
|
size = props.size,
|
|
@@ -9148,12 +9096,12 @@ var ChartDRe = function ChartDRe(props) {
|
|
|
9148
9096
|
className = props.className,
|
|
9149
9097
|
iconClassName = props.iconClassName,
|
|
9150
9098
|
testid = props.testid,
|
|
9151
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9099
|
+
otherProps = _objectWithoutProperties(props, _excluded$2c);
|
|
9152
9100
|
return /*#__PURE__*/React.createElement("span", {
|
|
9153
9101
|
role: "img",
|
|
9154
9102
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9155
9103
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9156
|
-
children: loadingCircleStyle$
|
|
9104
|
+
children: loadingCircleStyle$2c
|
|
9157
9105
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9158
9106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9159
9107
|
width: size,
|
|
@@ -9202,8 +9150,8 @@ ChartDRe.defaultProps = {
|
|
|
9202
9150
|
size: '1em'
|
|
9203
9151
|
};
|
|
9204
9152
|
|
|
9205
|
-
var _excluded$
|
|
9206
|
-
var loadingCircleStyle$
|
|
9153
|
+
var _excluded$2d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9154
|
+
var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9207
9155
|
var ChartFunnel = function ChartFunnel(props) {
|
|
9208
9156
|
var color = props.color,
|
|
9209
9157
|
size = props.size,
|
|
@@ -9212,12 +9160,12 @@ var ChartFunnel = function ChartFunnel(props) {
|
|
|
9212
9160
|
className = props.className,
|
|
9213
9161
|
iconClassName = props.iconClassName,
|
|
9214
9162
|
testid = props.testid,
|
|
9215
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9163
|
+
otherProps = _objectWithoutProperties(props, _excluded$2d);
|
|
9216
9164
|
return /*#__PURE__*/React.createElement("span", {
|
|
9217
9165
|
role: "img",
|
|
9218
9166
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9219
9167
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9220
|
-
children: loadingCircleStyle$
|
|
9168
|
+
children: loadingCircleStyle$2d
|
|
9221
9169
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9222
9170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9223
9171
|
width: size,
|
|
@@ -9258,8 +9206,8 @@ ChartFunnel.defaultProps = {
|
|
|
9258
9206
|
size: '1em'
|
|
9259
9207
|
};
|
|
9260
9208
|
|
|
9261
|
-
var _excluded$
|
|
9262
|
-
var loadingCircleStyle$
|
|
9209
|
+
var _excluded$2e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9210
|
+
var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9263
9211
|
var ChartInterval = function ChartInterval(props) {
|
|
9264
9212
|
var color = props.color,
|
|
9265
9213
|
size = props.size,
|
|
@@ -9268,12 +9216,12 @@ var ChartInterval = function ChartInterval(props) {
|
|
|
9268
9216
|
className = props.className,
|
|
9269
9217
|
iconClassName = props.iconClassName,
|
|
9270
9218
|
testid = props.testid,
|
|
9271
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9219
|
+
otherProps = _objectWithoutProperties(props, _excluded$2e);
|
|
9272
9220
|
return /*#__PURE__*/React.createElement("span", {
|
|
9273
9221
|
role: "img",
|
|
9274
9222
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9275
9223
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9276
|
-
children: loadingCircleStyle$
|
|
9224
|
+
children: loadingCircleStyle$2e
|
|
9277
9225
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9278
9226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9279
9227
|
width: size,
|
|
@@ -9312,8 +9260,8 @@ ChartInterval.defaultProps = {
|
|
|
9312
9260
|
size: '1em'
|
|
9313
9261
|
};
|
|
9314
9262
|
|
|
9315
|
-
var _excluded$
|
|
9316
|
-
var loadingCircleStyle$
|
|
9263
|
+
var _excluded$2f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9264
|
+
var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9317
9265
|
var ChartStack = function ChartStack(props) {
|
|
9318
9266
|
var color = props.color,
|
|
9319
9267
|
size = props.size,
|
|
@@ -9322,12 +9270,12 @@ var ChartStack = function ChartStack(props) {
|
|
|
9322
9270
|
className = props.className,
|
|
9323
9271
|
iconClassName = props.iconClassName,
|
|
9324
9272
|
testid = props.testid,
|
|
9325
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9273
|
+
otherProps = _objectWithoutProperties(props, _excluded$2f);
|
|
9326
9274
|
return /*#__PURE__*/React.createElement("span", {
|
|
9327
9275
|
role: "img",
|
|
9328
9276
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9329
9277
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9330
|
-
children: loadingCircleStyle$
|
|
9278
|
+
children: loadingCircleStyle$2f
|
|
9331
9279
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9332
9280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9333
9281
|
width: size,
|
|
@@ -9366,8 +9314,8 @@ ChartStack.defaultProps = {
|
|
|
9366
9314
|
size: '1em'
|
|
9367
9315
|
};
|
|
9368
9316
|
|
|
9369
|
-
var _excluded$
|
|
9370
|
-
var loadingCircleStyle$
|
|
9317
|
+
var _excluded$2g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9318
|
+
var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9371
9319
|
var ChartStackn = function ChartStackn(props) {
|
|
9372
9320
|
var color = props.color,
|
|
9373
9321
|
size = props.size,
|
|
@@ -9376,12 +9324,12 @@ var ChartStackn = function ChartStackn(props) {
|
|
|
9376
9324
|
className = props.className,
|
|
9377
9325
|
iconClassName = props.iconClassName,
|
|
9378
9326
|
testid = props.testid,
|
|
9379
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9327
|
+
otherProps = _objectWithoutProperties(props, _excluded$2g);
|
|
9380
9328
|
return /*#__PURE__*/React.createElement("span", {
|
|
9381
9329
|
role: "img",
|
|
9382
9330
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9383
9331
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9384
|
-
children: loadingCircleStyle$
|
|
9332
|
+
children: loadingCircleStyle$2g
|
|
9385
9333
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9386
9334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9387
9335
|
width: size,
|
|
@@ -9420,8 +9368,8 @@ ChartStackn.defaultProps = {
|
|
|
9420
9368
|
size: '1em'
|
|
9421
9369
|
};
|
|
9422
9370
|
|
|
9423
|
-
var _excluded$
|
|
9424
|
-
var loadingCircleStyle$
|
|
9371
|
+
var _excluded$2h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9372
|
+
var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9425
9373
|
var ChartStackPerc = function ChartStackPerc(props) {
|
|
9426
9374
|
var color = props.color,
|
|
9427
9375
|
size = props.size,
|
|
@@ -9430,12 +9378,12 @@ var ChartStackPerc = function ChartStackPerc(props) {
|
|
|
9430
9378
|
className = props.className,
|
|
9431
9379
|
iconClassName = props.iconClassName,
|
|
9432
9380
|
testid = props.testid,
|
|
9433
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9381
|
+
otherProps = _objectWithoutProperties(props, _excluded$2h);
|
|
9434
9382
|
return /*#__PURE__*/React.createElement("span", {
|
|
9435
9383
|
role: "img",
|
|
9436
9384
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9437
9385
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9438
|
-
children: loadingCircleStyle$
|
|
9386
|
+
children: loadingCircleStyle$2h
|
|
9439
9387
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9440
9388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9441
9389
|
width: size,
|
|
@@ -9474,8 +9422,8 @@ ChartStackPerc.defaultProps = {
|
|
|
9474
9422
|
size: '1em'
|
|
9475
9423
|
};
|
|
9476
9424
|
|
|
9477
|
-
var _excluded$
|
|
9478
|
-
var loadingCircleStyle$
|
|
9425
|
+
var _excluded$2i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9426
|
+
var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9479
9427
|
var ChartComplex = function ChartComplex(props) {
|
|
9480
9428
|
var color = props.color,
|
|
9481
9429
|
size = props.size,
|
|
@@ -9484,12 +9432,12 @@ var ChartComplex = function ChartComplex(props) {
|
|
|
9484
9432
|
className = props.className,
|
|
9485
9433
|
iconClassName = props.iconClassName,
|
|
9486
9434
|
testid = props.testid,
|
|
9487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9435
|
+
otherProps = _objectWithoutProperties(props, _excluded$2i);
|
|
9488
9436
|
return /*#__PURE__*/React.createElement("span", {
|
|
9489
9437
|
role: "img",
|
|
9490
9438
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9491
9439
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9492
|
-
children: loadingCircleStyle$
|
|
9440
|
+
children: loadingCircleStyle$2i
|
|
9493
9441
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9494
9442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9495
9443
|
width: size,
|
|
@@ -9534,8 +9482,8 @@ ChartComplex.defaultProps = {
|
|
|
9534
9482
|
size: '1em'
|
|
9535
9483
|
};
|
|
9536
9484
|
|
|
9537
|
-
var _excluded$
|
|
9538
|
-
var loadingCircleStyle$
|
|
9485
|
+
var _excluded$2j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9486
|
+
var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9539
9487
|
var ChartHistogram = function ChartHistogram(props) {
|
|
9540
9488
|
var color = props.color,
|
|
9541
9489
|
size = props.size,
|
|
@@ -9544,12 +9492,12 @@ var ChartHistogram = function ChartHistogram(props) {
|
|
|
9544
9492
|
className = props.className,
|
|
9545
9493
|
iconClassName = props.iconClassName,
|
|
9546
9494
|
testid = props.testid,
|
|
9547
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9495
|
+
otherProps = _objectWithoutProperties(props, _excluded$2j);
|
|
9548
9496
|
return /*#__PURE__*/React.createElement("span", {
|
|
9549
9497
|
role: "img",
|
|
9550
9498
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9551
9499
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9552
|
-
children: loadingCircleStyle$
|
|
9500
|
+
children: loadingCircleStyle$2j
|
|
9553
9501
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9554
9502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9555
9503
|
width: size,
|
|
@@ -9600,8 +9548,8 @@ ChartHistogram.defaultProps = {
|
|
|
9600
9548
|
size: '1em'
|
|
9601
9549
|
};
|
|
9602
9550
|
|
|
9603
|
-
var _excluded$
|
|
9604
|
-
var loadingCircleStyle$
|
|
9551
|
+
var _excluded$2k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9552
|
+
var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9605
9553
|
var ChartTable = function ChartTable(props) {
|
|
9606
9554
|
var color = props.color,
|
|
9607
9555
|
size = props.size,
|
|
@@ -9610,12 +9558,12 @@ var ChartTable = function ChartTable(props) {
|
|
|
9610
9558
|
className = props.className,
|
|
9611
9559
|
iconClassName = props.iconClassName,
|
|
9612
9560
|
testid = props.testid,
|
|
9613
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9561
|
+
otherProps = _objectWithoutProperties(props, _excluded$2k);
|
|
9614
9562
|
return /*#__PURE__*/React.createElement("span", {
|
|
9615
9563
|
role: "img",
|
|
9616
9564
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9617
9565
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9618
|
-
children: loadingCircleStyle$
|
|
9566
|
+
children: loadingCircleStyle$2k
|
|
9619
9567
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9620
9568
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9621
9569
|
width: size,
|
|
@@ -9652,8 +9600,8 @@ ChartTable.defaultProps = {
|
|
|
9652
9600
|
size: '1em'
|
|
9653
9601
|
};
|
|
9654
9602
|
|
|
9655
|
-
var _excluded$
|
|
9656
|
-
var loadingCircleStyle$
|
|
9603
|
+
var _excluded$2l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9604
|
+
var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9657
9605
|
var Table1dtable = function Table1dtable(props) {
|
|
9658
9606
|
var color = props.color,
|
|
9659
9607
|
size = props.size,
|
|
@@ -9662,12 +9610,12 @@ var Table1dtable = function Table1dtable(props) {
|
|
|
9662
9610
|
className = props.className,
|
|
9663
9611
|
iconClassName = props.iconClassName,
|
|
9664
9612
|
testid = props.testid,
|
|
9665
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9613
|
+
otherProps = _objectWithoutProperties(props, _excluded$2l);
|
|
9666
9614
|
return /*#__PURE__*/React.createElement("span", {
|
|
9667
9615
|
role: "img",
|
|
9668
9616
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9669
9617
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9670
|
-
children: loadingCircleStyle$
|
|
9618
|
+
children: loadingCircleStyle$2l
|
|
9671
9619
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9672
9620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9673
9621
|
width: size,
|
|
@@ -9722,8 +9670,8 @@ Table1dtable.defaultProps = {
|
|
|
9722
9670
|
size: '1em'
|
|
9723
9671
|
};
|
|
9724
9672
|
|
|
9725
|
-
var _excluded$
|
|
9726
|
-
var loadingCircleStyle$
|
|
9673
|
+
var _excluded$2m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9674
|
+
var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9727
9675
|
var ChartFieldlist = function ChartFieldlist(props) {
|
|
9728
9676
|
var color = props.color,
|
|
9729
9677
|
size = props.size,
|
|
@@ -9732,12 +9680,12 @@ var ChartFieldlist = function ChartFieldlist(props) {
|
|
|
9732
9680
|
className = props.className,
|
|
9733
9681
|
iconClassName = props.iconClassName,
|
|
9734
9682
|
testid = props.testid,
|
|
9735
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9683
|
+
otherProps = _objectWithoutProperties(props, _excluded$2m);
|
|
9736
9684
|
return /*#__PURE__*/React.createElement("span", {
|
|
9737
9685
|
role: "img",
|
|
9738
9686
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9739
9687
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9740
|
-
children: loadingCircleStyle$
|
|
9688
|
+
children: loadingCircleStyle$2m
|
|
9741
9689
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9742
9690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9743
9691
|
width: size,
|
|
@@ -9774,8 +9722,8 @@ ChartFieldlist.defaultProps = {
|
|
|
9774
9722
|
size: '1em'
|
|
9775
9723
|
};
|
|
9776
9724
|
|
|
9777
|
-
var _excluded$
|
|
9778
|
-
var loadingCircleStyle$
|
|
9725
|
+
var _excluded$2n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9726
|
+
var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9779
9727
|
var ChartSqltable = function ChartSqltable(props) {
|
|
9780
9728
|
var color = props.color,
|
|
9781
9729
|
size = props.size,
|
|
@@ -9784,12 +9732,12 @@ var ChartSqltable = function ChartSqltable(props) {
|
|
|
9784
9732
|
className = props.className,
|
|
9785
9733
|
iconClassName = props.iconClassName,
|
|
9786
9734
|
testid = props.testid,
|
|
9787
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9735
|
+
otherProps = _objectWithoutProperties(props, _excluded$2n);
|
|
9788
9736
|
return /*#__PURE__*/React.createElement("span", {
|
|
9789
9737
|
role: "img",
|
|
9790
9738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9791
9739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9792
|
-
children: loadingCircleStyle$
|
|
9740
|
+
children: loadingCircleStyle$2n
|
|
9793
9741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9794
9742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9795
9743
|
width: size,
|
|
@@ -9826,8 +9774,8 @@ ChartSqltable.defaultProps = {
|
|
|
9826
9774
|
size: '1em'
|
|
9827
9775
|
};
|
|
9828
9776
|
|
|
9829
|
-
var _excluded$
|
|
9830
|
-
var loadingCircleStyle$
|
|
9777
|
+
var _excluded$2o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9778
|
+
var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9831
9779
|
var ChartScorecard = function ChartScorecard(props) {
|
|
9832
9780
|
var color = props.color,
|
|
9833
9781
|
size = props.size,
|
|
@@ -9836,12 +9784,12 @@ var ChartScorecard = function ChartScorecard(props) {
|
|
|
9836
9784
|
className = props.className,
|
|
9837
9785
|
iconClassName = props.iconClassName,
|
|
9838
9786
|
testid = props.testid,
|
|
9839
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9787
|
+
otherProps = _objectWithoutProperties(props, _excluded$2o);
|
|
9840
9788
|
return /*#__PURE__*/React.createElement("span", {
|
|
9841
9789
|
role: "img",
|
|
9842
9790
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9843
9791
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9844
|
-
children: loadingCircleStyle$
|
|
9792
|
+
children: loadingCircleStyle$2o
|
|
9845
9793
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9846
9794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9847
9795
|
width: size,
|
|
@@ -9888,8 +9836,8 @@ ChartScorecard.defaultProps = {
|
|
|
9888
9836
|
size: '1em'
|
|
9889
9837
|
};
|
|
9890
9838
|
|
|
9891
|
-
var _excluded$
|
|
9892
|
-
var loadingCircleStyle$
|
|
9839
|
+
var _excluded$2p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9840
|
+
var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9893
9841
|
var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
9894
9842
|
var color = props.color,
|
|
9895
9843
|
size = props.size,
|
|
@@ -9898,12 +9846,12 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
|
9898
9846
|
className = props.className,
|
|
9899
9847
|
iconClassName = props.iconClassName,
|
|
9900
9848
|
testid = props.testid,
|
|
9901
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9849
|
+
otherProps = _objectWithoutProperties(props, _excluded$2p);
|
|
9902
9850
|
return /*#__PURE__*/React.createElement("span", {
|
|
9903
9851
|
role: "img",
|
|
9904
9852
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9905
9853
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9906
|
-
children: loadingCircleStyle$
|
|
9854
|
+
children: loadingCircleStyle$2p
|
|
9907
9855
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9908
9856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9909
9857
|
width: size,
|
|
@@ -9940,8 +9888,8 @@ ChartCombinedTable.defaultProps = {
|
|
|
9940
9888
|
size: '1em'
|
|
9941
9889
|
};
|
|
9942
9890
|
|
|
9943
|
-
var _excluded$
|
|
9944
|
-
var loadingCircleStyle$
|
|
9891
|
+
var _excluded$2q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9892
|
+
var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9945
9893
|
var ChartDistTable = function ChartDistTable(props) {
|
|
9946
9894
|
var color = props.color,
|
|
9947
9895
|
size = props.size,
|
|
@@ -9950,12 +9898,12 @@ var ChartDistTable = function ChartDistTable(props) {
|
|
|
9950
9898
|
className = props.className,
|
|
9951
9899
|
iconClassName = props.iconClassName,
|
|
9952
9900
|
testid = props.testid,
|
|
9953
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9901
|
+
otherProps = _objectWithoutProperties(props, _excluded$2q);
|
|
9954
9902
|
return /*#__PURE__*/React.createElement("span", {
|
|
9955
9903
|
role: "img",
|
|
9956
9904
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9957
9905
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9958
|
-
children: loadingCircleStyle$
|
|
9906
|
+
children: loadingCircleStyle$2q
|
|
9959
9907
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9960
9908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9961
9909
|
width: size,
|
|
@@ -9992,8 +9940,8 @@ ChartDistTable.defaultProps = {
|
|
|
9992
9940
|
size: '1em'
|
|
9993
9941
|
};
|
|
9994
9942
|
|
|
9995
|
-
var _excluded$
|
|
9996
|
-
var loadingCircleStyle$
|
|
9943
|
+
var _excluded$2r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9944
|
+
var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9997
9945
|
var ChartBarTable = function ChartBarTable(props) {
|
|
9998
9946
|
var color = props.color,
|
|
9999
9947
|
size = props.size,
|
|
@@ -10002,12 +9950,12 @@ var ChartBarTable = function ChartBarTable(props) {
|
|
|
10002
9950
|
className = props.className,
|
|
10003
9951
|
iconClassName = props.iconClassName,
|
|
10004
9952
|
testid = props.testid,
|
|
10005
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9953
|
+
otherProps = _objectWithoutProperties(props, _excluded$2r);
|
|
10006
9954
|
return /*#__PURE__*/React.createElement("span", {
|
|
10007
9955
|
role: "img",
|
|
10008
9956
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10009
9957
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10010
|
-
children: loadingCircleStyle$
|
|
9958
|
+
children: loadingCircleStyle$2r
|
|
10011
9959
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10012
9960
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10013
9961
|
width: size,
|
|
@@ -10046,8 +9994,8 @@ ChartBarTable.defaultProps = {
|
|
|
10046
9994
|
size: '1em'
|
|
10047
9995
|
};
|
|
10048
9996
|
|
|
10049
|
-
var _excluded$
|
|
10050
|
-
var loadingCircleStyle$
|
|
9997
|
+
var _excluded$2s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9998
|
+
var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10051
9999
|
var ChartLineTable = function ChartLineTable(props) {
|
|
10052
10000
|
var color = props.color,
|
|
10053
10001
|
size = props.size,
|
|
@@ -10056,12 +10004,12 @@ var ChartLineTable = function ChartLineTable(props) {
|
|
|
10056
10004
|
className = props.className,
|
|
10057
10005
|
iconClassName = props.iconClassName,
|
|
10058
10006
|
testid = props.testid,
|
|
10059
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10007
|
+
otherProps = _objectWithoutProperties(props, _excluded$2s);
|
|
10060
10008
|
return /*#__PURE__*/React.createElement("span", {
|
|
10061
10009
|
role: "img",
|
|
10062
10010
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10063
10011
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10064
|
-
children: loadingCircleStyle$
|
|
10012
|
+
children: loadingCircleStyle$2s
|
|
10065
10013
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10066
10014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10067
10015
|
width: size,
|
|
@@ -10106,8 +10054,8 @@ ChartLineTable.defaultProps = {
|
|
|
10106
10054
|
size: '1em'
|
|
10107
10055
|
};
|
|
10108
10056
|
|
|
10109
|
-
var _excluded$
|
|
10110
|
-
var loadingCircleStyle$
|
|
10057
|
+
var _excluded$2t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10058
|
+
var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10111
10059
|
var SqlTableView = function SqlTableView(props) {
|
|
10112
10060
|
var color = props.color,
|
|
10113
10061
|
size = props.size,
|
|
@@ -10116,12 +10064,12 @@ var SqlTableView = function SqlTableView(props) {
|
|
|
10116
10064
|
className = props.className,
|
|
10117
10065
|
iconClassName = props.iconClassName,
|
|
10118
10066
|
testid = props.testid,
|
|
10119
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10067
|
+
otherProps = _objectWithoutProperties(props, _excluded$2t);
|
|
10120
10068
|
return /*#__PURE__*/React.createElement("span", {
|
|
10121
10069
|
role: "img",
|
|
10122
10070
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10123
10071
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10124
|
-
children: loadingCircleStyle$
|
|
10072
|
+
children: loadingCircleStyle$2t
|
|
10125
10073
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10126
10074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10127
10075
|
width: size,
|
|
@@ -10174,8 +10122,8 @@ SqlTableView.defaultProps = {
|
|
|
10174
10122
|
size: '1em'
|
|
10175
10123
|
};
|
|
10176
10124
|
|
|
10177
|
-
var _excluded$
|
|
10178
|
-
var loadingCircleStyle$
|
|
10125
|
+
var _excluded$2u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10126
|
+
var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10179
10127
|
var ChartGantt = function ChartGantt(props) {
|
|
10180
10128
|
var color = props.color,
|
|
10181
10129
|
size = props.size,
|
|
@@ -10184,12 +10132,12 @@ var ChartGantt = function ChartGantt(props) {
|
|
|
10184
10132
|
className = props.className,
|
|
10185
10133
|
iconClassName = props.iconClassName,
|
|
10186
10134
|
testid = props.testid,
|
|
10187
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10135
|
+
otherProps = _objectWithoutProperties(props, _excluded$2u);
|
|
10188
10136
|
return /*#__PURE__*/React.createElement("span", {
|
|
10189
10137
|
role: "img",
|
|
10190
10138
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10191
10139
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10192
|
-
children: loadingCircleStyle$
|
|
10140
|
+
children: loadingCircleStyle$2u
|
|
10193
10141
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10194
10142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10195
10143
|
width: size,
|
|
@@ -10230,8 +10178,8 @@ ChartGantt.defaultProps = {
|
|
|
10230
10178
|
size: '1em'
|
|
10231
10179
|
};
|
|
10232
10180
|
|
|
10233
|
-
var _excluded$
|
|
10234
|
-
var loadingCircleStyle$
|
|
10181
|
+
var _excluded$2v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10182
|
+
var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10235
10183
|
var ChartScatter = function ChartScatter(props) {
|
|
10236
10184
|
var color = props.color,
|
|
10237
10185
|
size = props.size,
|
|
@@ -10240,12 +10188,12 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
10240
10188
|
className = props.className,
|
|
10241
10189
|
iconClassName = props.iconClassName,
|
|
10242
10190
|
testid = props.testid,
|
|
10243
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10191
|
+
otherProps = _objectWithoutProperties(props, _excluded$2v);
|
|
10244
10192
|
return /*#__PURE__*/React.createElement("span", {
|
|
10245
10193
|
role: "img",
|
|
10246
10194
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10247
10195
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10248
|
-
children: loadingCircleStyle$
|
|
10196
|
+
children: loadingCircleStyle$2v
|
|
10249
10197
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10250
10198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10251
10199
|
width: size,
|
|
@@ -10294,8 +10242,8 @@ ChartScatter.defaultProps = {
|
|
|
10294
10242
|
size: '1em'
|
|
10295
10243
|
};
|
|
10296
10244
|
|
|
10297
|
-
var _excluded$
|
|
10298
|
-
var loadingCircleStyle$
|
|
10245
|
+
var _excluded$2w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10246
|
+
var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10299
10247
|
var MEvent = function MEvent(props) {
|
|
10300
10248
|
var color = props.color,
|
|
10301
10249
|
size = props.size,
|
|
@@ -10304,12 +10252,12 @@ var MEvent = function MEvent(props) {
|
|
|
10304
10252
|
className = props.className,
|
|
10305
10253
|
iconClassName = props.iconClassName,
|
|
10306
10254
|
testid = props.testid,
|
|
10307
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10255
|
+
otherProps = _objectWithoutProperties(props, _excluded$2w);
|
|
10308
10256
|
return /*#__PURE__*/React.createElement("span", {
|
|
10309
10257
|
role: "img",
|
|
10310
10258
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10311
10259
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10312
|
-
children: loadingCircleStyle$
|
|
10260
|
+
children: loadingCircleStyle$2w
|
|
10313
10261
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10314
10262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10315
10263
|
width: size,
|
|
@@ -10354,8 +10302,8 @@ MEvent.defaultProps = {
|
|
|
10354
10302
|
size: '1em'
|
|
10355
10303
|
};
|
|
10356
10304
|
|
|
10357
|
-
var _excluded$
|
|
10358
|
-
var loadingCircleStyle$
|
|
10305
|
+
var _excluded$2x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10306
|
+
var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10359
10307
|
var MRetention = function MRetention(props) {
|
|
10360
10308
|
var color = props.color,
|
|
10361
10309
|
size = props.size,
|
|
@@ -10364,12 +10312,12 @@ var MRetention = function MRetention(props) {
|
|
|
10364
10312
|
className = props.className,
|
|
10365
10313
|
iconClassName = props.iconClassName,
|
|
10366
10314
|
testid = props.testid,
|
|
10367
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$2x);
|
|
10368
10316
|
return /*#__PURE__*/React.createElement("span", {
|
|
10369
10317
|
role: "img",
|
|
10370
10318
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10371
10319
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10372
|
-
children: loadingCircleStyle$
|
|
10320
|
+
children: loadingCircleStyle$2x
|
|
10373
10321
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10374
10322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10375
10323
|
width: size,
|
|
@@ -10416,8 +10364,8 @@ MRetention.defaultProps = {
|
|
|
10416
10364
|
size: '1em'
|
|
10417
10365
|
};
|
|
10418
10366
|
|
|
10419
|
-
var _excluded$
|
|
10420
|
-
var loadingCircleStyle$
|
|
10367
|
+
var _excluded$2y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10368
|
+
var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10421
10369
|
var MFunnel = function MFunnel(props) {
|
|
10422
10370
|
var color = props.color,
|
|
10423
10371
|
size = props.size,
|
|
@@ -10426,12 +10374,12 @@ var MFunnel = function MFunnel(props) {
|
|
|
10426
10374
|
className = props.className,
|
|
10427
10375
|
iconClassName = props.iconClassName,
|
|
10428
10376
|
testid = props.testid,
|
|
10429
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10377
|
+
otherProps = _objectWithoutProperties(props, _excluded$2y);
|
|
10430
10378
|
return /*#__PURE__*/React.createElement("span", {
|
|
10431
10379
|
role: "img",
|
|
10432
10380
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10433
10381
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10434
|
-
children: loadingCircleStyle$
|
|
10382
|
+
children: loadingCircleStyle$2y
|
|
10435
10383
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10436
10384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10437
10385
|
width: size,
|
|
@@ -10472,8 +10420,8 @@ MFunnel.defaultProps = {
|
|
|
10472
10420
|
size: '1em'
|
|
10473
10421
|
};
|
|
10474
10422
|
|
|
10475
|
-
var _excluded$
|
|
10476
|
-
var loadingCircleStyle$
|
|
10423
|
+
var _excluded$2z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10424
|
+
var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10477
10425
|
var MDistribution = function MDistribution(props) {
|
|
10478
10426
|
var color = props.color,
|
|
10479
10427
|
size = props.size,
|
|
@@ -10482,12 +10430,12 @@ var MDistribution = function MDistribution(props) {
|
|
|
10482
10430
|
className = props.className,
|
|
10483
10431
|
iconClassName = props.iconClassName,
|
|
10484
10432
|
testid = props.testid,
|
|
10485
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10433
|
+
otherProps = _objectWithoutProperties(props, _excluded$2z);
|
|
10486
10434
|
return /*#__PURE__*/React.createElement("span", {
|
|
10487
10435
|
role: "img",
|
|
10488
10436
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10489
10437
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10490
|
-
children: loadingCircleStyle$
|
|
10438
|
+
children: loadingCircleStyle$2z
|
|
10491
10439
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10492
10440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10493
10441
|
width: size,
|
|
@@ -10534,8 +10482,8 @@ MDistribution.defaultProps = {
|
|
|
10534
10482
|
size: '1em'
|
|
10535
10483
|
};
|
|
10536
10484
|
|
|
10537
|
-
var _excluded$
|
|
10538
|
-
var loadingCircleStyle$
|
|
10485
|
+
var _excluded$2A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10486
|
+
var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10539
10487
|
var MInterval = function MInterval(props) {
|
|
10540
10488
|
var color = props.color,
|
|
10541
10489
|
size = props.size,
|
|
@@ -10544,12 +10492,12 @@ var MInterval = function MInterval(props) {
|
|
|
10544
10492
|
className = props.className,
|
|
10545
10493
|
iconClassName = props.iconClassName,
|
|
10546
10494
|
testid = props.testid,
|
|
10547
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10495
|
+
otherProps = _objectWithoutProperties(props, _excluded$2A);
|
|
10548
10496
|
return /*#__PURE__*/React.createElement("span", {
|
|
10549
10497
|
role: "img",
|
|
10550
10498
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10551
10499
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10552
|
-
children: loadingCircleStyle$
|
|
10500
|
+
children: loadingCircleStyle$2A
|
|
10553
10501
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10554
10502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10555
10503
|
width: size,
|
|
@@ -10592,8 +10540,8 @@ MInterval.defaultProps = {
|
|
|
10592
10540
|
size: '1em'
|
|
10593
10541
|
};
|
|
10594
10542
|
|
|
10595
|
-
var _excluded$
|
|
10596
|
-
var loadingCircleStyle$
|
|
10543
|
+
var _excluded$2B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10544
|
+
var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10597
10545
|
var MFlow = function MFlow(props) {
|
|
10598
10546
|
var color = props.color,
|
|
10599
10547
|
size = props.size,
|
|
@@ -10602,12 +10550,12 @@ var MFlow = function MFlow(props) {
|
|
|
10602
10550
|
className = props.className,
|
|
10603
10551
|
iconClassName = props.iconClassName,
|
|
10604
10552
|
testid = props.testid,
|
|
10605
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10553
|
+
otherProps = _objectWithoutProperties(props, _excluded$2B);
|
|
10606
10554
|
return /*#__PURE__*/React.createElement("span", {
|
|
10607
10555
|
role: "img",
|
|
10608
10556
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10609
10557
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10610
|
-
children: loadingCircleStyle$
|
|
10558
|
+
children: loadingCircleStyle$2B
|
|
10611
10559
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10612
10560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10613
10561
|
width: size,
|
|
@@ -10648,8 +10596,8 @@ MFlow.defaultProps = {
|
|
|
10648
10596
|
size: '1em'
|
|
10649
10597
|
};
|
|
10650
10598
|
|
|
10651
|
-
var _excluded$
|
|
10652
|
-
var loadingCircleStyle$
|
|
10599
|
+
var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10600
|
+
var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10653
10601
|
var MSql = function MSql(props) {
|
|
10654
10602
|
var color = props.color,
|
|
10655
10603
|
size = props.size,
|
|
@@ -10658,12 +10606,12 @@ var MSql = function MSql(props) {
|
|
|
10658
10606
|
className = props.className,
|
|
10659
10607
|
iconClassName = props.iconClassName,
|
|
10660
10608
|
testid = props.testid,
|
|
10661
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10609
|
+
otherProps = _objectWithoutProperties(props, _excluded$2C);
|
|
10662
10610
|
return /*#__PURE__*/React.createElement("span", {
|
|
10663
10611
|
role: "img",
|
|
10664
10612
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10665
10613
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10666
|
-
children: loadingCircleStyle$
|
|
10614
|
+
children: loadingCircleStyle$2C
|
|
10667
10615
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10668
10616
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10669
10617
|
width: size,
|
|
@@ -10710,8 +10658,8 @@ MSql.defaultProps = {
|
|
|
10710
10658
|
size: '1em'
|
|
10711
10659
|
};
|
|
10712
10660
|
|
|
10713
|
-
var _excluded$
|
|
10714
|
-
var loadingCircleStyle$
|
|
10661
|
+
var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10662
|
+
var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10715
10663
|
var UTag = function UTag(props) {
|
|
10716
10664
|
var color = props.color,
|
|
10717
10665
|
size = props.size,
|
|
@@ -10720,12 +10668,12 @@ var UTag = function UTag(props) {
|
|
|
10720
10668
|
className = props.className,
|
|
10721
10669
|
iconClassName = props.iconClassName,
|
|
10722
10670
|
testid = props.testid,
|
|
10723
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10671
|
+
otherProps = _objectWithoutProperties(props, _excluded$2D);
|
|
10724
10672
|
return /*#__PURE__*/React.createElement("span", {
|
|
10725
10673
|
role: "img",
|
|
10726
10674
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10727
10675
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10728
|
-
children: loadingCircleStyle$
|
|
10676
|
+
children: loadingCircleStyle$2D
|
|
10729
10677
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10730
10678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10731
10679
|
width: size,
|
|
@@ -10768,8 +10716,8 @@ UTag.defaultProps = {
|
|
|
10768
10716
|
size: '1em'
|
|
10769
10717
|
};
|
|
10770
10718
|
|
|
10771
|
-
var _excluded$
|
|
10772
|
-
var loadingCircleStyle$
|
|
10719
|
+
var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10720
|
+
var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10773
10721
|
var MProperty = function MProperty(props) {
|
|
10774
10722
|
var color = props.color,
|
|
10775
10723
|
size = props.size,
|
|
@@ -10778,12 +10726,12 @@ var MProperty = function MProperty(props) {
|
|
|
10778
10726
|
className = props.className,
|
|
10779
10727
|
iconClassName = props.iconClassName,
|
|
10780
10728
|
testid = props.testid,
|
|
10781
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10729
|
+
otherProps = _objectWithoutProperties(props, _excluded$2E);
|
|
10782
10730
|
return /*#__PURE__*/React.createElement("span", {
|
|
10783
10731
|
role: "img",
|
|
10784
10732
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10785
10733
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10786
|
-
children: loadingCircleStyle$
|
|
10734
|
+
children: loadingCircleStyle$2E
|
|
10787
10735
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10788
10736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10789
10737
|
width: size,
|
|
@@ -10828,8 +10776,8 @@ MProperty.defaultProps = {
|
|
|
10828
10776
|
size: '1em'
|
|
10829
10777
|
};
|
|
10830
10778
|
|
|
10831
|
-
var _excluded$
|
|
10832
|
-
var loadingCircleStyle$
|
|
10779
|
+
var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10780
|
+
var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10833
10781
|
var UGroup = function UGroup(props) {
|
|
10834
10782
|
var color = props.color,
|
|
10835
10783
|
size = props.size,
|
|
@@ -10838,12 +10786,12 @@ var UGroup = function UGroup(props) {
|
|
|
10838
10786
|
className = props.className,
|
|
10839
10787
|
iconClassName = props.iconClassName,
|
|
10840
10788
|
testid = props.testid,
|
|
10841
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10789
|
+
otherProps = _objectWithoutProperties(props, _excluded$2F);
|
|
10842
10790
|
return /*#__PURE__*/React.createElement("span", {
|
|
10843
10791
|
role: "img",
|
|
10844
10792
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10845
10793
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10846
|
-
children: loadingCircleStyle$
|
|
10794
|
+
children: loadingCircleStyle$2F
|
|
10847
10795
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10848
10796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10849
10797
|
width: size,
|
|
@@ -10888,8 +10836,8 @@ UGroup.defaultProps = {
|
|
|
10888
10836
|
size: '1em'
|
|
10889
10837
|
};
|
|
10890
10838
|
|
|
10891
|
-
var _excluded$
|
|
10892
|
-
var loadingCircleStyle$
|
|
10839
|
+
var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10840
|
+
var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10893
10841
|
var SSpace = function SSpace(props) {
|
|
10894
10842
|
var color = props.color,
|
|
10895
10843
|
size = props.size,
|
|
@@ -10898,12 +10846,12 @@ var SSpace = function SSpace(props) {
|
|
|
10898
10846
|
className = props.className,
|
|
10899
10847
|
iconClassName = props.iconClassName,
|
|
10900
10848
|
testid = props.testid,
|
|
10901
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10849
|
+
otherProps = _objectWithoutProperties(props, _excluded$2G);
|
|
10902
10850
|
return /*#__PURE__*/React.createElement("span", {
|
|
10903
10851
|
role: "img",
|
|
10904
10852
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10905
10853
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10906
|
-
children: loadingCircleStyle$
|
|
10854
|
+
children: loadingCircleStyle$2G
|
|
10907
10855
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10908
10856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10909
10857
|
width: size,
|
|
@@ -10942,8 +10890,8 @@ SSpace.defaultProps = {
|
|
|
10942
10890
|
size: '1em'
|
|
10943
10891
|
};
|
|
10944
10892
|
|
|
10945
|
-
var _excluded$
|
|
10946
|
-
var loadingCircleStyle$
|
|
10893
|
+
var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10894
|
+
var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10947
10895
|
var Project = function Project(props) {
|
|
10948
10896
|
var color = props.color,
|
|
10949
10897
|
size = props.size,
|
|
@@ -10952,12 +10900,12 @@ var Project = function Project(props) {
|
|
|
10952
10900
|
className = props.className,
|
|
10953
10901
|
iconClassName = props.iconClassName,
|
|
10954
10902
|
testid = props.testid,
|
|
10955
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10903
|
+
otherProps = _objectWithoutProperties(props, _excluded$2H);
|
|
10956
10904
|
return /*#__PURE__*/React.createElement("span", {
|
|
10957
10905
|
role: "img",
|
|
10958
10906
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10959
10907
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10960
|
-
children: loadingCircleStyle$
|
|
10908
|
+
children: loadingCircleStyle$2H
|
|
10961
10909
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10962
10910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10963
10911
|
width: size,
|
|
@@ -10994,8 +10942,8 @@ Project.defaultProps = {
|
|
|
10994
10942
|
size: '1em'
|
|
10995
10943
|
};
|
|
10996
10944
|
|
|
10997
|
-
var _excluded$
|
|
10998
|
-
var loadingCircleStyle$
|
|
10945
|
+
var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10946
|
+
var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10999
10947
|
var Space = function Space(props) {
|
|
11000
10948
|
var color = props.color,
|
|
11001
10949
|
size = props.size,
|
|
@@ -11004,12 +10952,12 @@ var Space = function Space(props) {
|
|
|
11004
10952
|
className = props.className,
|
|
11005
10953
|
iconClassName = props.iconClassName,
|
|
11006
10954
|
testid = props.testid,
|
|
11007
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10955
|
+
otherProps = _objectWithoutProperties(props, _excluded$2I);
|
|
11008
10956
|
return /*#__PURE__*/React.createElement("span", {
|
|
11009
10957
|
role: "img",
|
|
11010
10958
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11011
10959
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11012
|
-
children: loadingCircleStyle$
|
|
10960
|
+
children: loadingCircleStyle$2I
|
|
11013
10961
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11014
10962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11015
10963
|
width: size,
|
|
@@ -11046,8 +10994,8 @@ Space.defaultProps = {
|
|
|
11046
10994
|
size: '1em'
|
|
11047
10995
|
};
|
|
11048
10996
|
|
|
11049
|
-
var _excluded$
|
|
11050
|
-
var loadingCircleStyle$
|
|
10997
|
+
var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10998
|
+
var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11051
10999
|
var SpaceOpen = function SpaceOpen(props) {
|
|
11052
11000
|
var color = props.color,
|
|
11053
11001
|
size = props.size,
|
|
@@ -11056,12 +11004,12 @@ var SpaceOpen = function SpaceOpen(props) {
|
|
|
11056
11004
|
className = props.className,
|
|
11057
11005
|
iconClassName = props.iconClassName,
|
|
11058
11006
|
testid = props.testid,
|
|
11059
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11007
|
+
otherProps = _objectWithoutProperties(props, _excluded$2J);
|
|
11060
11008
|
return /*#__PURE__*/React.createElement("span", {
|
|
11061
11009
|
role: "img",
|
|
11062
11010
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11063
11011
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11064
|
-
children: loadingCircleStyle$
|
|
11012
|
+
children: loadingCircleStyle$2J
|
|
11065
11013
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11066
11014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11067
11015
|
width: size,
|
|
@@ -11100,8 +11048,8 @@ SpaceOpen.defaultProps = {
|
|
|
11100
11048
|
size: '1em'
|
|
11101
11049
|
};
|
|
11102
11050
|
|
|
11103
|
-
var _excluded$
|
|
11104
|
-
var loadingCircleStyle$
|
|
11051
|
+
var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11052
|
+
var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11105
11053
|
var Folder = function Folder(props) {
|
|
11106
11054
|
var color = props.color,
|
|
11107
11055
|
size = props.size,
|
|
@@ -11110,12 +11058,12 @@ var Folder = function Folder(props) {
|
|
|
11110
11058
|
className = props.className,
|
|
11111
11059
|
iconClassName = props.iconClassName,
|
|
11112
11060
|
testid = props.testid,
|
|
11113
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11061
|
+
otherProps = _objectWithoutProperties(props, _excluded$2K);
|
|
11114
11062
|
return /*#__PURE__*/React.createElement("span", {
|
|
11115
11063
|
role: "img",
|
|
11116
11064
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11117
11065
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11118
|
-
children: loadingCircleStyle$
|
|
11066
|
+
children: loadingCircleStyle$2K
|
|
11119
11067
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11120
11068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11121
11069
|
width: size,
|
|
@@ -11152,8 +11100,8 @@ Folder.defaultProps = {
|
|
|
11152
11100
|
size: '1em'
|
|
11153
11101
|
};
|
|
11154
11102
|
|
|
11155
|
-
var _excluded$
|
|
11156
|
-
var loadingCircleStyle$
|
|
11103
|
+
var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11104
|
+
var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11157
11105
|
var FolderOpen = function FolderOpen(props) {
|
|
11158
11106
|
var color = props.color,
|
|
11159
11107
|
size = props.size,
|
|
@@ -11162,12 +11110,12 @@ var FolderOpen = function FolderOpen(props) {
|
|
|
11162
11110
|
className = props.className,
|
|
11163
11111
|
iconClassName = props.iconClassName,
|
|
11164
11112
|
testid = props.testid,
|
|
11165
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11113
|
+
otherProps = _objectWithoutProperties(props, _excluded$2L);
|
|
11166
11114
|
return /*#__PURE__*/React.createElement("span", {
|
|
11167
11115
|
role: "img",
|
|
11168
11116
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11169
11117
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11170
|
-
children: loadingCircleStyle$
|
|
11118
|
+
children: loadingCircleStyle$2L
|
|
11171
11119
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11172
11120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11173
11121
|
width: size,
|
|
@@ -11204,8 +11152,8 @@ FolderOpen.defaultProps = {
|
|
|
11204
11152
|
size: '1em'
|
|
11205
11153
|
};
|
|
11206
11154
|
|
|
11207
|
-
var _excluded$
|
|
11208
|
-
var loadingCircleStyle$
|
|
11155
|
+
var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11156
|
+
var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11209
11157
|
var Dashboard = function Dashboard(props) {
|
|
11210
11158
|
var color = props.color,
|
|
11211
11159
|
size = props.size,
|
|
@@ -11214,12 +11162,12 @@ var Dashboard = function Dashboard(props) {
|
|
|
11214
11162
|
className = props.className,
|
|
11215
11163
|
iconClassName = props.iconClassName,
|
|
11216
11164
|
testid = props.testid,
|
|
11217
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11165
|
+
otherProps = _objectWithoutProperties(props, _excluded$2M);
|
|
11218
11166
|
return /*#__PURE__*/React.createElement("span", {
|
|
11219
11167
|
role: "img",
|
|
11220
11168
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11221
11169
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11222
|
-
children: loadingCircleStyle$
|
|
11170
|
+
children: loadingCircleStyle$2M
|
|
11223
11171
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11224
11172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11225
11173
|
width: size,
|
|
@@ -11256,8 +11204,8 @@ Dashboard.defaultProps = {
|
|
|
11256
11204
|
size: '1em'
|
|
11257
11205
|
};
|
|
11258
11206
|
|
|
11259
|
-
var _excluded$
|
|
11260
|
-
var loadingCircleStyle$
|
|
11207
|
+
var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11208
|
+
var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11261
11209
|
var Card = function Card(props) {
|
|
11262
11210
|
var color = props.color,
|
|
11263
11211
|
size = props.size,
|
|
@@ -11266,12 +11214,12 @@ var Card = function Card(props) {
|
|
|
11266
11214
|
className = props.className,
|
|
11267
11215
|
iconClassName = props.iconClassName,
|
|
11268
11216
|
testid = props.testid,
|
|
11269
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11217
|
+
otherProps = _objectWithoutProperties(props, _excluded$2N);
|
|
11270
11218
|
return /*#__PURE__*/React.createElement("span", {
|
|
11271
11219
|
role: "img",
|
|
11272
11220
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11273
11221
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11274
|
-
children: loadingCircleStyle$
|
|
11222
|
+
children: loadingCircleStyle$2N
|
|
11275
11223
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11276
11224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11277
11225
|
width: size,
|
|
@@ -11308,8 +11256,8 @@ Card.defaultProps = {
|
|
|
11308
11256
|
size: '1em'
|
|
11309
11257
|
};
|
|
11310
11258
|
|
|
11311
|
-
var _excluded$
|
|
11312
|
-
var loadingCircleStyle$
|
|
11259
|
+
var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11260
|
+
var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11313
11261
|
var DashboardMgr = function DashboardMgr(props) {
|
|
11314
11262
|
var color = props.color,
|
|
11315
11263
|
size = props.size,
|
|
@@ -11318,12 +11266,12 @@ var DashboardMgr = function DashboardMgr(props) {
|
|
|
11318
11266
|
className = props.className,
|
|
11319
11267
|
iconClassName = props.iconClassName,
|
|
11320
11268
|
testid = props.testid,
|
|
11321
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11269
|
+
otherProps = _objectWithoutProperties(props, _excluded$2O);
|
|
11322
11270
|
return /*#__PURE__*/React.createElement("span", {
|
|
11323
11271
|
role: "img",
|
|
11324
11272
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11325
11273
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11326
|
-
children: loadingCircleStyle$
|
|
11274
|
+
children: loadingCircleStyle$2O
|
|
11327
11275
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11328
11276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11329
11277
|
width: size,
|
|
@@ -11370,8 +11318,8 @@ DashboardMgr.defaultProps = {
|
|
|
11370
11318
|
size: '1em'
|
|
11371
11319
|
};
|
|
11372
11320
|
|
|
11373
|
-
var _excluded$
|
|
11374
|
-
var loadingCircleStyle$
|
|
11321
|
+
var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11322
|
+
var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11375
11323
|
var ProjectMgr = function ProjectMgr(props) {
|
|
11376
11324
|
var color = props.color,
|
|
11377
11325
|
size = props.size,
|
|
@@ -11380,12 +11328,12 @@ var ProjectMgr = function ProjectMgr(props) {
|
|
|
11380
11328
|
className = props.className,
|
|
11381
11329
|
iconClassName = props.iconClassName,
|
|
11382
11330
|
testid = props.testid,
|
|
11383
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11331
|
+
otherProps = _objectWithoutProperties(props, _excluded$2P);
|
|
11384
11332
|
return /*#__PURE__*/React.createElement("span", {
|
|
11385
11333
|
role: "img",
|
|
11386
11334
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11387
11335
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11388
|
-
children: loadingCircleStyle$
|
|
11336
|
+
children: loadingCircleStyle$2P
|
|
11389
11337
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11390
11338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11391
11339
|
width: size,
|
|
@@ -11426,8 +11374,8 @@ ProjectMgr.defaultProps = {
|
|
|
11426
11374
|
size: '1em'
|
|
11427
11375
|
};
|
|
11428
11376
|
|
|
11429
|
-
var _excluded$
|
|
11430
|
-
var loadingCircleStyle$
|
|
11377
|
+
var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11378
|
+
var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11431
11379
|
var Usertag = function Usertag(props) {
|
|
11432
11380
|
var color = props.color,
|
|
11433
11381
|
size = props.size,
|
|
@@ -11436,12 +11384,12 @@ var Usertag = function Usertag(props) {
|
|
|
11436
11384
|
className = props.className,
|
|
11437
11385
|
iconClassName = props.iconClassName,
|
|
11438
11386
|
testid = props.testid,
|
|
11439
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11387
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Q);
|
|
11440
11388
|
return /*#__PURE__*/React.createElement("span", {
|
|
11441
11389
|
role: "img",
|
|
11442
11390
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11443
11391
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11444
|
-
children: loadingCircleStyle$
|
|
11392
|
+
children: loadingCircleStyle$2Q
|
|
11445
11393
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11446
11394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11447
11395
|
width: size,
|
|
@@ -11482,8 +11430,8 @@ Usertag.defaultProps = {
|
|
|
11482
11430
|
size: '1em'
|
|
11483
11431
|
};
|
|
11484
11432
|
|
|
11485
|
-
var _excluded$
|
|
11486
|
-
var loadingCircleStyle$
|
|
11433
|
+
var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11434
|
+
var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11487
11435
|
var UPropMgr = function UPropMgr(props) {
|
|
11488
11436
|
var color = props.color,
|
|
11489
11437
|
size = props.size,
|
|
@@ -11492,12 +11440,12 @@ var UPropMgr = function UPropMgr(props) {
|
|
|
11492
11440
|
className = props.className,
|
|
11493
11441
|
iconClassName = props.iconClassName,
|
|
11494
11442
|
testid = props.testid,
|
|
11495
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11443
|
+
otherProps = _objectWithoutProperties(props, _excluded$2R);
|
|
11496
11444
|
return /*#__PURE__*/React.createElement("span", {
|
|
11497
11445
|
role: "img",
|
|
11498
11446
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11499
11447
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11500
|
-
children: loadingCircleStyle$
|
|
11448
|
+
children: loadingCircleStyle$2R
|
|
11501
11449
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11502
11450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11503
11451
|
width: size,
|
|
@@ -11544,8 +11492,8 @@ UPropMgr.defaultProps = {
|
|
|
11544
11492
|
size: '1em'
|
|
11545
11493
|
};
|
|
11546
11494
|
|
|
11547
|
-
var _excluded$
|
|
11548
|
-
var loadingCircleStyle$
|
|
11495
|
+
var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11496
|
+
var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11549
11497
|
var EventMgr = function EventMgr(props) {
|
|
11550
11498
|
var color = props.color,
|
|
11551
11499
|
size = props.size,
|
|
@@ -11554,12 +11502,12 @@ var EventMgr = function EventMgr(props) {
|
|
|
11554
11502
|
className = props.className,
|
|
11555
11503
|
iconClassName = props.iconClassName,
|
|
11556
11504
|
testid = props.testid,
|
|
11557
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11505
|
+
otherProps = _objectWithoutProperties(props, _excluded$2S);
|
|
11558
11506
|
return /*#__PURE__*/React.createElement("span", {
|
|
11559
11507
|
role: "img",
|
|
11560
11508
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11561
11509
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11562
|
-
children: loadingCircleStyle$
|
|
11510
|
+
children: loadingCircleStyle$2S
|
|
11563
11511
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11564
11512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11565
11513
|
width: size,
|
|
@@ -11598,8 +11546,8 @@ EventMgr.defaultProps = {
|
|
|
11598
11546
|
size: '1em'
|
|
11599
11547
|
};
|
|
11600
11548
|
|
|
11601
|
-
var _excluded$
|
|
11602
|
-
var loadingCircleStyle$
|
|
11549
|
+
var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11550
|
+
var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11603
11551
|
var EventPropMgr = function EventPropMgr(props) {
|
|
11604
11552
|
var color = props.color,
|
|
11605
11553
|
size = props.size,
|
|
@@ -11608,12 +11556,12 @@ var EventPropMgr = function EventPropMgr(props) {
|
|
|
11608
11556
|
className = props.className,
|
|
11609
11557
|
iconClassName = props.iconClassName,
|
|
11610
11558
|
testid = props.testid,
|
|
11611
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11559
|
+
otherProps = _objectWithoutProperties(props, _excluded$2T);
|
|
11612
11560
|
return /*#__PURE__*/React.createElement("span", {
|
|
11613
11561
|
role: "img",
|
|
11614
11562
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11615
11563
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11616
|
-
children: loadingCircleStyle$
|
|
11564
|
+
children: loadingCircleStyle$2T
|
|
11617
11565
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11618
11566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11619
11567
|
width: size,
|
|
@@ -11656,8 +11604,8 @@ EventPropMgr.defaultProps = {
|
|
|
11656
11604
|
size: '1em'
|
|
11657
11605
|
};
|
|
11658
11606
|
|
|
11659
|
-
var _excluded$
|
|
11660
|
-
var loadingCircleStyle$
|
|
11607
|
+
var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11608
|
+
var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11661
11609
|
var VProperty = function VProperty(props) {
|
|
11662
11610
|
var color = props.color,
|
|
11663
11611
|
size = props.size,
|
|
@@ -11666,12 +11614,12 @@ var VProperty = function VProperty(props) {
|
|
|
11666
11614
|
className = props.className,
|
|
11667
11615
|
iconClassName = props.iconClassName,
|
|
11668
11616
|
testid = props.testid,
|
|
11669
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11617
|
+
otherProps = _objectWithoutProperties(props, _excluded$2U);
|
|
11670
11618
|
return /*#__PURE__*/React.createElement("span", {
|
|
11671
11619
|
role: "img",
|
|
11672
11620
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11673
11621
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11674
|
-
children: loadingCircleStyle$
|
|
11622
|
+
children: loadingCircleStyle$2U
|
|
11675
11623
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11676
11624
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11677
11625
|
width: size,
|
|
@@ -11714,8 +11662,8 @@ VProperty.defaultProps = {
|
|
|
11714
11662
|
size: '1em'
|
|
11715
11663
|
};
|
|
11716
11664
|
|
|
11717
|
-
var _excluded$
|
|
11718
|
-
var loadingCircleStyle$
|
|
11665
|
+
var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11666
|
+
var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11719
11667
|
var Sql1 = function Sql1(props) {
|
|
11720
11668
|
var color = props.color,
|
|
11721
11669
|
size = props.size,
|
|
@@ -11724,12 +11672,12 @@ var Sql1 = function Sql1(props) {
|
|
|
11724
11672
|
className = props.className,
|
|
11725
11673
|
iconClassName = props.iconClassName,
|
|
11726
11674
|
testid = props.testid,
|
|
11727
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11675
|
+
otherProps = _objectWithoutProperties(props, _excluded$2V);
|
|
11728
11676
|
return /*#__PURE__*/React.createElement("span", {
|
|
11729
11677
|
role: "img",
|
|
11730
11678
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11731
11679
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11732
|
-
children: loadingCircleStyle$
|
|
11680
|
+
children: loadingCircleStyle$2V
|
|
11733
11681
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11734
11682
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11735
11683
|
width: size,
|
|
@@ -11770,8 +11718,8 @@ Sql1.defaultProps = {
|
|
|
11770
11718
|
size: '1em'
|
|
11771
11719
|
};
|
|
11772
11720
|
|
|
11773
|
-
var _excluded$
|
|
11774
|
-
var loadingCircleStyle$
|
|
11721
|
+
var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11722
|
+
var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11775
11723
|
var Sql2 = function Sql2(props) {
|
|
11776
11724
|
var color = props.color,
|
|
11777
11725
|
size = props.size,
|
|
@@ -11780,12 +11728,12 @@ var Sql2 = function Sql2(props) {
|
|
|
11780
11728
|
className = props.className,
|
|
11781
11729
|
iconClassName = props.iconClassName,
|
|
11782
11730
|
testid = props.testid,
|
|
11783
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11731
|
+
otherProps = _objectWithoutProperties(props, _excluded$2W);
|
|
11784
11732
|
return /*#__PURE__*/React.createElement("span", {
|
|
11785
11733
|
role: "img",
|
|
11786
11734
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11787
11735
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11788
|
-
children: loadingCircleStyle$
|
|
11736
|
+
children: loadingCircleStyle$2W
|
|
11789
11737
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11790
11738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11791
11739
|
width: size,
|
|
@@ -11832,8 +11780,8 @@ Sql2.defaultProps = {
|
|
|
11832
11780
|
size: '1em'
|
|
11833
11781
|
};
|
|
11834
11782
|
|
|
11835
|
-
var _excluded$
|
|
11836
|
-
var loadingCircleStyle$
|
|
11783
|
+
var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11784
|
+
var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11837
11785
|
var Sql3 = function Sql3(props) {
|
|
11838
11786
|
var color = props.color,
|
|
11839
11787
|
size = props.size,
|
|
@@ -11842,12 +11790,12 @@ var Sql3 = function Sql3(props) {
|
|
|
11842
11790
|
className = props.className,
|
|
11843
11791
|
iconClassName = props.iconClassName,
|
|
11844
11792
|
testid = props.testid,
|
|
11845
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11793
|
+
otherProps = _objectWithoutProperties(props, _excluded$2X);
|
|
11846
11794
|
return /*#__PURE__*/React.createElement("span", {
|
|
11847
11795
|
role: "img",
|
|
11848
11796
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11849
11797
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11850
|
-
children: loadingCircleStyle$
|
|
11798
|
+
children: loadingCircleStyle$2X
|
|
11851
11799
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11852
11800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11853
11801
|
width: size,
|
|
@@ -11884,8 +11832,8 @@ Sql3.defaultProps = {
|
|
|
11884
11832
|
size: '1em'
|
|
11885
11833
|
};
|
|
11886
11834
|
|
|
11887
|
-
var _excluded$
|
|
11888
|
-
var loadingCircleStyle$
|
|
11835
|
+
var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11836
|
+
var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11889
11837
|
var Analysis = function Analysis(props) {
|
|
11890
11838
|
var color = props.color,
|
|
11891
11839
|
size = props.size,
|
|
@@ -11894,12 +11842,12 @@ var Analysis = function Analysis(props) {
|
|
|
11894
11842
|
className = props.className,
|
|
11895
11843
|
iconClassName = props.iconClassName,
|
|
11896
11844
|
testid = props.testid,
|
|
11897
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11845
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Y);
|
|
11898
11846
|
return /*#__PURE__*/React.createElement("span", {
|
|
11899
11847
|
role: "img",
|
|
11900
11848
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11901
11849
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11902
|
-
children: loadingCircleStyle$
|
|
11850
|
+
children: loadingCircleStyle$2Y
|
|
11903
11851
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11904
11852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11905
11853
|
width: size,
|
|
@@ -11936,8 +11884,8 @@ Analysis.defaultProps = {
|
|
|
11936
11884
|
size: '1em'
|
|
11937
11885
|
};
|
|
11938
11886
|
|
|
11939
|
-
var _excluded$
|
|
11940
|
-
var loadingCircleStyle$
|
|
11887
|
+
var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11888
|
+
var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11941
11889
|
var Filter = function Filter(props) {
|
|
11942
11890
|
var color = props.color,
|
|
11943
11891
|
size = props.size,
|
|
@@ -11946,12 +11894,12 @@ var Filter = function Filter(props) {
|
|
|
11946
11894
|
className = props.className,
|
|
11947
11895
|
iconClassName = props.iconClassName,
|
|
11948
11896
|
testid = props.testid,
|
|
11949
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11897
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Z);
|
|
11950
11898
|
return /*#__PURE__*/React.createElement("span", {
|
|
11951
11899
|
role: "img",
|
|
11952
11900
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11953
11901
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11954
|
-
children: loadingCircleStyle$
|
|
11902
|
+
children: loadingCircleStyle$2Z
|
|
11955
11903
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11956
11904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11957
11905
|
width: size,
|
|
@@ -11988,8 +11936,8 @@ Filter.defaultProps = {
|
|
|
11988
11936
|
size: '1em'
|
|
11989
11937
|
};
|
|
11990
11938
|
|
|
11991
|
-
var _excluded$
|
|
11992
|
-
var loadingCircleStyle$
|
|
11939
|
+
var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11940
|
+
var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11993
11941
|
var Filter2 = function Filter2(props) {
|
|
11994
11942
|
var color = props.color,
|
|
11995
11943
|
size = props.size,
|
|
@@ -11998,12 +11946,12 @@ var Filter2 = function Filter2(props) {
|
|
|
11998
11946
|
className = props.className,
|
|
11999
11947
|
iconClassName = props.iconClassName,
|
|
12000
11948
|
testid = props.testid,
|
|
12001
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11949
|
+
otherProps = _objectWithoutProperties(props, _excluded$2_);
|
|
12002
11950
|
return /*#__PURE__*/React.createElement("span", {
|
|
12003
11951
|
role: "img",
|
|
12004
11952
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12005
11953
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12006
|
-
children: loadingCircleStyle$
|
|
11954
|
+
children: loadingCircleStyle$2_
|
|
12007
11955
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12008
11956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12009
11957
|
width: size,
|
|
@@ -12040,8 +11988,8 @@ Filter2.defaultProps = {
|
|
|
12040
11988
|
size: '1em'
|
|
12041
11989
|
};
|
|
12042
11990
|
|
|
12043
|
-
var _excluded$
|
|
12044
|
-
var loadingCircleStyle$
|
|
11991
|
+
var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11992
|
+
var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12045
11993
|
var ParallelFilter = function ParallelFilter(props) {
|
|
12046
11994
|
var color = props.color,
|
|
12047
11995
|
size = props.size,
|
|
@@ -12050,12 +11998,12 @@ var ParallelFilter = function ParallelFilter(props) {
|
|
|
12050
11998
|
className = props.className,
|
|
12051
11999
|
iconClassName = props.iconClassName,
|
|
12052
12000
|
testid = props.testid,
|
|
12053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12001
|
+
otherProps = _objectWithoutProperties(props, _excluded$2$);
|
|
12054
12002
|
return /*#__PURE__*/React.createElement("span", {
|
|
12055
12003
|
role: "img",
|
|
12056
12004
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12057
12005
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12058
|
-
children: loadingCircleStyle$
|
|
12006
|
+
children: loadingCircleStyle$2$
|
|
12059
12007
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12060
12008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12061
12009
|
width: size,
|
|
@@ -12094,8 +12042,8 @@ ParallelFilter.defaultProps = {
|
|
|
12094
12042
|
size: '1em'
|
|
12095
12043
|
};
|
|
12096
12044
|
|
|
12097
|
-
var _excluded$
|
|
12098
|
-
var loadingCircleStyle$
|
|
12045
|
+
var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12046
|
+
var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12099
12047
|
var Expression = function Expression(props) {
|
|
12100
12048
|
var color = props.color,
|
|
12101
12049
|
size = props.size,
|
|
@@ -12104,12 +12052,12 @@ var Expression = function Expression(props) {
|
|
|
12104
12052
|
className = props.className,
|
|
12105
12053
|
iconClassName = props.iconClassName,
|
|
12106
12054
|
testid = props.testid,
|
|
12107
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12055
|
+
otherProps = _objectWithoutProperties(props, _excluded$30);
|
|
12108
12056
|
return /*#__PURE__*/React.createElement("span", {
|
|
12109
12057
|
role: "img",
|
|
12110
12058
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12111
12059
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12112
|
-
children: loadingCircleStyle$
|
|
12060
|
+
children: loadingCircleStyle$30
|
|
12113
12061
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12114
12062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12115
12063
|
width: size,
|
|
@@ -12146,8 +12094,8 @@ Expression.defaultProps = {
|
|
|
12146
12094
|
size: '1em'
|
|
12147
12095
|
};
|
|
12148
12096
|
|
|
12149
|
-
var _excluded$
|
|
12150
|
-
var loadingCircleStyle$
|
|
12097
|
+
var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12098
|
+
var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12151
12099
|
var Expression2 = function Expression2(props) {
|
|
12152
12100
|
var color = props.color,
|
|
12153
12101
|
size = props.size,
|
|
@@ -12156,12 +12104,12 @@ var Expression2 = function Expression2(props) {
|
|
|
12156
12104
|
className = props.className,
|
|
12157
12105
|
iconClassName = props.iconClassName,
|
|
12158
12106
|
testid = props.testid,
|
|
12159
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12107
|
+
otherProps = _objectWithoutProperties(props, _excluded$31);
|
|
12160
12108
|
return /*#__PURE__*/React.createElement("span", {
|
|
12161
12109
|
role: "img",
|
|
12162
12110
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12163
12111
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12164
|
-
children: loadingCircleStyle$
|
|
12112
|
+
children: loadingCircleStyle$31
|
|
12165
12113
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12166
12114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12167
12115
|
width: size,
|
|
@@ -12200,8 +12148,8 @@ Expression2.defaultProps = {
|
|
|
12200
12148
|
size: '1em'
|
|
12201
12149
|
};
|
|
12202
12150
|
|
|
12203
|
-
var _excluded$
|
|
12204
|
-
var loadingCircleStyle$
|
|
12151
|
+
var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12152
|
+
var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12205
12153
|
var FirstLast = function FirstLast(props) {
|
|
12206
12154
|
var color = props.color,
|
|
12207
12155
|
size = props.size,
|
|
@@ -12210,12 +12158,12 @@ var FirstLast = function FirstLast(props) {
|
|
|
12210
12158
|
className = props.className,
|
|
12211
12159
|
iconClassName = props.iconClassName,
|
|
12212
12160
|
testid = props.testid,
|
|
12213
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12161
|
+
otherProps = _objectWithoutProperties(props, _excluded$32);
|
|
12214
12162
|
return /*#__PURE__*/React.createElement("span", {
|
|
12215
12163
|
role: "img",
|
|
12216
12164
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12217
12165
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12218
|
-
children: loadingCircleStyle$
|
|
12166
|
+
children: loadingCircleStyle$32
|
|
12219
12167
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12220
12168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12221
12169
|
width: size,
|
|
@@ -12252,8 +12200,8 @@ FirstLast.defaultProps = {
|
|
|
12252
12200
|
size: '1em'
|
|
12253
12201
|
};
|
|
12254
12202
|
|
|
12255
|
-
var _excluded$
|
|
12256
|
-
var loadingCircleStyle$
|
|
12203
|
+
var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12204
|
+
var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12257
12205
|
var RelatedProp = function RelatedProp(props) {
|
|
12258
12206
|
var color = props.color,
|
|
12259
12207
|
size = props.size,
|
|
@@ -12262,12 +12210,12 @@ var RelatedProp = function RelatedProp(props) {
|
|
|
12262
12210
|
className = props.className,
|
|
12263
12211
|
iconClassName = props.iconClassName,
|
|
12264
12212
|
testid = props.testid,
|
|
12265
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12213
|
+
otherProps = _objectWithoutProperties(props, _excluded$33);
|
|
12266
12214
|
return /*#__PURE__*/React.createElement("span", {
|
|
12267
12215
|
role: "img",
|
|
12268
12216
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12269
12217
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12270
|
-
children: loadingCircleStyle$
|
|
12218
|
+
children: loadingCircleStyle$33
|
|
12271
12219
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12272
12220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12273
12221
|
width: size,
|
|
@@ -12304,8 +12252,8 @@ RelatedProp.defaultProps = {
|
|
|
12304
12252
|
size: '1em'
|
|
12305
12253
|
};
|
|
12306
12254
|
|
|
12307
|
-
var _excluded$
|
|
12308
|
-
var loadingCircleStyle$
|
|
12255
|
+
var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12256
|
+
var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12309
12257
|
var SortRise = function SortRise(props) {
|
|
12310
12258
|
var color = props.color,
|
|
12311
12259
|
size = props.size,
|
|
@@ -12314,12 +12262,12 @@ var SortRise = function SortRise(props) {
|
|
|
12314
12262
|
className = props.className,
|
|
12315
12263
|
iconClassName = props.iconClassName,
|
|
12316
12264
|
testid = props.testid,
|
|
12317
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12265
|
+
otherProps = _objectWithoutProperties(props, _excluded$34);
|
|
12318
12266
|
return /*#__PURE__*/React.createElement("span", {
|
|
12319
12267
|
role: "img",
|
|
12320
12268
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12321
12269
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12322
|
-
children: loadingCircleStyle$
|
|
12270
|
+
children: loadingCircleStyle$34
|
|
12323
12271
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12324
12272
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12325
12273
|
width: size,
|
|
@@ -12360,8 +12308,8 @@ SortRise.defaultProps = {
|
|
|
12360
12308
|
size: '1em'
|
|
12361
12309
|
};
|
|
12362
12310
|
|
|
12363
|
-
var _excluded$
|
|
12364
|
-
var loadingCircleStyle$
|
|
12311
|
+
var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12312
|
+
var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12365
12313
|
var SortDrop = function SortDrop(props) {
|
|
12366
12314
|
var color = props.color,
|
|
12367
12315
|
size = props.size,
|
|
@@ -12370,12 +12318,12 @@ var SortDrop = function SortDrop(props) {
|
|
|
12370
12318
|
className = props.className,
|
|
12371
12319
|
iconClassName = props.iconClassName,
|
|
12372
12320
|
testid = props.testid,
|
|
12373
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12321
|
+
otherProps = _objectWithoutProperties(props, _excluded$35);
|
|
12374
12322
|
return /*#__PURE__*/React.createElement("span", {
|
|
12375
12323
|
role: "img",
|
|
12376
12324
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12377
12325
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12378
|
-
children: loadingCircleStyle$
|
|
12326
|
+
children: loadingCircleStyle$35
|
|
12379
12327
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12380
12328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12381
12329
|
width: size,
|
|
@@ -12416,8 +12364,8 @@ SortDrop.defaultProps = {
|
|
|
12416
12364
|
size: '1em'
|
|
12417
12365
|
};
|
|
12418
12366
|
|
|
12419
|
-
var _excluded$
|
|
12420
|
-
var loadingCircleStyle$
|
|
12367
|
+
var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12368
|
+
var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12421
12369
|
var Ascent = function Ascent(props) {
|
|
12422
12370
|
var color = props.color,
|
|
12423
12371
|
size = props.size,
|
|
@@ -12426,12 +12374,12 @@ var Ascent = function Ascent(props) {
|
|
|
12426
12374
|
className = props.className,
|
|
12427
12375
|
iconClassName = props.iconClassName,
|
|
12428
12376
|
testid = props.testid,
|
|
12429
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12377
|
+
otherProps = _objectWithoutProperties(props, _excluded$36);
|
|
12430
12378
|
return /*#__PURE__*/React.createElement("span", {
|
|
12431
12379
|
role: "img",
|
|
12432
12380
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12433
12381
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12434
|
-
children: loadingCircleStyle$
|
|
12382
|
+
children: loadingCircleStyle$36
|
|
12435
12383
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12436
12384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12437
12385
|
width: size,
|
|
@@ -12468,8 +12416,8 @@ Ascent.defaultProps = {
|
|
|
12468
12416
|
size: '1em'
|
|
12469
12417
|
};
|
|
12470
12418
|
|
|
12471
|
-
var _excluded$
|
|
12472
|
-
var loadingCircleStyle$
|
|
12419
|
+
var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12420
|
+
var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12473
12421
|
var Descent = function Descent(props) {
|
|
12474
12422
|
var color = props.color,
|
|
12475
12423
|
size = props.size,
|
|
@@ -12478,12 +12426,12 @@ var Descent = function Descent(props) {
|
|
|
12478
12426
|
className = props.className,
|
|
12479
12427
|
iconClassName = props.iconClassName,
|
|
12480
12428
|
testid = props.testid,
|
|
12481
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12429
|
+
otherProps = _objectWithoutProperties(props, _excluded$37);
|
|
12482
12430
|
return /*#__PURE__*/React.createElement("span", {
|
|
12483
12431
|
role: "img",
|
|
12484
12432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12485
12433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12486
|
-
children: loadingCircleStyle$
|
|
12434
|
+
children: loadingCircleStyle$37
|
|
12487
12435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12488
12436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12489
12437
|
width: size,
|
|
@@ -12520,8 +12468,8 @@ Descent.defaultProps = {
|
|
|
12520
12468
|
size: '1em'
|
|
12521
12469
|
};
|
|
12522
12470
|
|
|
12523
|
-
var _excluded$
|
|
12524
|
-
var loadingCircleStyle$
|
|
12471
|
+
var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12472
|
+
var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12525
12473
|
var SortA2z = function SortA2z(props) {
|
|
12526
12474
|
var color = props.color,
|
|
12527
12475
|
size = props.size,
|
|
@@ -12530,12 +12478,12 @@ var SortA2z = function SortA2z(props) {
|
|
|
12530
12478
|
className = props.className,
|
|
12531
12479
|
iconClassName = props.iconClassName,
|
|
12532
12480
|
testid = props.testid,
|
|
12533
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12481
|
+
otherProps = _objectWithoutProperties(props, _excluded$38);
|
|
12534
12482
|
return /*#__PURE__*/React.createElement("span", {
|
|
12535
12483
|
role: "img",
|
|
12536
12484
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12537
12485
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12538
|
-
children: loadingCircleStyle$
|
|
12486
|
+
children: loadingCircleStyle$38
|
|
12539
12487
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12540
12488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12541
12489
|
width: size,
|
|
@@ -12578,8 +12526,8 @@ SortA2z.defaultProps = {
|
|
|
12578
12526
|
size: '1em'
|
|
12579
12527
|
};
|
|
12580
12528
|
|
|
12581
|
-
var _excluded$
|
|
12582
|
-
var loadingCircleStyle$
|
|
12529
|
+
var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12530
|
+
var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12583
12531
|
var SortZ2a = function SortZ2a(props) {
|
|
12584
12532
|
var color = props.color,
|
|
12585
12533
|
size = props.size,
|
|
@@ -12588,12 +12536,12 @@ var SortZ2a = function SortZ2a(props) {
|
|
|
12588
12536
|
className = props.className,
|
|
12589
12537
|
iconClassName = props.iconClassName,
|
|
12590
12538
|
testid = props.testid,
|
|
12591
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12539
|
+
otherProps = _objectWithoutProperties(props, _excluded$39);
|
|
12592
12540
|
return /*#__PURE__*/React.createElement("span", {
|
|
12593
12541
|
role: "img",
|
|
12594
12542
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12595
12543
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12596
|
-
children: loadingCircleStyle$
|
|
12544
|
+
children: loadingCircleStyle$39
|
|
12597
12545
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12598
12546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12599
12547
|
width: size,
|
|
@@ -12632,8 +12580,8 @@ SortZ2a.defaultProps = {
|
|
|
12632
12580
|
size: '1em'
|
|
12633
12581
|
};
|
|
12634
12582
|
|
|
12635
|
-
var _excluded$
|
|
12636
|
-
var loadingCircleStyle$
|
|
12583
|
+
var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12584
|
+
var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12637
12585
|
var Sort = function Sort(props) {
|
|
12638
12586
|
var color = props.color,
|
|
12639
12587
|
size = props.size,
|
|
@@ -12642,12 +12590,12 @@ var Sort = function Sort(props) {
|
|
|
12642
12590
|
className = props.className,
|
|
12643
12591
|
iconClassName = props.iconClassName,
|
|
12644
12592
|
testid = props.testid,
|
|
12645
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12593
|
+
otherProps = _objectWithoutProperties(props, _excluded$3a);
|
|
12646
12594
|
return /*#__PURE__*/React.createElement("span", {
|
|
12647
12595
|
role: "img",
|
|
12648
12596
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12649
12597
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12650
|
-
children: loadingCircleStyle$
|
|
12598
|
+
children: loadingCircleStyle$3a
|
|
12651
12599
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12652
12600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12653
12601
|
width: size,
|
|
@@ -12684,8 +12632,8 @@ Sort.defaultProps = {
|
|
|
12684
12632
|
size: '1em'
|
|
12685
12633
|
};
|
|
12686
12634
|
|
|
12687
|
-
var _excluded$
|
|
12688
|
-
var loadingCircleStyle$
|
|
12635
|
+
var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12636
|
+
var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12689
12637
|
var SortResult = function SortResult(props) {
|
|
12690
12638
|
var color = props.color,
|
|
12691
12639
|
size = props.size,
|
|
@@ -12694,12 +12642,12 @@ var SortResult = function SortResult(props) {
|
|
|
12694
12642
|
className = props.className,
|
|
12695
12643
|
iconClassName = props.iconClassName,
|
|
12696
12644
|
testid = props.testid,
|
|
12697
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12645
|
+
otherProps = _objectWithoutProperties(props, _excluded$3b);
|
|
12698
12646
|
return /*#__PURE__*/React.createElement("span", {
|
|
12699
12647
|
role: "img",
|
|
12700
12648
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12701
12649
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12702
|
-
children: loadingCircleStyle$
|
|
12650
|
+
children: loadingCircleStyle$3b
|
|
12703
12651
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12704
12652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12705
12653
|
width: size,
|
|
@@ -12742,8 +12690,8 @@ SortResult.defaultProps = {
|
|
|
12742
12690
|
size: '1em'
|
|
12743
12691
|
};
|
|
12744
12692
|
|
|
12745
|
-
var _excluded$
|
|
12746
|
-
var loadingCircleStyle$
|
|
12693
|
+
var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12694
|
+
var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12747
12695
|
var TA2b = function TA2b(props) {
|
|
12748
12696
|
var color = props.color,
|
|
12749
12697
|
size = props.size,
|
|
@@ -12752,12 +12700,12 @@ var TA2b = function TA2b(props) {
|
|
|
12752
12700
|
className = props.className,
|
|
12753
12701
|
iconClassName = props.iconClassName,
|
|
12754
12702
|
testid = props.testid,
|
|
12755
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12703
|
+
otherProps = _objectWithoutProperties(props, _excluded$3c);
|
|
12756
12704
|
return /*#__PURE__*/React.createElement("span", {
|
|
12757
12705
|
role: "img",
|
|
12758
12706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12759
12707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12760
|
-
children: loadingCircleStyle$
|
|
12708
|
+
children: loadingCircleStyle$3c
|
|
12761
12709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12762
12710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12763
12711
|
width: size,
|
|
@@ -12794,8 +12742,8 @@ TA2b.defaultProps = {
|
|
|
12794
12742
|
size: '1em'
|
|
12795
12743
|
};
|
|
12796
12744
|
|
|
12797
|
-
var _excluded$
|
|
12798
|
-
var loadingCircleStyle$
|
|
12745
|
+
var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12746
|
+
var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12799
12747
|
var TX2y = function TX2y(props) {
|
|
12800
12748
|
var color = props.color,
|
|
12801
12749
|
size = props.size,
|
|
@@ -12804,12 +12752,12 @@ var TX2y = function TX2y(props) {
|
|
|
12804
12752
|
className = props.className,
|
|
12805
12753
|
iconClassName = props.iconClassName,
|
|
12806
12754
|
testid = props.testid,
|
|
12807
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12755
|
+
otherProps = _objectWithoutProperties(props, _excluded$3d);
|
|
12808
12756
|
return /*#__PURE__*/React.createElement("span", {
|
|
12809
12757
|
role: "img",
|
|
12810
12758
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12811
12759
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12812
|
-
children: loadingCircleStyle$
|
|
12760
|
+
children: loadingCircleStyle$3d
|
|
12813
12761
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12814
12762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12815
12763
|
width: size,
|
|
@@ -12850,8 +12798,8 @@ TX2y.defaultProps = {
|
|
|
12850
12798
|
size: '1em'
|
|
12851
12799
|
};
|
|
12852
12800
|
|
|
12853
|
-
var _excluded$
|
|
12854
|
-
var loadingCircleStyle$
|
|
12801
|
+
var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12802
|
+
var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12855
12803
|
var Parameter = function Parameter(props) {
|
|
12856
12804
|
var color = props.color,
|
|
12857
12805
|
size = props.size,
|
|
@@ -12860,12 +12808,12 @@ var Parameter = function Parameter(props) {
|
|
|
12860
12808
|
className = props.className,
|
|
12861
12809
|
iconClassName = props.iconClassName,
|
|
12862
12810
|
testid = props.testid,
|
|
12863
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12811
|
+
otherProps = _objectWithoutProperties(props, _excluded$3e);
|
|
12864
12812
|
return /*#__PURE__*/React.createElement("span", {
|
|
12865
12813
|
role: "img",
|
|
12866
12814
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12867
12815
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12868
|
-
children: loadingCircleStyle$
|
|
12816
|
+
children: loadingCircleStyle$3e
|
|
12869
12817
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12870
12818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12871
12819
|
width: size,
|
|
@@ -12908,8 +12856,8 @@ Parameter.defaultProps = {
|
|
|
12908
12856
|
size: '1em'
|
|
12909
12857
|
};
|
|
12910
12858
|
|
|
12911
|
-
var _excluded$
|
|
12912
|
-
var loadingCircleStyle$
|
|
12859
|
+
var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12860
|
+
var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12913
12861
|
var Groups = function Groups(props) {
|
|
12914
12862
|
var color = props.color,
|
|
12915
12863
|
size = props.size,
|
|
@@ -12918,12 +12866,12 @@ var Groups = function Groups(props) {
|
|
|
12918
12866
|
className = props.className,
|
|
12919
12867
|
iconClassName = props.iconClassName,
|
|
12920
12868
|
testid = props.testid,
|
|
12921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12869
|
+
otherProps = _objectWithoutProperties(props, _excluded$3f);
|
|
12922
12870
|
return /*#__PURE__*/React.createElement("span", {
|
|
12923
12871
|
role: "img",
|
|
12924
12872
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12925
12873
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12926
|
-
children: loadingCircleStyle$
|
|
12874
|
+
children: loadingCircleStyle$3f
|
|
12927
12875
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12928
12876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12929
12877
|
width: size,
|
|
@@ -12960,8 +12908,8 @@ Groups.defaultProps = {
|
|
|
12960
12908
|
size: '1em'
|
|
12961
12909
|
};
|
|
12962
12910
|
|
|
12963
|
-
var _excluded$
|
|
12964
|
-
var loadingCircleStyle$
|
|
12911
|
+
var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12912
|
+
var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12965
12913
|
var EventTree = function EventTree(props) {
|
|
12966
12914
|
var color = props.color,
|
|
12967
12915
|
size = props.size,
|
|
@@ -12970,12 +12918,12 @@ var EventTree = function EventTree(props) {
|
|
|
12970
12918
|
className = props.className,
|
|
12971
12919
|
iconClassName = props.iconClassName,
|
|
12972
12920
|
testid = props.testid,
|
|
12973
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12921
|
+
otherProps = _objectWithoutProperties(props, _excluded$3g);
|
|
12974
12922
|
return /*#__PURE__*/React.createElement("span", {
|
|
12975
12923
|
role: "img",
|
|
12976
12924
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12977
12925
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12978
|
-
children: loadingCircleStyle$
|
|
12926
|
+
children: loadingCircleStyle$3g
|
|
12979
12927
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12980
12928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12981
12929
|
width: size,
|
|
@@ -13012,8 +12960,8 @@ EventTree.defaultProps = {
|
|
|
13012
12960
|
size: '1em'
|
|
13013
12961
|
};
|
|
13014
12962
|
|
|
13015
|
-
var _excluded$
|
|
13016
|
-
var loadingCircleStyle$
|
|
12963
|
+
var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12964
|
+
var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13017
12965
|
var Split = function Split(props) {
|
|
13018
12966
|
var color = props.color,
|
|
13019
12967
|
size = props.size,
|
|
@@ -13022,12 +12970,12 @@ var Split = function Split(props) {
|
|
|
13022
12970
|
className = props.className,
|
|
13023
12971
|
iconClassName = props.iconClassName,
|
|
13024
12972
|
testid = props.testid,
|
|
13025
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12973
|
+
otherProps = _objectWithoutProperties(props, _excluded$3h);
|
|
13026
12974
|
return /*#__PURE__*/React.createElement("span", {
|
|
13027
12975
|
role: "img",
|
|
13028
12976
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13029
12977
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13030
|
-
children: loadingCircleStyle$
|
|
12978
|
+
children: loadingCircleStyle$3h
|
|
13031
12979
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13032
12980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13033
12981
|
width: size,
|
|
@@ -13064,8 +13012,8 @@ Split.defaultProps = {
|
|
|
13064
13012
|
size: '1em'
|
|
13065
13013
|
};
|
|
13066
13014
|
|
|
13067
|
-
var _excluded$
|
|
13068
|
-
var loadingCircleStyle$
|
|
13015
|
+
var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13016
|
+
var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13069
13017
|
var CustomPartition = function CustomPartition(props) {
|
|
13070
13018
|
var color = props.color,
|
|
13071
13019
|
size = props.size,
|
|
@@ -13074,12 +13022,12 @@ var CustomPartition = function CustomPartition(props) {
|
|
|
13074
13022
|
className = props.className,
|
|
13075
13023
|
iconClassName = props.iconClassName,
|
|
13076
13024
|
testid = props.testid,
|
|
13077
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13025
|
+
otherProps = _objectWithoutProperties(props, _excluded$3i);
|
|
13078
13026
|
return /*#__PURE__*/React.createElement("span", {
|
|
13079
13027
|
role: "img",
|
|
13080
13028
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13081
13029
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13082
|
-
children: loadingCircleStyle$
|
|
13030
|
+
children: loadingCircleStyle$3i
|
|
13083
13031
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13084
13032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13085
13033
|
width: size,
|
|
@@ -13116,8 +13064,8 @@ CustomPartition.defaultProps = {
|
|
|
13116
13064
|
size: '1em'
|
|
13117
13065
|
};
|
|
13118
13066
|
|
|
13119
|
-
var _excluded$
|
|
13120
|
-
var loadingCircleStyle$
|
|
13067
|
+
var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13068
|
+
var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13121
13069
|
var Result = function Result(props) {
|
|
13122
13070
|
var color = props.color,
|
|
13123
13071
|
size = props.size,
|
|
@@ -13126,12 +13074,12 @@ var Result = function Result(props) {
|
|
|
13126
13074
|
className = props.className,
|
|
13127
13075
|
iconClassName = props.iconClassName,
|
|
13128
13076
|
testid = props.testid,
|
|
13129
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13077
|
+
otherProps = _objectWithoutProperties(props, _excluded$3j);
|
|
13130
13078
|
return /*#__PURE__*/React.createElement("span", {
|
|
13131
13079
|
role: "img",
|
|
13132
13080
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13133
13081
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13134
|
-
children: loadingCircleStyle$
|
|
13082
|
+
children: loadingCircleStyle$3j
|
|
13135
13083
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13136
13084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13137
13085
|
width: size,
|
|
@@ -13172,8 +13120,8 @@ Result.defaultProps = {
|
|
|
13172
13120
|
size: '1em'
|
|
13173
13121
|
};
|
|
13174
13122
|
|
|
13175
|
-
var _excluded$
|
|
13176
|
-
var loadingCircleStyle$
|
|
13123
|
+
var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13124
|
+
var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13177
13125
|
var Alert = function Alert(props) {
|
|
13178
13126
|
var color = props.color,
|
|
13179
13127
|
size = props.size,
|
|
@@ -13182,12 +13130,12 @@ var Alert = function Alert(props) {
|
|
|
13182
13130
|
className = props.className,
|
|
13183
13131
|
iconClassName = props.iconClassName,
|
|
13184
13132
|
testid = props.testid,
|
|
13185
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13133
|
+
otherProps = _objectWithoutProperties(props, _excluded$3k);
|
|
13186
13134
|
return /*#__PURE__*/React.createElement("span", {
|
|
13187
13135
|
role: "img",
|
|
13188
13136
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13189
13137
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13190
|
-
children: loadingCircleStyle$
|
|
13138
|
+
children: loadingCircleStyle$3k
|
|
13191
13139
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13192
13140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13193
13141
|
width: size,
|
|
@@ -13226,8 +13174,8 @@ Alert.defaultProps = {
|
|
|
13226
13174
|
size: '1em'
|
|
13227
13175
|
};
|
|
13228
13176
|
|
|
13229
|
-
var _excluded$
|
|
13230
|
-
var loadingCircleStyle$
|
|
13177
|
+
var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13178
|
+
var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13231
13179
|
var ViewOriginal = function ViewOriginal(props) {
|
|
13232
13180
|
var color = props.color,
|
|
13233
13181
|
size = props.size,
|
|
@@ -13236,12 +13184,12 @@ var ViewOriginal = function ViewOriginal(props) {
|
|
|
13236
13184
|
className = props.className,
|
|
13237
13185
|
iconClassName = props.iconClassName,
|
|
13238
13186
|
testid = props.testid,
|
|
13239
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13187
|
+
otherProps = _objectWithoutProperties(props, _excluded$3l);
|
|
13240
13188
|
return /*#__PURE__*/React.createElement("span", {
|
|
13241
13189
|
role: "img",
|
|
13242
13190
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13243
13191
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13244
|
-
children: loadingCircleStyle$
|
|
13192
|
+
children: loadingCircleStyle$3l
|
|
13245
13193
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13246
13194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13247
13195
|
width: size,
|
|
@@ -13285,8 +13233,8 @@ ViewOriginal.defaultProps = {
|
|
|
13285
13233
|
size: '1em'
|
|
13286
13234
|
};
|
|
13287
13235
|
|
|
13288
|
-
var _excluded$
|
|
13289
|
-
var loadingCircleStyle$
|
|
13236
|
+
var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13237
|
+
var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13290
13238
|
var Attribution = function Attribution(props) {
|
|
13291
13239
|
var color = props.color,
|
|
13292
13240
|
size = props.size,
|
|
@@ -13295,12 +13243,12 @@ var Attribution = function Attribution(props) {
|
|
|
13295
13243
|
className = props.className,
|
|
13296
13244
|
iconClassName = props.iconClassName,
|
|
13297
13245
|
testid = props.testid,
|
|
13298
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13246
|
+
otherProps = _objectWithoutProperties(props, _excluded$3m);
|
|
13299
13247
|
return /*#__PURE__*/React.createElement("span", {
|
|
13300
13248
|
role: "img",
|
|
13301
13249
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13302
13250
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13303
|
-
children: loadingCircleStyle$
|
|
13251
|
+
children: loadingCircleStyle$3m
|
|
13304
13252
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13305
13253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13306
13254
|
width: size,
|
|
@@ -13339,8 +13287,8 @@ Attribution.defaultProps = {
|
|
|
13339
13287
|
size: '1em'
|
|
13340
13288
|
};
|
|
13341
13289
|
|
|
13342
|
-
var _excluded$
|
|
13343
|
-
var loadingCircleStyle$
|
|
13290
|
+
var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13291
|
+
var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13344
13292
|
var Cost = function Cost(props) {
|
|
13345
13293
|
var color = props.color,
|
|
13346
13294
|
size = props.size,
|
|
@@ -13349,12 +13297,12 @@ var Cost = function Cost(props) {
|
|
|
13349
13297
|
className = props.className,
|
|
13350
13298
|
iconClassName = props.iconClassName,
|
|
13351
13299
|
testid = props.testid,
|
|
13352
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13300
|
+
otherProps = _objectWithoutProperties(props, _excluded$3n);
|
|
13353
13301
|
return /*#__PURE__*/React.createElement("span", {
|
|
13354
13302
|
role: "img",
|
|
13355
13303
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13356
13304
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13357
|
-
children: loadingCircleStyle$
|
|
13305
|
+
children: loadingCircleStyle$3n
|
|
13358
13306
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13359
13307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13360
13308
|
width: size,
|
|
@@ -13391,8 +13339,8 @@ Cost.defaultProps = {
|
|
|
13391
13339
|
size: '1em'
|
|
13392
13340
|
};
|
|
13393
13341
|
|
|
13394
|
-
var _excluded$
|
|
13395
|
-
var loadingCircleStyle$
|
|
13342
|
+
var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13343
|
+
var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13396
13344
|
var Exposure = function Exposure(props) {
|
|
13397
13345
|
var color = props.color,
|
|
13398
13346
|
size = props.size,
|
|
@@ -13401,12 +13349,12 @@ var Exposure = function Exposure(props) {
|
|
|
13401
13349
|
className = props.className,
|
|
13402
13350
|
iconClassName = props.iconClassName,
|
|
13403
13351
|
testid = props.testid,
|
|
13404
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13352
|
+
otherProps = _objectWithoutProperties(props, _excluded$3o);
|
|
13405
13353
|
return /*#__PURE__*/React.createElement("span", {
|
|
13406
13354
|
role: "img",
|
|
13407
13355
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13408
13356
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13409
|
-
children: loadingCircleStyle$
|
|
13357
|
+
children: loadingCircleStyle$3o
|
|
13410
13358
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13411
13359
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13412
13360
|
width: size,
|
|
@@ -13443,8 +13391,8 @@ Exposure.defaultProps = {
|
|
|
13443
13391
|
size: '1em'
|
|
13444
13392
|
};
|
|
13445
13393
|
|
|
13446
|
-
var _excluded$
|
|
13447
|
-
var loadingCircleStyle$
|
|
13394
|
+
var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13395
|
+
var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13448
13396
|
var Indicator = function Indicator(props) {
|
|
13449
13397
|
var color = props.color,
|
|
13450
13398
|
size = props.size,
|
|
@@ -13453,12 +13401,12 @@ var Indicator = function Indicator(props) {
|
|
|
13453
13401
|
className = props.className,
|
|
13454
13402
|
iconClassName = props.iconClassName,
|
|
13455
13403
|
testid = props.testid,
|
|
13456
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13404
|
+
otherProps = _objectWithoutProperties(props, _excluded$3p);
|
|
13457
13405
|
return /*#__PURE__*/React.createElement("span", {
|
|
13458
13406
|
role: "img",
|
|
13459
13407
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13460
13408
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13461
|
-
children: loadingCircleStyle$
|
|
13409
|
+
children: loadingCircleStyle$3p
|
|
13462
13410
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13463
13411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13464
13412
|
width: size,
|
|
@@ -13497,8 +13445,8 @@ Indicator.defaultProps = {
|
|
|
13497
13445
|
size: '1em'
|
|
13498
13446
|
};
|
|
13499
13447
|
|
|
13500
|
-
var _excluded$
|
|
13501
|
-
var loadingCircleStyle$
|
|
13448
|
+
var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13449
|
+
var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13502
13450
|
var Currency = function Currency(props) {
|
|
13503
13451
|
var color = props.color,
|
|
13504
13452
|
size = props.size,
|
|
@@ -13507,12 +13455,12 @@ var Currency = function Currency(props) {
|
|
|
13507
13455
|
className = props.className,
|
|
13508
13456
|
iconClassName = props.iconClassName,
|
|
13509
13457
|
testid = props.testid,
|
|
13510
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13458
|
+
otherProps = _objectWithoutProperties(props, _excluded$3q);
|
|
13511
13459
|
return /*#__PURE__*/React.createElement("span", {
|
|
13512
13460
|
role: "img",
|
|
13513
13461
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13514
13462
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13515
|
-
children: loadingCircleStyle$
|
|
13463
|
+
children: loadingCircleStyle$3q
|
|
13516
13464
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13517
13465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13518
13466
|
width: size,
|
|
@@ -13549,8 +13497,8 @@ Currency.defaultProps = {
|
|
|
13549
13497
|
size: '1em'
|
|
13550
13498
|
};
|
|
13551
13499
|
|
|
13552
|
-
var _excluded$
|
|
13553
|
-
var loadingCircleStyle$
|
|
13500
|
+
var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13501
|
+
var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13554
13502
|
var Contrast = function Contrast(props) {
|
|
13555
13503
|
var color = props.color,
|
|
13556
13504
|
size = props.size,
|
|
@@ -13559,12 +13507,12 @@ var Contrast = function Contrast(props) {
|
|
|
13559
13507
|
className = props.className,
|
|
13560
13508
|
iconClassName = props.iconClassName,
|
|
13561
13509
|
testid = props.testid,
|
|
13562
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13510
|
+
otherProps = _objectWithoutProperties(props, _excluded$3r);
|
|
13563
13511
|
return /*#__PURE__*/React.createElement("span", {
|
|
13564
13512
|
role: "img",
|
|
13565
13513
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13566
13514
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13567
|
-
children: loadingCircleStyle$
|
|
13515
|
+
children: loadingCircleStyle$3r
|
|
13568
13516
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13569
13517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13570
13518
|
width: size,
|
|
@@ -13603,8 +13551,8 @@ Contrast.defaultProps = {
|
|
|
13603
13551
|
size: '1em'
|
|
13604
13552
|
};
|
|
13605
13553
|
|
|
13606
|
-
var _excluded$
|
|
13607
|
-
var loadingCircleStyle$
|
|
13554
|
+
var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13555
|
+
var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13608
13556
|
var Index = function Index(props) {
|
|
13609
13557
|
var color = props.color,
|
|
13610
13558
|
size = props.size,
|
|
@@ -13613,12 +13561,12 @@ var Index = function Index(props) {
|
|
|
13613
13561
|
className = props.className,
|
|
13614
13562
|
iconClassName = props.iconClassName,
|
|
13615
13563
|
testid = props.testid,
|
|
13616
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13564
|
+
otherProps = _objectWithoutProperties(props, _excluded$3s);
|
|
13617
13565
|
return /*#__PURE__*/React.createElement("span", {
|
|
13618
13566
|
role: "img",
|
|
13619
13567
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13620
13568
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13621
|
-
children: loadingCircleStyle$
|
|
13569
|
+
children: loadingCircleStyle$3s
|
|
13622
13570
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13623
13571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13624
13572
|
width: size,
|
|
@@ -13665,8 +13613,8 @@ Index.defaultProps = {
|
|
|
13665
13613
|
size: '1em'
|
|
13666
13614
|
};
|
|
13667
13615
|
|
|
13668
|
-
var _excluded$
|
|
13669
|
-
var loadingCircleStyle$
|
|
13616
|
+
var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13617
|
+
var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13670
13618
|
var SortUp = function SortUp(props) {
|
|
13671
13619
|
var color = props.color,
|
|
13672
13620
|
size = props.size,
|
|
@@ -13675,12 +13623,12 @@ var SortUp = function SortUp(props) {
|
|
|
13675
13623
|
className = props.className,
|
|
13676
13624
|
iconClassName = props.iconClassName,
|
|
13677
13625
|
testid = props.testid,
|
|
13678
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13626
|
+
otherProps = _objectWithoutProperties(props, _excluded$3t);
|
|
13679
13627
|
return /*#__PURE__*/React.createElement("span", {
|
|
13680
13628
|
role: "img",
|
|
13681
13629
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13682
13630
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13683
|
-
children: loadingCircleStyle$
|
|
13631
|
+
children: loadingCircleStyle$3t
|
|
13684
13632
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13685
13633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13686
13634
|
width: size,
|
|
@@ -13725,8 +13673,8 @@ SortUp.defaultProps = {
|
|
|
13725
13673
|
size: '1em'
|
|
13726
13674
|
};
|
|
13727
13675
|
|
|
13728
|
-
var _excluded$
|
|
13729
|
-
var loadingCircleStyle$
|
|
13676
|
+
var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13677
|
+
var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13730
13678
|
var SortDown = function SortDown(props) {
|
|
13731
13679
|
var color = props.color,
|
|
13732
13680
|
size = props.size,
|
|
@@ -13735,12 +13683,12 @@ var SortDown = function SortDown(props) {
|
|
|
13735
13683
|
className = props.className,
|
|
13736
13684
|
iconClassName = props.iconClassName,
|
|
13737
13685
|
testid = props.testid,
|
|
13738
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13686
|
+
otherProps = _objectWithoutProperties(props, _excluded$3u);
|
|
13739
13687
|
return /*#__PURE__*/React.createElement("span", {
|
|
13740
13688
|
role: "img",
|
|
13741
13689
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13742
13690
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13743
|
-
children: loadingCircleStyle$
|
|
13691
|
+
children: loadingCircleStyle$3u
|
|
13744
13692
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13745
13693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13746
13694
|
width: size,
|
|
@@ -13785,8 +13733,8 @@ SortDown.defaultProps = {
|
|
|
13785
13733
|
size: '1em'
|
|
13786
13734
|
};
|
|
13787
13735
|
|
|
13788
|
-
var _excluded$
|
|
13789
|
-
var loadingCircleStyle$
|
|
13736
|
+
var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13737
|
+
var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13790
13738
|
var Function = function Function(props) {
|
|
13791
13739
|
var color = props.color,
|
|
13792
13740
|
size = props.size,
|
|
@@ -13795,12 +13743,12 @@ var Function = function Function(props) {
|
|
|
13795
13743
|
className = props.className,
|
|
13796
13744
|
iconClassName = props.iconClassName,
|
|
13797
13745
|
testid = props.testid,
|
|
13798
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13746
|
+
otherProps = _objectWithoutProperties(props, _excluded$3v);
|
|
13799
13747
|
return /*#__PURE__*/React.createElement("span", {
|
|
13800
13748
|
role: "img",
|
|
13801
13749
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13802
13750
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13803
|
-
children: loadingCircleStyle$
|
|
13751
|
+
children: loadingCircleStyle$3v
|
|
13804
13752
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13805
13753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13806
13754
|
width: size,
|
|
@@ -13837,8 +13785,8 @@ Function.defaultProps = {
|
|
|
13837
13785
|
size: '1em'
|
|
13838
13786
|
};
|
|
13839
13787
|
|
|
13840
|
-
var _excluded$
|
|
13841
|
-
var loadingCircleStyle$
|
|
13788
|
+
var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13789
|
+
var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13842
13790
|
var Partition = function Partition(props) {
|
|
13843
13791
|
var color = props.color,
|
|
13844
13792
|
size = props.size,
|
|
@@ -13847,12 +13795,12 @@ var Partition = function Partition(props) {
|
|
|
13847
13795
|
className = props.className,
|
|
13848
13796
|
iconClassName = props.iconClassName,
|
|
13849
13797
|
testid = props.testid,
|
|
13850
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13798
|
+
otherProps = _objectWithoutProperties(props, _excluded$3w);
|
|
13851
13799
|
return /*#__PURE__*/React.createElement("span", {
|
|
13852
13800
|
role: "img",
|
|
13853
13801
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13854
13802
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13855
|
-
children: loadingCircleStyle$
|
|
13803
|
+
children: loadingCircleStyle$3w
|
|
13856
13804
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13857
13805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13858
13806
|
width: size,
|
|
@@ -13891,8 +13839,8 @@ Partition.defaultProps = {
|
|
|
13891
13839
|
size: '1em'
|
|
13892
13840
|
};
|
|
13893
13841
|
|
|
13894
|
-
var _excluded$
|
|
13895
|
-
var loadingCircleStyle$
|
|
13842
|
+
var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13843
|
+
var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13896
13844
|
var Education = function Education(props) {
|
|
13897
13845
|
var color = props.color,
|
|
13898
13846
|
size = props.size,
|
|
@@ -13901,12 +13849,12 @@ var Education = function Education(props) {
|
|
|
13901
13849
|
className = props.className,
|
|
13902
13850
|
iconClassName = props.iconClassName,
|
|
13903
13851
|
testid = props.testid,
|
|
13904
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13852
|
+
otherProps = _objectWithoutProperties(props, _excluded$3x);
|
|
13905
13853
|
return /*#__PURE__*/React.createElement("span", {
|
|
13906
13854
|
role: "img",
|
|
13907
13855
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13908
13856
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13909
|
-
children: loadingCircleStyle$
|
|
13857
|
+
children: loadingCircleStyle$3x
|
|
13910
13858
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13911
13859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13912
13860
|
width: size,
|
|
@@ -13947,8 +13895,8 @@ Education.defaultProps = {
|
|
|
13947
13895
|
size: '1em'
|
|
13948
13896
|
};
|
|
13949
13897
|
|
|
13950
|
-
var _excluded$
|
|
13951
|
-
var loadingCircleStyle$
|
|
13898
|
+
var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13899
|
+
var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13952
13900
|
var EducationFill = function EducationFill(props) {
|
|
13953
13901
|
var color = props.color,
|
|
13954
13902
|
size = props.size,
|
|
@@ -13957,12 +13905,12 @@ var EducationFill = function EducationFill(props) {
|
|
|
13957
13905
|
className = props.className,
|
|
13958
13906
|
iconClassName = props.iconClassName,
|
|
13959
13907
|
testid = props.testid,
|
|
13960
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13908
|
+
otherProps = _objectWithoutProperties(props, _excluded$3y);
|
|
13961
13909
|
return /*#__PURE__*/React.createElement("span", {
|
|
13962
13910
|
role: "img",
|
|
13963
13911
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13964
13912
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13965
|
-
children: loadingCircleStyle$
|
|
13913
|
+
children: loadingCircleStyle$3y
|
|
13966
13914
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13967
13915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13968
13916
|
width: size,
|
|
@@ -14003,8 +13951,8 @@ EducationFill.defaultProps = {
|
|
|
14003
13951
|
size: '1em'
|
|
14004
13952
|
};
|
|
14005
13953
|
|
|
14006
|
-
var _excluded$
|
|
14007
|
-
var loadingCircleStyle$
|
|
13954
|
+
var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13955
|
+
var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14008
13956
|
var Game = function Game(props) {
|
|
14009
13957
|
var color = props.color,
|
|
14010
13958
|
size = props.size,
|
|
@@ -14013,12 +13961,12 @@ var Game = function Game(props) {
|
|
|
14013
13961
|
className = props.className,
|
|
14014
13962
|
iconClassName = props.iconClassName,
|
|
14015
13963
|
testid = props.testid,
|
|
14016
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13964
|
+
otherProps = _objectWithoutProperties(props, _excluded$3z);
|
|
14017
13965
|
return /*#__PURE__*/React.createElement("span", {
|
|
14018
13966
|
role: "img",
|
|
14019
13967
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14020
13968
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14021
|
-
children: loadingCircleStyle$
|
|
13969
|
+
children: loadingCircleStyle$3z
|
|
14022
13970
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14023
13971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14024
13972
|
width: size,
|
|
@@ -14059,8 +14007,8 @@ Game.defaultProps = {
|
|
|
14059
14007
|
size: '1em'
|
|
14060
14008
|
};
|
|
14061
14009
|
|
|
14062
|
-
var _excluded$
|
|
14063
|
-
var loadingCircleStyle$
|
|
14010
|
+
var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14011
|
+
var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14064
14012
|
var GameFill = function GameFill(props) {
|
|
14065
14013
|
var color = props.color,
|
|
14066
14014
|
size = props.size,
|
|
@@ -14069,12 +14017,12 @@ var GameFill = function GameFill(props) {
|
|
|
14069
14017
|
className = props.className,
|
|
14070
14018
|
iconClassName = props.iconClassName,
|
|
14071
14019
|
testid = props.testid,
|
|
14072
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14020
|
+
otherProps = _objectWithoutProperties(props, _excluded$3A);
|
|
14073
14021
|
return /*#__PURE__*/React.createElement("span", {
|
|
14074
14022
|
role: "img",
|
|
14075
14023
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14076
14024
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14077
|
-
children: loadingCircleStyle$
|
|
14025
|
+
children: loadingCircleStyle$3A
|
|
14078
14026
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14079
14027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14080
14028
|
width: size,
|
|
@@ -14111,8 +14059,8 @@ GameFill.defaultProps = {
|
|
|
14111
14059
|
size: '1em'
|
|
14112
14060
|
};
|
|
14113
14061
|
|
|
14114
|
-
var _excluded$
|
|
14115
|
-
var loadingCircleStyle$
|
|
14062
|
+
var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14063
|
+
var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14116
14064
|
var Shop = function Shop(props) {
|
|
14117
14065
|
var color = props.color,
|
|
14118
14066
|
size = props.size,
|
|
@@ -14121,12 +14069,12 @@ var Shop = function Shop(props) {
|
|
|
14121
14069
|
className = props.className,
|
|
14122
14070
|
iconClassName = props.iconClassName,
|
|
14123
14071
|
testid = props.testid,
|
|
14124
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14072
|
+
otherProps = _objectWithoutProperties(props, _excluded$3B);
|
|
14125
14073
|
return /*#__PURE__*/React.createElement("span", {
|
|
14126
14074
|
role: "img",
|
|
14127
14075
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14128
14076
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14129
|
-
children: loadingCircleStyle$
|
|
14077
|
+
children: loadingCircleStyle$3B
|
|
14130
14078
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14131
14079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14132
14080
|
width: size,
|
|
@@ -14163,8 +14111,8 @@ Shop.defaultProps = {
|
|
|
14163
14111
|
size: '1em'
|
|
14164
14112
|
};
|
|
14165
14113
|
|
|
14166
|
-
var _excluded$
|
|
14167
|
-
var loadingCircleStyle$
|
|
14114
|
+
var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14115
|
+
var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14168
14116
|
var ShopFill = function ShopFill(props) {
|
|
14169
14117
|
var color = props.color,
|
|
14170
14118
|
size = props.size,
|
|
@@ -14173,12 +14121,12 @@ var ShopFill = function ShopFill(props) {
|
|
|
14173
14121
|
className = props.className,
|
|
14174
14122
|
iconClassName = props.iconClassName,
|
|
14175
14123
|
testid = props.testid,
|
|
14176
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14124
|
+
otherProps = _objectWithoutProperties(props, _excluded$3C);
|
|
14177
14125
|
return /*#__PURE__*/React.createElement("span", {
|
|
14178
14126
|
role: "img",
|
|
14179
14127
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14180
14128
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14181
|
-
children: loadingCircleStyle$
|
|
14129
|
+
children: loadingCircleStyle$3C
|
|
14182
14130
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14183
14131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14184
14132
|
width: size,
|
|
@@ -14215,8 +14163,8 @@ ShopFill.defaultProps = {
|
|
|
14215
14163
|
size: '1em'
|
|
14216
14164
|
};
|
|
14217
14165
|
|
|
14218
|
-
var _excluded$
|
|
14219
|
-
var loadingCircleStyle$
|
|
14166
|
+
var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14167
|
+
var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14220
14168
|
var Earth = function Earth(props) {
|
|
14221
14169
|
var color = props.color,
|
|
14222
14170
|
size = props.size,
|
|
@@ -14225,12 +14173,12 @@ var Earth = function Earth(props) {
|
|
|
14225
14173
|
className = props.className,
|
|
14226
14174
|
iconClassName = props.iconClassName,
|
|
14227
14175
|
testid = props.testid,
|
|
14228
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14176
|
+
otherProps = _objectWithoutProperties(props, _excluded$3D);
|
|
14229
14177
|
return /*#__PURE__*/React.createElement("span", {
|
|
14230
14178
|
role: "img",
|
|
14231
14179
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14232
14180
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14233
|
-
children: loadingCircleStyle$
|
|
14181
|
+
children: loadingCircleStyle$3D
|
|
14234
14182
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14235
14183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14236
14184
|
width: size,
|
|
@@ -14267,8 +14215,8 @@ Earth.defaultProps = {
|
|
|
14267
14215
|
size: '1em'
|
|
14268
14216
|
};
|
|
14269
14217
|
|
|
14270
|
-
var _excluded$
|
|
14271
|
-
var loadingCircleStyle$
|
|
14218
|
+
var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14219
|
+
var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14272
14220
|
var Goal = function Goal(props) {
|
|
14273
14221
|
var color = props.color,
|
|
14274
14222
|
size = props.size,
|
|
@@ -14277,12 +14225,12 @@ var Goal = function Goal(props) {
|
|
|
14277
14225
|
className = props.className,
|
|
14278
14226
|
iconClassName = props.iconClassName,
|
|
14279
14227
|
testid = props.testid,
|
|
14280
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14228
|
+
otherProps = _objectWithoutProperties(props, _excluded$3E);
|
|
14281
14229
|
return /*#__PURE__*/React.createElement("span", {
|
|
14282
14230
|
role: "img",
|
|
14283
14231
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14284
14232
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14285
|
-
children: loadingCircleStyle$
|
|
14233
|
+
children: loadingCircleStyle$3E
|
|
14286
14234
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14287
14235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14288
14236
|
width: size,
|
|
@@ -14321,8 +14269,8 @@ Goal.defaultProps = {
|
|
|
14321
14269
|
size: '1em'
|
|
14322
14270
|
};
|
|
14323
14271
|
|
|
14324
|
-
var _excluded$
|
|
14325
|
-
var loadingCircleStyle$
|
|
14272
|
+
var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14273
|
+
var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14326
14274
|
var OneTime = function OneTime(props) {
|
|
14327
14275
|
var color = props.color,
|
|
14328
14276
|
size = props.size,
|
|
@@ -14331,12 +14279,12 @@ var OneTime = function OneTime(props) {
|
|
|
14331
14279
|
className = props.className,
|
|
14332
14280
|
iconClassName = props.iconClassName,
|
|
14333
14281
|
testid = props.testid,
|
|
14334
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14282
|
+
otherProps = _objectWithoutProperties(props, _excluded$3F);
|
|
14335
14283
|
return /*#__PURE__*/React.createElement("span", {
|
|
14336
14284
|
role: "img",
|
|
14337
14285
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14338
14286
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14339
|
-
children: loadingCircleStyle$
|
|
14287
|
+
children: loadingCircleStyle$3F
|
|
14340
14288
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14341
14289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14342
14290
|
width: size,
|
|
@@ -14377,8 +14325,8 @@ OneTime.defaultProps = {
|
|
|
14377
14325
|
size: '1em'
|
|
14378
14326
|
};
|
|
14379
14327
|
|
|
14380
|
-
var _excluded$
|
|
14381
|
-
var loadingCircleStyle$
|
|
14328
|
+
var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14329
|
+
var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14382
14330
|
var Recurring = function Recurring(props) {
|
|
14383
14331
|
var color = props.color,
|
|
14384
14332
|
size = props.size,
|
|
@@ -14387,12 +14335,12 @@ var Recurring = function Recurring(props) {
|
|
|
14387
14335
|
className = props.className,
|
|
14388
14336
|
iconClassName = props.iconClassName,
|
|
14389
14337
|
testid = props.testid,
|
|
14390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14338
|
+
otherProps = _objectWithoutProperties(props, _excluded$3G);
|
|
14391
14339
|
return /*#__PURE__*/React.createElement("span", {
|
|
14392
14340
|
role: "img",
|
|
14393
14341
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14394
14342
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14395
|
-
children: loadingCircleStyle$
|
|
14343
|
+
children: loadingCircleStyle$3G
|
|
14396
14344
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14397
14345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14398
14346
|
width: size,
|
|
@@ -14431,8 +14379,8 @@ Recurring.defaultProps = {
|
|
|
14431
14379
|
size: '1em'
|
|
14432
14380
|
};
|
|
14433
14381
|
|
|
14434
|
-
var _excluded$
|
|
14435
|
-
var loadingCircleStyle$
|
|
14382
|
+
var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14383
|
+
var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14436
14384
|
var Manual = function Manual(props) {
|
|
14437
14385
|
var color = props.color,
|
|
14438
14386
|
size = props.size,
|
|
@@ -14441,12 +14389,12 @@ var Manual = function Manual(props) {
|
|
|
14441
14389
|
className = props.className,
|
|
14442
14390
|
iconClassName = props.iconClassName,
|
|
14443
14391
|
testid = props.testid,
|
|
14444
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14392
|
+
otherProps = _objectWithoutProperties(props, _excluded$3H);
|
|
14445
14393
|
return /*#__PURE__*/React.createElement("span", {
|
|
14446
14394
|
role: "img",
|
|
14447
14395
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14448
14396
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14449
|
-
children: loadingCircleStyle$
|
|
14397
|
+
children: loadingCircleStyle$3H
|
|
14450
14398
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14451
14399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14452
14400
|
width: size,
|
|
@@ -14485,8 +14433,8 @@ Manual.defaultProps = {
|
|
|
14485
14433
|
size: '1em'
|
|
14486
14434
|
};
|
|
14487
14435
|
|
|
14488
|
-
var _excluded$
|
|
14489
|
-
var loadingCircleStyle$
|
|
14436
|
+
var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14437
|
+
var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14490
14438
|
var Mute = function Mute(props) {
|
|
14491
14439
|
var color = props.color,
|
|
14492
14440
|
size = props.size,
|
|
@@ -14495,12 +14443,12 @@ var Mute = function Mute(props) {
|
|
|
14495
14443
|
className = props.className,
|
|
14496
14444
|
iconClassName = props.iconClassName,
|
|
14497
14445
|
testid = props.testid,
|
|
14498
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14446
|
+
otherProps = _objectWithoutProperties(props, _excluded$3I);
|
|
14499
14447
|
return /*#__PURE__*/React.createElement("span", {
|
|
14500
14448
|
role: "img",
|
|
14501
14449
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14502
14450
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14503
|
-
children: loadingCircleStyle$
|
|
14451
|
+
children: loadingCircleStyle$3I
|
|
14504
14452
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14505
14453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14506
14454
|
width: size,
|
|
@@ -14539,8 +14487,8 @@ Mute.defaultProps = {
|
|
|
14539
14487
|
size: '1em'
|
|
14540
14488
|
};
|
|
14541
14489
|
|
|
14542
|
-
var _excluded$
|
|
14543
|
-
var loadingCircleStyle$
|
|
14490
|
+
var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14491
|
+
var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14544
14492
|
var Approve = function Approve(props) {
|
|
14545
14493
|
var color = props.color,
|
|
14546
14494
|
size = props.size,
|
|
@@ -14549,12 +14497,12 @@ var Approve = function Approve(props) {
|
|
|
14549
14497
|
className = props.className,
|
|
14550
14498
|
iconClassName = props.iconClassName,
|
|
14551
14499
|
testid = props.testid,
|
|
14552
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14500
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
14553
14501
|
return /*#__PURE__*/React.createElement("span", {
|
|
14554
14502
|
role: "img",
|
|
14555
14503
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14556
14504
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14557
|
-
children: loadingCircleStyle$
|
|
14505
|
+
children: loadingCircleStyle$3J
|
|
14558
14506
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14559
14507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14560
14508
|
width: size,
|
|
@@ -14595,8 +14543,8 @@ Approve.defaultProps = {
|
|
|
14595
14543
|
size: '1em'
|
|
14596
14544
|
};
|
|
14597
14545
|
|
|
14598
|
-
var _excluded$
|
|
14599
|
-
var loadingCircleStyle$
|
|
14546
|
+
var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14547
|
+
var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14600
14548
|
var Reject = function Reject(props) {
|
|
14601
14549
|
var color = props.color,
|
|
14602
14550
|
size = props.size,
|
|
@@ -14605,12 +14553,12 @@ var Reject = function Reject(props) {
|
|
|
14605
14553
|
className = props.className,
|
|
14606
14554
|
iconClassName = props.iconClassName,
|
|
14607
14555
|
testid = props.testid,
|
|
14608
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14556
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
14609
14557
|
return /*#__PURE__*/React.createElement("span", {
|
|
14610
14558
|
role: "img",
|
|
14611
14559
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14612
14560
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14613
|
-
children: loadingCircleStyle$
|
|
14561
|
+
children: loadingCircleStyle$3K
|
|
14614
14562
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14615
14563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14616
14564
|
width: size,
|
|
@@ -14649,8 +14597,8 @@ Reject.defaultProps = {
|
|
|
14649
14597
|
size: '1em'
|
|
14650
14598
|
};
|
|
14651
14599
|
|
|
14652
|
-
var _excluded$
|
|
14653
|
-
var loadingCircleStyle$
|
|
14600
|
+
var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14601
|
+
var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14654
14602
|
var Consent = function Consent(props) {
|
|
14655
14603
|
var color = props.color,
|
|
14656
14604
|
size = props.size,
|
|
@@ -14659,12 +14607,12 @@ var Consent = function Consent(props) {
|
|
|
14659
14607
|
className = props.className,
|
|
14660
14608
|
iconClassName = props.iconClassName,
|
|
14661
14609
|
testid = props.testid,
|
|
14662
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14610
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
14663
14611
|
return /*#__PURE__*/React.createElement("span", {
|
|
14664
14612
|
role: "img",
|
|
14665
14613
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14666
14614
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14667
|
-
children: loadingCircleStyle$
|
|
14615
|
+
children: loadingCircleStyle$3L
|
|
14668
14616
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14669
14617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14670
14618
|
width: size,
|
|
@@ -14703,8 +14651,8 @@ Consent.defaultProps = {
|
|
|
14703
14651
|
size: '1em'
|
|
14704
14652
|
};
|
|
14705
14653
|
|
|
14706
|
-
var _excluded$
|
|
14707
|
-
var loadingCircleStyle$
|
|
14654
|
+
var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14655
|
+
var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14708
14656
|
var UndoApproval = function UndoApproval(props) {
|
|
14709
14657
|
var color = props.color,
|
|
14710
14658
|
size = props.size,
|
|
@@ -14713,12 +14661,12 @@ var UndoApproval = function UndoApproval(props) {
|
|
|
14713
14661
|
className = props.className,
|
|
14714
14662
|
iconClassName = props.iconClassName,
|
|
14715
14663
|
testid = props.testid,
|
|
14716
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14664
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
14717
14665
|
return /*#__PURE__*/React.createElement("span", {
|
|
14718
14666
|
role: "img",
|
|
14719
14667
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14720
14668
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14721
|
-
children: loadingCircleStyle$
|
|
14669
|
+
children: loadingCircleStyle$3M
|
|
14722
14670
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14723
14671
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14724
14672
|
width: size,
|
|
@@ -14757,8 +14705,8 @@ UndoApproval.defaultProps = {
|
|
|
14757
14705
|
size: '1em'
|
|
14758
14706
|
};
|
|
14759
14707
|
|
|
14760
|
-
var _excluded$
|
|
14761
|
-
var loadingCircleStyle$
|
|
14708
|
+
var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14709
|
+
var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14762
14710
|
var Property = function Property(props) {
|
|
14763
14711
|
var color = props.color,
|
|
14764
14712
|
size = props.size,
|
|
@@ -14767,12 +14715,12 @@ var Property = function Property(props) {
|
|
|
14767
14715
|
className = props.className,
|
|
14768
14716
|
iconClassName = props.iconClassName,
|
|
14769
14717
|
testid = props.testid,
|
|
14770
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14718
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
14771
14719
|
return /*#__PURE__*/React.createElement("span", {
|
|
14772
14720
|
role: "img",
|
|
14773
14721
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14774
14722
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14775
|
-
children: loadingCircleStyle$
|
|
14723
|
+
children: loadingCircleStyle$3N
|
|
14776
14724
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14777
14725
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14778
14726
|
width: size,
|
|
@@ -14828,8 +14776,8 @@ Property.defaultProps = {
|
|
|
14828
14776
|
size: '1em'
|
|
14829
14777
|
};
|
|
14830
14778
|
|
|
14831
|
-
var _excluded$
|
|
14832
|
-
var loadingCircleStyle$
|
|
14779
|
+
var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14780
|
+
var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14833
14781
|
var Lab = function Lab(props) {
|
|
14834
14782
|
var color = props.color,
|
|
14835
14783
|
size = props.size,
|
|
@@ -14838,12 +14786,12 @@ var Lab = function Lab(props) {
|
|
|
14838
14786
|
className = props.className,
|
|
14839
14787
|
iconClassName = props.iconClassName,
|
|
14840
14788
|
testid = props.testid,
|
|
14841
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14789
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
14842
14790
|
return /*#__PURE__*/React.createElement("span", {
|
|
14843
14791
|
role: "img",
|
|
14844
14792
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14845
14793
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14846
|
-
children: loadingCircleStyle$
|
|
14794
|
+
children: loadingCircleStyle$3O
|
|
14847
14795
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14848
14796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14849
14797
|
width: size,
|
|
@@ -14882,8 +14830,8 @@ Lab.defaultProps = {
|
|
|
14882
14830
|
size: '1em'
|
|
14883
14831
|
};
|
|
14884
14832
|
|
|
14885
|
-
var _excluded$
|
|
14886
|
-
var loadingCircleStyle$
|
|
14833
|
+
var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14834
|
+
var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14887
14835
|
var Ruler = function Ruler(props) {
|
|
14888
14836
|
var color = props.color,
|
|
14889
14837
|
size = props.size,
|
|
@@ -14892,12 +14840,12 @@ var Ruler = function Ruler(props) {
|
|
|
14892
14840
|
className = props.className,
|
|
14893
14841
|
iconClassName = props.iconClassName,
|
|
14894
14842
|
testid = props.testid,
|
|
14895
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14843
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
14896
14844
|
return /*#__PURE__*/React.createElement("span", {
|
|
14897
14845
|
role: "img",
|
|
14898
14846
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14899
14847
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14900
|
-
children: loadingCircleStyle$
|
|
14848
|
+
children: loadingCircleStyle$3P
|
|
14901
14849
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14902
14850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14903
14851
|
width: size,
|
|
@@ -14936,8 +14884,8 @@ Ruler.defaultProps = {
|
|
|
14936
14884
|
size: '1em'
|
|
14937
14885
|
};
|
|
14938
14886
|
|
|
14939
|
-
var _excluded$
|
|
14940
|
-
var loadingCircleStyle$
|
|
14887
|
+
var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14888
|
+
var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14941
14889
|
var Smile = function Smile(props) {
|
|
14942
14890
|
var color = props.color,
|
|
14943
14891
|
size = props.size,
|
|
@@ -14946,12 +14894,12 @@ var Smile = function Smile(props) {
|
|
|
14946
14894
|
className = props.className,
|
|
14947
14895
|
iconClassName = props.iconClassName,
|
|
14948
14896
|
testid = props.testid,
|
|
14949
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14897
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
14950
14898
|
return /*#__PURE__*/React.createElement("span", {
|
|
14951
14899
|
role: "img",
|
|
14952
14900
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14953
14901
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14954
|
-
children: loadingCircleStyle$
|
|
14902
|
+
children: loadingCircleStyle$3Q
|
|
14955
14903
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14956
14904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14957
14905
|
width: size,
|
|
@@ -14990,8 +14938,8 @@ Smile.defaultProps = {
|
|
|
14990
14938
|
size: '1em'
|
|
14991
14939
|
};
|
|
14992
14940
|
|
|
14993
|
-
var _excluded$
|
|
14994
|
-
var loadingCircleStyle$
|
|
14941
|
+
var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14942
|
+
var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14995
14943
|
var NewTask = function NewTask(props) {
|
|
14996
14944
|
var color = props.color,
|
|
14997
14945
|
size = props.size,
|
|
@@ -15000,12 +14948,12 @@ var NewTask = function NewTask(props) {
|
|
|
15000
14948
|
className = props.className,
|
|
15001
14949
|
iconClassName = props.iconClassName,
|
|
15002
14950
|
testid = props.testid,
|
|
15003
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14951
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
15004
14952
|
return /*#__PURE__*/React.createElement("span", {
|
|
15005
14953
|
role: "img",
|
|
15006
14954
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15007
14955
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15008
|
-
children: loadingCircleStyle$
|
|
14956
|
+
children: loadingCircleStyle$3R
|
|
15009
14957
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15010
14958
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15011
14959
|
width: size,
|
|
@@ -15048,8 +14996,8 @@ NewTask.defaultProps = {
|
|
|
15048
14996
|
size: '1em'
|
|
15049
14997
|
};
|
|
15050
14998
|
|
|
15051
|
-
var _excluded$
|
|
15052
|
-
var loadingCircleStyle$
|
|
14999
|
+
var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15000
|
+
var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15053
15001
|
var Submit = function Submit(props) {
|
|
15054
15002
|
var color = props.color,
|
|
15055
15003
|
size = props.size,
|
|
@@ -15058,12 +15006,12 @@ var Submit = function Submit(props) {
|
|
|
15058
15006
|
className = props.className,
|
|
15059
15007
|
iconClassName = props.iconClassName,
|
|
15060
15008
|
testid = props.testid,
|
|
15061
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15009
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
15062
15010
|
return /*#__PURE__*/React.createElement("span", {
|
|
15063
15011
|
role: "img",
|
|
15064
15012
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15065
15013
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15066
|
-
children: loadingCircleStyle$
|
|
15014
|
+
children: loadingCircleStyle$3S
|
|
15067
15015
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15068
15016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15069
15017
|
width: size,
|
|
@@ -15102,8 +15050,8 @@ Submit.defaultProps = {
|
|
|
15102
15050
|
size: '1em'
|
|
15103
15051
|
};
|
|
15104
15052
|
|
|
15105
|
-
var _excluded$
|
|
15106
|
-
var loadingCircleStyle$
|
|
15053
|
+
var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15054
|
+
var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15107
15055
|
var Undo = function Undo(props) {
|
|
15108
15056
|
var color = props.color,
|
|
15109
15057
|
size = props.size,
|
|
@@ -15112,12 +15060,12 @@ var Undo = function Undo(props) {
|
|
|
15112
15060
|
className = props.className,
|
|
15113
15061
|
iconClassName = props.iconClassName,
|
|
15114
15062
|
testid = props.testid,
|
|
15115
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15063
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
15116
15064
|
return /*#__PURE__*/React.createElement("span", {
|
|
15117
15065
|
role: "img",
|
|
15118
15066
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15119
15067
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15120
|
-
children: loadingCircleStyle$
|
|
15068
|
+
children: loadingCircleStyle$3T
|
|
15121
15069
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15122
15070
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15123
15071
|
width: size,
|
|
@@ -15154,8 +15102,8 @@ Undo.defaultProps = {
|
|
|
15154
15102
|
size: '1em'
|
|
15155
15103
|
};
|
|
15156
15104
|
|
|
15157
|
-
var _excluded$
|
|
15158
|
-
var loadingCircleStyle$
|
|
15105
|
+
var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15106
|
+
var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15159
15107
|
var Task = function Task(props) {
|
|
15160
15108
|
var color = props.color,
|
|
15161
15109
|
size = props.size,
|
|
@@ -15164,12 +15112,12 @@ var Task = function Task(props) {
|
|
|
15164
15112
|
className = props.className,
|
|
15165
15113
|
iconClassName = props.iconClassName,
|
|
15166
15114
|
testid = props.testid,
|
|
15167
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15115
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
15168
15116
|
return /*#__PURE__*/React.createElement("span", {
|
|
15169
15117
|
role: "img",
|
|
15170
15118
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15171
15119
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15172
|
-
children: loadingCircleStyle$
|
|
15120
|
+
children: loadingCircleStyle$3U
|
|
15173
15121
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15174
15122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15175
15123
|
width: size,
|
|
@@ -15212,8 +15160,8 @@ Task.defaultProps = {
|
|
|
15212
15160
|
size: '1em'
|
|
15213
15161
|
};
|
|
15214
15162
|
|
|
15215
|
-
var _excluded$
|
|
15216
|
-
var loadingCircleStyle$
|
|
15163
|
+
var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15164
|
+
var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15217
15165
|
var Flash = function Flash(props) {
|
|
15218
15166
|
var color = props.color,
|
|
15219
15167
|
size = props.size,
|
|
@@ -15222,12 +15170,12 @@ var Flash = function Flash(props) {
|
|
|
15222
15170
|
className = props.className,
|
|
15223
15171
|
iconClassName = props.iconClassName,
|
|
15224
15172
|
testid = props.testid,
|
|
15225
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15173
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
15226
15174
|
return /*#__PURE__*/React.createElement("span", {
|
|
15227
15175
|
role: "img",
|
|
15228
15176
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15229
15177
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15230
|
-
children: loadingCircleStyle$
|
|
15178
|
+
children: loadingCircleStyle$3V
|
|
15231
15179
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15232
15180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15233
15181
|
width: size,
|
|
@@ -15266,8 +15214,8 @@ Flash.defaultProps = {
|
|
|
15266
15214
|
size: '1em'
|
|
15267
15215
|
};
|
|
15268
15216
|
|
|
15269
|
-
var _excluded$
|
|
15270
|
-
var loadingCircleStyle$
|
|
15217
|
+
var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15218
|
+
var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15271
15219
|
var Map = function Map(props) {
|
|
15272
15220
|
var color = props.color,
|
|
15273
15221
|
size = props.size,
|
|
@@ -15276,12 +15224,12 @@ var Map = function Map(props) {
|
|
|
15276
15224
|
className = props.className,
|
|
15277
15225
|
iconClassName = props.iconClassName,
|
|
15278
15226
|
testid = props.testid,
|
|
15279
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15227
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
15280
15228
|
return /*#__PURE__*/React.createElement("span", {
|
|
15281
15229
|
role: "img",
|
|
15282
15230
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15283
15231
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15284
|
-
children: loadingCircleStyle$
|
|
15232
|
+
children: loadingCircleStyle$3W
|
|
15285
15233
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15286
15234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15287
15235
|
width: size,
|
|
@@ -15318,8 +15266,8 @@ Map.defaultProps = {
|
|
|
15318
15266
|
size: '1em'
|
|
15319
15267
|
};
|
|
15320
15268
|
|
|
15321
|
-
var _excluded$
|
|
15322
|
-
var loadingCircleStyle$
|
|
15269
|
+
var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15270
|
+
var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15323
15271
|
var TestSplit = function TestSplit(props) {
|
|
15324
15272
|
var color = props.color,
|
|
15325
15273
|
size = props.size,
|
|
@@ -15328,12 +15276,12 @@ var TestSplit = function TestSplit(props) {
|
|
|
15328
15276
|
className = props.className,
|
|
15329
15277
|
iconClassName = props.iconClassName,
|
|
15330
15278
|
testid = props.testid,
|
|
15331
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15279
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
15332
15280
|
return /*#__PURE__*/React.createElement("span", {
|
|
15333
15281
|
role: "img",
|
|
15334
15282
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15335
15283
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15336
|
-
children: loadingCircleStyle$
|
|
15284
|
+
children: loadingCircleStyle$3X
|
|
15337
15285
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15338
15286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15339
15287
|
width: size,
|
|
@@ -15370,8 +15318,8 @@ TestSplit.defaultProps = {
|
|
|
15370
15318
|
size: '1em'
|
|
15371
15319
|
};
|
|
15372
15320
|
|
|
15373
|
-
var _excluded$
|
|
15374
|
-
var loadingCircleStyle$
|
|
15321
|
+
var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15322
|
+
var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15375
15323
|
var TestRace = function TestRace(props) {
|
|
15376
15324
|
var color = props.color,
|
|
15377
15325
|
size = props.size,
|
|
@@ -15380,12 +15328,12 @@ var TestRace = function TestRace(props) {
|
|
|
15380
15328
|
className = props.className,
|
|
15381
15329
|
iconClassName = props.iconClassName,
|
|
15382
15330
|
testid = props.testid,
|
|
15383
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15331
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
15384
15332
|
return /*#__PURE__*/React.createElement("span", {
|
|
15385
15333
|
role: "img",
|
|
15386
15334
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15387
15335
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15388
|
-
children: loadingCircleStyle$
|
|
15336
|
+
children: loadingCircleStyle$3Y
|
|
15389
15337
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15390
15338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15391
15339
|
width: size,
|
|
@@ -15422,8 +15370,8 @@ TestRace.defaultProps = {
|
|
|
15422
15370
|
size: '1em'
|
|
15423
15371
|
};
|
|
15424
15372
|
|
|
15425
|
-
var _excluded$
|
|
15426
|
-
var loadingCircleStyle$
|
|
15373
|
+
var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15374
|
+
var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15427
15375
|
var TableKey = function TableKey(props) {
|
|
15428
15376
|
var color = props.color,
|
|
15429
15377
|
size = props.size,
|
|
@@ -15432,12 +15380,12 @@ var TableKey = function TableKey(props) {
|
|
|
15432
15380
|
className = props.className,
|
|
15433
15381
|
iconClassName = props.iconClassName,
|
|
15434
15382
|
testid = props.testid,
|
|
15435
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15383
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
15436
15384
|
return /*#__PURE__*/React.createElement("span", {
|
|
15437
15385
|
role: "img",
|
|
15438
15386
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15439
15387
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15440
|
-
children: loadingCircleStyle$
|
|
15388
|
+
children: loadingCircleStyle$3Z
|
|
15441
15389
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15442
15390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15443
15391
|
width: size,
|
|
@@ -15474,8 +15422,8 @@ TableKey.defaultProps = {
|
|
|
15474
15422
|
size: '1em'
|
|
15475
15423
|
};
|
|
15476
15424
|
|
|
15477
|
-
var _excluded$
|
|
15478
|
-
var loadingCircleStyle$
|
|
15425
|
+
var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15426
|
+
var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15479
15427
|
var BuiltIn = function BuiltIn(props) {
|
|
15480
15428
|
var color = props.color,
|
|
15481
15429
|
size = props.size,
|
|
@@ -15484,12 +15432,12 @@ var BuiltIn = function BuiltIn(props) {
|
|
|
15484
15432
|
className = props.className,
|
|
15485
15433
|
iconClassName = props.iconClassName,
|
|
15486
15434
|
testid = props.testid,
|
|
15487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15435
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
15488
15436
|
return /*#__PURE__*/React.createElement("span", {
|
|
15489
15437
|
role: "img",
|
|
15490
15438
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15491
15439
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15492
|
-
children: loadingCircleStyle$
|
|
15440
|
+
children: loadingCircleStyle$3_
|
|
15493
15441
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15494
15442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15495
15443
|
width: size,
|
|
@@ -15530,8 +15478,8 @@ BuiltIn.defaultProps = {
|
|
|
15530
15478
|
size: '1em'
|
|
15531
15479
|
};
|
|
15532
15480
|
|
|
15533
|
-
var _excluded$
|
|
15534
|
-
var loadingCircleStyle$
|
|
15481
|
+
var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15482
|
+
var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15535
15483
|
var DirectConnect = function DirectConnect(props) {
|
|
15536
15484
|
var color = props.color,
|
|
15537
15485
|
size = props.size,
|
|
@@ -15540,12 +15488,12 @@ var DirectConnect = function DirectConnect(props) {
|
|
|
15540
15488
|
className = props.className,
|
|
15541
15489
|
iconClassName = props.iconClassName,
|
|
15542
15490
|
testid = props.testid,
|
|
15543
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15491
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
15544
15492
|
return /*#__PURE__*/React.createElement("span", {
|
|
15545
15493
|
role: "img",
|
|
15546
15494
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15547
15495
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15548
|
-
children: loadingCircleStyle$
|
|
15496
|
+
children: loadingCircleStyle$3$
|
|
15549
15497
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15550
15498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15551
15499
|
width: size,
|
|
@@ -15588,8 +15536,8 @@ DirectConnect.defaultProps = {
|
|
|
15588
15536
|
size: '1em'
|
|
15589
15537
|
};
|
|
15590
15538
|
|
|
15591
|
-
var _excluded$
|
|
15592
|
-
var loadingCircleStyle$
|
|
15539
|
+
var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15540
|
+
var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15593
15541
|
var Dag = function Dag(props) {
|
|
15594
15542
|
var color = props.color,
|
|
15595
15543
|
size = props.size,
|
|
@@ -15598,12 +15546,12 @@ var Dag = function Dag(props) {
|
|
|
15598
15546
|
className = props.className,
|
|
15599
15547
|
iconClassName = props.iconClassName,
|
|
15600
15548
|
testid = props.testid,
|
|
15601
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15549
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
15602
15550
|
return /*#__PURE__*/React.createElement("span", {
|
|
15603
15551
|
role: "img",
|
|
15604
15552
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15605
15553
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15606
|
-
children: loadingCircleStyle$
|
|
15554
|
+
children: loadingCircleStyle$40
|
|
15607
15555
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15608
15556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15609
15557
|
width: size,
|
|
@@ -15640,8 +15588,8 @@ Dag.defaultProps = {
|
|
|
15640
15588
|
size: '1em'
|
|
15641
15589
|
};
|
|
15642
15590
|
|
|
15643
|
-
var _excluded$
|
|
15644
|
-
var loadingCircleStyle$
|
|
15591
|
+
var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15592
|
+
var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15645
15593
|
var Renew = function Renew(props) {
|
|
15646
15594
|
var color = props.color,
|
|
15647
15595
|
size = props.size,
|
|
@@ -15650,12 +15598,12 @@ var Renew = function Renew(props) {
|
|
|
15650
15598
|
className = props.className,
|
|
15651
15599
|
iconClassName = props.iconClassName,
|
|
15652
15600
|
testid = props.testid,
|
|
15653
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15601
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
15654
15602
|
return /*#__PURE__*/React.createElement("span", {
|
|
15655
15603
|
role: "img",
|
|
15656
15604
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15657
15605
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15658
|
-
children: loadingCircleStyle$
|
|
15606
|
+
children: loadingCircleStyle$41
|
|
15659
15607
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15660
15608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15661
15609
|
width: size,
|
|
@@ -15696,8 +15644,8 @@ Renew.defaultProps = {
|
|
|
15696
15644
|
size: '1em'
|
|
15697
15645
|
};
|
|
15698
15646
|
|
|
15699
|
-
var _excluded$
|
|
15700
|
-
var loadingCircleStyle$
|
|
15647
|
+
var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15648
|
+
var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15701
15649
|
var Schedule = function Schedule(props) {
|
|
15702
15650
|
var color = props.color,
|
|
15703
15651
|
size = props.size,
|
|
@@ -15706,12 +15654,12 @@ var Schedule = function Schedule(props) {
|
|
|
15706
15654
|
className = props.className,
|
|
15707
15655
|
iconClassName = props.iconClassName,
|
|
15708
15656
|
testid = props.testid,
|
|
15709
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15657
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
15710
15658
|
return /*#__PURE__*/React.createElement("span", {
|
|
15711
15659
|
role: "img",
|
|
15712
15660
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15713
15661
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15714
|
-
children: loadingCircleStyle$
|
|
15662
|
+
children: loadingCircleStyle$42
|
|
15715
15663
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15716
15664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15717
15665
|
width: size,
|
|
@@ -15748,8 +15696,8 @@ Schedule.defaultProps = {
|
|
|
15748
15696
|
size: '1em'
|
|
15749
15697
|
};
|
|
15750
15698
|
|
|
15751
|
-
var _excluded$
|
|
15752
|
-
var loadingCircleStyle$
|
|
15699
|
+
var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15700
|
+
var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15753
15701
|
var Bring = function Bring(props) {
|
|
15754
15702
|
var color = props.color,
|
|
15755
15703
|
size = props.size,
|
|
@@ -15758,12 +15706,12 @@ var Bring = function Bring(props) {
|
|
|
15758
15706
|
className = props.className,
|
|
15759
15707
|
iconClassName = props.iconClassName,
|
|
15760
15708
|
testid = props.testid,
|
|
15761
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15709
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
15762
15710
|
return /*#__PURE__*/React.createElement("span", {
|
|
15763
15711
|
role: "img",
|
|
15764
15712
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15765
15713
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15766
|
-
children: loadingCircleStyle$
|
|
15714
|
+
children: loadingCircleStyle$43
|
|
15767
15715
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15768
15716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15769
15717
|
width: size,
|
|
@@ -15804,8 +15752,8 @@ Bring.defaultProps = {
|
|
|
15804
15752
|
size: '1em'
|
|
15805
15753
|
};
|
|
15806
15754
|
|
|
15807
|
-
var _excluded$
|
|
15808
|
-
var loadingCircleStyle$
|
|
15755
|
+
var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15756
|
+
var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15809
15757
|
var Pulse = function Pulse(props) {
|
|
15810
15758
|
var color = props.color,
|
|
15811
15759
|
size = props.size,
|
|
@@ -15814,12 +15762,12 @@ var Pulse = function Pulse(props) {
|
|
|
15814
15762
|
className = props.className,
|
|
15815
15763
|
iconClassName = props.iconClassName,
|
|
15816
15764
|
testid = props.testid,
|
|
15817
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15765
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
15818
15766
|
return /*#__PURE__*/React.createElement("span", {
|
|
15819
15767
|
role: "img",
|
|
15820
15768
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15821
15769
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15822
|
-
children: loadingCircleStyle$
|
|
15770
|
+
children: loadingCircleStyle$44
|
|
15823
15771
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15824
15772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15825
15773
|
width: size,
|
|
@@ -15856,8 +15804,8 @@ Pulse.defaultProps = {
|
|
|
15856
15804
|
size: '1em'
|
|
15857
15805
|
};
|
|
15858
15806
|
|
|
15859
|
-
var _excluded$
|
|
15860
|
-
var loadingCircleStyle$
|
|
15807
|
+
var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15808
|
+
var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15861
15809
|
var EndTask = function EndTask(props) {
|
|
15862
15810
|
var color = props.color,
|
|
15863
15811
|
size = props.size,
|
|
@@ -15866,12 +15814,12 @@ var EndTask = function EndTask(props) {
|
|
|
15866
15814
|
className = props.className,
|
|
15867
15815
|
iconClassName = props.iconClassName,
|
|
15868
15816
|
testid = props.testid,
|
|
15869
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15817
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
15870
15818
|
return /*#__PURE__*/React.createElement("span", {
|
|
15871
15819
|
role: "img",
|
|
15872
15820
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15873
15821
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15874
|
-
children: loadingCircleStyle$
|
|
15822
|
+
children: loadingCircleStyle$45
|
|
15875
15823
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15876
15824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15877
15825
|
width: size,
|
|
@@ -15924,8 +15872,8 @@ EndTask.defaultProps = {
|
|
|
15924
15872
|
size: '1em'
|
|
15925
15873
|
};
|
|
15926
15874
|
|
|
15927
|
-
var _excluded$
|
|
15928
|
-
var loadingCircleStyle$
|
|
15875
|
+
var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15876
|
+
var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15929
15877
|
var TaskFlow = function TaskFlow(props) {
|
|
15930
15878
|
var color = props.color,
|
|
15931
15879
|
size = props.size,
|
|
@@ -15934,12 +15882,12 @@ var TaskFlow = function TaskFlow(props) {
|
|
|
15934
15882
|
className = props.className,
|
|
15935
15883
|
iconClassName = props.iconClassName,
|
|
15936
15884
|
testid = props.testid,
|
|
15937
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15885
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
15938
15886
|
return /*#__PURE__*/React.createElement("span", {
|
|
15939
15887
|
role: "img",
|
|
15940
15888
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15941
15889
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15942
|
-
children: loadingCircleStyle$
|
|
15890
|
+
children: loadingCircleStyle$46
|
|
15943
15891
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15944
15892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15945
15893
|
width: size,
|
|
@@ -15976,8 +15924,8 @@ TaskFlow.defaultProps = {
|
|
|
15976
15924
|
size: '1em'
|
|
15977
15925
|
};
|
|
15978
15926
|
|
|
15979
|
-
var _excluded$
|
|
15980
|
-
var loadingCircleStyle$
|
|
15927
|
+
var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15928
|
+
var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15981
15929
|
var Name = function Name(props) {
|
|
15982
15930
|
var color = props.color,
|
|
15983
15931
|
size = props.size,
|
|
@@ -15986,12 +15934,12 @@ var Name = function Name(props) {
|
|
|
15986
15934
|
className = props.className,
|
|
15987
15935
|
iconClassName = props.iconClassName,
|
|
15988
15936
|
testid = props.testid,
|
|
15989
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15937
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
15990
15938
|
return /*#__PURE__*/React.createElement("span", {
|
|
15991
15939
|
role: "img",
|
|
15992
15940
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15993
15941
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15994
|
-
children: loadingCircleStyle$
|
|
15942
|
+
children: loadingCircleStyle$47
|
|
15995
15943
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15996
15944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15997
15945
|
width: size,
|
|
@@ -16030,8 +15978,8 @@ Name.defaultProps = {
|
|
|
16030
15978
|
size: '1em'
|
|
16031
15979
|
};
|
|
16032
15980
|
|
|
16033
|
-
var _excluded$
|
|
16034
|
-
var loadingCircleStyle$
|
|
15981
|
+
var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15982
|
+
var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16035
15983
|
var Warehouse = function Warehouse(props) {
|
|
16036
15984
|
var color = props.color,
|
|
16037
15985
|
size = props.size,
|
|
@@ -16040,12 +15988,12 @@ var Warehouse = function Warehouse(props) {
|
|
|
16040
15988
|
className = props.className,
|
|
16041
15989
|
iconClassName = props.iconClassName,
|
|
16042
15990
|
testid = props.testid,
|
|
16043
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15991
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
16044
15992
|
return /*#__PURE__*/React.createElement("span", {
|
|
16045
15993
|
role: "img",
|
|
16046
15994
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16047
15995
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16048
|
-
children: loadingCircleStyle$
|
|
15996
|
+
children: loadingCircleStyle$48
|
|
16049
15997
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16050
15998
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16051
15999
|
width: size,
|
|
@@ -16090,8 +16038,8 @@ Warehouse.defaultProps = {
|
|
|
16090
16038
|
size: '1em'
|
|
16091
16039
|
};
|
|
16092
16040
|
|
|
16093
|
-
var _excluded$
|
|
16094
|
-
var loadingCircleStyle$
|
|
16041
|
+
var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16042
|
+
var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16095
16043
|
var DataInput = function DataInput(props) {
|
|
16096
16044
|
var color = props.color,
|
|
16097
16045
|
size = props.size,
|
|
@@ -16100,12 +16048,12 @@ var DataInput = function DataInput(props) {
|
|
|
16100
16048
|
className = props.className,
|
|
16101
16049
|
iconClassName = props.iconClassName,
|
|
16102
16050
|
testid = props.testid,
|
|
16103
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16051
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
16104
16052
|
return /*#__PURE__*/React.createElement("span", {
|
|
16105
16053
|
role: "img",
|
|
16106
16054
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16107
16055
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16108
|
-
children: loadingCircleStyle$
|
|
16056
|
+
children: loadingCircleStyle$49
|
|
16109
16057
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16110
16058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16111
16059
|
width: size,
|
|
@@ -16142,8 +16090,8 @@ DataInput.defaultProps = {
|
|
|
16142
16090
|
size: '1em'
|
|
16143
16091
|
};
|
|
16144
16092
|
|
|
16145
|
-
var _excluded$
|
|
16146
|
-
var loadingCircleStyle$
|
|
16093
|
+
var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16094
|
+
var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16147
16095
|
var DataOutput = function DataOutput(props) {
|
|
16148
16096
|
var color = props.color,
|
|
16149
16097
|
size = props.size,
|
|
@@ -16152,12 +16100,12 @@ var DataOutput = function DataOutput(props) {
|
|
|
16152
16100
|
className = props.className,
|
|
16153
16101
|
iconClassName = props.iconClassName,
|
|
16154
16102
|
testid = props.testid,
|
|
16155
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16103
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
16156
16104
|
return /*#__PURE__*/React.createElement("span", {
|
|
16157
16105
|
role: "img",
|
|
16158
16106
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16159
16107
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16160
|
-
children: loadingCircleStyle$
|
|
16108
|
+
children: loadingCircleStyle$4a
|
|
16161
16109
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16162
16110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16163
16111
|
width: size,
|
|
@@ -16194,8 +16142,8 @@ DataOutput.defaultProps = {
|
|
|
16194
16142
|
size: '1em'
|
|
16195
16143
|
};
|
|
16196
16144
|
|
|
16197
|
-
var _excluded$
|
|
16198
|
-
var loadingCircleStyle$
|
|
16145
|
+
var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16146
|
+
var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16199
16147
|
var ManageQuery = function ManageQuery(props) {
|
|
16200
16148
|
var color = props.color,
|
|
16201
16149
|
size = props.size,
|
|
@@ -16204,12 +16152,12 @@ var ManageQuery = function ManageQuery(props) {
|
|
|
16204
16152
|
className = props.className,
|
|
16205
16153
|
iconClassName = props.iconClassName,
|
|
16206
16154
|
testid = props.testid,
|
|
16207
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16155
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
16208
16156
|
return /*#__PURE__*/React.createElement("span", {
|
|
16209
16157
|
role: "img",
|
|
16210
16158
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16211
16159
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16212
|
-
children: loadingCircleStyle$
|
|
16160
|
+
children: loadingCircleStyle$4b
|
|
16213
16161
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16214
16162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16215
16163
|
width: size,
|
|
@@ -16246,8 +16194,8 @@ ManageQuery.defaultProps = {
|
|
|
16246
16194
|
size: '1em'
|
|
16247
16195
|
};
|
|
16248
16196
|
|
|
16249
|
-
var _excluded$
|
|
16250
|
-
var loadingCircleStyle$
|
|
16197
|
+
var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16198
|
+
var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16251
16199
|
var FontSize = function FontSize(props) {
|
|
16252
16200
|
var color = props.color,
|
|
16253
16201
|
size = props.size,
|
|
@@ -16256,12 +16204,12 @@ var FontSize = function FontSize(props) {
|
|
|
16256
16204
|
className = props.className,
|
|
16257
16205
|
iconClassName = props.iconClassName,
|
|
16258
16206
|
testid = props.testid,
|
|
16259
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16207
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
16260
16208
|
return /*#__PURE__*/React.createElement("span", {
|
|
16261
16209
|
role: "img",
|
|
16262
16210
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16263
16211
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16264
|
-
children: loadingCircleStyle$
|
|
16212
|
+
children: loadingCircleStyle$4c
|
|
16265
16213
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16266
16214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16267
16215
|
width: size,
|
|
@@ -16300,8 +16248,8 @@ FontSize.defaultProps = {
|
|
|
16300
16248
|
size: '1em'
|
|
16301
16249
|
};
|
|
16302
16250
|
|
|
16303
|
-
var _excluded$
|
|
16304
|
-
var loadingCircleStyle$
|
|
16251
|
+
var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16252
|
+
var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16305
16253
|
var FontBold = function FontBold(props) {
|
|
16306
16254
|
var color = props.color,
|
|
16307
16255
|
size = props.size,
|
|
@@ -16310,12 +16258,12 @@ var FontBold = function FontBold(props) {
|
|
|
16310
16258
|
className = props.className,
|
|
16311
16259
|
iconClassName = props.iconClassName,
|
|
16312
16260
|
testid = props.testid,
|
|
16313
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16261
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
16314
16262
|
return /*#__PURE__*/React.createElement("span", {
|
|
16315
16263
|
role: "img",
|
|
16316
16264
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16317
16265
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16318
|
-
children: loadingCircleStyle$
|
|
16266
|
+
children: loadingCircleStyle$4d
|
|
16319
16267
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16320
16268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16321
16269
|
width: size,
|
|
@@ -16352,8 +16300,8 @@ FontBold.defaultProps = {
|
|
|
16352
16300
|
size: '1em'
|
|
16353
16301
|
};
|
|
16354
16302
|
|
|
16355
|
-
var _excluded$
|
|
16356
|
-
var loadingCircleStyle$
|
|
16303
|
+
var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16304
|
+
var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16357
16305
|
var FontItalic = function FontItalic(props) {
|
|
16358
16306
|
var color = props.color,
|
|
16359
16307
|
size = props.size,
|
|
@@ -16362,12 +16310,12 @@ var FontItalic = function FontItalic(props) {
|
|
|
16362
16310
|
className = props.className,
|
|
16363
16311
|
iconClassName = props.iconClassName,
|
|
16364
16312
|
testid = props.testid,
|
|
16365
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16313
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
16366
16314
|
return /*#__PURE__*/React.createElement("span", {
|
|
16367
16315
|
role: "img",
|
|
16368
16316
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16369
16317
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16370
|
-
children: loadingCircleStyle$
|
|
16318
|
+
children: loadingCircleStyle$4e
|
|
16371
16319
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16372
16320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16373
16321
|
width: size,
|
|
@@ -16406,8 +16354,8 @@ FontItalic.defaultProps = {
|
|
|
16406
16354
|
size: '1em'
|
|
16407
16355
|
};
|
|
16408
16356
|
|
|
16409
|
-
var _excluded$
|
|
16410
|
-
var loadingCircleStyle$
|
|
16357
|
+
var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16358
|
+
var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16411
16359
|
var FontColor = function FontColor(props) {
|
|
16412
16360
|
var color = props.color,
|
|
16413
16361
|
size = props.size,
|
|
@@ -16416,12 +16364,12 @@ var FontColor = function FontColor(props) {
|
|
|
16416
16364
|
className = props.className,
|
|
16417
16365
|
iconClassName = props.iconClassName,
|
|
16418
16366
|
testid = props.testid,
|
|
16419
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16367
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
16420
16368
|
return /*#__PURE__*/React.createElement("span", {
|
|
16421
16369
|
role: "img",
|
|
16422
16370
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16423
16371
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16424
|
-
children: loadingCircleStyle$
|
|
16372
|
+
children: loadingCircleStyle$4f
|
|
16425
16373
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16426
16374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16427
16375
|
width: size,
|
|
@@ -16458,8 +16406,8 @@ FontColor.defaultProps = {
|
|
|
16458
16406
|
size: '1em'
|
|
16459
16407
|
};
|
|
16460
16408
|
|
|
16461
|
-
var _excluded$
|
|
16462
|
-
var loadingCircleStyle$
|
|
16409
|
+
var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16410
|
+
var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16463
16411
|
var FontBgColor = function FontBgColor(props) {
|
|
16464
16412
|
var color = props.color,
|
|
16465
16413
|
size = props.size,
|
|
@@ -16468,12 +16416,12 @@ var FontBgColor = function FontBgColor(props) {
|
|
|
16468
16416
|
className = props.className,
|
|
16469
16417
|
iconClassName = props.iconClassName,
|
|
16470
16418
|
testid = props.testid,
|
|
16471
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16419
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
16472
16420
|
return /*#__PURE__*/React.createElement("span", {
|
|
16473
16421
|
role: "img",
|
|
16474
16422
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16475
16423
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16476
|
-
children: loadingCircleStyle$
|
|
16424
|
+
children: loadingCircleStyle$4g
|
|
16477
16425
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16478
16426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16479
16427
|
width: size,
|
|
@@ -16510,8 +16458,8 @@ FontBgColor.defaultProps = {
|
|
|
16510
16458
|
size: '1em'
|
|
16511
16459
|
};
|
|
16512
16460
|
|
|
16513
|
-
var _excluded$
|
|
16514
|
-
var loadingCircleStyle$
|
|
16461
|
+
var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16462
|
+
var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16515
16463
|
var ListOrdered = function ListOrdered(props) {
|
|
16516
16464
|
var color = props.color,
|
|
16517
16465
|
size = props.size,
|
|
@@ -16520,12 +16468,12 @@ var ListOrdered = function ListOrdered(props) {
|
|
|
16520
16468
|
className = props.className,
|
|
16521
16469
|
iconClassName = props.iconClassName,
|
|
16522
16470
|
testid = props.testid,
|
|
16523
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16471
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
16524
16472
|
return /*#__PURE__*/React.createElement("span", {
|
|
16525
16473
|
role: "img",
|
|
16526
16474
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16527
16475
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16528
|
-
children: loadingCircleStyle$
|
|
16476
|
+
children: loadingCircleStyle$4h
|
|
16529
16477
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16530
16478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16531
16479
|
width: size,
|
|
@@ -16564,8 +16512,8 @@ ListOrdered.defaultProps = {
|
|
|
16564
16512
|
size: '1em'
|
|
16565
16513
|
};
|
|
16566
16514
|
|
|
16567
|
-
var _excluded$
|
|
16568
|
-
var loadingCircleStyle$
|
|
16515
|
+
var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16516
|
+
var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16569
16517
|
var ListUnordered = function ListUnordered(props) {
|
|
16570
16518
|
var color = props.color,
|
|
16571
16519
|
size = props.size,
|
|
@@ -16574,12 +16522,12 @@ var ListUnordered = function ListUnordered(props) {
|
|
|
16574
16522
|
className = props.className,
|
|
16575
16523
|
iconClassName = props.iconClassName,
|
|
16576
16524
|
testid = props.testid,
|
|
16577
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16525
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
16578
16526
|
return /*#__PURE__*/React.createElement("span", {
|
|
16579
16527
|
role: "img",
|
|
16580
16528
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16581
16529
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16582
|
-
children: loadingCircleStyle$
|
|
16530
|
+
children: loadingCircleStyle$4i
|
|
16583
16531
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16584
16532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16585
16533
|
width: size,
|
|
@@ -16618,8 +16566,8 @@ ListUnordered.defaultProps = {
|
|
|
16618
16566
|
size: '1em'
|
|
16619
16567
|
};
|
|
16620
16568
|
|
|
16621
|
-
var _excluded$
|
|
16622
|
-
var loadingCircleStyle$
|
|
16569
|
+
var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16570
|
+
var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16623
16571
|
var Image = function Image(props) {
|
|
16624
16572
|
var color = props.color,
|
|
16625
16573
|
size = props.size,
|
|
@@ -16628,12 +16576,12 @@ var Image = function Image(props) {
|
|
|
16628
16576
|
className = props.className,
|
|
16629
16577
|
iconClassName = props.iconClassName,
|
|
16630
16578
|
testid = props.testid,
|
|
16631
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16579
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
16632
16580
|
return /*#__PURE__*/React.createElement("span", {
|
|
16633
16581
|
role: "img",
|
|
16634
16582
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16635
16583
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16636
|
-
children: loadingCircleStyle$
|
|
16584
|
+
children: loadingCircleStyle$4j
|
|
16637
16585
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16638
16586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16639
16587
|
width: size,
|
|
@@ -16672,8 +16620,8 @@ Image.defaultProps = {
|
|
|
16672
16620
|
size: '1em'
|
|
16673
16621
|
};
|
|
16674
16622
|
|
|
16675
|
-
var _excluded$
|
|
16676
|
-
var loadingCircleStyle$
|
|
16623
|
+
var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16624
|
+
var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16677
16625
|
var Palette = function Palette(props) {
|
|
16678
16626
|
var color = props.color,
|
|
16679
16627
|
size = props.size,
|
|
@@ -16682,12 +16630,12 @@ var Palette = function Palette(props) {
|
|
|
16682
16630
|
className = props.className,
|
|
16683
16631
|
iconClassName = props.iconClassName,
|
|
16684
16632
|
testid = props.testid,
|
|
16685
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16633
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
16686
16634
|
return /*#__PURE__*/React.createElement("span", {
|
|
16687
16635
|
role: "img",
|
|
16688
16636
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16689
16637
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16690
|
-
children: loadingCircleStyle$
|
|
16638
|
+
children: loadingCircleStyle$4k
|
|
16691
16639
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16692
16640
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16693
16641
|
width: size,
|
|
@@ -16726,8 +16674,8 @@ Palette.defaultProps = {
|
|
|
16726
16674
|
size: '1em'
|
|
16727
16675
|
};
|
|
16728
16676
|
|
|
16729
|
-
var _excluded$
|
|
16730
|
-
var loadingCircleStyle$
|
|
16677
|
+
var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16678
|
+
var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16731
16679
|
var Hand = function Hand(props) {
|
|
16732
16680
|
var color = props.color,
|
|
16733
16681
|
size = props.size,
|
|
@@ -16736,12 +16684,12 @@ var Hand = function Hand(props) {
|
|
|
16736
16684
|
className = props.className,
|
|
16737
16685
|
iconClassName = props.iconClassName,
|
|
16738
16686
|
testid = props.testid,
|
|
16739
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16687
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
16740
16688
|
return /*#__PURE__*/React.createElement("span", {
|
|
16741
16689
|
role: "img",
|
|
16742
16690
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16743
16691
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16744
|
-
children: loadingCircleStyle$
|
|
16692
|
+
children: loadingCircleStyle$4l
|
|
16745
16693
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16746
16694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16747
16695
|
width: size,
|
|
@@ -16778,8 +16726,8 @@ Hand.defaultProps = {
|
|
|
16778
16726
|
size: '1em'
|
|
16779
16727
|
};
|
|
16780
16728
|
|
|
16781
|
-
var _excluded$
|
|
16782
|
-
var loadingCircleStyle$
|
|
16729
|
+
var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16730
|
+
var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16783
16731
|
var LayoutFocus = function LayoutFocus(props) {
|
|
16784
16732
|
var color = props.color,
|
|
16785
16733
|
size = props.size,
|
|
@@ -16788,12 +16736,12 @@ var LayoutFocus = function LayoutFocus(props) {
|
|
|
16788
16736
|
className = props.className,
|
|
16789
16737
|
iconClassName = props.iconClassName,
|
|
16790
16738
|
testid = props.testid,
|
|
16791
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16739
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
16792
16740
|
return /*#__PURE__*/React.createElement("span", {
|
|
16793
16741
|
role: "img",
|
|
16794
16742
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16795
16743
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16796
|
-
children: loadingCircleStyle$
|
|
16744
|
+
children: loadingCircleStyle$4m
|
|
16797
16745
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16798
16746
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16799
16747
|
width: size,
|
|
@@ -16830,8 +16778,8 @@ LayoutFocus.defaultProps = {
|
|
|
16830
16778
|
size: '1em'
|
|
16831
16779
|
};
|
|
16832
16780
|
|
|
16833
|
-
var _excluded$
|
|
16834
|
-
var loadingCircleStyle$
|
|
16781
|
+
var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16782
|
+
var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16835
16783
|
var LayoutSide = function LayoutSide(props) {
|
|
16836
16784
|
var color = props.color,
|
|
16837
16785
|
size = props.size,
|
|
@@ -16840,12 +16788,12 @@ var LayoutSide = function LayoutSide(props) {
|
|
|
16840
16788
|
className = props.className,
|
|
16841
16789
|
iconClassName = props.iconClassName,
|
|
16842
16790
|
testid = props.testid,
|
|
16843
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16791
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
16844
16792
|
return /*#__PURE__*/React.createElement("span", {
|
|
16845
16793
|
role: "img",
|
|
16846
16794
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16847
16795
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16848
|
-
children: loadingCircleStyle$
|
|
16796
|
+
children: loadingCircleStyle$4n
|
|
16849
16797
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16850
16798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16851
16799
|
width: size,
|
|
@@ -16886,8 +16834,8 @@ LayoutSide.defaultProps = {
|
|
|
16886
16834
|
size: '1em'
|
|
16887
16835
|
};
|
|
16888
16836
|
|
|
16889
|
-
var _excluded$
|
|
16890
|
-
var loadingCircleStyle$
|
|
16837
|
+
var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16838
|
+
var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16891
16839
|
var BuildMode = function BuildMode(props) {
|
|
16892
16840
|
var color = props.color,
|
|
16893
16841
|
size = props.size,
|
|
@@ -16896,12 +16844,12 @@ var BuildMode = function BuildMode(props) {
|
|
|
16896
16844
|
className = props.className,
|
|
16897
16845
|
iconClassName = props.iconClassName,
|
|
16898
16846
|
testid = props.testid,
|
|
16899
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16847
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
16900
16848
|
return /*#__PURE__*/React.createElement("span", {
|
|
16901
16849
|
role: "img",
|
|
16902
16850
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16903
16851
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16904
|
-
children: loadingCircleStyle$
|
|
16852
|
+
children: loadingCircleStyle$4o
|
|
16905
16853
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16906
16854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16907
16855
|
width: size,
|
|
@@ -16938,8 +16886,8 @@ BuildMode.defaultProps = {
|
|
|
16938
16886
|
size: '1em'
|
|
16939
16887
|
};
|
|
16940
16888
|
|
|
16941
|
-
var _excluded$
|
|
16942
|
-
var loadingCircleStyle$
|
|
16889
|
+
var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16890
|
+
var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16943
16891
|
var CodeVariable = function CodeVariable(props) {
|
|
16944
16892
|
var color = props.color,
|
|
16945
16893
|
size = props.size,
|
|
@@ -16948,12 +16896,12 @@ var CodeVariable = function CodeVariable(props) {
|
|
|
16948
16896
|
className = props.className,
|
|
16949
16897
|
iconClassName = props.iconClassName,
|
|
16950
16898
|
testid = props.testid,
|
|
16951
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16899
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
16952
16900
|
return /*#__PURE__*/React.createElement("span", {
|
|
16953
16901
|
role: "img",
|
|
16954
16902
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16955
16903
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16956
|
-
children: loadingCircleStyle$
|
|
16904
|
+
children: loadingCircleStyle$4p
|
|
16957
16905
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16958
16906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16959
16907
|
width: size,
|
|
@@ -16994,8 +16942,8 @@ CodeVariable.defaultProps = {
|
|
|
16994
16942
|
size: '1em'
|
|
16995
16943
|
};
|
|
16996
16944
|
|
|
16997
|
-
var _excluded$
|
|
16998
|
-
var loadingCircleStyle$
|
|
16945
|
+
var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16946
|
+
var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16999
16947
|
var TableRow = function TableRow(props) {
|
|
17000
16948
|
var color = props.color,
|
|
17001
16949
|
size = props.size,
|
|
@@ -17004,12 +16952,12 @@ var TableRow = function TableRow(props) {
|
|
|
17004
16952
|
className = props.className,
|
|
17005
16953
|
iconClassName = props.iconClassName,
|
|
17006
16954
|
testid = props.testid,
|
|
17007
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16955
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
17008
16956
|
return /*#__PURE__*/React.createElement("span", {
|
|
17009
16957
|
role: "img",
|
|
17010
16958
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17011
16959
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17012
|
-
children: loadingCircleStyle$
|
|
16960
|
+
children: loadingCircleStyle$4q
|
|
17013
16961
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17014
16962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17015
16963
|
width: size,
|
|
@@ -17050,8 +16998,8 @@ TableRow.defaultProps = {
|
|
|
17050
16998
|
size: '1em'
|
|
17051
16999
|
};
|
|
17052
17000
|
|
|
17053
|
-
var _excluded$
|
|
17054
|
-
var loadingCircleStyle$
|
|
17001
|
+
var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17002
|
+
var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17055
17003
|
var TableCol = function TableCol(props) {
|
|
17056
17004
|
var color = props.color,
|
|
17057
17005
|
size = props.size,
|
|
@@ -17060,12 +17008,12 @@ var TableCol = function TableCol(props) {
|
|
|
17060
17008
|
className = props.className,
|
|
17061
17009
|
iconClassName = props.iconClassName,
|
|
17062
17010
|
testid = props.testid,
|
|
17063
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17011
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
17064
17012
|
return /*#__PURE__*/React.createElement("span", {
|
|
17065
17013
|
role: "img",
|
|
17066
17014
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17067
17015
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17068
|
-
children: loadingCircleStyle$
|
|
17016
|
+
children: loadingCircleStyle$4r
|
|
17069
17017
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17070
17018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17071
17019
|
width: size,
|
|
@@ -17106,8 +17054,8 @@ TableCol.defaultProps = {
|
|
|
17106
17054
|
size: '1em'
|
|
17107
17055
|
};
|
|
17108
17056
|
|
|
17109
|
-
var _excluded$
|
|
17110
|
-
var loadingCircleStyle$
|
|
17057
|
+
var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17058
|
+
var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17111
17059
|
var CopyQuery = function CopyQuery(props) {
|
|
17112
17060
|
var color = props.color,
|
|
17113
17061
|
size = props.size,
|
|
@@ -17116,12 +17064,12 @@ var CopyQuery = function CopyQuery(props) {
|
|
|
17116
17064
|
className = props.className,
|
|
17117
17065
|
iconClassName = props.iconClassName,
|
|
17118
17066
|
testid = props.testid,
|
|
17119
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17067
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
17120
17068
|
return /*#__PURE__*/React.createElement("span", {
|
|
17121
17069
|
role: "img",
|
|
17122
17070
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17123
17071
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17124
|
-
children: loadingCircleStyle$
|
|
17072
|
+
children: loadingCircleStyle$4s
|
|
17125
17073
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17126
17074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17127
17075
|
width: size,
|
|
@@ -17162,8 +17110,8 @@ CopyQuery.defaultProps = {
|
|
|
17162
17110
|
size: '1em'
|
|
17163
17111
|
};
|
|
17164
17112
|
|
|
17165
|
-
var _excluded$
|
|
17166
|
-
var loadingCircleStyle$
|
|
17113
|
+
var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17114
|
+
var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17167
17115
|
var CopyDdl = function CopyDdl(props) {
|
|
17168
17116
|
var color = props.color,
|
|
17169
17117
|
size = props.size,
|
|
@@ -17172,12 +17120,12 @@ var CopyDdl = function CopyDdl(props) {
|
|
|
17172
17120
|
className = props.className,
|
|
17173
17121
|
iconClassName = props.iconClassName,
|
|
17174
17122
|
testid = props.testid,
|
|
17175
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17123
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
17176
17124
|
return /*#__PURE__*/React.createElement("span", {
|
|
17177
17125
|
role: "img",
|
|
17178
17126
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17179
17127
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17180
|
-
children: loadingCircleStyle$
|
|
17128
|
+
children: loadingCircleStyle$4t
|
|
17181
17129
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17182
17130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17183
17131
|
width: size,
|
|
@@ -17224,8 +17172,8 @@ CopyDdl.defaultProps = {
|
|
|
17224
17172
|
size: '1em'
|
|
17225
17173
|
};
|
|
17226
17174
|
|
|
17227
|
-
var _excluded$
|
|
17228
|
-
var loadingCircleStyle$
|
|
17175
|
+
var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17176
|
+
var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17229
17177
|
var AutoLayout = function AutoLayout(props) {
|
|
17230
17178
|
var color = props.color,
|
|
17231
17179
|
size = props.size,
|
|
@@ -17234,12 +17182,12 @@ var AutoLayout = function AutoLayout(props) {
|
|
|
17234
17182
|
className = props.className,
|
|
17235
17183
|
iconClassName = props.iconClassName,
|
|
17236
17184
|
testid = props.testid,
|
|
17237
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17185
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
17238
17186
|
return /*#__PURE__*/React.createElement("span", {
|
|
17239
17187
|
role: "img",
|
|
17240
17188
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17241
17189
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17242
|
-
children: loadingCircleStyle$
|
|
17190
|
+
children: loadingCircleStyle$4u
|
|
17243
17191
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17244
17192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17245
17193
|
width: size,
|
|
@@ -17288,8 +17236,8 @@ AutoLayout.defaultProps = {
|
|
|
17288
17236
|
size: '1em'
|
|
17289
17237
|
};
|
|
17290
17238
|
|
|
17291
|
-
var _excluded$
|
|
17292
|
-
var loadingCircleStyle$
|
|
17239
|
+
var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17240
|
+
var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17293
17241
|
var DebugPlay = function DebugPlay(props) {
|
|
17294
17242
|
var color = props.color,
|
|
17295
17243
|
size = props.size,
|
|
@@ -17298,12 +17246,12 @@ var DebugPlay = function DebugPlay(props) {
|
|
|
17298
17246
|
className = props.className,
|
|
17299
17247
|
iconClassName = props.iconClassName,
|
|
17300
17248
|
testid = props.testid,
|
|
17301
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17249
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
17302
17250
|
return /*#__PURE__*/React.createElement("span", {
|
|
17303
17251
|
role: "img",
|
|
17304
17252
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17305
17253
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17306
|
-
children: loadingCircleStyle$
|
|
17254
|
+
children: loadingCircleStyle$4v
|
|
17307
17255
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17308
17256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17309
17257
|
width: size,
|
|
@@ -17346,8 +17294,8 @@ DebugPlay.defaultProps = {
|
|
|
17346
17294
|
size: '1em'
|
|
17347
17295
|
};
|
|
17348
17296
|
|
|
17349
|
-
var _excluded$
|
|
17350
|
-
var loadingCircleStyle$
|
|
17297
|
+
var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17298
|
+
var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17351
17299
|
var TextCase = function TextCase(props) {
|
|
17352
17300
|
var color = props.color,
|
|
17353
17301
|
size = props.size,
|
|
@@ -17356,12 +17304,12 @@ var TextCase = function TextCase(props) {
|
|
|
17356
17304
|
className = props.className,
|
|
17357
17305
|
iconClassName = props.iconClassName,
|
|
17358
17306
|
testid = props.testid,
|
|
17359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17307
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
17360
17308
|
return /*#__PURE__*/React.createElement("span", {
|
|
17361
17309
|
role: "img",
|
|
17362
17310
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17363
17311
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17364
|
-
children: loadingCircleStyle$
|
|
17312
|
+
children: loadingCircleStyle$4w
|
|
17365
17313
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17366
17314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17367
17315
|
width: size,
|
|
@@ -17398,8 +17346,8 @@ TextCase.defaultProps = {
|
|
|
17398
17346
|
size: '1em'
|
|
17399
17347
|
};
|
|
17400
17348
|
|
|
17401
|
-
var _excluded$
|
|
17402
|
-
var loadingCircleStyle$
|
|
17349
|
+
var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17350
|
+
var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17403
17351
|
var TextWholeMatch = function TextWholeMatch(props) {
|
|
17404
17352
|
var color = props.color,
|
|
17405
17353
|
size = props.size,
|
|
@@ -17408,12 +17356,12 @@ var TextWholeMatch = function TextWholeMatch(props) {
|
|
|
17408
17356
|
className = props.className,
|
|
17409
17357
|
iconClassName = props.iconClassName,
|
|
17410
17358
|
testid = props.testid,
|
|
17411
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17359
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
17412
17360
|
return /*#__PURE__*/React.createElement("span", {
|
|
17413
17361
|
role: "img",
|
|
17414
17362
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17415
17363
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17416
|
-
children: loadingCircleStyle$
|
|
17364
|
+
children: loadingCircleStyle$4x
|
|
17417
17365
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17418
17366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17419
17367
|
width: size,
|
|
@@ -17454,8 +17402,8 @@ TextWholeMatch.defaultProps = {
|
|
|
17454
17402
|
size: '1em'
|
|
17455
17403
|
};
|
|
17456
17404
|
|
|
17457
|
-
var _excluded$
|
|
17458
|
-
var loadingCircleStyle$
|
|
17405
|
+
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17406
|
+
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17459
17407
|
var Attachment = function Attachment(props) {
|
|
17460
17408
|
var color = props.color,
|
|
17461
17409
|
size = props.size,
|
|
@@ -17464,12 +17412,12 @@ var Attachment = function Attachment(props) {
|
|
|
17464
17412
|
className = props.className,
|
|
17465
17413
|
iconClassName = props.iconClassName,
|
|
17466
17414
|
testid = props.testid,
|
|
17467
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17415
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
17468
17416
|
return /*#__PURE__*/React.createElement("span", {
|
|
17469
17417
|
role: "img",
|
|
17470
17418
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17471
17419
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17472
|
-
children: loadingCircleStyle$
|
|
17420
|
+
children: loadingCircleStyle$4y
|
|
17473
17421
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17474
17422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17475
17423
|
width: size,
|
|
@@ -17506,6 +17454,60 @@ Attachment.defaultProps = {
|
|
|
17506
17454
|
size: '1em'
|
|
17507
17455
|
};
|
|
17508
17456
|
|
|
17457
|
+
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17458
|
+
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17459
|
+
var Resizer = function Resizer(props) {
|
|
17460
|
+
var color = props.color,
|
|
17461
|
+
size = props.size,
|
|
17462
|
+
spin = props.spin,
|
|
17463
|
+
style = props.style,
|
|
17464
|
+
className = props.className,
|
|
17465
|
+
iconClassName = props.iconClassName,
|
|
17466
|
+
testid = props.testid,
|
|
17467
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
17468
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
17469
|
+
role: "img",
|
|
17470
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17471
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
17472
|
+
children: loadingCircleStyle$4z
|
|
17473
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17474
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17475
|
+
width: size,
|
|
17476
|
+
height: size,
|
|
17477
|
+
viewBox: "0 0 24 24",
|
|
17478
|
+
fill: color
|
|
17479
|
+
}, otherProps, {
|
|
17480
|
+
className: iconClassName,
|
|
17481
|
+
"data-testid": testid,
|
|
17482
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
17483
|
+
animationDuration: '1s',
|
|
17484
|
+
animationIterationCount: 'infinite',
|
|
17485
|
+
animationName: 'loadingCircle',
|
|
17486
|
+
animationTimingFunction: 'linear'
|
|
17487
|
+
} : {})
|
|
17488
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
17489
|
+
width: "24",
|
|
17490
|
+
height: "24",
|
|
17491
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17492
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17493
|
+
d: "M1.5 21.611l.889.889L22.5 2.389l-.889-.889L1.5 21.611z"
|
|
17494
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17495
|
+
d: "M12.444 22.5L22.5 12.444l-.889-.888L11.556 21.61l.888.889z"
|
|
17496
|
+
}))));
|
|
17497
|
+
};
|
|
17498
|
+
Resizer.propTypes = {
|
|
17499
|
+
iconClassName: PropTypes.string,
|
|
17500
|
+
spin: PropTypes.bool,
|
|
17501
|
+
color: PropTypes.string,
|
|
17502
|
+
testid: PropTypes.string,
|
|
17503
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
17504
|
+
};
|
|
17505
|
+
Resizer.defaultProps = {
|
|
17506
|
+
spin: false,
|
|
17507
|
+
color: 'currentColor',
|
|
17508
|
+
size: '1em'
|
|
17509
|
+
};
|
|
17510
|
+
|
|
17509
17511
|
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17510
17512
|
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17511
17513
|
var User1 = function User1(props) {
|
|
@@ -27814,7 +27816,6 @@ exports.TaAddToPage = AddToPage;
|
|
|
27814
27816
|
exports.TaAlert = Alert;
|
|
27815
27817
|
exports.TaAlertCl = AlertCl;
|
|
27816
27818
|
exports.TaAlignCenter = AlignCenter;
|
|
27817
|
-
exports.TaAlignLeft = AlignLeft;
|
|
27818
27819
|
exports.TaAlignRight = AlignRight;
|
|
27819
27820
|
exports.TaAllGroupSm = AllGroupSm;
|
|
27820
27821
|
exports.TaAnalysis = Analysis;
|
|
@@ -28168,6 +28169,7 @@ exports.TaReport = Report;
|
|
|
28168
28169
|
exports.TaReportCl = ReportCl;
|
|
28169
28170
|
exports.TaReportRemoval = ReportRemoval;
|
|
28170
28171
|
exports.TaResetPassword = ResetPassword;
|
|
28172
|
+
exports.TaResizer = Resizer;
|
|
28171
28173
|
exports.TaResult = Result;
|
|
28172
28174
|
exports.TaRevert = Revert;
|
|
28173
28175
|
exports.TaRowsSm = RowsSm;
|