@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.esm.js
CHANGED
|
@@ -7804,7 +7804,7 @@ TableSimple.defaultProps = {
|
|
|
7804
7804
|
|
|
7805
7805
|
var _excluded$1R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7806
7806
|
var loadingCircleStyle$1R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7807
|
-
var
|
|
7807
|
+
var OperatorEqual = function OperatorEqual(props) {
|
|
7808
7808
|
var color = props.color,
|
|
7809
7809
|
size = props.size,
|
|
7810
7810
|
spin = props.spin,
|
|
@@ -7837,58 +7837,6 @@ var AlignLeft = function AlignLeft(props) {
|
|
|
7837
7837
|
width: "24",
|
|
7838
7838
|
height: "24",
|
|
7839
7839
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7840
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
7841
|
-
d: "M3 18h6v-2H3v2zm0-7v2h12v-2H3zm0-5v2h18V6H3z"
|
|
7842
|
-
}))));
|
|
7843
|
-
};
|
|
7844
|
-
AlignLeft.propTypes = {
|
|
7845
|
-
iconClassName: PropTypes.string,
|
|
7846
|
-
spin: PropTypes.bool,
|
|
7847
|
-
color: PropTypes.string,
|
|
7848
|
-
testid: PropTypes.string,
|
|
7849
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
7850
|
-
};
|
|
7851
|
-
AlignLeft.defaultProps = {
|
|
7852
|
-
spin: false,
|
|
7853
|
-
color: 'currentColor',
|
|
7854
|
-
size: '1em'
|
|
7855
|
-
};
|
|
7856
|
-
|
|
7857
|
-
var _excluded$1S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7858
|
-
var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7859
|
-
var OperatorEqual = function OperatorEqual(props) {
|
|
7860
|
-
var color = props.color,
|
|
7861
|
-
size = props.size,
|
|
7862
|
-
spin = props.spin,
|
|
7863
|
-
style = props.style,
|
|
7864
|
-
className = props.className,
|
|
7865
|
-
iconClassName = props.iconClassName,
|
|
7866
|
-
testid = props.testid,
|
|
7867
|
-
otherProps = _objectWithoutProperties(props, _excluded$1S);
|
|
7868
|
-
return /*#__PURE__*/React.createElement("span", {
|
|
7869
|
-
role: "img",
|
|
7870
|
-
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
7871
|
-
}, /*#__PURE__*/React.createElement("style", {
|
|
7872
|
-
children: loadingCircleStyle$1S
|
|
7873
|
-
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
7874
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7875
|
-
width: size,
|
|
7876
|
-
height: size,
|
|
7877
|
-
viewBox: "0 0 24 24",
|
|
7878
|
-
fill: color
|
|
7879
|
-
}, otherProps, {
|
|
7880
|
-
className: iconClassName,
|
|
7881
|
-
"data-testid": testid,
|
|
7882
|
-
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
7883
|
-
animationDuration: '1s',
|
|
7884
|
-
animationIterationCount: 'infinite',
|
|
7885
|
-
animationName: 'loadingCircle',
|
|
7886
|
-
animationTimingFunction: 'linear'
|
|
7887
|
-
} : {})
|
|
7888
|
-
}), /*#__PURE__*/React.createElement("svg", {
|
|
7889
|
-
width: "24",
|
|
7890
|
-
height: "24",
|
|
7891
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
7892
7840
|
}, /*#__PURE__*/React.createElement("path", {
|
|
7893
7841
|
fillRule: "evenodd",
|
|
7894
7842
|
clipRule: "evenodd",
|
|
@@ -7908,8 +7856,8 @@ OperatorEqual.defaultProps = {
|
|
|
7908
7856
|
size: '1em'
|
|
7909
7857
|
};
|
|
7910
7858
|
|
|
7911
|
-
var _excluded$
|
|
7912
|
-
var loadingCircleStyle$
|
|
7859
|
+
var _excluded$1S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7860
|
+
var loadingCircleStyle$1S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7913
7861
|
var OperatorUnequal = function OperatorUnequal(props) {
|
|
7914
7862
|
var color = props.color,
|
|
7915
7863
|
size = props.size,
|
|
@@ -7918,12 +7866,12 @@ var OperatorUnequal = function OperatorUnequal(props) {
|
|
|
7918
7866
|
className = props.className,
|
|
7919
7867
|
iconClassName = props.iconClassName,
|
|
7920
7868
|
testid = props.testid,
|
|
7921
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7869
|
+
otherProps = _objectWithoutProperties(props, _excluded$1S);
|
|
7922
7870
|
return /*#__PURE__*/React.createElement("span", {
|
|
7923
7871
|
role: "img",
|
|
7924
7872
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
7925
7873
|
}, /*#__PURE__*/React.createElement("style", {
|
|
7926
|
-
children: loadingCircleStyle$
|
|
7874
|
+
children: loadingCircleStyle$1S
|
|
7927
7875
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
7928
7876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7929
7877
|
width: size,
|
|
@@ -7962,8 +7910,8 @@ OperatorUnequal.defaultProps = {
|
|
|
7962
7910
|
size: '1em'
|
|
7963
7911
|
};
|
|
7964
7912
|
|
|
7965
|
-
var _excluded$
|
|
7966
|
-
var loadingCircleStyle$
|
|
7913
|
+
var _excluded$1T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7914
|
+
var loadingCircleStyle$1T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
7967
7915
|
var OperatorDivide = function OperatorDivide(props) {
|
|
7968
7916
|
var color = props.color,
|
|
7969
7917
|
size = props.size,
|
|
@@ -7972,12 +7920,12 @@ var OperatorDivide = function OperatorDivide(props) {
|
|
|
7972
7920
|
className = props.className,
|
|
7973
7921
|
iconClassName = props.iconClassName,
|
|
7974
7922
|
testid = props.testid,
|
|
7975
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7923
|
+
otherProps = _objectWithoutProperties(props, _excluded$1T);
|
|
7976
7924
|
return /*#__PURE__*/React.createElement("span", {
|
|
7977
7925
|
role: "img",
|
|
7978
7926
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
7979
7927
|
}, /*#__PURE__*/React.createElement("style", {
|
|
7980
|
-
children: loadingCircleStyle$
|
|
7928
|
+
children: loadingCircleStyle$1T
|
|
7981
7929
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
7982
7930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7983
7931
|
width: size,
|
|
@@ -8014,8 +7962,8 @@ OperatorDivide.defaultProps = {
|
|
|
8014
7962
|
size: '1em'
|
|
8015
7963
|
};
|
|
8016
7964
|
|
|
8017
|
-
var _excluded$
|
|
8018
|
-
var loadingCircleStyle$
|
|
7965
|
+
var _excluded$1U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
7966
|
+
var loadingCircleStyle$1U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8019
7967
|
var OperatorNoValue = function OperatorNoValue(props) {
|
|
8020
7968
|
var color = props.color,
|
|
8021
7969
|
size = props.size,
|
|
@@ -8024,12 +7972,12 @@ var OperatorNoValue = function OperatorNoValue(props) {
|
|
|
8024
7972
|
className = props.className,
|
|
8025
7973
|
iconClassName = props.iconClassName,
|
|
8026
7974
|
testid = props.testid,
|
|
8027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
7975
|
+
otherProps = _objectWithoutProperties(props, _excluded$1U);
|
|
8028
7976
|
return /*#__PURE__*/React.createElement("span", {
|
|
8029
7977
|
role: "img",
|
|
8030
7978
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8031
7979
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8032
|
-
children: loadingCircleStyle$
|
|
7980
|
+
children: loadingCircleStyle$1U
|
|
8033
7981
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8034
7982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8035
7983
|
width: size,
|
|
@@ -8068,8 +8016,8 @@ OperatorNoValue.defaultProps = {
|
|
|
8068
8016
|
size: '1em'
|
|
8069
8017
|
};
|
|
8070
8018
|
|
|
8071
|
-
var _excluded$
|
|
8072
|
-
var loadingCircleStyle$
|
|
8019
|
+
var _excluded$1V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8020
|
+
var loadingCircleStyle$1V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8073
8021
|
var OperatorHasValue = function OperatorHasValue(props) {
|
|
8074
8022
|
var color = props.color,
|
|
8075
8023
|
size = props.size,
|
|
@@ -8078,12 +8026,12 @@ var OperatorHasValue = function OperatorHasValue(props) {
|
|
|
8078
8026
|
className = props.className,
|
|
8079
8027
|
iconClassName = props.iconClassName,
|
|
8080
8028
|
testid = props.testid,
|
|
8081
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8029
|
+
otherProps = _objectWithoutProperties(props, _excluded$1V);
|
|
8082
8030
|
return /*#__PURE__*/React.createElement("span", {
|
|
8083
8031
|
role: "img",
|
|
8084
8032
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8085
8033
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8086
|
-
children: loadingCircleStyle$
|
|
8034
|
+
children: loadingCircleStyle$1V
|
|
8087
8035
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8088
8036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8089
8037
|
width: size,
|
|
@@ -8122,8 +8070,8 @@ OperatorHasValue.defaultProps = {
|
|
|
8122
8070
|
size: '1em'
|
|
8123
8071
|
};
|
|
8124
8072
|
|
|
8125
|
-
var _excluded$
|
|
8126
|
-
var loadingCircleStyle$
|
|
8073
|
+
var _excluded$1W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8074
|
+
var loadingCircleStyle$1W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8127
8075
|
var OperatorInside = function OperatorInside(props) {
|
|
8128
8076
|
var color = props.color,
|
|
8129
8077
|
size = props.size,
|
|
@@ -8132,12 +8080,12 @@ var OperatorInside = function OperatorInside(props) {
|
|
|
8132
8080
|
className = props.className,
|
|
8133
8081
|
iconClassName = props.iconClassName,
|
|
8134
8082
|
testid = props.testid,
|
|
8135
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8083
|
+
otherProps = _objectWithoutProperties(props, _excluded$1W);
|
|
8136
8084
|
return /*#__PURE__*/React.createElement("span", {
|
|
8137
8085
|
role: "img",
|
|
8138
8086
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8139
8087
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8140
|
-
children: loadingCircleStyle$
|
|
8088
|
+
children: loadingCircleStyle$1W
|
|
8141
8089
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8142
8090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8143
8091
|
width: size,
|
|
@@ -8174,8 +8122,8 @@ OperatorInside.defaultProps = {
|
|
|
8174
8122
|
size: '1em'
|
|
8175
8123
|
};
|
|
8176
8124
|
|
|
8177
|
-
var _excluded$
|
|
8178
|
-
var loadingCircleStyle$
|
|
8125
|
+
var _excluded$1X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8126
|
+
var loadingCircleStyle$1X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8179
8127
|
var OperatorInclude = function OperatorInclude(props) {
|
|
8180
8128
|
var color = props.color,
|
|
8181
8129
|
size = props.size,
|
|
@@ -8184,12 +8132,12 @@ var OperatorInclude = function OperatorInclude(props) {
|
|
|
8184
8132
|
className = props.className,
|
|
8185
8133
|
iconClassName = props.iconClassName,
|
|
8186
8134
|
testid = props.testid,
|
|
8187
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8135
|
+
otherProps = _objectWithoutProperties(props, _excluded$1X);
|
|
8188
8136
|
return /*#__PURE__*/React.createElement("span", {
|
|
8189
8137
|
role: "img",
|
|
8190
8138
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8191
8139
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8192
|
-
children: loadingCircleStyle$
|
|
8140
|
+
children: loadingCircleStyle$1X
|
|
8193
8141
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8194
8142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8195
8143
|
width: size,
|
|
@@ -8228,8 +8176,8 @@ OperatorInclude.defaultProps = {
|
|
|
8228
8176
|
size: '1em'
|
|
8229
8177
|
};
|
|
8230
8178
|
|
|
8231
|
-
var _excluded$
|
|
8232
|
-
var loadingCircleStyle$
|
|
8179
|
+
var _excluded$1Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8180
|
+
var loadingCircleStyle$1Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8233
8181
|
var OperatorNotInclude = function OperatorNotInclude(props) {
|
|
8234
8182
|
var color = props.color,
|
|
8235
8183
|
size = props.size,
|
|
@@ -8238,12 +8186,12 @@ var OperatorNotInclude = function OperatorNotInclude(props) {
|
|
|
8238
8186
|
className = props.className,
|
|
8239
8187
|
iconClassName = props.iconClassName,
|
|
8240
8188
|
testid = props.testid,
|
|
8241
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8189
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Y);
|
|
8242
8190
|
return /*#__PURE__*/React.createElement("span", {
|
|
8243
8191
|
role: "img",
|
|
8244
8192
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8245
8193
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8246
|
-
children: loadingCircleStyle$
|
|
8194
|
+
children: loadingCircleStyle$1Y
|
|
8247
8195
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8248
8196
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8249
8197
|
width: size,
|
|
@@ -8290,8 +8238,8 @@ OperatorNotInclude.defaultProps = {
|
|
|
8290
8238
|
size: '1em'
|
|
8291
8239
|
};
|
|
8292
8240
|
|
|
8293
|
-
var _excluded$
|
|
8294
|
-
var loadingCircleStyle$
|
|
8241
|
+
var _excluded$1Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8242
|
+
var loadingCircleStyle$1Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8295
8243
|
var OperatorLess = function OperatorLess(props) {
|
|
8296
8244
|
var color = props.color,
|
|
8297
8245
|
size = props.size,
|
|
@@ -8300,12 +8248,12 @@ var OperatorLess = function OperatorLess(props) {
|
|
|
8300
8248
|
className = props.className,
|
|
8301
8249
|
iconClassName = props.iconClassName,
|
|
8302
8250
|
testid = props.testid,
|
|
8303
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8251
|
+
otherProps = _objectWithoutProperties(props, _excluded$1Z);
|
|
8304
8252
|
return /*#__PURE__*/React.createElement("span", {
|
|
8305
8253
|
role: "img",
|
|
8306
8254
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8307
8255
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8308
|
-
children: loadingCircleStyle$
|
|
8256
|
+
children: loadingCircleStyle$1Z
|
|
8309
8257
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8310
8258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8311
8259
|
width: size,
|
|
@@ -8344,8 +8292,8 @@ OperatorLess.defaultProps = {
|
|
|
8344
8292
|
size: '1em'
|
|
8345
8293
|
};
|
|
8346
8294
|
|
|
8347
|
-
var _excluded$
|
|
8348
|
-
var loadingCircleStyle$
|
|
8295
|
+
var _excluded$1_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8296
|
+
var loadingCircleStyle$1_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8349
8297
|
var OperatorNoBigger = function OperatorNoBigger(props) {
|
|
8350
8298
|
var color = props.color,
|
|
8351
8299
|
size = props.size,
|
|
@@ -8354,12 +8302,12 @@ var OperatorNoBigger = function OperatorNoBigger(props) {
|
|
|
8354
8302
|
className = props.className,
|
|
8355
8303
|
iconClassName = props.iconClassName,
|
|
8356
8304
|
testid = props.testid,
|
|
8357
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8305
|
+
otherProps = _objectWithoutProperties(props, _excluded$1_);
|
|
8358
8306
|
return /*#__PURE__*/React.createElement("span", {
|
|
8359
8307
|
role: "img",
|
|
8360
8308
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8361
8309
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8362
|
-
children: loadingCircleStyle$
|
|
8310
|
+
children: loadingCircleStyle$1_
|
|
8363
8311
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8364
8312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8365
8313
|
width: size,
|
|
@@ -8398,8 +8346,8 @@ OperatorNoBigger.defaultProps = {
|
|
|
8398
8346
|
size: '1em'
|
|
8399
8347
|
};
|
|
8400
8348
|
|
|
8401
|
-
var _excluded$
|
|
8402
|
-
var loadingCircleStyle$
|
|
8349
|
+
var _excluded$1$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8350
|
+
var loadingCircleStyle$1$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8403
8351
|
var OperatorBigger = function OperatorBigger(props) {
|
|
8404
8352
|
var color = props.color,
|
|
8405
8353
|
size = props.size,
|
|
@@ -8408,12 +8356,12 @@ var OperatorBigger = function OperatorBigger(props) {
|
|
|
8408
8356
|
className = props.className,
|
|
8409
8357
|
iconClassName = props.iconClassName,
|
|
8410
8358
|
testid = props.testid,
|
|
8411
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8359
|
+
otherProps = _objectWithoutProperties(props, _excluded$1$);
|
|
8412
8360
|
return /*#__PURE__*/React.createElement("span", {
|
|
8413
8361
|
role: "img",
|
|
8414
8362
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8415
8363
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8416
|
-
children: loadingCircleStyle$
|
|
8364
|
+
children: loadingCircleStyle$1$
|
|
8417
8365
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8418
8366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8419
8367
|
width: size,
|
|
@@ -8452,8 +8400,8 @@ OperatorBigger.defaultProps = {
|
|
|
8452
8400
|
size: '1em'
|
|
8453
8401
|
};
|
|
8454
8402
|
|
|
8455
|
-
var _excluded$
|
|
8456
|
-
var loadingCircleStyle$
|
|
8403
|
+
var _excluded$20 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8404
|
+
var loadingCircleStyle$20 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8457
8405
|
var OperatorNoLess = function OperatorNoLess(props) {
|
|
8458
8406
|
var color = props.color,
|
|
8459
8407
|
size = props.size,
|
|
@@ -8462,12 +8410,12 @@ var OperatorNoLess = function OperatorNoLess(props) {
|
|
|
8462
8410
|
className = props.className,
|
|
8463
8411
|
iconClassName = props.iconClassName,
|
|
8464
8412
|
testid = props.testid,
|
|
8465
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8413
|
+
otherProps = _objectWithoutProperties(props, _excluded$20);
|
|
8466
8414
|
return /*#__PURE__*/React.createElement("span", {
|
|
8467
8415
|
role: "img",
|
|
8468
8416
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8469
8417
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8470
|
-
children: loadingCircleStyle$
|
|
8418
|
+
children: loadingCircleStyle$20
|
|
8471
8419
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8472
8420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8473
8421
|
width: size,
|
|
@@ -8506,8 +8454,8 @@ OperatorNoLess.defaultProps = {
|
|
|
8506
8454
|
size: '1em'
|
|
8507
8455
|
};
|
|
8508
8456
|
|
|
8509
|
-
var _excluded$
|
|
8510
|
-
var loadingCircleStyle$
|
|
8457
|
+
var _excluded$21 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8458
|
+
var loadingCircleStyle$21 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8511
8459
|
var OperatorTrue = function OperatorTrue(props) {
|
|
8512
8460
|
var color = props.color,
|
|
8513
8461
|
size = props.size,
|
|
@@ -8516,12 +8464,12 @@ var OperatorTrue = function OperatorTrue(props) {
|
|
|
8516
8464
|
className = props.className,
|
|
8517
8465
|
iconClassName = props.iconClassName,
|
|
8518
8466
|
testid = props.testid,
|
|
8519
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8467
|
+
otherProps = _objectWithoutProperties(props, _excluded$21);
|
|
8520
8468
|
return /*#__PURE__*/React.createElement("span", {
|
|
8521
8469
|
role: "img",
|
|
8522
8470
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8523
8471
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8524
|
-
children: loadingCircleStyle$
|
|
8472
|
+
children: loadingCircleStyle$21
|
|
8525
8473
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8526
8474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8527
8475
|
width: size,
|
|
@@ -8560,8 +8508,8 @@ OperatorTrue.defaultProps = {
|
|
|
8560
8508
|
size: '1em'
|
|
8561
8509
|
};
|
|
8562
8510
|
|
|
8563
|
-
var _excluded$
|
|
8564
|
-
var loadingCircleStyle$
|
|
8511
|
+
var _excluded$22 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8512
|
+
var loadingCircleStyle$22 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8565
8513
|
var OperatorFalse = function OperatorFalse(props) {
|
|
8566
8514
|
var color = props.color,
|
|
8567
8515
|
size = props.size,
|
|
@@ -8570,12 +8518,12 @@ var OperatorFalse = function OperatorFalse(props) {
|
|
|
8570
8518
|
className = props.className,
|
|
8571
8519
|
iconClassName = props.iconClassName,
|
|
8572
8520
|
testid = props.testid,
|
|
8573
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8521
|
+
otherProps = _objectWithoutProperties(props, _excluded$22);
|
|
8574
8522
|
return /*#__PURE__*/React.createElement("span", {
|
|
8575
8523
|
role: "img",
|
|
8576
8524
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8577
8525
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8578
|
-
children: loadingCircleStyle$
|
|
8526
|
+
children: loadingCircleStyle$22
|
|
8579
8527
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8580
8528
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8581
8529
|
width: size,
|
|
@@ -8614,8 +8562,8 @@ OperatorFalse.defaultProps = {
|
|
|
8614
8562
|
size: '1em'
|
|
8615
8563
|
};
|
|
8616
8564
|
|
|
8617
|
-
var _excluded$
|
|
8618
|
-
var loadingCircleStyle$
|
|
8565
|
+
var _excluded$23 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8566
|
+
var loadingCircleStyle$23 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8619
8567
|
var OperatorRegex = function OperatorRegex(props) {
|
|
8620
8568
|
var color = props.color,
|
|
8621
8569
|
size = props.size,
|
|
@@ -8624,12 +8572,12 @@ var OperatorRegex = function OperatorRegex(props) {
|
|
|
8624
8572
|
className = props.className,
|
|
8625
8573
|
iconClassName = props.iconClassName,
|
|
8626
8574
|
testid = props.testid,
|
|
8627
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8575
|
+
otherProps = _objectWithoutProperties(props, _excluded$23);
|
|
8628
8576
|
return /*#__PURE__*/React.createElement("span", {
|
|
8629
8577
|
role: "img",
|
|
8630
8578
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8631
8579
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8632
|
-
children: loadingCircleStyle$
|
|
8580
|
+
children: loadingCircleStyle$23
|
|
8633
8581
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8634
8582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8635
8583
|
width: size,
|
|
@@ -8668,8 +8616,8 @@ OperatorRegex.defaultProps = {
|
|
|
8668
8616
|
size: '1em'
|
|
8669
8617
|
};
|
|
8670
8618
|
|
|
8671
|
-
var _excluded$
|
|
8672
|
-
var loadingCircleStyle$
|
|
8619
|
+
var _excluded$24 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8620
|
+
var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8673
8621
|
var OperatorNoRegex = function OperatorNoRegex(props) {
|
|
8674
8622
|
var color = props.color,
|
|
8675
8623
|
size = props.size,
|
|
@@ -8678,12 +8626,12 @@ var OperatorNoRegex = function OperatorNoRegex(props) {
|
|
|
8678
8626
|
className = props.className,
|
|
8679
8627
|
iconClassName = props.iconClassName,
|
|
8680
8628
|
testid = props.testid,
|
|
8681
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8629
|
+
otherProps = _objectWithoutProperties(props, _excluded$24);
|
|
8682
8630
|
return /*#__PURE__*/React.createElement("span", {
|
|
8683
8631
|
role: "img",
|
|
8684
8632
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8685
8633
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8686
|
-
children: loadingCircleStyle$
|
|
8634
|
+
children: loadingCircleStyle$24
|
|
8687
8635
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8688
8636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8689
8637
|
width: size,
|
|
@@ -8722,8 +8670,8 @@ OperatorNoRegex.defaultProps = {
|
|
|
8722
8670
|
size: '1em'
|
|
8723
8671
|
};
|
|
8724
8672
|
|
|
8725
|
-
var _excluded$
|
|
8726
|
-
var loadingCircleStyle$
|
|
8673
|
+
var _excluded$25 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8674
|
+
var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8727
8675
|
var ChartLine = function ChartLine(props) {
|
|
8728
8676
|
var color = props.color,
|
|
8729
8677
|
size = props.size,
|
|
@@ -8732,12 +8680,12 @@ var ChartLine = function ChartLine(props) {
|
|
|
8732
8680
|
className = props.className,
|
|
8733
8681
|
iconClassName = props.iconClassName,
|
|
8734
8682
|
testid = props.testid,
|
|
8735
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8683
|
+
otherProps = _objectWithoutProperties(props, _excluded$25);
|
|
8736
8684
|
return /*#__PURE__*/React.createElement("span", {
|
|
8737
8685
|
role: "img",
|
|
8738
8686
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8739
8687
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8740
|
-
children: loadingCircleStyle$
|
|
8688
|
+
children: loadingCircleStyle$25
|
|
8741
8689
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8742
8690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8743
8691
|
width: size,
|
|
@@ -8780,8 +8728,8 @@ ChartLine.defaultProps = {
|
|
|
8780
8728
|
size: '1em'
|
|
8781
8729
|
};
|
|
8782
8730
|
|
|
8783
|
-
var _excluded$
|
|
8784
|
-
var loadingCircleStyle$
|
|
8731
|
+
var _excluded$26 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8732
|
+
var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8785
8733
|
var ChartBar = function ChartBar(props) {
|
|
8786
8734
|
var color = props.color,
|
|
8787
8735
|
size = props.size,
|
|
@@ -8790,12 +8738,12 @@ var ChartBar = function ChartBar(props) {
|
|
|
8790
8738
|
className = props.className,
|
|
8791
8739
|
iconClassName = props.iconClassName,
|
|
8792
8740
|
testid = props.testid,
|
|
8793
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8741
|
+
otherProps = _objectWithoutProperties(props, _excluded$26);
|
|
8794
8742
|
return /*#__PURE__*/React.createElement("span", {
|
|
8795
8743
|
role: "img",
|
|
8796
8744
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8797
8745
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8798
|
-
children: loadingCircleStyle$
|
|
8746
|
+
children: loadingCircleStyle$26
|
|
8799
8747
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8800
8748
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8801
8749
|
width: size,
|
|
@@ -8836,8 +8784,8 @@ ChartBar.defaultProps = {
|
|
|
8836
8784
|
size: '1em'
|
|
8837
8785
|
};
|
|
8838
8786
|
|
|
8839
|
-
var _excluded$
|
|
8840
|
-
var loadingCircleStyle$
|
|
8787
|
+
var _excluded$27 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8788
|
+
var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8841
8789
|
var ChartStackedBar = function ChartStackedBar(props) {
|
|
8842
8790
|
var color = props.color,
|
|
8843
8791
|
size = props.size,
|
|
@@ -8846,12 +8794,12 @@ var ChartStackedBar = function ChartStackedBar(props) {
|
|
|
8846
8794
|
className = props.className,
|
|
8847
8795
|
iconClassName = props.iconClassName,
|
|
8848
8796
|
testid = props.testid,
|
|
8849
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8797
|
+
otherProps = _objectWithoutProperties(props, _excluded$27);
|
|
8850
8798
|
return /*#__PURE__*/React.createElement("span", {
|
|
8851
8799
|
role: "img",
|
|
8852
8800
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8853
8801
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8854
|
-
children: loadingCircleStyle$
|
|
8802
|
+
children: loadingCircleStyle$27
|
|
8855
8803
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8856
8804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8857
8805
|
width: size,
|
|
@@ -8898,8 +8846,8 @@ ChartStackedBar.defaultProps = {
|
|
|
8898
8846
|
size: '1em'
|
|
8899
8847
|
};
|
|
8900
8848
|
|
|
8901
|
-
var _excluded$
|
|
8902
|
-
var loadingCircleStyle$
|
|
8849
|
+
var _excluded$28 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8850
|
+
var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8903
8851
|
var ChartPercentageBar = function ChartPercentageBar(props) {
|
|
8904
8852
|
var color = props.color,
|
|
8905
8853
|
size = props.size,
|
|
@@ -8908,12 +8856,12 @@ var ChartPercentageBar = function ChartPercentageBar(props) {
|
|
|
8908
8856
|
className = props.className,
|
|
8909
8857
|
iconClassName = props.iconClassName,
|
|
8910
8858
|
testid = props.testid,
|
|
8911
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8859
|
+
otherProps = _objectWithoutProperties(props, _excluded$28);
|
|
8912
8860
|
return /*#__PURE__*/React.createElement("span", {
|
|
8913
8861
|
role: "img",
|
|
8914
8862
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8915
8863
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8916
|
-
children: loadingCircleStyle$
|
|
8864
|
+
children: loadingCircleStyle$28
|
|
8917
8865
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8918
8866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8919
8867
|
width: size,
|
|
@@ -8960,8 +8908,8 @@ ChartPercentageBar.defaultProps = {
|
|
|
8960
8908
|
size: '1em'
|
|
8961
8909
|
};
|
|
8962
8910
|
|
|
8963
|
-
var _excluded$
|
|
8964
|
-
var loadingCircleStyle$
|
|
8911
|
+
var _excluded$29 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8912
|
+
var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8965
8913
|
var ChartCum = function ChartCum(props) {
|
|
8966
8914
|
var color = props.color,
|
|
8967
8915
|
size = props.size,
|
|
@@ -8970,12 +8918,12 @@ var ChartCum = function ChartCum(props) {
|
|
|
8970
8918
|
className = props.className,
|
|
8971
8919
|
iconClassName = props.iconClassName,
|
|
8972
8920
|
testid = props.testid,
|
|
8973
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8921
|
+
otherProps = _objectWithoutProperties(props, _excluded$29);
|
|
8974
8922
|
return /*#__PURE__*/React.createElement("span", {
|
|
8975
8923
|
role: "img",
|
|
8976
8924
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8977
8925
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8978
|
-
children: loadingCircleStyle$
|
|
8926
|
+
children: loadingCircleStyle$29
|
|
8979
8927
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8980
8928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8981
8929
|
width: size,
|
|
@@ -9014,8 +8962,8 @@ ChartCum.defaultProps = {
|
|
|
9014
8962
|
size: '1em'
|
|
9015
8963
|
};
|
|
9016
8964
|
|
|
9017
|
-
var _excluded$
|
|
9018
|
-
var loadingCircleStyle$
|
|
8965
|
+
var _excluded$2a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
8966
|
+
var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9019
8967
|
var ChartPie = function ChartPie(props) {
|
|
9020
8968
|
var color = props.color,
|
|
9021
8969
|
size = props.size,
|
|
@@ -9024,12 +8972,12 @@ var ChartPie = function ChartPie(props) {
|
|
|
9024
8972
|
className = props.className,
|
|
9025
8973
|
iconClassName = props.iconClassName,
|
|
9026
8974
|
testid = props.testid,
|
|
9027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8975
|
+
otherProps = _objectWithoutProperties(props, _excluded$2a);
|
|
9028
8976
|
return /*#__PURE__*/React.createElement("span", {
|
|
9029
8977
|
role: "img",
|
|
9030
8978
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9031
8979
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9032
|
-
children: loadingCircleStyle$
|
|
8980
|
+
children: loadingCircleStyle$2a
|
|
9033
8981
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9034
8982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9035
8983
|
width: size,
|
|
@@ -9068,8 +9016,8 @@ ChartPie.defaultProps = {
|
|
|
9068
9016
|
size: '1em'
|
|
9069
9017
|
};
|
|
9070
9018
|
|
|
9071
|
-
var _excluded$
|
|
9072
|
-
var loadingCircleStyle$
|
|
9019
|
+
var _excluded$2b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9020
|
+
var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9073
9021
|
var ChartDNRe = function ChartDNRe(props) {
|
|
9074
9022
|
var color = props.color,
|
|
9075
9023
|
size = props.size,
|
|
@@ -9078,12 +9026,12 @@ var ChartDNRe = function ChartDNRe(props) {
|
|
|
9078
9026
|
className = props.className,
|
|
9079
9027
|
iconClassName = props.iconClassName,
|
|
9080
9028
|
testid = props.testid,
|
|
9081
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9029
|
+
otherProps = _objectWithoutProperties(props, _excluded$2b);
|
|
9082
9030
|
return /*#__PURE__*/React.createElement("span", {
|
|
9083
9031
|
role: "img",
|
|
9084
9032
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9085
9033
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9086
|
-
children: loadingCircleStyle$
|
|
9034
|
+
children: loadingCircleStyle$2b
|
|
9087
9035
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9088
9036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9089
9037
|
width: size,
|
|
@@ -9132,8 +9080,8 @@ ChartDNRe.defaultProps = {
|
|
|
9132
9080
|
size: '1em'
|
|
9133
9081
|
};
|
|
9134
9082
|
|
|
9135
|
-
var _excluded$
|
|
9136
|
-
var loadingCircleStyle$
|
|
9083
|
+
var _excluded$2c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9084
|
+
var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9137
9085
|
var ChartDRe = function ChartDRe(props) {
|
|
9138
9086
|
var color = props.color,
|
|
9139
9087
|
size = props.size,
|
|
@@ -9142,12 +9090,12 @@ var ChartDRe = function ChartDRe(props) {
|
|
|
9142
9090
|
className = props.className,
|
|
9143
9091
|
iconClassName = props.iconClassName,
|
|
9144
9092
|
testid = props.testid,
|
|
9145
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9093
|
+
otherProps = _objectWithoutProperties(props, _excluded$2c);
|
|
9146
9094
|
return /*#__PURE__*/React.createElement("span", {
|
|
9147
9095
|
role: "img",
|
|
9148
9096
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9149
9097
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9150
|
-
children: loadingCircleStyle$
|
|
9098
|
+
children: loadingCircleStyle$2c
|
|
9151
9099
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9152
9100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9153
9101
|
width: size,
|
|
@@ -9196,8 +9144,8 @@ ChartDRe.defaultProps = {
|
|
|
9196
9144
|
size: '1em'
|
|
9197
9145
|
};
|
|
9198
9146
|
|
|
9199
|
-
var _excluded$
|
|
9200
|
-
var loadingCircleStyle$
|
|
9147
|
+
var _excluded$2d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9148
|
+
var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9201
9149
|
var ChartFunnel = function ChartFunnel(props) {
|
|
9202
9150
|
var color = props.color,
|
|
9203
9151
|
size = props.size,
|
|
@@ -9206,12 +9154,12 @@ var ChartFunnel = function ChartFunnel(props) {
|
|
|
9206
9154
|
className = props.className,
|
|
9207
9155
|
iconClassName = props.iconClassName,
|
|
9208
9156
|
testid = props.testid,
|
|
9209
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9157
|
+
otherProps = _objectWithoutProperties(props, _excluded$2d);
|
|
9210
9158
|
return /*#__PURE__*/React.createElement("span", {
|
|
9211
9159
|
role: "img",
|
|
9212
9160
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9213
9161
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9214
|
-
children: loadingCircleStyle$
|
|
9162
|
+
children: loadingCircleStyle$2d
|
|
9215
9163
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9216
9164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9217
9165
|
width: size,
|
|
@@ -9252,8 +9200,8 @@ ChartFunnel.defaultProps = {
|
|
|
9252
9200
|
size: '1em'
|
|
9253
9201
|
};
|
|
9254
9202
|
|
|
9255
|
-
var _excluded$
|
|
9256
|
-
var loadingCircleStyle$
|
|
9203
|
+
var _excluded$2e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9204
|
+
var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9257
9205
|
var ChartInterval = function ChartInterval(props) {
|
|
9258
9206
|
var color = props.color,
|
|
9259
9207
|
size = props.size,
|
|
@@ -9262,12 +9210,12 @@ var ChartInterval = function ChartInterval(props) {
|
|
|
9262
9210
|
className = props.className,
|
|
9263
9211
|
iconClassName = props.iconClassName,
|
|
9264
9212
|
testid = props.testid,
|
|
9265
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9213
|
+
otherProps = _objectWithoutProperties(props, _excluded$2e);
|
|
9266
9214
|
return /*#__PURE__*/React.createElement("span", {
|
|
9267
9215
|
role: "img",
|
|
9268
9216
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9269
9217
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9270
|
-
children: loadingCircleStyle$
|
|
9218
|
+
children: loadingCircleStyle$2e
|
|
9271
9219
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9272
9220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9273
9221
|
width: size,
|
|
@@ -9306,8 +9254,8 @@ ChartInterval.defaultProps = {
|
|
|
9306
9254
|
size: '1em'
|
|
9307
9255
|
};
|
|
9308
9256
|
|
|
9309
|
-
var _excluded$
|
|
9310
|
-
var loadingCircleStyle$
|
|
9257
|
+
var _excluded$2f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9258
|
+
var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9311
9259
|
var ChartStack = function ChartStack(props) {
|
|
9312
9260
|
var color = props.color,
|
|
9313
9261
|
size = props.size,
|
|
@@ -9316,12 +9264,12 @@ var ChartStack = function ChartStack(props) {
|
|
|
9316
9264
|
className = props.className,
|
|
9317
9265
|
iconClassName = props.iconClassName,
|
|
9318
9266
|
testid = props.testid,
|
|
9319
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9267
|
+
otherProps = _objectWithoutProperties(props, _excluded$2f);
|
|
9320
9268
|
return /*#__PURE__*/React.createElement("span", {
|
|
9321
9269
|
role: "img",
|
|
9322
9270
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9323
9271
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9324
|
-
children: loadingCircleStyle$
|
|
9272
|
+
children: loadingCircleStyle$2f
|
|
9325
9273
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9326
9274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9327
9275
|
width: size,
|
|
@@ -9360,8 +9308,8 @@ ChartStack.defaultProps = {
|
|
|
9360
9308
|
size: '1em'
|
|
9361
9309
|
};
|
|
9362
9310
|
|
|
9363
|
-
var _excluded$
|
|
9364
|
-
var loadingCircleStyle$
|
|
9311
|
+
var _excluded$2g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9312
|
+
var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9365
9313
|
var ChartStackn = function ChartStackn(props) {
|
|
9366
9314
|
var color = props.color,
|
|
9367
9315
|
size = props.size,
|
|
@@ -9370,12 +9318,12 @@ var ChartStackn = function ChartStackn(props) {
|
|
|
9370
9318
|
className = props.className,
|
|
9371
9319
|
iconClassName = props.iconClassName,
|
|
9372
9320
|
testid = props.testid,
|
|
9373
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9321
|
+
otherProps = _objectWithoutProperties(props, _excluded$2g);
|
|
9374
9322
|
return /*#__PURE__*/React.createElement("span", {
|
|
9375
9323
|
role: "img",
|
|
9376
9324
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9377
9325
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9378
|
-
children: loadingCircleStyle$
|
|
9326
|
+
children: loadingCircleStyle$2g
|
|
9379
9327
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9380
9328
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9381
9329
|
width: size,
|
|
@@ -9414,8 +9362,8 @@ ChartStackn.defaultProps = {
|
|
|
9414
9362
|
size: '1em'
|
|
9415
9363
|
};
|
|
9416
9364
|
|
|
9417
|
-
var _excluded$
|
|
9418
|
-
var loadingCircleStyle$
|
|
9365
|
+
var _excluded$2h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9366
|
+
var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9419
9367
|
var ChartStackPerc = function ChartStackPerc(props) {
|
|
9420
9368
|
var color = props.color,
|
|
9421
9369
|
size = props.size,
|
|
@@ -9424,12 +9372,12 @@ var ChartStackPerc = function ChartStackPerc(props) {
|
|
|
9424
9372
|
className = props.className,
|
|
9425
9373
|
iconClassName = props.iconClassName,
|
|
9426
9374
|
testid = props.testid,
|
|
9427
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9375
|
+
otherProps = _objectWithoutProperties(props, _excluded$2h);
|
|
9428
9376
|
return /*#__PURE__*/React.createElement("span", {
|
|
9429
9377
|
role: "img",
|
|
9430
9378
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9431
9379
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9432
|
-
children: loadingCircleStyle$
|
|
9380
|
+
children: loadingCircleStyle$2h
|
|
9433
9381
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9434
9382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9435
9383
|
width: size,
|
|
@@ -9468,8 +9416,8 @@ ChartStackPerc.defaultProps = {
|
|
|
9468
9416
|
size: '1em'
|
|
9469
9417
|
};
|
|
9470
9418
|
|
|
9471
|
-
var _excluded$
|
|
9472
|
-
var loadingCircleStyle$
|
|
9419
|
+
var _excluded$2i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9420
|
+
var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9473
9421
|
var ChartComplex = function ChartComplex(props) {
|
|
9474
9422
|
var color = props.color,
|
|
9475
9423
|
size = props.size,
|
|
@@ -9478,12 +9426,12 @@ var ChartComplex = function ChartComplex(props) {
|
|
|
9478
9426
|
className = props.className,
|
|
9479
9427
|
iconClassName = props.iconClassName,
|
|
9480
9428
|
testid = props.testid,
|
|
9481
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9429
|
+
otherProps = _objectWithoutProperties(props, _excluded$2i);
|
|
9482
9430
|
return /*#__PURE__*/React.createElement("span", {
|
|
9483
9431
|
role: "img",
|
|
9484
9432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9485
9433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9486
|
-
children: loadingCircleStyle$
|
|
9434
|
+
children: loadingCircleStyle$2i
|
|
9487
9435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9488
9436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9489
9437
|
width: size,
|
|
@@ -9528,8 +9476,8 @@ ChartComplex.defaultProps = {
|
|
|
9528
9476
|
size: '1em'
|
|
9529
9477
|
};
|
|
9530
9478
|
|
|
9531
|
-
var _excluded$
|
|
9532
|
-
var loadingCircleStyle$
|
|
9479
|
+
var _excluded$2j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9480
|
+
var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9533
9481
|
var ChartHistogram = function ChartHistogram(props) {
|
|
9534
9482
|
var color = props.color,
|
|
9535
9483
|
size = props.size,
|
|
@@ -9538,12 +9486,12 @@ var ChartHistogram = function ChartHistogram(props) {
|
|
|
9538
9486
|
className = props.className,
|
|
9539
9487
|
iconClassName = props.iconClassName,
|
|
9540
9488
|
testid = props.testid,
|
|
9541
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9489
|
+
otherProps = _objectWithoutProperties(props, _excluded$2j);
|
|
9542
9490
|
return /*#__PURE__*/React.createElement("span", {
|
|
9543
9491
|
role: "img",
|
|
9544
9492
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9545
9493
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9546
|
-
children: loadingCircleStyle$
|
|
9494
|
+
children: loadingCircleStyle$2j
|
|
9547
9495
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9548
9496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9549
9497
|
width: size,
|
|
@@ -9594,8 +9542,8 @@ ChartHistogram.defaultProps = {
|
|
|
9594
9542
|
size: '1em'
|
|
9595
9543
|
};
|
|
9596
9544
|
|
|
9597
|
-
var _excluded$
|
|
9598
|
-
var loadingCircleStyle$
|
|
9545
|
+
var _excluded$2k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9546
|
+
var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9599
9547
|
var ChartTable = function ChartTable(props) {
|
|
9600
9548
|
var color = props.color,
|
|
9601
9549
|
size = props.size,
|
|
@@ -9604,12 +9552,12 @@ var ChartTable = function ChartTable(props) {
|
|
|
9604
9552
|
className = props.className,
|
|
9605
9553
|
iconClassName = props.iconClassName,
|
|
9606
9554
|
testid = props.testid,
|
|
9607
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9555
|
+
otherProps = _objectWithoutProperties(props, _excluded$2k);
|
|
9608
9556
|
return /*#__PURE__*/React.createElement("span", {
|
|
9609
9557
|
role: "img",
|
|
9610
9558
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9611
9559
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9612
|
-
children: loadingCircleStyle$
|
|
9560
|
+
children: loadingCircleStyle$2k
|
|
9613
9561
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9614
9562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9615
9563
|
width: size,
|
|
@@ -9646,8 +9594,8 @@ ChartTable.defaultProps = {
|
|
|
9646
9594
|
size: '1em'
|
|
9647
9595
|
};
|
|
9648
9596
|
|
|
9649
|
-
var _excluded$
|
|
9650
|
-
var loadingCircleStyle$
|
|
9597
|
+
var _excluded$2l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9598
|
+
var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9651
9599
|
var Table1dtable = function Table1dtable(props) {
|
|
9652
9600
|
var color = props.color,
|
|
9653
9601
|
size = props.size,
|
|
@@ -9656,12 +9604,12 @@ var Table1dtable = function Table1dtable(props) {
|
|
|
9656
9604
|
className = props.className,
|
|
9657
9605
|
iconClassName = props.iconClassName,
|
|
9658
9606
|
testid = props.testid,
|
|
9659
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9607
|
+
otherProps = _objectWithoutProperties(props, _excluded$2l);
|
|
9660
9608
|
return /*#__PURE__*/React.createElement("span", {
|
|
9661
9609
|
role: "img",
|
|
9662
9610
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9663
9611
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9664
|
-
children: loadingCircleStyle$
|
|
9612
|
+
children: loadingCircleStyle$2l
|
|
9665
9613
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9666
9614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9667
9615
|
width: size,
|
|
@@ -9716,8 +9664,8 @@ Table1dtable.defaultProps = {
|
|
|
9716
9664
|
size: '1em'
|
|
9717
9665
|
};
|
|
9718
9666
|
|
|
9719
|
-
var _excluded$
|
|
9720
|
-
var loadingCircleStyle$
|
|
9667
|
+
var _excluded$2m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9668
|
+
var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9721
9669
|
var ChartFieldlist = function ChartFieldlist(props) {
|
|
9722
9670
|
var color = props.color,
|
|
9723
9671
|
size = props.size,
|
|
@@ -9726,12 +9674,12 @@ var ChartFieldlist = function ChartFieldlist(props) {
|
|
|
9726
9674
|
className = props.className,
|
|
9727
9675
|
iconClassName = props.iconClassName,
|
|
9728
9676
|
testid = props.testid,
|
|
9729
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9677
|
+
otherProps = _objectWithoutProperties(props, _excluded$2m);
|
|
9730
9678
|
return /*#__PURE__*/React.createElement("span", {
|
|
9731
9679
|
role: "img",
|
|
9732
9680
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9733
9681
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9734
|
-
children: loadingCircleStyle$
|
|
9682
|
+
children: loadingCircleStyle$2m
|
|
9735
9683
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9736
9684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9737
9685
|
width: size,
|
|
@@ -9768,8 +9716,8 @@ ChartFieldlist.defaultProps = {
|
|
|
9768
9716
|
size: '1em'
|
|
9769
9717
|
};
|
|
9770
9718
|
|
|
9771
|
-
var _excluded$
|
|
9772
|
-
var loadingCircleStyle$
|
|
9719
|
+
var _excluded$2n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9720
|
+
var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9773
9721
|
var ChartSqltable = function ChartSqltable(props) {
|
|
9774
9722
|
var color = props.color,
|
|
9775
9723
|
size = props.size,
|
|
@@ -9778,12 +9726,12 @@ var ChartSqltable = function ChartSqltable(props) {
|
|
|
9778
9726
|
className = props.className,
|
|
9779
9727
|
iconClassName = props.iconClassName,
|
|
9780
9728
|
testid = props.testid,
|
|
9781
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9729
|
+
otherProps = _objectWithoutProperties(props, _excluded$2n);
|
|
9782
9730
|
return /*#__PURE__*/React.createElement("span", {
|
|
9783
9731
|
role: "img",
|
|
9784
9732
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9785
9733
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9786
|
-
children: loadingCircleStyle$
|
|
9734
|
+
children: loadingCircleStyle$2n
|
|
9787
9735
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9788
9736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9789
9737
|
width: size,
|
|
@@ -9820,8 +9768,8 @@ ChartSqltable.defaultProps = {
|
|
|
9820
9768
|
size: '1em'
|
|
9821
9769
|
};
|
|
9822
9770
|
|
|
9823
|
-
var _excluded$
|
|
9824
|
-
var loadingCircleStyle$
|
|
9771
|
+
var _excluded$2o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9772
|
+
var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9825
9773
|
var ChartScorecard = function ChartScorecard(props) {
|
|
9826
9774
|
var color = props.color,
|
|
9827
9775
|
size = props.size,
|
|
@@ -9830,12 +9778,12 @@ var ChartScorecard = function ChartScorecard(props) {
|
|
|
9830
9778
|
className = props.className,
|
|
9831
9779
|
iconClassName = props.iconClassName,
|
|
9832
9780
|
testid = props.testid,
|
|
9833
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9781
|
+
otherProps = _objectWithoutProperties(props, _excluded$2o);
|
|
9834
9782
|
return /*#__PURE__*/React.createElement("span", {
|
|
9835
9783
|
role: "img",
|
|
9836
9784
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9837
9785
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9838
|
-
children: loadingCircleStyle$
|
|
9786
|
+
children: loadingCircleStyle$2o
|
|
9839
9787
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9840
9788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9841
9789
|
width: size,
|
|
@@ -9882,8 +9830,8 @@ ChartScorecard.defaultProps = {
|
|
|
9882
9830
|
size: '1em'
|
|
9883
9831
|
};
|
|
9884
9832
|
|
|
9885
|
-
var _excluded$
|
|
9886
|
-
var loadingCircleStyle$
|
|
9833
|
+
var _excluded$2p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9834
|
+
var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9887
9835
|
var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
9888
9836
|
var color = props.color,
|
|
9889
9837
|
size = props.size,
|
|
@@ -9892,12 +9840,12 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
|
9892
9840
|
className = props.className,
|
|
9893
9841
|
iconClassName = props.iconClassName,
|
|
9894
9842
|
testid = props.testid,
|
|
9895
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9843
|
+
otherProps = _objectWithoutProperties(props, _excluded$2p);
|
|
9896
9844
|
return /*#__PURE__*/React.createElement("span", {
|
|
9897
9845
|
role: "img",
|
|
9898
9846
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9899
9847
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9900
|
-
children: loadingCircleStyle$
|
|
9848
|
+
children: loadingCircleStyle$2p
|
|
9901
9849
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9902
9850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9903
9851
|
width: size,
|
|
@@ -9934,8 +9882,8 @@ ChartCombinedTable.defaultProps = {
|
|
|
9934
9882
|
size: '1em'
|
|
9935
9883
|
};
|
|
9936
9884
|
|
|
9937
|
-
var _excluded$
|
|
9938
|
-
var loadingCircleStyle$
|
|
9885
|
+
var _excluded$2q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9886
|
+
var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9939
9887
|
var ChartDistTable = function ChartDistTable(props) {
|
|
9940
9888
|
var color = props.color,
|
|
9941
9889
|
size = props.size,
|
|
@@ -9944,12 +9892,12 @@ var ChartDistTable = function ChartDistTable(props) {
|
|
|
9944
9892
|
className = props.className,
|
|
9945
9893
|
iconClassName = props.iconClassName,
|
|
9946
9894
|
testid = props.testid,
|
|
9947
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9895
|
+
otherProps = _objectWithoutProperties(props, _excluded$2q);
|
|
9948
9896
|
return /*#__PURE__*/React.createElement("span", {
|
|
9949
9897
|
role: "img",
|
|
9950
9898
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9951
9899
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9952
|
-
children: loadingCircleStyle$
|
|
9900
|
+
children: loadingCircleStyle$2q
|
|
9953
9901
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9954
9902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9955
9903
|
width: size,
|
|
@@ -9986,8 +9934,8 @@ ChartDistTable.defaultProps = {
|
|
|
9986
9934
|
size: '1em'
|
|
9987
9935
|
};
|
|
9988
9936
|
|
|
9989
|
-
var _excluded$
|
|
9990
|
-
var loadingCircleStyle$
|
|
9937
|
+
var _excluded$2r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9938
|
+
var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9991
9939
|
var ChartBarTable = function ChartBarTable(props) {
|
|
9992
9940
|
var color = props.color,
|
|
9993
9941
|
size = props.size,
|
|
@@ -9996,12 +9944,12 @@ var ChartBarTable = function ChartBarTable(props) {
|
|
|
9996
9944
|
className = props.className,
|
|
9997
9945
|
iconClassName = props.iconClassName,
|
|
9998
9946
|
testid = props.testid,
|
|
9999
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9947
|
+
otherProps = _objectWithoutProperties(props, _excluded$2r);
|
|
10000
9948
|
return /*#__PURE__*/React.createElement("span", {
|
|
10001
9949
|
role: "img",
|
|
10002
9950
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10003
9951
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10004
|
-
children: loadingCircleStyle$
|
|
9952
|
+
children: loadingCircleStyle$2r
|
|
10005
9953
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10006
9954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10007
9955
|
width: size,
|
|
@@ -10040,8 +9988,8 @@ ChartBarTable.defaultProps = {
|
|
|
10040
9988
|
size: '1em'
|
|
10041
9989
|
};
|
|
10042
9990
|
|
|
10043
|
-
var _excluded$
|
|
10044
|
-
var loadingCircleStyle$
|
|
9991
|
+
var _excluded$2s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
9992
|
+
var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10045
9993
|
var ChartLineTable = function ChartLineTable(props) {
|
|
10046
9994
|
var color = props.color,
|
|
10047
9995
|
size = props.size,
|
|
@@ -10050,12 +9998,12 @@ var ChartLineTable = function ChartLineTable(props) {
|
|
|
10050
9998
|
className = props.className,
|
|
10051
9999
|
iconClassName = props.iconClassName,
|
|
10052
10000
|
testid = props.testid,
|
|
10053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10001
|
+
otherProps = _objectWithoutProperties(props, _excluded$2s);
|
|
10054
10002
|
return /*#__PURE__*/React.createElement("span", {
|
|
10055
10003
|
role: "img",
|
|
10056
10004
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10057
10005
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10058
|
-
children: loadingCircleStyle$
|
|
10006
|
+
children: loadingCircleStyle$2s
|
|
10059
10007
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10060
10008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10061
10009
|
width: size,
|
|
@@ -10100,8 +10048,8 @@ ChartLineTable.defaultProps = {
|
|
|
10100
10048
|
size: '1em'
|
|
10101
10049
|
};
|
|
10102
10050
|
|
|
10103
|
-
var _excluded$
|
|
10104
|
-
var loadingCircleStyle$
|
|
10051
|
+
var _excluded$2t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10052
|
+
var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10105
10053
|
var SqlTableView = function SqlTableView(props) {
|
|
10106
10054
|
var color = props.color,
|
|
10107
10055
|
size = props.size,
|
|
@@ -10110,12 +10058,12 @@ var SqlTableView = function SqlTableView(props) {
|
|
|
10110
10058
|
className = props.className,
|
|
10111
10059
|
iconClassName = props.iconClassName,
|
|
10112
10060
|
testid = props.testid,
|
|
10113
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10061
|
+
otherProps = _objectWithoutProperties(props, _excluded$2t);
|
|
10114
10062
|
return /*#__PURE__*/React.createElement("span", {
|
|
10115
10063
|
role: "img",
|
|
10116
10064
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10117
10065
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10118
|
-
children: loadingCircleStyle$
|
|
10066
|
+
children: loadingCircleStyle$2t
|
|
10119
10067
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10120
10068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10121
10069
|
width: size,
|
|
@@ -10168,8 +10116,8 @@ SqlTableView.defaultProps = {
|
|
|
10168
10116
|
size: '1em'
|
|
10169
10117
|
};
|
|
10170
10118
|
|
|
10171
|
-
var _excluded$
|
|
10172
|
-
var loadingCircleStyle$
|
|
10119
|
+
var _excluded$2u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10120
|
+
var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10173
10121
|
var ChartGantt = function ChartGantt(props) {
|
|
10174
10122
|
var color = props.color,
|
|
10175
10123
|
size = props.size,
|
|
@@ -10178,12 +10126,12 @@ var ChartGantt = function ChartGantt(props) {
|
|
|
10178
10126
|
className = props.className,
|
|
10179
10127
|
iconClassName = props.iconClassName,
|
|
10180
10128
|
testid = props.testid,
|
|
10181
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10129
|
+
otherProps = _objectWithoutProperties(props, _excluded$2u);
|
|
10182
10130
|
return /*#__PURE__*/React.createElement("span", {
|
|
10183
10131
|
role: "img",
|
|
10184
10132
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10185
10133
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10186
|
-
children: loadingCircleStyle$
|
|
10134
|
+
children: loadingCircleStyle$2u
|
|
10187
10135
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10188
10136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10189
10137
|
width: size,
|
|
@@ -10224,8 +10172,8 @@ ChartGantt.defaultProps = {
|
|
|
10224
10172
|
size: '1em'
|
|
10225
10173
|
};
|
|
10226
10174
|
|
|
10227
|
-
var _excluded$
|
|
10228
|
-
var loadingCircleStyle$
|
|
10175
|
+
var _excluded$2v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10176
|
+
var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10229
10177
|
var ChartScatter = function ChartScatter(props) {
|
|
10230
10178
|
var color = props.color,
|
|
10231
10179
|
size = props.size,
|
|
@@ -10234,12 +10182,12 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
10234
10182
|
className = props.className,
|
|
10235
10183
|
iconClassName = props.iconClassName,
|
|
10236
10184
|
testid = props.testid,
|
|
10237
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10185
|
+
otherProps = _objectWithoutProperties(props, _excluded$2v);
|
|
10238
10186
|
return /*#__PURE__*/React.createElement("span", {
|
|
10239
10187
|
role: "img",
|
|
10240
10188
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10241
10189
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10242
|
-
children: loadingCircleStyle$
|
|
10190
|
+
children: loadingCircleStyle$2v
|
|
10243
10191
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10244
10192
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10245
10193
|
width: size,
|
|
@@ -10288,8 +10236,8 @@ ChartScatter.defaultProps = {
|
|
|
10288
10236
|
size: '1em'
|
|
10289
10237
|
};
|
|
10290
10238
|
|
|
10291
|
-
var _excluded$
|
|
10292
|
-
var loadingCircleStyle$
|
|
10239
|
+
var _excluded$2w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10240
|
+
var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10293
10241
|
var MEvent = function MEvent(props) {
|
|
10294
10242
|
var color = props.color,
|
|
10295
10243
|
size = props.size,
|
|
@@ -10298,12 +10246,12 @@ var MEvent = function MEvent(props) {
|
|
|
10298
10246
|
className = props.className,
|
|
10299
10247
|
iconClassName = props.iconClassName,
|
|
10300
10248
|
testid = props.testid,
|
|
10301
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10249
|
+
otherProps = _objectWithoutProperties(props, _excluded$2w);
|
|
10302
10250
|
return /*#__PURE__*/React.createElement("span", {
|
|
10303
10251
|
role: "img",
|
|
10304
10252
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10305
10253
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10306
|
-
children: loadingCircleStyle$
|
|
10254
|
+
children: loadingCircleStyle$2w
|
|
10307
10255
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10308
10256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10309
10257
|
width: size,
|
|
@@ -10348,8 +10296,8 @@ MEvent.defaultProps = {
|
|
|
10348
10296
|
size: '1em'
|
|
10349
10297
|
};
|
|
10350
10298
|
|
|
10351
|
-
var _excluded$
|
|
10352
|
-
var loadingCircleStyle$
|
|
10299
|
+
var _excluded$2x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10300
|
+
var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10353
10301
|
var MRetention = function MRetention(props) {
|
|
10354
10302
|
var color = props.color,
|
|
10355
10303
|
size = props.size,
|
|
@@ -10358,12 +10306,12 @@ var MRetention = function MRetention(props) {
|
|
|
10358
10306
|
className = props.className,
|
|
10359
10307
|
iconClassName = props.iconClassName,
|
|
10360
10308
|
testid = props.testid,
|
|
10361
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10309
|
+
otherProps = _objectWithoutProperties(props, _excluded$2x);
|
|
10362
10310
|
return /*#__PURE__*/React.createElement("span", {
|
|
10363
10311
|
role: "img",
|
|
10364
10312
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10365
10313
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10366
|
-
children: loadingCircleStyle$
|
|
10314
|
+
children: loadingCircleStyle$2x
|
|
10367
10315
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10368
10316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10369
10317
|
width: size,
|
|
@@ -10410,8 +10358,8 @@ MRetention.defaultProps = {
|
|
|
10410
10358
|
size: '1em'
|
|
10411
10359
|
};
|
|
10412
10360
|
|
|
10413
|
-
var _excluded$
|
|
10414
|
-
var loadingCircleStyle$
|
|
10361
|
+
var _excluded$2y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10362
|
+
var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10415
10363
|
var MFunnel = function MFunnel(props) {
|
|
10416
10364
|
var color = props.color,
|
|
10417
10365
|
size = props.size,
|
|
@@ -10420,12 +10368,12 @@ var MFunnel = function MFunnel(props) {
|
|
|
10420
10368
|
className = props.className,
|
|
10421
10369
|
iconClassName = props.iconClassName,
|
|
10422
10370
|
testid = props.testid,
|
|
10423
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10371
|
+
otherProps = _objectWithoutProperties(props, _excluded$2y);
|
|
10424
10372
|
return /*#__PURE__*/React.createElement("span", {
|
|
10425
10373
|
role: "img",
|
|
10426
10374
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10427
10375
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10428
|
-
children: loadingCircleStyle$
|
|
10376
|
+
children: loadingCircleStyle$2y
|
|
10429
10377
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10430
10378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10431
10379
|
width: size,
|
|
@@ -10466,8 +10414,8 @@ MFunnel.defaultProps = {
|
|
|
10466
10414
|
size: '1em'
|
|
10467
10415
|
};
|
|
10468
10416
|
|
|
10469
|
-
var _excluded$
|
|
10470
|
-
var loadingCircleStyle$
|
|
10417
|
+
var _excluded$2z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10418
|
+
var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10471
10419
|
var MDistribution = function MDistribution(props) {
|
|
10472
10420
|
var color = props.color,
|
|
10473
10421
|
size = props.size,
|
|
@@ -10476,12 +10424,12 @@ var MDistribution = function MDistribution(props) {
|
|
|
10476
10424
|
className = props.className,
|
|
10477
10425
|
iconClassName = props.iconClassName,
|
|
10478
10426
|
testid = props.testid,
|
|
10479
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10427
|
+
otherProps = _objectWithoutProperties(props, _excluded$2z);
|
|
10480
10428
|
return /*#__PURE__*/React.createElement("span", {
|
|
10481
10429
|
role: "img",
|
|
10482
10430
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10483
10431
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10484
|
-
children: loadingCircleStyle$
|
|
10432
|
+
children: loadingCircleStyle$2z
|
|
10485
10433
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10486
10434
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10487
10435
|
width: size,
|
|
@@ -10528,8 +10476,8 @@ MDistribution.defaultProps = {
|
|
|
10528
10476
|
size: '1em'
|
|
10529
10477
|
};
|
|
10530
10478
|
|
|
10531
|
-
var _excluded$
|
|
10532
|
-
var loadingCircleStyle$
|
|
10479
|
+
var _excluded$2A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10480
|
+
var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10533
10481
|
var MInterval = function MInterval(props) {
|
|
10534
10482
|
var color = props.color,
|
|
10535
10483
|
size = props.size,
|
|
@@ -10538,12 +10486,12 @@ var MInterval = function MInterval(props) {
|
|
|
10538
10486
|
className = props.className,
|
|
10539
10487
|
iconClassName = props.iconClassName,
|
|
10540
10488
|
testid = props.testid,
|
|
10541
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10489
|
+
otherProps = _objectWithoutProperties(props, _excluded$2A);
|
|
10542
10490
|
return /*#__PURE__*/React.createElement("span", {
|
|
10543
10491
|
role: "img",
|
|
10544
10492
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10545
10493
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10546
|
-
children: loadingCircleStyle$
|
|
10494
|
+
children: loadingCircleStyle$2A
|
|
10547
10495
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10548
10496
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10549
10497
|
width: size,
|
|
@@ -10586,8 +10534,8 @@ MInterval.defaultProps = {
|
|
|
10586
10534
|
size: '1em'
|
|
10587
10535
|
};
|
|
10588
10536
|
|
|
10589
|
-
var _excluded$
|
|
10590
|
-
var loadingCircleStyle$
|
|
10537
|
+
var _excluded$2B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10538
|
+
var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10591
10539
|
var MFlow = function MFlow(props) {
|
|
10592
10540
|
var color = props.color,
|
|
10593
10541
|
size = props.size,
|
|
@@ -10596,12 +10544,12 @@ var MFlow = function MFlow(props) {
|
|
|
10596
10544
|
className = props.className,
|
|
10597
10545
|
iconClassName = props.iconClassName,
|
|
10598
10546
|
testid = props.testid,
|
|
10599
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10547
|
+
otherProps = _objectWithoutProperties(props, _excluded$2B);
|
|
10600
10548
|
return /*#__PURE__*/React.createElement("span", {
|
|
10601
10549
|
role: "img",
|
|
10602
10550
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10603
10551
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10604
|
-
children: loadingCircleStyle$
|
|
10552
|
+
children: loadingCircleStyle$2B
|
|
10605
10553
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10606
10554
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10607
10555
|
width: size,
|
|
@@ -10642,8 +10590,8 @@ MFlow.defaultProps = {
|
|
|
10642
10590
|
size: '1em'
|
|
10643
10591
|
};
|
|
10644
10592
|
|
|
10645
|
-
var _excluded$
|
|
10646
|
-
var loadingCircleStyle$
|
|
10593
|
+
var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10594
|
+
var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10647
10595
|
var MSql = function MSql(props) {
|
|
10648
10596
|
var color = props.color,
|
|
10649
10597
|
size = props.size,
|
|
@@ -10652,12 +10600,12 @@ var MSql = function MSql(props) {
|
|
|
10652
10600
|
className = props.className,
|
|
10653
10601
|
iconClassName = props.iconClassName,
|
|
10654
10602
|
testid = props.testid,
|
|
10655
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10603
|
+
otherProps = _objectWithoutProperties(props, _excluded$2C);
|
|
10656
10604
|
return /*#__PURE__*/React.createElement("span", {
|
|
10657
10605
|
role: "img",
|
|
10658
10606
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10659
10607
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10660
|
-
children: loadingCircleStyle$
|
|
10608
|
+
children: loadingCircleStyle$2C
|
|
10661
10609
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10662
10610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10663
10611
|
width: size,
|
|
@@ -10704,8 +10652,8 @@ MSql.defaultProps = {
|
|
|
10704
10652
|
size: '1em'
|
|
10705
10653
|
};
|
|
10706
10654
|
|
|
10707
|
-
var _excluded$
|
|
10708
|
-
var loadingCircleStyle$
|
|
10655
|
+
var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10656
|
+
var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10709
10657
|
var UTag = function UTag(props) {
|
|
10710
10658
|
var color = props.color,
|
|
10711
10659
|
size = props.size,
|
|
@@ -10714,12 +10662,12 @@ var UTag = function UTag(props) {
|
|
|
10714
10662
|
className = props.className,
|
|
10715
10663
|
iconClassName = props.iconClassName,
|
|
10716
10664
|
testid = props.testid,
|
|
10717
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10665
|
+
otherProps = _objectWithoutProperties(props, _excluded$2D);
|
|
10718
10666
|
return /*#__PURE__*/React.createElement("span", {
|
|
10719
10667
|
role: "img",
|
|
10720
10668
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10721
10669
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10722
|
-
children: loadingCircleStyle$
|
|
10670
|
+
children: loadingCircleStyle$2D
|
|
10723
10671
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10724
10672
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10725
10673
|
width: size,
|
|
@@ -10762,8 +10710,8 @@ UTag.defaultProps = {
|
|
|
10762
10710
|
size: '1em'
|
|
10763
10711
|
};
|
|
10764
10712
|
|
|
10765
|
-
var _excluded$
|
|
10766
|
-
var loadingCircleStyle$
|
|
10713
|
+
var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10714
|
+
var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10767
10715
|
var MProperty = function MProperty(props) {
|
|
10768
10716
|
var color = props.color,
|
|
10769
10717
|
size = props.size,
|
|
@@ -10772,12 +10720,12 @@ var MProperty = function MProperty(props) {
|
|
|
10772
10720
|
className = props.className,
|
|
10773
10721
|
iconClassName = props.iconClassName,
|
|
10774
10722
|
testid = props.testid,
|
|
10775
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10723
|
+
otherProps = _objectWithoutProperties(props, _excluded$2E);
|
|
10776
10724
|
return /*#__PURE__*/React.createElement("span", {
|
|
10777
10725
|
role: "img",
|
|
10778
10726
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10779
10727
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10780
|
-
children: loadingCircleStyle$
|
|
10728
|
+
children: loadingCircleStyle$2E
|
|
10781
10729
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10782
10730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10783
10731
|
width: size,
|
|
@@ -10822,8 +10770,8 @@ MProperty.defaultProps = {
|
|
|
10822
10770
|
size: '1em'
|
|
10823
10771
|
};
|
|
10824
10772
|
|
|
10825
|
-
var _excluded$
|
|
10826
|
-
var loadingCircleStyle$
|
|
10773
|
+
var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10774
|
+
var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10827
10775
|
var UGroup = function UGroup(props) {
|
|
10828
10776
|
var color = props.color,
|
|
10829
10777
|
size = props.size,
|
|
@@ -10832,12 +10780,12 @@ var UGroup = function UGroup(props) {
|
|
|
10832
10780
|
className = props.className,
|
|
10833
10781
|
iconClassName = props.iconClassName,
|
|
10834
10782
|
testid = props.testid,
|
|
10835
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10783
|
+
otherProps = _objectWithoutProperties(props, _excluded$2F);
|
|
10836
10784
|
return /*#__PURE__*/React.createElement("span", {
|
|
10837
10785
|
role: "img",
|
|
10838
10786
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10839
10787
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10840
|
-
children: loadingCircleStyle$
|
|
10788
|
+
children: loadingCircleStyle$2F
|
|
10841
10789
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10842
10790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10843
10791
|
width: size,
|
|
@@ -10882,8 +10830,8 @@ UGroup.defaultProps = {
|
|
|
10882
10830
|
size: '1em'
|
|
10883
10831
|
};
|
|
10884
10832
|
|
|
10885
|
-
var _excluded$
|
|
10886
|
-
var loadingCircleStyle$
|
|
10833
|
+
var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10834
|
+
var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10887
10835
|
var SSpace = function SSpace(props) {
|
|
10888
10836
|
var color = props.color,
|
|
10889
10837
|
size = props.size,
|
|
@@ -10892,12 +10840,12 @@ var SSpace = function SSpace(props) {
|
|
|
10892
10840
|
className = props.className,
|
|
10893
10841
|
iconClassName = props.iconClassName,
|
|
10894
10842
|
testid = props.testid,
|
|
10895
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10843
|
+
otherProps = _objectWithoutProperties(props, _excluded$2G);
|
|
10896
10844
|
return /*#__PURE__*/React.createElement("span", {
|
|
10897
10845
|
role: "img",
|
|
10898
10846
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10899
10847
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10900
|
-
children: loadingCircleStyle$
|
|
10848
|
+
children: loadingCircleStyle$2G
|
|
10901
10849
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10902
10850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10903
10851
|
width: size,
|
|
@@ -10936,8 +10884,8 @@ SSpace.defaultProps = {
|
|
|
10936
10884
|
size: '1em'
|
|
10937
10885
|
};
|
|
10938
10886
|
|
|
10939
|
-
var _excluded$
|
|
10940
|
-
var loadingCircleStyle$
|
|
10887
|
+
var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10888
|
+
var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10941
10889
|
var Project = function Project(props) {
|
|
10942
10890
|
var color = props.color,
|
|
10943
10891
|
size = props.size,
|
|
@@ -10946,12 +10894,12 @@ var Project = function Project(props) {
|
|
|
10946
10894
|
className = props.className,
|
|
10947
10895
|
iconClassName = props.iconClassName,
|
|
10948
10896
|
testid = props.testid,
|
|
10949
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10897
|
+
otherProps = _objectWithoutProperties(props, _excluded$2H);
|
|
10950
10898
|
return /*#__PURE__*/React.createElement("span", {
|
|
10951
10899
|
role: "img",
|
|
10952
10900
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10953
10901
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10954
|
-
children: loadingCircleStyle$
|
|
10902
|
+
children: loadingCircleStyle$2H
|
|
10955
10903
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10956
10904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10957
10905
|
width: size,
|
|
@@ -10988,8 +10936,8 @@ Project.defaultProps = {
|
|
|
10988
10936
|
size: '1em'
|
|
10989
10937
|
};
|
|
10990
10938
|
|
|
10991
|
-
var _excluded$
|
|
10992
|
-
var loadingCircleStyle$
|
|
10939
|
+
var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10940
|
+
var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10993
10941
|
var Space = function Space(props) {
|
|
10994
10942
|
var color = props.color,
|
|
10995
10943
|
size = props.size,
|
|
@@ -10998,12 +10946,12 @@ var Space = function Space(props) {
|
|
|
10998
10946
|
className = props.className,
|
|
10999
10947
|
iconClassName = props.iconClassName,
|
|
11000
10948
|
testid = props.testid,
|
|
11001
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10949
|
+
otherProps = _objectWithoutProperties(props, _excluded$2I);
|
|
11002
10950
|
return /*#__PURE__*/React.createElement("span", {
|
|
11003
10951
|
role: "img",
|
|
11004
10952
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11005
10953
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11006
|
-
children: loadingCircleStyle$
|
|
10954
|
+
children: loadingCircleStyle$2I
|
|
11007
10955
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11008
10956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11009
10957
|
width: size,
|
|
@@ -11040,8 +10988,8 @@ Space.defaultProps = {
|
|
|
11040
10988
|
size: '1em'
|
|
11041
10989
|
};
|
|
11042
10990
|
|
|
11043
|
-
var _excluded$
|
|
11044
|
-
var loadingCircleStyle$
|
|
10991
|
+
var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
10992
|
+
var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11045
10993
|
var SpaceOpen = function SpaceOpen(props) {
|
|
11046
10994
|
var color = props.color,
|
|
11047
10995
|
size = props.size,
|
|
@@ -11050,12 +10998,12 @@ var SpaceOpen = function SpaceOpen(props) {
|
|
|
11050
10998
|
className = props.className,
|
|
11051
10999
|
iconClassName = props.iconClassName,
|
|
11052
11000
|
testid = props.testid,
|
|
11053
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11001
|
+
otherProps = _objectWithoutProperties(props, _excluded$2J);
|
|
11054
11002
|
return /*#__PURE__*/React.createElement("span", {
|
|
11055
11003
|
role: "img",
|
|
11056
11004
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11057
11005
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11058
|
-
children: loadingCircleStyle$
|
|
11006
|
+
children: loadingCircleStyle$2J
|
|
11059
11007
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11060
11008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11061
11009
|
width: size,
|
|
@@ -11094,8 +11042,8 @@ SpaceOpen.defaultProps = {
|
|
|
11094
11042
|
size: '1em'
|
|
11095
11043
|
};
|
|
11096
11044
|
|
|
11097
|
-
var _excluded$
|
|
11098
|
-
var loadingCircleStyle$
|
|
11045
|
+
var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11046
|
+
var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11099
11047
|
var Folder = function Folder(props) {
|
|
11100
11048
|
var color = props.color,
|
|
11101
11049
|
size = props.size,
|
|
@@ -11104,12 +11052,12 @@ var Folder = function Folder(props) {
|
|
|
11104
11052
|
className = props.className,
|
|
11105
11053
|
iconClassName = props.iconClassName,
|
|
11106
11054
|
testid = props.testid,
|
|
11107
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11055
|
+
otherProps = _objectWithoutProperties(props, _excluded$2K);
|
|
11108
11056
|
return /*#__PURE__*/React.createElement("span", {
|
|
11109
11057
|
role: "img",
|
|
11110
11058
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11111
11059
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11112
|
-
children: loadingCircleStyle$
|
|
11060
|
+
children: loadingCircleStyle$2K
|
|
11113
11061
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11114
11062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11115
11063
|
width: size,
|
|
@@ -11146,8 +11094,8 @@ Folder.defaultProps = {
|
|
|
11146
11094
|
size: '1em'
|
|
11147
11095
|
};
|
|
11148
11096
|
|
|
11149
|
-
var _excluded$
|
|
11150
|
-
var loadingCircleStyle$
|
|
11097
|
+
var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11098
|
+
var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11151
11099
|
var FolderOpen = function FolderOpen(props) {
|
|
11152
11100
|
var color = props.color,
|
|
11153
11101
|
size = props.size,
|
|
@@ -11156,12 +11104,12 @@ var FolderOpen = function FolderOpen(props) {
|
|
|
11156
11104
|
className = props.className,
|
|
11157
11105
|
iconClassName = props.iconClassName,
|
|
11158
11106
|
testid = props.testid,
|
|
11159
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11107
|
+
otherProps = _objectWithoutProperties(props, _excluded$2L);
|
|
11160
11108
|
return /*#__PURE__*/React.createElement("span", {
|
|
11161
11109
|
role: "img",
|
|
11162
11110
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11163
11111
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11164
|
-
children: loadingCircleStyle$
|
|
11112
|
+
children: loadingCircleStyle$2L
|
|
11165
11113
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11166
11114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11167
11115
|
width: size,
|
|
@@ -11198,8 +11146,8 @@ FolderOpen.defaultProps = {
|
|
|
11198
11146
|
size: '1em'
|
|
11199
11147
|
};
|
|
11200
11148
|
|
|
11201
|
-
var _excluded$
|
|
11202
|
-
var loadingCircleStyle$
|
|
11149
|
+
var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11150
|
+
var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11203
11151
|
var Dashboard = function Dashboard(props) {
|
|
11204
11152
|
var color = props.color,
|
|
11205
11153
|
size = props.size,
|
|
@@ -11208,12 +11156,12 @@ var Dashboard = function Dashboard(props) {
|
|
|
11208
11156
|
className = props.className,
|
|
11209
11157
|
iconClassName = props.iconClassName,
|
|
11210
11158
|
testid = props.testid,
|
|
11211
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11159
|
+
otherProps = _objectWithoutProperties(props, _excluded$2M);
|
|
11212
11160
|
return /*#__PURE__*/React.createElement("span", {
|
|
11213
11161
|
role: "img",
|
|
11214
11162
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11215
11163
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11216
|
-
children: loadingCircleStyle$
|
|
11164
|
+
children: loadingCircleStyle$2M
|
|
11217
11165
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11218
11166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11219
11167
|
width: size,
|
|
@@ -11250,8 +11198,8 @@ Dashboard.defaultProps = {
|
|
|
11250
11198
|
size: '1em'
|
|
11251
11199
|
};
|
|
11252
11200
|
|
|
11253
|
-
var _excluded$
|
|
11254
|
-
var loadingCircleStyle$
|
|
11201
|
+
var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11202
|
+
var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11255
11203
|
var Card = function Card(props) {
|
|
11256
11204
|
var color = props.color,
|
|
11257
11205
|
size = props.size,
|
|
@@ -11260,12 +11208,12 @@ var Card = function Card(props) {
|
|
|
11260
11208
|
className = props.className,
|
|
11261
11209
|
iconClassName = props.iconClassName,
|
|
11262
11210
|
testid = props.testid,
|
|
11263
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11211
|
+
otherProps = _objectWithoutProperties(props, _excluded$2N);
|
|
11264
11212
|
return /*#__PURE__*/React.createElement("span", {
|
|
11265
11213
|
role: "img",
|
|
11266
11214
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11267
11215
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11268
|
-
children: loadingCircleStyle$
|
|
11216
|
+
children: loadingCircleStyle$2N
|
|
11269
11217
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11270
11218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11271
11219
|
width: size,
|
|
@@ -11302,8 +11250,8 @@ Card.defaultProps = {
|
|
|
11302
11250
|
size: '1em'
|
|
11303
11251
|
};
|
|
11304
11252
|
|
|
11305
|
-
var _excluded$
|
|
11306
|
-
var loadingCircleStyle$
|
|
11253
|
+
var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11254
|
+
var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11307
11255
|
var DashboardMgr = function DashboardMgr(props) {
|
|
11308
11256
|
var color = props.color,
|
|
11309
11257
|
size = props.size,
|
|
@@ -11312,12 +11260,12 @@ var DashboardMgr = function DashboardMgr(props) {
|
|
|
11312
11260
|
className = props.className,
|
|
11313
11261
|
iconClassName = props.iconClassName,
|
|
11314
11262
|
testid = props.testid,
|
|
11315
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11263
|
+
otherProps = _objectWithoutProperties(props, _excluded$2O);
|
|
11316
11264
|
return /*#__PURE__*/React.createElement("span", {
|
|
11317
11265
|
role: "img",
|
|
11318
11266
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11319
11267
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11320
|
-
children: loadingCircleStyle$
|
|
11268
|
+
children: loadingCircleStyle$2O
|
|
11321
11269
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11322
11270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11323
11271
|
width: size,
|
|
@@ -11364,8 +11312,8 @@ DashboardMgr.defaultProps = {
|
|
|
11364
11312
|
size: '1em'
|
|
11365
11313
|
};
|
|
11366
11314
|
|
|
11367
|
-
var _excluded$
|
|
11368
|
-
var loadingCircleStyle$
|
|
11315
|
+
var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11316
|
+
var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11369
11317
|
var ProjectMgr = function ProjectMgr(props) {
|
|
11370
11318
|
var color = props.color,
|
|
11371
11319
|
size = props.size,
|
|
@@ -11374,12 +11322,12 @@ var ProjectMgr = function ProjectMgr(props) {
|
|
|
11374
11322
|
className = props.className,
|
|
11375
11323
|
iconClassName = props.iconClassName,
|
|
11376
11324
|
testid = props.testid,
|
|
11377
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11325
|
+
otherProps = _objectWithoutProperties(props, _excluded$2P);
|
|
11378
11326
|
return /*#__PURE__*/React.createElement("span", {
|
|
11379
11327
|
role: "img",
|
|
11380
11328
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11381
11329
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11382
|
-
children: loadingCircleStyle$
|
|
11330
|
+
children: loadingCircleStyle$2P
|
|
11383
11331
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11384
11332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11385
11333
|
width: size,
|
|
@@ -11420,8 +11368,8 @@ ProjectMgr.defaultProps = {
|
|
|
11420
11368
|
size: '1em'
|
|
11421
11369
|
};
|
|
11422
11370
|
|
|
11423
|
-
var _excluded$
|
|
11424
|
-
var loadingCircleStyle$
|
|
11371
|
+
var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11372
|
+
var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11425
11373
|
var Usertag = function Usertag(props) {
|
|
11426
11374
|
var color = props.color,
|
|
11427
11375
|
size = props.size,
|
|
@@ -11430,12 +11378,12 @@ var Usertag = function Usertag(props) {
|
|
|
11430
11378
|
className = props.className,
|
|
11431
11379
|
iconClassName = props.iconClassName,
|
|
11432
11380
|
testid = props.testid,
|
|
11433
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11381
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Q);
|
|
11434
11382
|
return /*#__PURE__*/React.createElement("span", {
|
|
11435
11383
|
role: "img",
|
|
11436
11384
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11437
11385
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11438
|
-
children: loadingCircleStyle$
|
|
11386
|
+
children: loadingCircleStyle$2Q
|
|
11439
11387
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11440
11388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11441
11389
|
width: size,
|
|
@@ -11476,8 +11424,8 @@ Usertag.defaultProps = {
|
|
|
11476
11424
|
size: '1em'
|
|
11477
11425
|
};
|
|
11478
11426
|
|
|
11479
|
-
var _excluded$
|
|
11480
|
-
var loadingCircleStyle$
|
|
11427
|
+
var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11428
|
+
var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11481
11429
|
var UPropMgr = function UPropMgr(props) {
|
|
11482
11430
|
var color = props.color,
|
|
11483
11431
|
size = props.size,
|
|
@@ -11486,12 +11434,12 @@ var UPropMgr = function UPropMgr(props) {
|
|
|
11486
11434
|
className = props.className,
|
|
11487
11435
|
iconClassName = props.iconClassName,
|
|
11488
11436
|
testid = props.testid,
|
|
11489
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11437
|
+
otherProps = _objectWithoutProperties(props, _excluded$2R);
|
|
11490
11438
|
return /*#__PURE__*/React.createElement("span", {
|
|
11491
11439
|
role: "img",
|
|
11492
11440
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11493
11441
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11494
|
-
children: loadingCircleStyle$
|
|
11442
|
+
children: loadingCircleStyle$2R
|
|
11495
11443
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11496
11444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11497
11445
|
width: size,
|
|
@@ -11538,8 +11486,8 @@ UPropMgr.defaultProps = {
|
|
|
11538
11486
|
size: '1em'
|
|
11539
11487
|
};
|
|
11540
11488
|
|
|
11541
|
-
var _excluded$
|
|
11542
|
-
var loadingCircleStyle$
|
|
11489
|
+
var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11490
|
+
var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11543
11491
|
var EventMgr = function EventMgr(props) {
|
|
11544
11492
|
var color = props.color,
|
|
11545
11493
|
size = props.size,
|
|
@@ -11548,12 +11496,12 @@ var EventMgr = function EventMgr(props) {
|
|
|
11548
11496
|
className = props.className,
|
|
11549
11497
|
iconClassName = props.iconClassName,
|
|
11550
11498
|
testid = props.testid,
|
|
11551
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11499
|
+
otherProps = _objectWithoutProperties(props, _excluded$2S);
|
|
11552
11500
|
return /*#__PURE__*/React.createElement("span", {
|
|
11553
11501
|
role: "img",
|
|
11554
11502
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11555
11503
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11556
|
-
children: loadingCircleStyle$
|
|
11504
|
+
children: loadingCircleStyle$2S
|
|
11557
11505
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11558
11506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11559
11507
|
width: size,
|
|
@@ -11592,8 +11540,8 @@ EventMgr.defaultProps = {
|
|
|
11592
11540
|
size: '1em'
|
|
11593
11541
|
};
|
|
11594
11542
|
|
|
11595
|
-
var _excluded$
|
|
11596
|
-
var loadingCircleStyle$
|
|
11543
|
+
var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11544
|
+
var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11597
11545
|
var EventPropMgr = function EventPropMgr(props) {
|
|
11598
11546
|
var color = props.color,
|
|
11599
11547
|
size = props.size,
|
|
@@ -11602,12 +11550,12 @@ var EventPropMgr = function EventPropMgr(props) {
|
|
|
11602
11550
|
className = props.className,
|
|
11603
11551
|
iconClassName = props.iconClassName,
|
|
11604
11552
|
testid = props.testid,
|
|
11605
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11553
|
+
otherProps = _objectWithoutProperties(props, _excluded$2T);
|
|
11606
11554
|
return /*#__PURE__*/React.createElement("span", {
|
|
11607
11555
|
role: "img",
|
|
11608
11556
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11609
11557
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11610
|
-
children: loadingCircleStyle$
|
|
11558
|
+
children: loadingCircleStyle$2T
|
|
11611
11559
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11612
11560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11613
11561
|
width: size,
|
|
@@ -11650,8 +11598,8 @@ EventPropMgr.defaultProps = {
|
|
|
11650
11598
|
size: '1em'
|
|
11651
11599
|
};
|
|
11652
11600
|
|
|
11653
|
-
var _excluded$
|
|
11654
|
-
var loadingCircleStyle$
|
|
11601
|
+
var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11602
|
+
var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11655
11603
|
var VProperty = function VProperty(props) {
|
|
11656
11604
|
var color = props.color,
|
|
11657
11605
|
size = props.size,
|
|
@@ -11660,12 +11608,12 @@ var VProperty = function VProperty(props) {
|
|
|
11660
11608
|
className = props.className,
|
|
11661
11609
|
iconClassName = props.iconClassName,
|
|
11662
11610
|
testid = props.testid,
|
|
11663
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11611
|
+
otherProps = _objectWithoutProperties(props, _excluded$2U);
|
|
11664
11612
|
return /*#__PURE__*/React.createElement("span", {
|
|
11665
11613
|
role: "img",
|
|
11666
11614
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11667
11615
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11668
|
-
children: loadingCircleStyle$
|
|
11616
|
+
children: loadingCircleStyle$2U
|
|
11669
11617
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11670
11618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11671
11619
|
width: size,
|
|
@@ -11708,8 +11656,8 @@ VProperty.defaultProps = {
|
|
|
11708
11656
|
size: '1em'
|
|
11709
11657
|
};
|
|
11710
11658
|
|
|
11711
|
-
var _excluded$
|
|
11712
|
-
var loadingCircleStyle$
|
|
11659
|
+
var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11660
|
+
var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11713
11661
|
var Sql1 = function Sql1(props) {
|
|
11714
11662
|
var color = props.color,
|
|
11715
11663
|
size = props.size,
|
|
@@ -11718,12 +11666,12 @@ var Sql1 = function Sql1(props) {
|
|
|
11718
11666
|
className = props.className,
|
|
11719
11667
|
iconClassName = props.iconClassName,
|
|
11720
11668
|
testid = props.testid,
|
|
11721
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11669
|
+
otherProps = _objectWithoutProperties(props, _excluded$2V);
|
|
11722
11670
|
return /*#__PURE__*/React.createElement("span", {
|
|
11723
11671
|
role: "img",
|
|
11724
11672
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11725
11673
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11726
|
-
children: loadingCircleStyle$
|
|
11674
|
+
children: loadingCircleStyle$2V
|
|
11727
11675
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11728
11676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11729
11677
|
width: size,
|
|
@@ -11764,8 +11712,8 @@ Sql1.defaultProps = {
|
|
|
11764
11712
|
size: '1em'
|
|
11765
11713
|
};
|
|
11766
11714
|
|
|
11767
|
-
var _excluded$
|
|
11768
|
-
var loadingCircleStyle$
|
|
11715
|
+
var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11716
|
+
var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11769
11717
|
var Sql2 = function Sql2(props) {
|
|
11770
11718
|
var color = props.color,
|
|
11771
11719
|
size = props.size,
|
|
@@ -11774,12 +11722,12 @@ var Sql2 = function Sql2(props) {
|
|
|
11774
11722
|
className = props.className,
|
|
11775
11723
|
iconClassName = props.iconClassName,
|
|
11776
11724
|
testid = props.testid,
|
|
11777
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11725
|
+
otherProps = _objectWithoutProperties(props, _excluded$2W);
|
|
11778
11726
|
return /*#__PURE__*/React.createElement("span", {
|
|
11779
11727
|
role: "img",
|
|
11780
11728
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11781
11729
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11782
|
-
children: loadingCircleStyle$
|
|
11730
|
+
children: loadingCircleStyle$2W
|
|
11783
11731
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11784
11732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11785
11733
|
width: size,
|
|
@@ -11826,8 +11774,8 @@ Sql2.defaultProps = {
|
|
|
11826
11774
|
size: '1em'
|
|
11827
11775
|
};
|
|
11828
11776
|
|
|
11829
|
-
var _excluded$
|
|
11830
|
-
var loadingCircleStyle$
|
|
11777
|
+
var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11778
|
+
var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11831
11779
|
var Sql3 = function Sql3(props) {
|
|
11832
11780
|
var color = props.color,
|
|
11833
11781
|
size = props.size,
|
|
@@ -11836,12 +11784,12 @@ var Sql3 = function Sql3(props) {
|
|
|
11836
11784
|
className = props.className,
|
|
11837
11785
|
iconClassName = props.iconClassName,
|
|
11838
11786
|
testid = props.testid,
|
|
11839
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11787
|
+
otherProps = _objectWithoutProperties(props, _excluded$2X);
|
|
11840
11788
|
return /*#__PURE__*/React.createElement("span", {
|
|
11841
11789
|
role: "img",
|
|
11842
11790
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11843
11791
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11844
|
-
children: loadingCircleStyle$
|
|
11792
|
+
children: loadingCircleStyle$2X
|
|
11845
11793
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11846
11794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11847
11795
|
width: size,
|
|
@@ -11878,8 +11826,8 @@ Sql3.defaultProps = {
|
|
|
11878
11826
|
size: '1em'
|
|
11879
11827
|
};
|
|
11880
11828
|
|
|
11881
|
-
var _excluded$
|
|
11882
|
-
var loadingCircleStyle$
|
|
11829
|
+
var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11830
|
+
var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11883
11831
|
var Analysis = function Analysis(props) {
|
|
11884
11832
|
var color = props.color,
|
|
11885
11833
|
size = props.size,
|
|
@@ -11888,12 +11836,12 @@ var Analysis = function Analysis(props) {
|
|
|
11888
11836
|
className = props.className,
|
|
11889
11837
|
iconClassName = props.iconClassName,
|
|
11890
11838
|
testid = props.testid,
|
|
11891
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11839
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Y);
|
|
11892
11840
|
return /*#__PURE__*/React.createElement("span", {
|
|
11893
11841
|
role: "img",
|
|
11894
11842
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11895
11843
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11896
|
-
children: loadingCircleStyle$
|
|
11844
|
+
children: loadingCircleStyle$2Y
|
|
11897
11845
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11898
11846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11899
11847
|
width: size,
|
|
@@ -11930,8 +11878,8 @@ Analysis.defaultProps = {
|
|
|
11930
11878
|
size: '1em'
|
|
11931
11879
|
};
|
|
11932
11880
|
|
|
11933
|
-
var _excluded$
|
|
11934
|
-
var loadingCircleStyle$
|
|
11881
|
+
var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11882
|
+
var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11935
11883
|
var Filter = function Filter(props) {
|
|
11936
11884
|
var color = props.color,
|
|
11937
11885
|
size = props.size,
|
|
@@ -11940,12 +11888,12 @@ var Filter = function Filter(props) {
|
|
|
11940
11888
|
className = props.className,
|
|
11941
11889
|
iconClassName = props.iconClassName,
|
|
11942
11890
|
testid = props.testid,
|
|
11943
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11891
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Z);
|
|
11944
11892
|
return /*#__PURE__*/React.createElement("span", {
|
|
11945
11893
|
role: "img",
|
|
11946
11894
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11947
11895
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11948
|
-
children: loadingCircleStyle$
|
|
11896
|
+
children: loadingCircleStyle$2Z
|
|
11949
11897
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11950
11898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11951
11899
|
width: size,
|
|
@@ -11982,8 +11930,8 @@ Filter.defaultProps = {
|
|
|
11982
11930
|
size: '1em'
|
|
11983
11931
|
};
|
|
11984
11932
|
|
|
11985
|
-
var _excluded$
|
|
11986
|
-
var loadingCircleStyle$
|
|
11933
|
+
var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11934
|
+
var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11987
11935
|
var Filter2 = function Filter2(props) {
|
|
11988
11936
|
var color = props.color,
|
|
11989
11937
|
size = props.size,
|
|
@@ -11992,12 +11940,12 @@ var Filter2 = function Filter2(props) {
|
|
|
11992
11940
|
className = props.className,
|
|
11993
11941
|
iconClassName = props.iconClassName,
|
|
11994
11942
|
testid = props.testid,
|
|
11995
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11943
|
+
otherProps = _objectWithoutProperties(props, _excluded$2_);
|
|
11996
11944
|
return /*#__PURE__*/React.createElement("span", {
|
|
11997
11945
|
role: "img",
|
|
11998
11946
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11999
11947
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12000
|
-
children: loadingCircleStyle$
|
|
11948
|
+
children: loadingCircleStyle$2_
|
|
12001
11949
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12002
11950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12003
11951
|
width: size,
|
|
@@ -12034,8 +11982,8 @@ Filter2.defaultProps = {
|
|
|
12034
11982
|
size: '1em'
|
|
12035
11983
|
};
|
|
12036
11984
|
|
|
12037
|
-
var _excluded$
|
|
12038
|
-
var loadingCircleStyle$
|
|
11985
|
+
var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11986
|
+
var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12039
11987
|
var ParallelFilter = function ParallelFilter(props) {
|
|
12040
11988
|
var color = props.color,
|
|
12041
11989
|
size = props.size,
|
|
@@ -12044,12 +11992,12 @@ var ParallelFilter = function ParallelFilter(props) {
|
|
|
12044
11992
|
className = props.className,
|
|
12045
11993
|
iconClassName = props.iconClassName,
|
|
12046
11994
|
testid = props.testid,
|
|
12047
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11995
|
+
otherProps = _objectWithoutProperties(props, _excluded$2$);
|
|
12048
11996
|
return /*#__PURE__*/React.createElement("span", {
|
|
12049
11997
|
role: "img",
|
|
12050
11998
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12051
11999
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12052
|
-
children: loadingCircleStyle$
|
|
12000
|
+
children: loadingCircleStyle$2$
|
|
12053
12001
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12054
12002
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12055
12003
|
width: size,
|
|
@@ -12088,8 +12036,8 @@ ParallelFilter.defaultProps = {
|
|
|
12088
12036
|
size: '1em'
|
|
12089
12037
|
};
|
|
12090
12038
|
|
|
12091
|
-
var _excluded$
|
|
12092
|
-
var loadingCircleStyle$
|
|
12039
|
+
var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12040
|
+
var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12093
12041
|
var Expression = function Expression(props) {
|
|
12094
12042
|
var color = props.color,
|
|
12095
12043
|
size = props.size,
|
|
@@ -12098,12 +12046,12 @@ var Expression = function Expression(props) {
|
|
|
12098
12046
|
className = props.className,
|
|
12099
12047
|
iconClassName = props.iconClassName,
|
|
12100
12048
|
testid = props.testid,
|
|
12101
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12049
|
+
otherProps = _objectWithoutProperties(props, _excluded$30);
|
|
12102
12050
|
return /*#__PURE__*/React.createElement("span", {
|
|
12103
12051
|
role: "img",
|
|
12104
12052
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12105
12053
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12106
|
-
children: loadingCircleStyle$
|
|
12054
|
+
children: loadingCircleStyle$30
|
|
12107
12055
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12108
12056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12109
12057
|
width: size,
|
|
@@ -12140,8 +12088,8 @@ Expression.defaultProps = {
|
|
|
12140
12088
|
size: '1em'
|
|
12141
12089
|
};
|
|
12142
12090
|
|
|
12143
|
-
var _excluded$
|
|
12144
|
-
var loadingCircleStyle$
|
|
12091
|
+
var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12092
|
+
var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12145
12093
|
var Expression2 = function Expression2(props) {
|
|
12146
12094
|
var color = props.color,
|
|
12147
12095
|
size = props.size,
|
|
@@ -12150,12 +12098,12 @@ var Expression2 = function Expression2(props) {
|
|
|
12150
12098
|
className = props.className,
|
|
12151
12099
|
iconClassName = props.iconClassName,
|
|
12152
12100
|
testid = props.testid,
|
|
12153
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12101
|
+
otherProps = _objectWithoutProperties(props, _excluded$31);
|
|
12154
12102
|
return /*#__PURE__*/React.createElement("span", {
|
|
12155
12103
|
role: "img",
|
|
12156
12104
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12157
12105
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12158
|
-
children: loadingCircleStyle$
|
|
12106
|
+
children: loadingCircleStyle$31
|
|
12159
12107
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12160
12108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12161
12109
|
width: size,
|
|
@@ -12194,8 +12142,8 @@ Expression2.defaultProps = {
|
|
|
12194
12142
|
size: '1em'
|
|
12195
12143
|
};
|
|
12196
12144
|
|
|
12197
|
-
var _excluded$
|
|
12198
|
-
var loadingCircleStyle$
|
|
12145
|
+
var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12146
|
+
var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12199
12147
|
var FirstLast = function FirstLast(props) {
|
|
12200
12148
|
var color = props.color,
|
|
12201
12149
|
size = props.size,
|
|
@@ -12204,12 +12152,12 @@ var FirstLast = function FirstLast(props) {
|
|
|
12204
12152
|
className = props.className,
|
|
12205
12153
|
iconClassName = props.iconClassName,
|
|
12206
12154
|
testid = props.testid,
|
|
12207
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12155
|
+
otherProps = _objectWithoutProperties(props, _excluded$32);
|
|
12208
12156
|
return /*#__PURE__*/React.createElement("span", {
|
|
12209
12157
|
role: "img",
|
|
12210
12158
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12211
12159
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12212
|
-
children: loadingCircleStyle$
|
|
12160
|
+
children: loadingCircleStyle$32
|
|
12213
12161
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12214
12162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12215
12163
|
width: size,
|
|
@@ -12246,8 +12194,8 @@ FirstLast.defaultProps = {
|
|
|
12246
12194
|
size: '1em'
|
|
12247
12195
|
};
|
|
12248
12196
|
|
|
12249
|
-
var _excluded$
|
|
12250
|
-
var loadingCircleStyle$
|
|
12197
|
+
var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12198
|
+
var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12251
12199
|
var RelatedProp = function RelatedProp(props) {
|
|
12252
12200
|
var color = props.color,
|
|
12253
12201
|
size = props.size,
|
|
@@ -12256,12 +12204,12 @@ var RelatedProp = function RelatedProp(props) {
|
|
|
12256
12204
|
className = props.className,
|
|
12257
12205
|
iconClassName = props.iconClassName,
|
|
12258
12206
|
testid = props.testid,
|
|
12259
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12207
|
+
otherProps = _objectWithoutProperties(props, _excluded$33);
|
|
12260
12208
|
return /*#__PURE__*/React.createElement("span", {
|
|
12261
12209
|
role: "img",
|
|
12262
12210
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12263
12211
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12264
|
-
children: loadingCircleStyle$
|
|
12212
|
+
children: loadingCircleStyle$33
|
|
12265
12213
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12266
12214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12267
12215
|
width: size,
|
|
@@ -12298,8 +12246,8 @@ RelatedProp.defaultProps = {
|
|
|
12298
12246
|
size: '1em'
|
|
12299
12247
|
};
|
|
12300
12248
|
|
|
12301
|
-
var _excluded$
|
|
12302
|
-
var loadingCircleStyle$
|
|
12249
|
+
var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12250
|
+
var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12303
12251
|
var SortRise = function SortRise(props) {
|
|
12304
12252
|
var color = props.color,
|
|
12305
12253
|
size = props.size,
|
|
@@ -12308,12 +12256,12 @@ var SortRise = function SortRise(props) {
|
|
|
12308
12256
|
className = props.className,
|
|
12309
12257
|
iconClassName = props.iconClassName,
|
|
12310
12258
|
testid = props.testid,
|
|
12311
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12259
|
+
otherProps = _objectWithoutProperties(props, _excluded$34);
|
|
12312
12260
|
return /*#__PURE__*/React.createElement("span", {
|
|
12313
12261
|
role: "img",
|
|
12314
12262
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12315
12263
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12316
|
-
children: loadingCircleStyle$
|
|
12264
|
+
children: loadingCircleStyle$34
|
|
12317
12265
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12318
12266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12319
12267
|
width: size,
|
|
@@ -12354,8 +12302,8 @@ SortRise.defaultProps = {
|
|
|
12354
12302
|
size: '1em'
|
|
12355
12303
|
};
|
|
12356
12304
|
|
|
12357
|
-
var _excluded$
|
|
12358
|
-
var loadingCircleStyle$
|
|
12305
|
+
var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12306
|
+
var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12359
12307
|
var SortDrop = function SortDrop(props) {
|
|
12360
12308
|
var color = props.color,
|
|
12361
12309
|
size = props.size,
|
|
@@ -12364,12 +12312,12 @@ var SortDrop = function SortDrop(props) {
|
|
|
12364
12312
|
className = props.className,
|
|
12365
12313
|
iconClassName = props.iconClassName,
|
|
12366
12314
|
testid = props.testid,
|
|
12367
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12315
|
+
otherProps = _objectWithoutProperties(props, _excluded$35);
|
|
12368
12316
|
return /*#__PURE__*/React.createElement("span", {
|
|
12369
12317
|
role: "img",
|
|
12370
12318
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12371
12319
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12372
|
-
children: loadingCircleStyle$
|
|
12320
|
+
children: loadingCircleStyle$35
|
|
12373
12321
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12374
12322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12375
12323
|
width: size,
|
|
@@ -12410,8 +12358,8 @@ SortDrop.defaultProps = {
|
|
|
12410
12358
|
size: '1em'
|
|
12411
12359
|
};
|
|
12412
12360
|
|
|
12413
|
-
var _excluded$
|
|
12414
|
-
var loadingCircleStyle$
|
|
12361
|
+
var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12362
|
+
var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12415
12363
|
var Ascent = function Ascent(props) {
|
|
12416
12364
|
var color = props.color,
|
|
12417
12365
|
size = props.size,
|
|
@@ -12420,12 +12368,12 @@ var Ascent = function Ascent(props) {
|
|
|
12420
12368
|
className = props.className,
|
|
12421
12369
|
iconClassName = props.iconClassName,
|
|
12422
12370
|
testid = props.testid,
|
|
12423
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12371
|
+
otherProps = _objectWithoutProperties(props, _excluded$36);
|
|
12424
12372
|
return /*#__PURE__*/React.createElement("span", {
|
|
12425
12373
|
role: "img",
|
|
12426
12374
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12427
12375
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12428
|
-
children: loadingCircleStyle$
|
|
12376
|
+
children: loadingCircleStyle$36
|
|
12429
12377
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12430
12378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12431
12379
|
width: size,
|
|
@@ -12462,8 +12410,8 @@ Ascent.defaultProps = {
|
|
|
12462
12410
|
size: '1em'
|
|
12463
12411
|
};
|
|
12464
12412
|
|
|
12465
|
-
var _excluded$
|
|
12466
|
-
var loadingCircleStyle$
|
|
12413
|
+
var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12414
|
+
var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12467
12415
|
var Descent = function Descent(props) {
|
|
12468
12416
|
var color = props.color,
|
|
12469
12417
|
size = props.size,
|
|
@@ -12472,12 +12420,12 @@ var Descent = function Descent(props) {
|
|
|
12472
12420
|
className = props.className,
|
|
12473
12421
|
iconClassName = props.iconClassName,
|
|
12474
12422
|
testid = props.testid,
|
|
12475
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12423
|
+
otherProps = _objectWithoutProperties(props, _excluded$37);
|
|
12476
12424
|
return /*#__PURE__*/React.createElement("span", {
|
|
12477
12425
|
role: "img",
|
|
12478
12426
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12479
12427
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12480
|
-
children: loadingCircleStyle$
|
|
12428
|
+
children: loadingCircleStyle$37
|
|
12481
12429
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12482
12430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12483
12431
|
width: size,
|
|
@@ -12514,8 +12462,8 @@ Descent.defaultProps = {
|
|
|
12514
12462
|
size: '1em'
|
|
12515
12463
|
};
|
|
12516
12464
|
|
|
12517
|
-
var _excluded$
|
|
12518
|
-
var loadingCircleStyle$
|
|
12465
|
+
var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12466
|
+
var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12519
12467
|
var SortA2z = function SortA2z(props) {
|
|
12520
12468
|
var color = props.color,
|
|
12521
12469
|
size = props.size,
|
|
@@ -12524,12 +12472,12 @@ var SortA2z = function SortA2z(props) {
|
|
|
12524
12472
|
className = props.className,
|
|
12525
12473
|
iconClassName = props.iconClassName,
|
|
12526
12474
|
testid = props.testid,
|
|
12527
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12475
|
+
otherProps = _objectWithoutProperties(props, _excluded$38);
|
|
12528
12476
|
return /*#__PURE__*/React.createElement("span", {
|
|
12529
12477
|
role: "img",
|
|
12530
12478
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12531
12479
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12532
|
-
children: loadingCircleStyle$
|
|
12480
|
+
children: loadingCircleStyle$38
|
|
12533
12481
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12534
12482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12535
12483
|
width: size,
|
|
@@ -12572,8 +12520,8 @@ SortA2z.defaultProps = {
|
|
|
12572
12520
|
size: '1em'
|
|
12573
12521
|
};
|
|
12574
12522
|
|
|
12575
|
-
var _excluded$
|
|
12576
|
-
var loadingCircleStyle$
|
|
12523
|
+
var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12524
|
+
var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12577
12525
|
var SortZ2a = function SortZ2a(props) {
|
|
12578
12526
|
var color = props.color,
|
|
12579
12527
|
size = props.size,
|
|
@@ -12582,12 +12530,12 @@ var SortZ2a = function SortZ2a(props) {
|
|
|
12582
12530
|
className = props.className,
|
|
12583
12531
|
iconClassName = props.iconClassName,
|
|
12584
12532
|
testid = props.testid,
|
|
12585
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12533
|
+
otherProps = _objectWithoutProperties(props, _excluded$39);
|
|
12586
12534
|
return /*#__PURE__*/React.createElement("span", {
|
|
12587
12535
|
role: "img",
|
|
12588
12536
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12589
12537
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12590
|
-
children: loadingCircleStyle$
|
|
12538
|
+
children: loadingCircleStyle$39
|
|
12591
12539
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12592
12540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12593
12541
|
width: size,
|
|
@@ -12626,8 +12574,8 @@ SortZ2a.defaultProps = {
|
|
|
12626
12574
|
size: '1em'
|
|
12627
12575
|
};
|
|
12628
12576
|
|
|
12629
|
-
var _excluded$
|
|
12630
|
-
var loadingCircleStyle$
|
|
12577
|
+
var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12578
|
+
var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12631
12579
|
var Sort = function Sort(props) {
|
|
12632
12580
|
var color = props.color,
|
|
12633
12581
|
size = props.size,
|
|
@@ -12636,12 +12584,12 @@ var Sort = function Sort(props) {
|
|
|
12636
12584
|
className = props.className,
|
|
12637
12585
|
iconClassName = props.iconClassName,
|
|
12638
12586
|
testid = props.testid,
|
|
12639
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12587
|
+
otherProps = _objectWithoutProperties(props, _excluded$3a);
|
|
12640
12588
|
return /*#__PURE__*/React.createElement("span", {
|
|
12641
12589
|
role: "img",
|
|
12642
12590
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12643
12591
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12644
|
-
children: loadingCircleStyle$
|
|
12592
|
+
children: loadingCircleStyle$3a
|
|
12645
12593
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12646
12594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12647
12595
|
width: size,
|
|
@@ -12678,8 +12626,8 @@ Sort.defaultProps = {
|
|
|
12678
12626
|
size: '1em'
|
|
12679
12627
|
};
|
|
12680
12628
|
|
|
12681
|
-
var _excluded$
|
|
12682
|
-
var loadingCircleStyle$
|
|
12629
|
+
var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12630
|
+
var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12683
12631
|
var SortResult = function SortResult(props) {
|
|
12684
12632
|
var color = props.color,
|
|
12685
12633
|
size = props.size,
|
|
@@ -12688,12 +12636,12 @@ var SortResult = function SortResult(props) {
|
|
|
12688
12636
|
className = props.className,
|
|
12689
12637
|
iconClassName = props.iconClassName,
|
|
12690
12638
|
testid = props.testid,
|
|
12691
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12639
|
+
otherProps = _objectWithoutProperties(props, _excluded$3b);
|
|
12692
12640
|
return /*#__PURE__*/React.createElement("span", {
|
|
12693
12641
|
role: "img",
|
|
12694
12642
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12695
12643
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12696
|
-
children: loadingCircleStyle$
|
|
12644
|
+
children: loadingCircleStyle$3b
|
|
12697
12645
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12698
12646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12699
12647
|
width: size,
|
|
@@ -12736,8 +12684,8 @@ SortResult.defaultProps = {
|
|
|
12736
12684
|
size: '1em'
|
|
12737
12685
|
};
|
|
12738
12686
|
|
|
12739
|
-
var _excluded$
|
|
12740
|
-
var loadingCircleStyle$
|
|
12687
|
+
var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12688
|
+
var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12741
12689
|
var TA2b = function TA2b(props) {
|
|
12742
12690
|
var color = props.color,
|
|
12743
12691
|
size = props.size,
|
|
@@ -12746,12 +12694,12 @@ var TA2b = function TA2b(props) {
|
|
|
12746
12694
|
className = props.className,
|
|
12747
12695
|
iconClassName = props.iconClassName,
|
|
12748
12696
|
testid = props.testid,
|
|
12749
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12697
|
+
otherProps = _objectWithoutProperties(props, _excluded$3c);
|
|
12750
12698
|
return /*#__PURE__*/React.createElement("span", {
|
|
12751
12699
|
role: "img",
|
|
12752
12700
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12753
12701
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12754
|
-
children: loadingCircleStyle$
|
|
12702
|
+
children: loadingCircleStyle$3c
|
|
12755
12703
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12756
12704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12757
12705
|
width: size,
|
|
@@ -12788,8 +12736,8 @@ TA2b.defaultProps = {
|
|
|
12788
12736
|
size: '1em'
|
|
12789
12737
|
};
|
|
12790
12738
|
|
|
12791
|
-
var _excluded$
|
|
12792
|
-
var loadingCircleStyle$
|
|
12739
|
+
var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12740
|
+
var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12793
12741
|
var TX2y = function TX2y(props) {
|
|
12794
12742
|
var color = props.color,
|
|
12795
12743
|
size = props.size,
|
|
@@ -12798,12 +12746,12 @@ var TX2y = function TX2y(props) {
|
|
|
12798
12746
|
className = props.className,
|
|
12799
12747
|
iconClassName = props.iconClassName,
|
|
12800
12748
|
testid = props.testid,
|
|
12801
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12749
|
+
otherProps = _objectWithoutProperties(props, _excluded$3d);
|
|
12802
12750
|
return /*#__PURE__*/React.createElement("span", {
|
|
12803
12751
|
role: "img",
|
|
12804
12752
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12805
12753
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12806
|
-
children: loadingCircleStyle$
|
|
12754
|
+
children: loadingCircleStyle$3d
|
|
12807
12755
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12808
12756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12809
12757
|
width: size,
|
|
@@ -12844,8 +12792,8 @@ TX2y.defaultProps = {
|
|
|
12844
12792
|
size: '1em'
|
|
12845
12793
|
};
|
|
12846
12794
|
|
|
12847
|
-
var _excluded$
|
|
12848
|
-
var loadingCircleStyle$
|
|
12795
|
+
var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12796
|
+
var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12849
12797
|
var Parameter = function Parameter(props) {
|
|
12850
12798
|
var color = props.color,
|
|
12851
12799
|
size = props.size,
|
|
@@ -12854,12 +12802,12 @@ var Parameter = function Parameter(props) {
|
|
|
12854
12802
|
className = props.className,
|
|
12855
12803
|
iconClassName = props.iconClassName,
|
|
12856
12804
|
testid = props.testid,
|
|
12857
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12805
|
+
otherProps = _objectWithoutProperties(props, _excluded$3e);
|
|
12858
12806
|
return /*#__PURE__*/React.createElement("span", {
|
|
12859
12807
|
role: "img",
|
|
12860
12808
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12861
12809
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12862
|
-
children: loadingCircleStyle$
|
|
12810
|
+
children: loadingCircleStyle$3e
|
|
12863
12811
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12864
12812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12865
12813
|
width: size,
|
|
@@ -12902,8 +12850,8 @@ Parameter.defaultProps = {
|
|
|
12902
12850
|
size: '1em'
|
|
12903
12851
|
};
|
|
12904
12852
|
|
|
12905
|
-
var _excluded$
|
|
12906
|
-
var loadingCircleStyle$
|
|
12853
|
+
var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12854
|
+
var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12907
12855
|
var Groups = function Groups(props) {
|
|
12908
12856
|
var color = props.color,
|
|
12909
12857
|
size = props.size,
|
|
@@ -12912,12 +12860,12 @@ var Groups = function Groups(props) {
|
|
|
12912
12860
|
className = props.className,
|
|
12913
12861
|
iconClassName = props.iconClassName,
|
|
12914
12862
|
testid = props.testid,
|
|
12915
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12863
|
+
otherProps = _objectWithoutProperties(props, _excluded$3f);
|
|
12916
12864
|
return /*#__PURE__*/React.createElement("span", {
|
|
12917
12865
|
role: "img",
|
|
12918
12866
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12919
12867
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12920
|
-
children: loadingCircleStyle$
|
|
12868
|
+
children: loadingCircleStyle$3f
|
|
12921
12869
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12922
12870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12923
12871
|
width: size,
|
|
@@ -12954,8 +12902,8 @@ Groups.defaultProps = {
|
|
|
12954
12902
|
size: '1em'
|
|
12955
12903
|
};
|
|
12956
12904
|
|
|
12957
|
-
var _excluded$
|
|
12958
|
-
var loadingCircleStyle$
|
|
12905
|
+
var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12906
|
+
var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12959
12907
|
var EventTree = function EventTree(props) {
|
|
12960
12908
|
var color = props.color,
|
|
12961
12909
|
size = props.size,
|
|
@@ -12964,12 +12912,12 @@ var EventTree = function EventTree(props) {
|
|
|
12964
12912
|
className = props.className,
|
|
12965
12913
|
iconClassName = props.iconClassName,
|
|
12966
12914
|
testid = props.testid,
|
|
12967
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12915
|
+
otherProps = _objectWithoutProperties(props, _excluded$3g);
|
|
12968
12916
|
return /*#__PURE__*/React.createElement("span", {
|
|
12969
12917
|
role: "img",
|
|
12970
12918
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12971
12919
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12972
|
-
children: loadingCircleStyle$
|
|
12920
|
+
children: loadingCircleStyle$3g
|
|
12973
12921
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12974
12922
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12975
12923
|
width: size,
|
|
@@ -13006,8 +12954,8 @@ EventTree.defaultProps = {
|
|
|
13006
12954
|
size: '1em'
|
|
13007
12955
|
};
|
|
13008
12956
|
|
|
13009
|
-
var _excluded$
|
|
13010
|
-
var loadingCircleStyle$
|
|
12957
|
+
var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
12958
|
+
var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13011
12959
|
var Split = function Split(props) {
|
|
13012
12960
|
var color = props.color,
|
|
13013
12961
|
size = props.size,
|
|
@@ -13016,12 +12964,12 @@ var Split = function Split(props) {
|
|
|
13016
12964
|
className = props.className,
|
|
13017
12965
|
iconClassName = props.iconClassName,
|
|
13018
12966
|
testid = props.testid,
|
|
13019
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12967
|
+
otherProps = _objectWithoutProperties(props, _excluded$3h);
|
|
13020
12968
|
return /*#__PURE__*/React.createElement("span", {
|
|
13021
12969
|
role: "img",
|
|
13022
12970
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13023
12971
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13024
|
-
children: loadingCircleStyle$
|
|
12972
|
+
children: loadingCircleStyle$3h
|
|
13025
12973
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13026
12974
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13027
12975
|
width: size,
|
|
@@ -13058,8 +13006,8 @@ Split.defaultProps = {
|
|
|
13058
13006
|
size: '1em'
|
|
13059
13007
|
};
|
|
13060
13008
|
|
|
13061
|
-
var _excluded$
|
|
13062
|
-
var loadingCircleStyle$
|
|
13009
|
+
var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13010
|
+
var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13063
13011
|
var CustomPartition = function CustomPartition(props) {
|
|
13064
13012
|
var color = props.color,
|
|
13065
13013
|
size = props.size,
|
|
@@ -13068,12 +13016,12 @@ var CustomPartition = function CustomPartition(props) {
|
|
|
13068
13016
|
className = props.className,
|
|
13069
13017
|
iconClassName = props.iconClassName,
|
|
13070
13018
|
testid = props.testid,
|
|
13071
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13019
|
+
otherProps = _objectWithoutProperties(props, _excluded$3i);
|
|
13072
13020
|
return /*#__PURE__*/React.createElement("span", {
|
|
13073
13021
|
role: "img",
|
|
13074
13022
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13075
13023
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13076
|
-
children: loadingCircleStyle$
|
|
13024
|
+
children: loadingCircleStyle$3i
|
|
13077
13025
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13078
13026
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13079
13027
|
width: size,
|
|
@@ -13110,8 +13058,8 @@ CustomPartition.defaultProps = {
|
|
|
13110
13058
|
size: '1em'
|
|
13111
13059
|
};
|
|
13112
13060
|
|
|
13113
|
-
var _excluded$
|
|
13114
|
-
var loadingCircleStyle$
|
|
13061
|
+
var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13062
|
+
var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13115
13063
|
var Result = function Result(props) {
|
|
13116
13064
|
var color = props.color,
|
|
13117
13065
|
size = props.size,
|
|
@@ -13120,12 +13068,12 @@ var Result = function Result(props) {
|
|
|
13120
13068
|
className = props.className,
|
|
13121
13069
|
iconClassName = props.iconClassName,
|
|
13122
13070
|
testid = props.testid,
|
|
13123
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13071
|
+
otherProps = _objectWithoutProperties(props, _excluded$3j);
|
|
13124
13072
|
return /*#__PURE__*/React.createElement("span", {
|
|
13125
13073
|
role: "img",
|
|
13126
13074
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13127
13075
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13128
|
-
children: loadingCircleStyle$
|
|
13076
|
+
children: loadingCircleStyle$3j
|
|
13129
13077
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13130
13078
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13131
13079
|
width: size,
|
|
@@ -13166,8 +13114,8 @@ Result.defaultProps = {
|
|
|
13166
13114
|
size: '1em'
|
|
13167
13115
|
};
|
|
13168
13116
|
|
|
13169
|
-
var _excluded$
|
|
13170
|
-
var loadingCircleStyle$
|
|
13117
|
+
var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13118
|
+
var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13171
13119
|
var Alert = function Alert(props) {
|
|
13172
13120
|
var color = props.color,
|
|
13173
13121
|
size = props.size,
|
|
@@ -13176,12 +13124,12 @@ var Alert = function Alert(props) {
|
|
|
13176
13124
|
className = props.className,
|
|
13177
13125
|
iconClassName = props.iconClassName,
|
|
13178
13126
|
testid = props.testid,
|
|
13179
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13127
|
+
otherProps = _objectWithoutProperties(props, _excluded$3k);
|
|
13180
13128
|
return /*#__PURE__*/React.createElement("span", {
|
|
13181
13129
|
role: "img",
|
|
13182
13130
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13183
13131
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13184
|
-
children: loadingCircleStyle$
|
|
13132
|
+
children: loadingCircleStyle$3k
|
|
13185
13133
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13186
13134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13187
13135
|
width: size,
|
|
@@ -13220,8 +13168,8 @@ Alert.defaultProps = {
|
|
|
13220
13168
|
size: '1em'
|
|
13221
13169
|
};
|
|
13222
13170
|
|
|
13223
|
-
var _excluded$
|
|
13224
|
-
var loadingCircleStyle$
|
|
13171
|
+
var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13172
|
+
var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13225
13173
|
var ViewOriginal = function ViewOriginal(props) {
|
|
13226
13174
|
var color = props.color,
|
|
13227
13175
|
size = props.size,
|
|
@@ -13230,12 +13178,12 @@ var ViewOriginal = function ViewOriginal(props) {
|
|
|
13230
13178
|
className = props.className,
|
|
13231
13179
|
iconClassName = props.iconClassName,
|
|
13232
13180
|
testid = props.testid,
|
|
13233
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13181
|
+
otherProps = _objectWithoutProperties(props, _excluded$3l);
|
|
13234
13182
|
return /*#__PURE__*/React.createElement("span", {
|
|
13235
13183
|
role: "img",
|
|
13236
13184
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13237
13185
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13238
|
-
children: loadingCircleStyle$
|
|
13186
|
+
children: loadingCircleStyle$3l
|
|
13239
13187
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13240
13188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13241
13189
|
width: size,
|
|
@@ -13279,8 +13227,8 @@ ViewOriginal.defaultProps = {
|
|
|
13279
13227
|
size: '1em'
|
|
13280
13228
|
};
|
|
13281
13229
|
|
|
13282
|
-
var _excluded$
|
|
13283
|
-
var loadingCircleStyle$
|
|
13230
|
+
var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13231
|
+
var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13284
13232
|
var Attribution = function Attribution(props) {
|
|
13285
13233
|
var color = props.color,
|
|
13286
13234
|
size = props.size,
|
|
@@ -13289,12 +13237,12 @@ var Attribution = function Attribution(props) {
|
|
|
13289
13237
|
className = props.className,
|
|
13290
13238
|
iconClassName = props.iconClassName,
|
|
13291
13239
|
testid = props.testid,
|
|
13292
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13240
|
+
otherProps = _objectWithoutProperties(props, _excluded$3m);
|
|
13293
13241
|
return /*#__PURE__*/React.createElement("span", {
|
|
13294
13242
|
role: "img",
|
|
13295
13243
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13296
13244
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13297
|
-
children: loadingCircleStyle$
|
|
13245
|
+
children: loadingCircleStyle$3m
|
|
13298
13246
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13299
13247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13300
13248
|
width: size,
|
|
@@ -13333,8 +13281,8 @@ Attribution.defaultProps = {
|
|
|
13333
13281
|
size: '1em'
|
|
13334
13282
|
};
|
|
13335
13283
|
|
|
13336
|
-
var _excluded$
|
|
13337
|
-
var loadingCircleStyle$
|
|
13284
|
+
var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13285
|
+
var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13338
13286
|
var Cost = function Cost(props) {
|
|
13339
13287
|
var color = props.color,
|
|
13340
13288
|
size = props.size,
|
|
@@ -13343,12 +13291,12 @@ var Cost = function Cost(props) {
|
|
|
13343
13291
|
className = props.className,
|
|
13344
13292
|
iconClassName = props.iconClassName,
|
|
13345
13293
|
testid = props.testid,
|
|
13346
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13294
|
+
otherProps = _objectWithoutProperties(props, _excluded$3n);
|
|
13347
13295
|
return /*#__PURE__*/React.createElement("span", {
|
|
13348
13296
|
role: "img",
|
|
13349
13297
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13350
13298
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13351
|
-
children: loadingCircleStyle$
|
|
13299
|
+
children: loadingCircleStyle$3n
|
|
13352
13300
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13353
13301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13354
13302
|
width: size,
|
|
@@ -13385,8 +13333,8 @@ Cost.defaultProps = {
|
|
|
13385
13333
|
size: '1em'
|
|
13386
13334
|
};
|
|
13387
13335
|
|
|
13388
|
-
var _excluded$
|
|
13389
|
-
var loadingCircleStyle$
|
|
13336
|
+
var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13337
|
+
var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13390
13338
|
var Exposure = function Exposure(props) {
|
|
13391
13339
|
var color = props.color,
|
|
13392
13340
|
size = props.size,
|
|
@@ -13395,12 +13343,12 @@ var Exposure = function Exposure(props) {
|
|
|
13395
13343
|
className = props.className,
|
|
13396
13344
|
iconClassName = props.iconClassName,
|
|
13397
13345
|
testid = props.testid,
|
|
13398
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13346
|
+
otherProps = _objectWithoutProperties(props, _excluded$3o);
|
|
13399
13347
|
return /*#__PURE__*/React.createElement("span", {
|
|
13400
13348
|
role: "img",
|
|
13401
13349
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13402
13350
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13403
|
-
children: loadingCircleStyle$
|
|
13351
|
+
children: loadingCircleStyle$3o
|
|
13404
13352
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13405
13353
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13406
13354
|
width: size,
|
|
@@ -13437,8 +13385,8 @@ Exposure.defaultProps = {
|
|
|
13437
13385
|
size: '1em'
|
|
13438
13386
|
};
|
|
13439
13387
|
|
|
13440
|
-
var _excluded$
|
|
13441
|
-
var loadingCircleStyle$
|
|
13388
|
+
var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13389
|
+
var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13442
13390
|
var Indicator = function Indicator(props) {
|
|
13443
13391
|
var color = props.color,
|
|
13444
13392
|
size = props.size,
|
|
@@ -13447,12 +13395,12 @@ var Indicator = function Indicator(props) {
|
|
|
13447
13395
|
className = props.className,
|
|
13448
13396
|
iconClassName = props.iconClassName,
|
|
13449
13397
|
testid = props.testid,
|
|
13450
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13398
|
+
otherProps = _objectWithoutProperties(props, _excluded$3p);
|
|
13451
13399
|
return /*#__PURE__*/React.createElement("span", {
|
|
13452
13400
|
role: "img",
|
|
13453
13401
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13454
13402
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13455
|
-
children: loadingCircleStyle$
|
|
13403
|
+
children: loadingCircleStyle$3p
|
|
13456
13404
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13457
13405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13458
13406
|
width: size,
|
|
@@ -13491,8 +13439,8 @@ Indicator.defaultProps = {
|
|
|
13491
13439
|
size: '1em'
|
|
13492
13440
|
};
|
|
13493
13441
|
|
|
13494
|
-
var _excluded$
|
|
13495
|
-
var loadingCircleStyle$
|
|
13442
|
+
var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13443
|
+
var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13496
13444
|
var Currency = function Currency(props) {
|
|
13497
13445
|
var color = props.color,
|
|
13498
13446
|
size = props.size,
|
|
@@ -13501,12 +13449,12 @@ var Currency = function Currency(props) {
|
|
|
13501
13449
|
className = props.className,
|
|
13502
13450
|
iconClassName = props.iconClassName,
|
|
13503
13451
|
testid = props.testid,
|
|
13504
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13452
|
+
otherProps = _objectWithoutProperties(props, _excluded$3q);
|
|
13505
13453
|
return /*#__PURE__*/React.createElement("span", {
|
|
13506
13454
|
role: "img",
|
|
13507
13455
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13508
13456
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13509
|
-
children: loadingCircleStyle$
|
|
13457
|
+
children: loadingCircleStyle$3q
|
|
13510
13458
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13511
13459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13512
13460
|
width: size,
|
|
@@ -13543,8 +13491,8 @@ Currency.defaultProps = {
|
|
|
13543
13491
|
size: '1em'
|
|
13544
13492
|
};
|
|
13545
13493
|
|
|
13546
|
-
var _excluded$
|
|
13547
|
-
var loadingCircleStyle$
|
|
13494
|
+
var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13495
|
+
var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13548
13496
|
var Contrast = function Contrast(props) {
|
|
13549
13497
|
var color = props.color,
|
|
13550
13498
|
size = props.size,
|
|
@@ -13553,12 +13501,12 @@ var Contrast = function Contrast(props) {
|
|
|
13553
13501
|
className = props.className,
|
|
13554
13502
|
iconClassName = props.iconClassName,
|
|
13555
13503
|
testid = props.testid,
|
|
13556
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13504
|
+
otherProps = _objectWithoutProperties(props, _excluded$3r);
|
|
13557
13505
|
return /*#__PURE__*/React.createElement("span", {
|
|
13558
13506
|
role: "img",
|
|
13559
13507
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13560
13508
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13561
|
-
children: loadingCircleStyle$
|
|
13509
|
+
children: loadingCircleStyle$3r
|
|
13562
13510
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13563
13511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13564
13512
|
width: size,
|
|
@@ -13597,8 +13545,8 @@ Contrast.defaultProps = {
|
|
|
13597
13545
|
size: '1em'
|
|
13598
13546
|
};
|
|
13599
13547
|
|
|
13600
|
-
var _excluded$
|
|
13601
|
-
var loadingCircleStyle$
|
|
13548
|
+
var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13549
|
+
var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13602
13550
|
var Index = function Index(props) {
|
|
13603
13551
|
var color = props.color,
|
|
13604
13552
|
size = props.size,
|
|
@@ -13607,12 +13555,12 @@ var Index = function Index(props) {
|
|
|
13607
13555
|
className = props.className,
|
|
13608
13556
|
iconClassName = props.iconClassName,
|
|
13609
13557
|
testid = props.testid,
|
|
13610
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13558
|
+
otherProps = _objectWithoutProperties(props, _excluded$3s);
|
|
13611
13559
|
return /*#__PURE__*/React.createElement("span", {
|
|
13612
13560
|
role: "img",
|
|
13613
13561
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13614
13562
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13615
|
-
children: loadingCircleStyle$
|
|
13563
|
+
children: loadingCircleStyle$3s
|
|
13616
13564
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13617
13565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13618
13566
|
width: size,
|
|
@@ -13659,8 +13607,8 @@ Index.defaultProps = {
|
|
|
13659
13607
|
size: '1em'
|
|
13660
13608
|
};
|
|
13661
13609
|
|
|
13662
|
-
var _excluded$
|
|
13663
|
-
var loadingCircleStyle$
|
|
13610
|
+
var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13611
|
+
var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13664
13612
|
var SortUp = function SortUp(props) {
|
|
13665
13613
|
var color = props.color,
|
|
13666
13614
|
size = props.size,
|
|
@@ -13669,12 +13617,12 @@ var SortUp = function SortUp(props) {
|
|
|
13669
13617
|
className = props.className,
|
|
13670
13618
|
iconClassName = props.iconClassName,
|
|
13671
13619
|
testid = props.testid,
|
|
13672
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13620
|
+
otherProps = _objectWithoutProperties(props, _excluded$3t);
|
|
13673
13621
|
return /*#__PURE__*/React.createElement("span", {
|
|
13674
13622
|
role: "img",
|
|
13675
13623
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13676
13624
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13677
|
-
children: loadingCircleStyle$
|
|
13625
|
+
children: loadingCircleStyle$3t
|
|
13678
13626
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13679
13627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13680
13628
|
width: size,
|
|
@@ -13719,8 +13667,8 @@ SortUp.defaultProps = {
|
|
|
13719
13667
|
size: '1em'
|
|
13720
13668
|
};
|
|
13721
13669
|
|
|
13722
|
-
var _excluded$
|
|
13723
|
-
var loadingCircleStyle$
|
|
13670
|
+
var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13671
|
+
var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13724
13672
|
var SortDown = function SortDown(props) {
|
|
13725
13673
|
var color = props.color,
|
|
13726
13674
|
size = props.size,
|
|
@@ -13729,12 +13677,12 @@ var SortDown = function SortDown(props) {
|
|
|
13729
13677
|
className = props.className,
|
|
13730
13678
|
iconClassName = props.iconClassName,
|
|
13731
13679
|
testid = props.testid,
|
|
13732
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13680
|
+
otherProps = _objectWithoutProperties(props, _excluded$3u);
|
|
13733
13681
|
return /*#__PURE__*/React.createElement("span", {
|
|
13734
13682
|
role: "img",
|
|
13735
13683
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13736
13684
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13737
|
-
children: loadingCircleStyle$
|
|
13685
|
+
children: loadingCircleStyle$3u
|
|
13738
13686
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13739
13687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13740
13688
|
width: size,
|
|
@@ -13779,8 +13727,8 @@ SortDown.defaultProps = {
|
|
|
13779
13727
|
size: '1em'
|
|
13780
13728
|
};
|
|
13781
13729
|
|
|
13782
|
-
var _excluded$
|
|
13783
|
-
var loadingCircleStyle$
|
|
13730
|
+
var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13731
|
+
var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13784
13732
|
var Function = function Function(props) {
|
|
13785
13733
|
var color = props.color,
|
|
13786
13734
|
size = props.size,
|
|
@@ -13789,12 +13737,12 @@ var Function = function Function(props) {
|
|
|
13789
13737
|
className = props.className,
|
|
13790
13738
|
iconClassName = props.iconClassName,
|
|
13791
13739
|
testid = props.testid,
|
|
13792
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13740
|
+
otherProps = _objectWithoutProperties(props, _excluded$3v);
|
|
13793
13741
|
return /*#__PURE__*/React.createElement("span", {
|
|
13794
13742
|
role: "img",
|
|
13795
13743
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13796
13744
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13797
|
-
children: loadingCircleStyle$
|
|
13745
|
+
children: loadingCircleStyle$3v
|
|
13798
13746
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13799
13747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13800
13748
|
width: size,
|
|
@@ -13831,8 +13779,8 @@ Function.defaultProps = {
|
|
|
13831
13779
|
size: '1em'
|
|
13832
13780
|
};
|
|
13833
13781
|
|
|
13834
|
-
var _excluded$
|
|
13835
|
-
var loadingCircleStyle$
|
|
13782
|
+
var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13783
|
+
var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13836
13784
|
var Partition = function Partition(props) {
|
|
13837
13785
|
var color = props.color,
|
|
13838
13786
|
size = props.size,
|
|
@@ -13841,12 +13789,12 @@ var Partition = function Partition(props) {
|
|
|
13841
13789
|
className = props.className,
|
|
13842
13790
|
iconClassName = props.iconClassName,
|
|
13843
13791
|
testid = props.testid,
|
|
13844
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13792
|
+
otherProps = _objectWithoutProperties(props, _excluded$3w);
|
|
13845
13793
|
return /*#__PURE__*/React.createElement("span", {
|
|
13846
13794
|
role: "img",
|
|
13847
13795
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13848
13796
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13849
|
-
children: loadingCircleStyle$
|
|
13797
|
+
children: loadingCircleStyle$3w
|
|
13850
13798
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13851
13799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13852
13800
|
width: size,
|
|
@@ -13885,8 +13833,8 @@ Partition.defaultProps = {
|
|
|
13885
13833
|
size: '1em'
|
|
13886
13834
|
};
|
|
13887
13835
|
|
|
13888
|
-
var _excluded$
|
|
13889
|
-
var loadingCircleStyle$
|
|
13836
|
+
var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13837
|
+
var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13890
13838
|
var Education = function Education(props) {
|
|
13891
13839
|
var color = props.color,
|
|
13892
13840
|
size = props.size,
|
|
@@ -13895,12 +13843,12 @@ var Education = function Education(props) {
|
|
|
13895
13843
|
className = props.className,
|
|
13896
13844
|
iconClassName = props.iconClassName,
|
|
13897
13845
|
testid = props.testid,
|
|
13898
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13846
|
+
otherProps = _objectWithoutProperties(props, _excluded$3x);
|
|
13899
13847
|
return /*#__PURE__*/React.createElement("span", {
|
|
13900
13848
|
role: "img",
|
|
13901
13849
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13902
13850
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13903
|
-
children: loadingCircleStyle$
|
|
13851
|
+
children: loadingCircleStyle$3x
|
|
13904
13852
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13905
13853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13906
13854
|
width: size,
|
|
@@ -13941,8 +13889,8 @@ Education.defaultProps = {
|
|
|
13941
13889
|
size: '1em'
|
|
13942
13890
|
};
|
|
13943
13891
|
|
|
13944
|
-
var _excluded$
|
|
13945
|
-
var loadingCircleStyle$
|
|
13892
|
+
var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13893
|
+
var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13946
13894
|
var EducationFill = function EducationFill(props) {
|
|
13947
13895
|
var color = props.color,
|
|
13948
13896
|
size = props.size,
|
|
@@ -13951,12 +13899,12 @@ var EducationFill = function EducationFill(props) {
|
|
|
13951
13899
|
className = props.className,
|
|
13952
13900
|
iconClassName = props.iconClassName,
|
|
13953
13901
|
testid = props.testid,
|
|
13954
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13902
|
+
otherProps = _objectWithoutProperties(props, _excluded$3y);
|
|
13955
13903
|
return /*#__PURE__*/React.createElement("span", {
|
|
13956
13904
|
role: "img",
|
|
13957
13905
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13958
13906
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13959
|
-
children: loadingCircleStyle$
|
|
13907
|
+
children: loadingCircleStyle$3y
|
|
13960
13908
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13961
13909
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13962
13910
|
width: size,
|
|
@@ -13997,8 +13945,8 @@ EducationFill.defaultProps = {
|
|
|
13997
13945
|
size: '1em'
|
|
13998
13946
|
};
|
|
13999
13947
|
|
|
14000
|
-
var _excluded$
|
|
14001
|
-
var loadingCircleStyle$
|
|
13948
|
+
var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
13949
|
+
var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14002
13950
|
var Game = function Game(props) {
|
|
14003
13951
|
var color = props.color,
|
|
14004
13952
|
size = props.size,
|
|
@@ -14007,12 +13955,12 @@ var Game = function Game(props) {
|
|
|
14007
13955
|
className = props.className,
|
|
14008
13956
|
iconClassName = props.iconClassName,
|
|
14009
13957
|
testid = props.testid,
|
|
14010
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13958
|
+
otherProps = _objectWithoutProperties(props, _excluded$3z);
|
|
14011
13959
|
return /*#__PURE__*/React.createElement("span", {
|
|
14012
13960
|
role: "img",
|
|
14013
13961
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14014
13962
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14015
|
-
children: loadingCircleStyle$
|
|
13963
|
+
children: loadingCircleStyle$3z
|
|
14016
13964
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14017
13965
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14018
13966
|
width: size,
|
|
@@ -14053,8 +14001,8 @@ Game.defaultProps = {
|
|
|
14053
14001
|
size: '1em'
|
|
14054
14002
|
};
|
|
14055
14003
|
|
|
14056
|
-
var _excluded$
|
|
14057
|
-
var loadingCircleStyle$
|
|
14004
|
+
var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14005
|
+
var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14058
14006
|
var GameFill = function GameFill(props) {
|
|
14059
14007
|
var color = props.color,
|
|
14060
14008
|
size = props.size,
|
|
@@ -14063,12 +14011,12 @@ var GameFill = function GameFill(props) {
|
|
|
14063
14011
|
className = props.className,
|
|
14064
14012
|
iconClassName = props.iconClassName,
|
|
14065
14013
|
testid = props.testid,
|
|
14066
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14014
|
+
otherProps = _objectWithoutProperties(props, _excluded$3A);
|
|
14067
14015
|
return /*#__PURE__*/React.createElement("span", {
|
|
14068
14016
|
role: "img",
|
|
14069
14017
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14070
14018
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14071
|
-
children: loadingCircleStyle$
|
|
14019
|
+
children: loadingCircleStyle$3A
|
|
14072
14020
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14073
14021
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14074
14022
|
width: size,
|
|
@@ -14105,8 +14053,8 @@ GameFill.defaultProps = {
|
|
|
14105
14053
|
size: '1em'
|
|
14106
14054
|
};
|
|
14107
14055
|
|
|
14108
|
-
var _excluded$
|
|
14109
|
-
var loadingCircleStyle$
|
|
14056
|
+
var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14057
|
+
var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14110
14058
|
var Shop = function Shop(props) {
|
|
14111
14059
|
var color = props.color,
|
|
14112
14060
|
size = props.size,
|
|
@@ -14115,12 +14063,12 @@ var Shop = function Shop(props) {
|
|
|
14115
14063
|
className = props.className,
|
|
14116
14064
|
iconClassName = props.iconClassName,
|
|
14117
14065
|
testid = props.testid,
|
|
14118
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14066
|
+
otherProps = _objectWithoutProperties(props, _excluded$3B);
|
|
14119
14067
|
return /*#__PURE__*/React.createElement("span", {
|
|
14120
14068
|
role: "img",
|
|
14121
14069
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14122
14070
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14123
|
-
children: loadingCircleStyle$
|
|
14071
|
+
children: loadingCircleStyle$3B
|
|
14124
14072
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14125
14073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14126
14074
|
width: size,
|
|
@@ -14157,8 +14105,8 @@ Shop.defaultProps = {
|
|
|
14157
14105
|
size: '1em'
|
|
14158
14106
|
};
|
|
14159
14107
|
|
|
14160
|
-
var _excluded$
|
|
14161
|
-
var loadingCircleStyle$
|
|
14108
|
+
var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14109
|
+
var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14162
14110
|
var ShopFill = function ShopFill(props) {
|
|
14163
14111
|
var color = props.color,
|
|
14164
14112
|
size = props.size,
|
|
@@ -14167,12 +14115,12 @@ var ShopFill = function ShopFill(props) {
|
|
|
14167
14115
|
className = props.className,
|
|
14168
14116
|
iconClassName = props.iconClassName,
|
|
14169
14117
|
testid = props.testid,
|
|
14170
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14118
|
+
otherProps = _objectWithoutProperties(props, _excluded$3C);
|
|
14171
14119
|
return /*#__PURE__*/React.createElement("span", {
|
|
14172
14120
|
role: "img",
|
|
14173
14121
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14174
14122
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14175
|
-
children: loadingCircleStyle$
|
|
14123
|
+
children: loadingCircleStyle$3C
|
|
14176
14124
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14177
14125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14178
14126
|
width: size,
|
|
@@ -14209,8 +14157,8 @@ ShopFill.defaultProps = {
|
|
|
14209
14157
|
size: '1em'
|
|
14210
14158
|
};
|
|
14211
14159
|
|
|
14212
|
-
var _excluded$
|
|
14213
|
-
var loadingCircleStyle$
|
|
14160
|
+
var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14161
|
+
var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14214
14162
|
var Earth = function Earth(props) {
|
|
14215
14163
|
var color = props.color,
|
|
14216
14164
|
size = props.size,
|
|
@@ -14219,12 +14167,12 @@ var Earth = function Earth(props) {
|
|
|
14219
14167
|
className = props.className,
|
|
14220
14168
|
iconClassName = props.iconClassName,
|
|
14221
14169
|
testid = props.testid,
|
|
14222
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14170
|
+
otherProps = _objectWithoutProperties(props, _excluded$3D);
|
|
14223
14171
|
return /*#__PURE__*/React.createElement("span", {
|
|
14224
14172
|
role: "img",
|
|
14225
14173
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14226
14174
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14227
|
-
children: loadingCircleStyle$
|
|
14175
|
+
children: loadingCircleStyle$3D
|
|
14228
14176
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14229
14177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14230
14178
|
width: size,
|
|
@@ -14261,8 +14209,8 @@ Earth.defaultProps = {
|
|
|
14261
14209
|
size: '1em'
|
|
14262
14210
|
};
|
|
14263
14211
|
|
|
14264
|
-
var _excluded$
|
|
14265
|
-
var loadingCircleStyle$
|
|
14212
|
+
var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14213
|
+
var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14266
14214
|
var Goal = function Goal(props) {
|
|
14267
14215
|
var color = props.color,
|
|
14268
14216
|
size = props.size,
|
|
@@ -14271,12 +14219,12 @@ var Goal = function Goal(props) {
|
|
|
14271
14219
|
className = props.className,
|
|
14272
14220
|
iconClassName = props.iconClassName,
|
|
14273
14221
|
testid = props.testid,
|
|
14274
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14222
|
+
otherProps = _objectWithoutProperties(props, _excluded$3E);
|
|
14275
14223
|
return /*#__PURE__*/React.createElement("span", {
|
|
14276
14224
|
role: "img",
|
|
14277
14225
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14278
14226
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14279
|
-
children: loadingCircleStyle$
|
|
14227
|
+
children: loadingCircleStyle$3E
|
|
14280
14228
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14281
14229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14282
14230
|
width: size,
|
|
@@ -14315,8 +14263,8 @@ Goal.defaultProps = {
|
|
|
14315
14263
|
size: '1em'
|
|
14316
14264
|
};
|
|
14317
14265
|
|
|
14318
|
-
var _excluded$
|
|
14319
|
-
var loadingCircleStyle$
|
|
14266
|
+
var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14267
|
+
var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14320
14268
|
var OneTime = function OneTime(props) {
|
|
14321
14269
|
var color = props.color,
|
|
14322
14270
|
size = props.size,
|
|
@@ -14325,12 +14273,12 @@ var OneTime = function OneTime(props) {
|
|
|
14325
14273
|
className = props.className,
|
|
14326
14274
|
iconClassName = props.iconClassName,
|
|
14327
14275
|
testid = props.testid,
|
|
14328
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14276
|
+
otherProps = _objectWithoutProperties(props, _excluded$3F);
|
|
14329
14277
|
return /*#__PURE__*/React.createElement("span", {
|
|
14330
14278
|
role: "img",
|
|
14331
14279
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14332
14280
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14333
|
-
children: loadingCircleStyle$
|
|
14281
|
+
children: loadingCircleStyle$3F
|
|
14334
14282
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14335
14283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14336
14284
|
width: size,
|
|
@@ -14371,8 +14319,8 @@ OneTime.defaultProps = {
|
|
|
14371
14319
|
size: '1em'
|
|
14372
14320
|
};
|
|
14373
14321
|
|
|
14374
|
-
var _excluded$
|
|
14375
|
-
var loadingCircleStyle$
|
|
14322
|
+
var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14323
|
+
var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14376
14324
|
var Recurring = function Recurring(props) {
|
|
14377
14325
|
var color = props.color,
|
|
14378
14326
|
size = props.size,
|
|
@@ -14381,12 +14329,12 @@ var Recurring = function Recurring(props) {
|
|
|
14381
14329
|
className = props.className,
|
|
14382
14330
|
iconClassName = props.iconClassName,
|
|
14383
14331
|
testid = props.testid,
|
|
14384
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14332
|
+
otherProps = _objectWithoutProperties(props, _excluded$3G);
|
|
14385
14333
|
return /*#__PURE__*/React.createElement("span", {
|
|
14386
14334
|
role: "img",
|
|
14387
14335
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14388
14336
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14389
|
-
children: loadingCircleStyle$
|
|
14337
|
+
children: loadingCircleStyle$3G
|
|
14390
14338
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14391
14339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14392
14340
|
width: size,
|
|
@@ -14425,8 +14373,8 @@ Recurring.defaultProps = {
|
|
|
14425
14373
|
size: '1em'
|
|
14426
14374
|
};
|
|
14427
14375
|
|
|
14428
|
-
var _excluded$
|
|
14429
|
-
var loadingCircleStyle$
|
|
14376
|
+
var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14377
|
+
var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14430
14378
|
var Manual = function Manual(props) {
|
|
14431
14379
|
var color = props.color,
|
|
14432
14380
|
size = props.size,
|
|
@@ -14435,12 +14383,12 @@ var Manual = function Manual(props) {
|
|
|
14435
14383
|
className = props.className,
|
|
14436
14384
|
iconClassName = props.iconClassName,
|
|
14437
14385
|
testid = props.testid,
|
|
14438
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14386
|
+
otherProps = _objectWithoutProperties(props, _excluded$3H);
|
|
14439
14387
|
return /*#__PURE__*/React.createElement("span", {
|
|
14440
14388
|
role: "img",
|
|
14441
14389
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14442
14390
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14443
|
-
children: loadingCircleStyle$
|
|
14391
|
+
children: loadingCircleStyle$3H
|
|
14444
14392
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14445
14393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14446
14394
|
width: size,
|
|
@@ -14479,8 +14427,8 @@ Manual.defaultProps = {
|
|
|
14479
14427
|
size: '1em'
|
|
14480
14428
|
};
|
|
14481
14429
|
|
|
14482
|
-
var _excluded$
|
|
14483
|
-
var loadingCircleStyle$
|
|
14430
|
+
var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14431
|
+
var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14484
14432
|
var Mute = function Mute(props) {
|
|
14485
14433
|
var color = props.color,
|
|
14486
14434
|
size = props.size,
|
|
@@ -14489,12 +14437,12 @@ var Mute = function Mute(props) {
|
|
|
14489
14437
|
className = props.className,
|
|
14490
14438
|
iconClassName = props.iconClassName,
|
|
14491
14439
|
testid = props.testid,
|
|
14492
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14440
|
+
otherProps = _objectWithoutProperties(props, _excluded$3I);
|
|
14493
14441
|
return /*#__PURE__*/React.createElement("span", {
|
|
14494
14442
|
role: "img",
|
|
14495
14443
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14496
14444
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14497
|
-
children: loadingCircleStyle$
|
|
14445
|
+
children: loadingCircleStyle$3I
|
|
14498
14446
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14499
14447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14500
14448
|
width: size,
|
|
@@ -14533,8 +14481,8 @@ Mute.defaultProps = {
|
|
|
14533
14481
|
size: '1em'
|
|
14534
14482
|
};
|
|
14535
14483
|
|
|
14536
|
-
var _excluded$
|
|
14537
|
-
var loadingCircleStyle$
|
|
14484
|
+
var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14485
|
+
var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14538
14486
|
var Approve = function Approve(props) {
|
|
14539
14487
|
var color = props.color,
|
|
14540
14488
|
size = props.size,
|
|
@@ -14543,12 +14491,12 @@ var Approve = function Approve(props) {
|
|
|
14543
14491
|
className = props.className,
|
|
14544
14492
|
iconClassName = props.iconClassName,
|
|
14545
14493
|
testid = props.testid,
|
|
14546
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14494
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
14547
14495
|
return /*#__PURE__*/React.createElement("span", {
|
|
14548
14496
|
role: "img",
|
|
14549
14497
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14550
14498
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14551
|
-
children: loadingCircleStyle$
|
|
14499
|
+
children: loadingCircleStyle$3J
|
|
14552
14500
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14553
14501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14554
14502
|
width: size,
|
|
@@ -14589,8 +14537,8 @@ Approve.defaultProps = {
|
|
|
14589
14537
|
size: '1em'
|
|
14590
14538
|
};
|
|
14591
14539
|
|
|
14592
|
-
var _excluded$
|
|
14593
|
-
var loadingCircleStyle$
|
|
14540
|
+
var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14541
|
+
var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14594
14542
|
var Reject = function Reject(props) {
|
|
14595
14543
|
var color = props.color,
|
|
14596
14544
|
size = props.size,
|
|
@@ -14599,12 +14547,12 @@ var Reject = function Reject(props) {
|
|
|
14599
14547
|
className = props.className,
|
|
14600
14548
|
iconClassName = props.iconClassName,
|
|
14601
14549
|
testid = props.testid,
|
|
14602
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14550
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
14603
14551
|
return /*#__PURE__*/React.createElement("span", {
|
|
14604
14552
|
role: "img",
|
|
14605
14553
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14606
14554
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14607
|
-
children: loadingCircleStyle$
|
|
14555
|
+
children: loadingCircleStyle$3K
|
|
14608
14556
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14609
14557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14610
14558
|
width: size,
|
|
@@ -14643,8 +14591,8 @@ Reject.defaultProps = {
|
|
|
14643
14591
|
size: '1em'
|
|
14644
14592
|
};
|
|
14645
14593
|
|
|
14646
|
-
var _excluded$
|
|
14647
|
-
var loadingCircleStyle$
|
|
14594
|
+
var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14595
|
+
var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14648
14596
|
var Consent = function Consent(props) {
|
|
14649
14597
|
var color = props.color,
|
|
14650
14598
|
size = props.size,
|
|
@@ -14653,12 +14601,12 @@ var Consent = function Consent(props) {
|
|
|
14653
14601
|
className = props.className,
|
|
14654
14602
|
iconClassName = props.iconClassName,
|
|
14655
14603
|
testid = props.testid,
|
|
14656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14604
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
14657
14605
|
return /*#__PURE__*/React.createElement("span", {
|
|
14658
14606
|
role: "img",
|
|
14659
14607
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14660
14608
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14661
|
-
children: loadingCircleStyle$
|
|
14609
|
+
children: loadingCircleStyle$3L
|
|
14662
14610
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14663
14611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14664
14612
|
width: size,
|
|
@@ -14697,8 +14645,8 @@ Consent.defaultProps = {
|
|
|
14697
14645
|
size: '1em'
|
|
14698
14646
|
};
|
|
14699
14647
|
|
|
14700
|
-
var _excluded$
|
|
14701
|
-
var loadingCircleStyle$
|
|
14648
|
+
var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14649
|
+
var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14702
14650
|
var UndoApproval = function UndoApproval(props) {
|
|
14703
14651
|
var color = props.color,
|
|
14704
14652
|
size = props.size,
|
|
@@ -14707,12 +14655,12 @@ var UndoApproval = function UndoApproval(props) {
|
|
|
14707
14655
|
className = props.className,
|
|
14708
14656
|
iconClassName = props.iconClassName,
|
|
14709
14657
|
testid = props.testid,
|
|
14710
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14658
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
14711
14659
|
return /*#__PURE__*/React.createElement("span", {
|
|
14712
14660
|
role: "img",
|
|
14713
14661
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14714
14662
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14715
|
-
children: loadingCircleStyle$
|
|
14663
|
+
children: loadingCircleStyle$3M
|
|
14716
14664
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14717
14665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14718
14666
|
width: size,
|
|
@@ -14751,8 +14699,8 @@ UndoApproval.defaultProps = {
|
|
|
14751
14699
|
size: '1em'
|
|
14752
14700
|
};
|
|
14753
14701
|
|
|
14754
|
-
var _excluded$
|
|
14755
|
-
var loadingCircleStyle$
|
|
14702
|
+
var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14703
|
+
var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14756
14704
|
var Property = function Property(props) {
|
|
14757
14705
|
var color = props.color,
|
|
14758
14706
|
size = props.size,
|
|
@@ -14761,12 +14709,12 @@ var Property = function Property(props) {
|
|
|
14761
14709
|
className = props.className,
|
|
14762
14710
|
iconClassName = props.iconClassName,
|
|
14763
14711
|
testid = props.testid,
|
|
14764
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14712
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
14765
14713
|
return /*#__PURE__*/React.createElement("span", {
|
|
14766
14714
|
role: "img",
|
|
14767
14715
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14768
14716
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14769
|
-
children: loadingCircleStyle$
|
|
14717
|
+
children: loadingCircleStyle$3N
|
|
14770
14718
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14771
14719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14772
14720
|
width: size,
|
|
@@ -14822,8 +14770,8 @@ Property.defaultProps = {
|
|
|
14822
14770
|
size: '1em'
|
|
14823
14771
|
};
|
|
14824
14772
|
|
|
14825
|
-
var _excluded$
|
|
14826
|
-
var loadingCircleStyle$
|
|
14773
|
+
var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14774
|
+
var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14827
14775
|
var Lab = function Lab(props) {
|
|
14828
14776
|
var color = props.color,
|
|
14829
14777
|
size = props.size,
|
|
@@ -14832,12 +14780,12 @@ var Lab = function Lab(props) {
|
|
|
14832
14780
|
className = props.className,
|
|
14833
14781
|
iconClassName = props.iconClassName,
|
|
14834
14782
|
testid = props.testid,
|
|
14835
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14783
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
14836
14784
|
return /*#__PURE__*/React.createElement("span", {
|
|
14837
14785
|
role: "img",
|
|
14838
14786
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14839
14787
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14840
|
-
children: loadingCircleStyle$
|
|
14788
|
+
children: loadingCircleStyle$3O
|
|
14841
14789
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14842
14790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14843
14791
|
width: size,
|
|
@@ -14876,8 +14824,8 @@ Lab.defaultProps = {
|
|
|
14876
14824
|
size: '1em'
|
|
14877
14825
|
};
|
|
14878
14826
|
|
|
14879
|
-
var _excluded$
|
|
14880
|
-
var loadingCircleStyle$
|
|
14827
|
+
var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14828
|
+
var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14881
14829
|
var Ruler = function Ruler(props) {
|
|
14882
14830
|
var color = props.color,
|
|
14883
14831
|
size = props.size,
|
|
@@ -14886,12 +14834,12 @@ var Ruler = function Ruler(props) {
|
|
|
14886
14834
|
className = props.className,
|
|
14887
14835
|
iconClassName = props.iconClassName,
|
|
14888
14836
|
testid = props.testid,
|
|
14889
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14837
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
14890
14838
|
return /*#__PURE__*/React.createElement("span", {
|
|
14891
14839
|
role: "img",
|
|
14892
14840
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14893
14841
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14894
|
-
children: loadingCircleStyle$
|
|
14842
|
+
children: loadingCircleStyle$3P
|
|
14895
14843
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14896
14844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14897
14845
|
width: size,
|
|
@@ -14930,8 +14878,8 @@ Ruler.defaultProps = {
|
|
|
14930
14878
|
size: '1em'
|
|
14931
14879
|
};
|
|
14932
14880
|
|
|
14933
|
-
var _excluded$
|
|
14934
|
-
var loadingCircleStyle$
|
|
14881
|
+
var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14882
|
+
var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14935
14883
|
var Smile = function Smile(props) {
|
|
14936
14884
|
var color = props.color,
|
|
14937
14885
|
size = props.size,
|
|
@@ -14940,12 +14888,12 @@ var Smile = function Smile(props) {
|
|
|
14940
14888
|
className = props.className,
|
|
14941
14889
|
iconClassName = props.iconClassName,
|
|
14942
14890
|
testid = props.testid,
|
|
14943
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14891
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
14944
14892
|
return /*#__PURE__*/React.createElement("span", {
|
|
14945
14893
|
role: "img",
|
|
14946
14894
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14947
14895
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14948
|
-
children: loadingCircleStyle$
|
|
14896
|
+
children: loadingCircleStyle$3Q
|
|
14949
14897
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14950
14898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14951
14899
|
width: size,
|
|
@@ -14984,8 +14932,8 @@ Smile.defaultProps = {
|
|
|
14984
14932
|
size: '1em'
|
|
14985
14933
|
};
|
|
14986
14934
|
|
|
14987
|
-
var _excluded$
|
|
14988
|
-
var loadingCircleStyle$
|
|
14935
|
+
var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14936
|
+
var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14989
14937
|
var NewTask = function NewTask(props) {
|
|
14990
14938
|
var color = props.color,
|
|
14991
14939
|
size = props.size,
|
|
@@ -14994,12 +14942,12 @@ var NewTask = function NewTask(props) {
|
|
|
14994
14942
|
className = props.className,
|
|
14995
14943
|
iconClassName = props.iconClassName,
|
|
14996
14944
|
testid = props.testid,
|
|
14997
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14945
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
14998
14946
|
return /*#__PURE__*/React.createElement("span", {
|
|
14999
14947
|
role: "img",
|
|
15000
14948
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15001
14949
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15002
|
-
children: loadingCircleStyle$
|
|
14950
|
+
children: loadingCircleStyle$3R
|
|
15003
14951
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15004
14952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15005
14953
|
width: size,
|
|
@@ -15042,8 +14990,8 @@ NewTask.defaultProps = {
|
|
|
15042
14990
|
size: '1em'
|
|
15043
14991
|
};
|
|
15044
14992
|
|
|
15045
|
-
var _excluded$
|
|
15046
|
-
var loadingCircleStyle$
|
|
14993
|
+
var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
14994
|
+
var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15047
14995
|
var Submit = function Submit(props) {
|
|
15048
14996
|
var color = props.color,
|
|
15049
14997
|
size = props.size,
|
|
@@ -15052,12 +15000,12 @@ var Submit = function Submit(props) {
|
|
|
15052
15000
|
className = props.className,
|
|
15053
15001
|
iconClassName = props.iconClassName,
|
|
15054
15002
|
testid = props.testid,
|
|
15055
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15003
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
15056
15004
|
return /*#__PURE__*/React.createElement("span", {
|
|
15057
15005
|
role: "img",
|
|
15058
15006
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15059
15007
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15060
|
-
children: loadingCircleStyle$
|
|
15008
|
+
children: loadingCircleStyle$3S
|
|
15061
15009
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15062
15010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15063
15011
|
width: size,
|
|
@@ -15096,8 +15044,8 @@ Submit.defaultProps = {
|
|
|
15096
15044
|
size: '1em'
|
|
15097
15045
|
};
|
|
15098
15046
|
|
|
15099
|
-
var _excluded$
|
|
15100
|
-
var loadingCircleStyle$
|
|
15047
|
+
var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15048
|
+
var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15101
15049
|
var Undo = function Undo(props) {
|
|
15102
15050
|
var color = props.color,
|
|
15103
15051
|
size = props.size,
|
|
@@ -15106,12 +15054,12 @@ var Undo = function Undo(props) {
|
|
|
15106
15054
|
className = props.className,
|
|
15107
15055
|
iconClassName = props.iconClassName,
|
|
15108
15056
|
testid = props.testid,
|
|
15109
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15057
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
15110
15058
|
return /*#__PURE__*/React.createElement("span", {
|
|
15111
15059
|
role: "img",
|
|
15112
15060
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15113
15061
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15114
|
-
children: loadingCircleStyle$
|
|
15062
|
+
children: loadingCircleStyle$3T
|
|
15115
15063
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15116
15064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15117
15065
|
width: size,
|
|
@@ -15148,8 +15096,8 @@ Undo.defaultProps = {
|
|
|
15148
15096
|
size: '1em'
|
|
15149
15097
|
};
|
|
15150
15098
|
|
|
15151
|
-
var _excluded$
|
|
15152
|
-
var loadingCircleStyle$
|
|
15099
|
+
var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15100
|
+
var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15153
15101
|
var Task = function Task(props) {
|
|
15154
15102
|
var color = props.color,
|
|
15155
15103
|
size = props.size,
|
|
@@ -15158,12 +15106,12 @@ var Task = function Task(props) {
|
|
|
15158
15106
|
className = props.className,
|
|
15159
15107
|
iconClassName = props.iconClassName,
|
|
15160
15108
|
testid = props.testid,
|
|
15161
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15109
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
15162
15110
|
return /*#__PURE__*/React.createElement("span", {
|
|
15163
15111
|
role: "img",
|
|
15164
15112
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15165
15113
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15166
|
-
children: loadingCircleStyle$
|
|
15114
|
+
children: loadingCircleStyle$3U
|
|
15167
15115
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15168
15116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15169
15117
|
width: size,
|
|
@@ -15206,8 +15154,8 @@ Task.defaultProps = {
|
|
|
15206
15154
|
size: '1em'
|
|
15207
15155
|
};
|
|
15208
15156
|
|
|
15209
|
-
var _excluded$
|
|
15210
|
-
var loadingCircleStyle$
|
|
15157
|
+
var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15158
|
+
var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15211
15159
|
var Flash = function Flash(props) {
|
|
15212
15160
|
var color = props.color,
|
|
15213
15161
|
size = props.size,
|
|
@@ -15216,12 +15164,12 @@ var Flash = function Flash(props) {
|
|
|
15216
15164
|
className = props.className,
|
|
15217
15165
|
iconClassName = props.iconClassName,
|
|
15218
15166
|
testid = props.testid,
|
|
15219
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15167
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
15220
15168
|
return /*#__PURE__*/React.createElement("span", {
|
|
15221
15169
|
role: "img",
|
|
15222
15170
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15223
15171
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15224
|
-
children: loadingCircleStyle$
|
|
15172
|
+
children: loadingCircleStyle$3V
|
|
15225
15173
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15226
15174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15227
15175
|
width: size,
|
|
@@ -15260,8 +15208,8 @@ Flash.defaultProps = {
|
|
|
15260
15208
|
size: '1em'
|
|
15261
15209
|
};
|
|
15262
15210
|
|
|
15263
|
-
var _excluded$
|
|
15264
|
-
var loadingCircleStyle$
|
|
15211
|
+
var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15212
|
+
var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15265
15213
|
var Map = function Map(props) {
|
|
15266
15214
|
var color = props.color,
|
|
15267
15215
|
size = props.size,
|
|
@@ -15270,12 +15218,12 @@ var Map = function Map(props) {
|
|
|
15270
15218
|
className = props.className,
|
|
15271
15219
|
iconClassName = props.iconClassName,
|
|
15272
15220
|
testid = props.testid,
|
|
15273
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15221
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
15274
15222
|
return /*#__PURE__*/React.createElement("span", {
|
|
15275
15223
|
role: "img",
|
|
15276
15224
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15277
15225
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15278
|
-
children: loadingCircleStyle$
|
|
15226
|
+
children: loadingCircleStyle$3W
|
|
15279
15227
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15280
15228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15281
15229
|
width: size,
|
|
@@ -15312,8 +15260,8 @@ Map.defaultProps = {
|
|
|
15312
15260
|
size: '1em'
|
|
15313
15261
|
};
|
|
15314
15262
|
|
|
15315
|
-
var _excluded$
|
|
15316
|
-
var loadingCircleStyle$
|
|
15263
|
+
var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15264
|
+
var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15317
15265
|
var TestSplit = function TestSplit(props) {
|
|
15318
15266
|
var color = props.color,
|
|
15319
15267
|
size = props.size,
|
|
@@ -15322,12 +15270,12 @@ var TestSplit = function TestSplit(props) {
|
|
|
15322
15270
|
className = props.className,
|
|
15323
15271
|
iconClassName = props.iconClassName,
|
|
15324
15272
|
testid = props.testid,
|
|
15325
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15273
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
15326
15274
|
return /*#__PURE__*/React.createElement("span", {
|
|
15327
15275
|
role: "img",
|
|
15328
15276
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15329
15277
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15330
|
-
children: loadingCircleStyle$
|
|
15278
|
+
children: loadingCircleStyle$3X
|
|
15331
15279
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15332
15280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15333
15281
|
width: size,
|
|
@@ -15364,8 +15312,8 @@ TestSplit.defaultProps = {
|
|
|
15364
15312
|
size: '1em'
|
|
15365
15313
|
};
|
|
15366
15314
|
|
|
15367
|
-
var _excluded$
|
|
15368
|
-
var loadingCircleStyle$
|
|
15315
|
+
var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15316
|
+
var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15369
15317
|
var TestRace = function TestRace(props) {
|
|
15370
15318
|
var color = props.color,
|
|
15371
15319
|
size = props.size,
|
|
@@ -15374,12 +15322,12 @@ var TestRace = function TestRace(props) {
|
|
|
15374
15322
|
className = props.className,
|
|
15375
15323
|
iconClassName = props.iconClassName,
|
|
15376
15324
|
testid = props.testid,
|
|
15377
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15325
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
15378
15326
|
return /*#__PURE__*/React.createElement("span", {
|
|
15379
15327
|
role: "img",
|
|
15380
15328
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15381
15329
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15382
|
-
children: loadingCircleStyle$
|
|
15330
|
+
children: loadingCircleStyle$3Y
|
|
15383
15331
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15384
15332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15385
15333
|
width: size,
|
|
@@ -15416,8 +15364,8 @@ TestRace.defaultProps = {
|
|
|
15416
15364
|
size: '1em'
|
|
15417
15365
|
};
|
|
15418
15366
|
|
|
15419
|
-
var _excluded$
|
|
15420
|
-
var loadingCircleStyle$
|
|
15367
|
+
var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15368
|
+
var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15421
15369
|
var TableKey = function TableKey(props) {
|
|
15422
15370
|
var color = props.color,
|
|
15423
15371
|
size = props.size,
|
|
@@ -15426,12 +15374,12 @@ var TableKey = function TableKey(props) {
|
|
|
15426
15374
|
className = props.className,
|
|
15427
15375
|
iconClassName = props.iconClassName,
|
|
15428
15376
|
testid = props.testid,
|
|
15429
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15377
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
15430
15378
|
return /*#__PURE__*/React.createElement("span", {
|
|
15431
15379
|
role: "img",
|
|
15432
15380
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15433
15381
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15434
|
-
children: loadingCircleStyle$
|
|
15382
|
+
children: loadingCircleStyle$3Z
|
|
15435
15383
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15436
15384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15437
15385
|
width: size,
|
|
@@ -15468,8 +15416,8 @@ TableKey.defaultProps = {
|
|
|
15468
15416
|
size: '1em'
|
|
15469
15417
|
};
|
|
15470
15418
|
|
|
15471
|
-
var _excluded$
|
|
15472
|
-
var loadingCircleStyle$
|
|
15419
|
+
var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15420
|
+
var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15473
15421
|
var BuiltIn = function BuiltIn(props) {
|
|
15474
15422
|
var color = props.color,
|
|
15475
15423
|
size = props.size,
|
|
@@ -15478,12 +15426,12 @@ var BuiltIn = function BuiltIn(props) {
|
|
|
15478
15426
|
className = props.className,
|
|
15479
15427
|
iconClassName = props.iconClassName,
|
|
15480
15428
|
testid = props.testid,
|
|
15481
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15429
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
15482
15430
|
return /*#__PURE__*/React.createElement("span", {
|
|
15483
15431
|
role: "img",
|
|
15484
15432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15485
15433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15486
|
-
children: loadingCircleStyle$
|
|
15434
|
+
children: loadingCircleStyle$3_
|
|
15487
15435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15488
15436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15489
15437
|
width: size,
|
|
@@ -15524,8 +15472,8 @@ BuiltIn.defaultProps = {
|
|
|
15524
15472
|
size: '1em'
|
|
15525
15473
|
};
|
|
15526
15474
|
|
|
15527
|
-
var _excluded$
|
|
15528
|
-
var loadingCircleStyle$
|
|
15475
|
+
var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15476
|
+
var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15529
15477
|
var DirectConnect = function DirectConnect(props) {
|
|
15530
15478
|
var color = props.color,
|
|
15531
15479
|
size = props.size,
|
|
@@ -15534,12 +15482,12 @@ var DirectConnect = function DirectConnect(props) {
|
|
|
15534
15482
|
className = props.className,
|
|
15535
15483
|
iconClassName = props.iconClassName,
|
|
15536
15484
|
testid = props.testid,
|
|
15537
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15485
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
15538
15486
|
return /*#__PURE__*/React.createElement("span", {
|
|
15539
15487
|
role: "img",
|
|
15540
15488
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15541
15489
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15542
|
-
children: loadingCircleStyle$
|
|
15490
|
+
children: loadingCircleStyle$3$
|
|
15543
15491
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15544
15492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15545
15493
|
width: size,
|
|
@@ -15582,8 +15530,8 @@ DirectConnect.defaultProps = {
|
|
|
15582
15530
|
size: '1em'
|
|
15583
15531
|
};
|
|
15584
15532
|
|
|
15585
|
-
var _excluded$
|
|
15586
|
-
var loadingCircleStyle$
|
|
15533
|
+
var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15534
|
+
var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15587
15535
|
var Dag = function Dag(props) {
|
|
15588
15536
|
var color = props.color,
|
|
15589
15537
|
size = props.size,
|
|
@@ -15592,12 +15540,12 @@ var Dag = function Dag(props) {
|
|
|
15592
15540
|
className = props.className,
|
|
15593
15541
|
iconClassName = props.iconClassName,
|
|
15594
15542
|
testid = props.testid,
|
|
15595
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15543
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
15596
15544
|
return /*#__PURE__*/React.createElement("span", {
|
|
15597
15545
|
role: "img",
|
|
15598
15546
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15599
15547
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15600
|
-
children: loadingCircleStyle$
|
|
15548
|
+
children: loadingCircleStyle$40
|
|
15601
15549
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15602
15550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15603
15551
|
width: size,
|
|
@@ -15634,8 +15582,8 @@ Dag.defaultProps = {
|
|
|
15634
15582
|
size: '1em'
|
|
15635
15583
|
};
|
|
15636
15584
|
|
|
15637
|
-
var _excluded$
|
|
15638
|
-
var loadingCircleStyle$
|
|
15585
|
+
var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15586
|
+
var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15639
15587
|
var Renew = function Renew(props) {
|
|
15640
15588
|
var color = props.color,
|
|
15641
15589
|
size = props.size,
|
|
@@ -15644,12 +15592,12 @@ var Renew = function Renew(props) {
|
|
|
15644
15592
|
className = props.className,
|
|
15645
15593
|
iconClassName = props.iconClassName,
|
|
15646
15594
|
testid = props.testid,
|
|
15647
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15595
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
15648
15596
|
return /*#__PURE__*/React.createElement("span", {
|
|
15649
15597
|
role: "img",
|
|
15650
15598
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15651
15599
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15652
|
-
children: loadingCircleStyle$
|
|
15600
|
+
children: loadingCircleStyle$41
|
|
15653
15601
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15654
15602
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15655
15603
|
width: size,
|
|
@@ -15690,8 +15638,8 @@ Renew.defaultProps = {
|
|
|
15690
15638
|
size: '1em'
|
|
15691
15639
|
};
|
|
15692
15640
|
|
|
15693
|
-
var _excluded$
|
|
15694
|
-
var loadingCircleStyle$
|
|
15641
|
+
var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15642
|
+
var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15695
15643
|
var Schedule = function Schedule(props) {
|
|
15696
15644
|
var color = props.color,
|
|
15697
15645
|
size = props.size,
|
|
@@ -15700,12 +15648,12 @@ var Schedule = function Schedule(props) {
|
|
|
15700
15648
|
className = props.className,
|
|
15701
15649
|
iconClassName = props.iconClassName,
|
|
15702
15650
|
testid = props.testid,
|
|
15703
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15651
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
15704
15652
|
return /*#__PURE__*/React.createElement("span", {
|
|
15705
15653
|
role: "img",
|
|
15706
15654
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15707
15655
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15708
|
-
children: loadingCircleStyle$
|
|
15656
|
+
children: loadingCircleStyle$42
|
|
15709
15657
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15710
15658
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15711
15659
|
width: size,
|
|
@@ -15742,8 +15690,8 @@ Schedule.defaultProps = {
|
|
|
15742
15690
|
size: '1em'
|
|
15743
15691
|
};
|
|
15744
15692
|
|
|
15745
|
-
var _excluded$
|
|
15746
|
-
var loadingCircleStyle$
|
|
15693
|
+
var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15694
|
+
var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15747
15695
|
var Bring = function Bring(props) {
|
|
15748
15696
|
var color = props.color,
|
|
15749
15697
|
size = props.size,
|
|
@@ -15752,12 +15700,12 @@ var Bring = function Bring(props) {
|
|
|
15752
15700
|
className = props.className,
|
|
15753
15701
|
iconClassName = props.iconClassName,
|
|
15754
15702
|
testid = props.testid,
|
|
15755
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15703
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
15756
15704
|
return /*#__PURE__*/React.createElement("span", {
|
|
15757
15705
|
role: "img",
|
|
15758
15706
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15759
15707
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15760
|
-
children: loadingCircleStyle$
|
|
15708
|
+
children: loadingCircleStyle$43
|
|
15761
15709
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15762
15710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15763
15711
|
width: size,
|
|
@@ -15798,8 +15746,8 @@ Bring.defaultProps = {
|
|
|
15798
15746
|
size: '1em'
|
|
15799
15747
|
};
|
|
15800
15748
|
|
|
15801
|
-
var _excluded$
|
|
15802
|
-
var loadingCircleStyle$
|
|
15749
|
+
var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15750
|
+
var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15803
15751
|
var Pulse = function Pulse(props) {
|
|
15804
15752
|
var color = props.color,
|
|
15805
15753
|
size = props.size,
|
|
@@ -15808,12 +15756,12 @@ var Pulse = function Pulse(props) {
|
|
|
15808
15756
|
className = props.className,
|
|
15809
15757
|
iconClassName = props.iconClassName,
|
|
15810
15758
|
testid = props.testid,
|
|
15811
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15759
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
15812
15760
|
return /*#__PURE__*/React.createElement("span", {
|
|
15813
15761
|
role: "img",
|
|
15814
15762
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15815
15763
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15816
|
-
children: loadingCircleStyle$
|
|
15764
|
+
children: loadingCircleStyle$44
|
|
15817
15765
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15818
15766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15819
15767
|
width: size,
|
|
@@ -15850,8 +15798,8 @@ Pulse.defaultProps = {
|
|
|
15850
15798
|
size: '1em'
|
|
15851
15799
|
};
|
|
15852
15800
|
|
|
15853
|
-
var _excluded$
|
|
15854
|
-
var loadingCircleStyle$
|
|
15801
|
+
var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15802
|
+
var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15855
15803
|
var EndTask = function EndTask(props) {
|
|
15856
15804
|
var color = props.color,
|
|
15857
15805
|
size = props.size,
|
|
@@ -15860,12 +15808,12 @@ var EndTask = function EndTask(props) {
|
|
|
15860
15808
|
className = props.className,
|
|
15861
15809
|
iconClassName = props.iconClassName,
|
|
15862
15810
|
testid = props.testid,
|
|
15863
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15811
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
15864
15812
|
return /*#__PURE__*/React.createElement("span", {
|
|
15865
15813
|
role: "img",
|
|
15866
15814
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15867
15815
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15868
|
-
children: loadingCircleStyle$
|
|
15816
|
+
children: loadingCircleStyle$45
|
|
15869
15817
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15870
15818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15871
15819
|
width: size,
|
|
@@ -15918,8 +15866,8 @@ EndTask.defaultProps = {
|
|
|
15918
15866
|
size: '1em'
|
|
15919
15867
|
};
|
|
15920
15868
|
|
|
15921
|
-
var _excluded$
|
|
15922
|
-
var loadingCircleStyle$
|
|
15869
|
+
var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15870
|
+
var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15923
15871
|
var TaskFlow = function TaskFlow(props) {
|
|
15924
15872
|
var color = props.color,
|
|
15925
15873
|
size = props.size,
|
|
@@ -15928,12 +15876,12 @@ var TaskFlow = function TaskFlow(props) {
|
|
|
15928
15876
|
className = props.className,
|
|
15929
15877
|
iconClassName = props.iconClassName,
|
|
15930
15878
|
testid = props.testid,
|
|
15931
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15879
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
15932
15880
|
return /*#__PURE__*/React.createElement("span", {
|
|
15933
15881
|
role: "img",
|
|
15934
15882
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15935
15883
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15936
|
-
children: loadingCircleStyle$
|
|
15884
|
+
children: loadingCircleStyle$46
|
|
15937
15885
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15938
15886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15939
15887
|
width: size,
|
|
@@ -15970,8 +15918,8 @@ TaskFlow.defaultProps = {
|
|
|
15970
15918
|
size: '1em'
|
|
15971
15919
|
};
|
|
15972
15920
|
|
|
15973
|
-
var _excluded$
|
|
15974
|
-
var loadingCircleStyle$
|
|
15921
|
+
var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15922
|
+
var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15975
15923
|
var Name = function Name(props) {
|
|
15976
15924
|
var color = props.color,
|
|
15977
15925
|
size = props.size,
|
|
@@ -15980,12 +15928,12 @@ var Name = function Name(props) {
|
|
|
15980
15928
|
className = props.className,
|
|
15981
15929
|
iconClassName = props.iconClassName,
|
|
15982
15930
|
testid = props.testid,
|
|
15983
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15931
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
15984
15932
|
return /*#__PURE__*/React.createElement("span", {
|
|
15985
15933
|
role: "img",
|
|
15986
15934
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15987
15935
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15988
|
-
children: loadingCircleStyle$
|
|
15936
|
+
children: loadingCircleStyle$47
|
|
15989
15937
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15990
15938
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15991
15939
|
width: size,
|
|
@@ -16024,8 +15972,8 @@ Name.defaultProps = {
|
|
|
16024
15972
|
size: '1em'
|
|
16025
15973
|
};
|
|
16026
15974
|
|
|
16027
|
-
var _excluded$
|
|
16028
|
-
var loadingCircleStyle$
|
|
15975
|
+
var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15976
|
+
var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16029
15977
|
var Warehouse = function Warehouse(props) {
|
|
16030
15978
|
var color = props.color,
|
|
16031
15979
|
size = props.size,
|
|
@@ -16034,12 +15982,12 @@ var Warehouse = function Warehouse(props) {
|
|
|
16034
15982
|
className = props.className,
|
|
16035
15983
|
iconClassName = props.iconClassName,
|
|
16036
15984
|
testid = props.testid,
|
|
16037
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15985
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
16038
15986
|
return /*#__PURE__*/React.createElement("span", {
|
|
16039
15987
|
role: "img",
|
|
16040
15988
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16041
15989
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16042
|
-
children: loadingCircleStyle$
|
|
15990
|
+
children: loadingCircleStyle$48
|
|
16043
15991
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16044
15992
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16045
15993
|
width: size,
|
|
@@ -16084,8 +16032,8 @@ Warehouse.defaultProps = {
|
|
|
16084
16032
|
size: '1em'
|
|
16085
16033
|
};
|
|
16086
16034
|
|
|
16087
|
-
var _excluded$
|
|
16088
|
-
var loadingCircleStyle$
|
|
16035
|
+
var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16036
|
+
var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16089
16037
|
var DataInput = function DataInput(props) {
|
|
16090
16038
|
var color = props.color,
|
|
16091
16039
|
size = props.size,
|
|
@@ -16094,12 +16042,12 @@ var DataInput = function DataInput(props) {
|
|
|
16094
16042
|
className = props.className,
|
|
16095
16043
|
iconClassName = props.iconClassName,
|
|
16096
16044
|
testid = props.testid,
|
|
16097
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16045
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
16098
16046
|
return /*#__PURE__*/React.createElement("span", {
|
|
16099
16047
|
role: "img",
|
|
16100
16048
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16101
16049
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16102
|
-
children: loadingCircleStyle$
|
|
16050
|
+
children: loadingCircleStyle$49
|
|
16103
16051
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16104
16052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16105
16053
|
width: size,
|
|
@@ -16136,8 +16084,8 @@ DataInput.defaultProps = {
|
|
|
16136
16084
|
size: '1em'
|
|
16137
16085
|
};
|
|
16138
16086
|
|
|
16139
|
-
var _excluded$
|
|
16140
|
-
var loadingCircleStyle$
|
|
16087
|
+
var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16088
|
+
var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16141
16089
|
var DataOutput = function DataOutput(props) {
|
|
16142
16090
|
var color = props.color,
|
|
16143
16091
|
size = props.size,
|
|
@@ -16146,12 +16094,12 @@ var DataOutput = function DataOutput(props) {
|
|
|
16146
16094
|
className = props.className,
|
|
16147
16095
|
iconClassName = props.iconClassName,
|
|
16148
16096
|
testid = props.testid,
|
|
16149
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16097
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
16150
16098
|
return /*#__PURE__*/React.createElement("span", {
|
|
16151
16099
|
role: "img",
|
|
16152
16100
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16153
16101
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16154
|
-
children: loadingCircleStyle$
|
|
16102
|
+
children: loadingCircleStyle$4a
|
|
16155
16103
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16156
16104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16157
16105
|
width: size,
|
|
@@ -16188,8 +16136,8 @@ DataOutput.defaultProps = {
|
|
|
16188
16136
|
size: '1em'
|
|
16189
16137
|
};
|
|
16190
16138
|
|
|
16191
|
-
var _excluded$
|
|
16192
|
-
var loadingCircleStyle$
|
|
16139
|
+
var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16140
|
+
var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16193
16141
|
var ManageQuery = function ManageQuery(props) {
|
|
16194
16142
|
var color = props.color,
|
|
16195
16143
|
size = props.size,
|
|
@@ -16198,12 +16146,12 @@ var ManageQuery = function ManageQuery(props) {
|
|
|
16198
16146
|
className = props.className,
|
|
16199
16147
|
iconClassName = props.iconClassName,
|
|
16200
16148
|
testid = props.testid,
|
|
16201
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16149
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
16202
16150
|
return /*#__PURE__*/React.createElement("span", {
|
|
16203
16151
|
role: "img",
|
|
16204
16152
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16205
16153
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16206
|
-
children: loadingCircleStyle$
|
|
16154
|
+
children: loadingCircleStyle$4b
|
|
16207
16155
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16208
16156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16209
16157
|
width: size,
|
|
@@ -16240,8 +16188,8 @@ ManageQuery.defaultProps = {
|
|
|
16240
16188
|
size: '1em'
|
|
16241
16189
|
};
|
|
16242
16190
|
|
|
16243
|
-
var _excluded$
|
|
16244
|
-
var loadingCircleStyle$
|
|
16191
|
+
var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16192
|
+
var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16245
16193
|
var FontSize = function FontSize(props) {
|
|
16246
16194
|
var color = props.color,
|
|
16247
16195
|
size = props.size,
|
|
@@ -16250,12 +16198,12 @@ var FontSize = function FontSize(props) {
|
|
|
16250
16198
|
className = props.className,
|
|
16251
16199
|
iconClassName = props.iconClassName,
|
|
16252
16200
|
testid = props.testid,
|
|
16253
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16201
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
16254
16202
|
return /*#__PURE__*/React.createElement("span", {
|
|
16255
16203
|
role: "img",
|
|
16256
16204
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16257
16205
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16258
|
-
children: loadingCircleStyle$
|
|
16206
|
+
children: loadingCircleStyle$4c
|
|
16259
16207
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16260
16208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16261
16209
|
width: size,
|
|
@@ -16294,8 +16242,8 @@ FontSize.defaultProps = {
|
|
|
16294
16242
|
size: '1em'
|
|
16295
16243
|
};
|
|
16296
16244
|
|
|
16297
|
-
var _excluded$
|
|
16298
|
-
var loadingCircleStyle$
|
|
16245
|
+
var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16246
|
+
var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16299
16247
|
var FontBold = function FontBold(props) {
|
|
16300
16248
|
var color = props.color,
|
|
16301
16249
|
size = props.size,
|
|
@@ -16304,12 +16252,12 @@ var FontBold = function FontBold(props) {
|
|
|
16304
16252
|
className = props.className,
|
|
16305
16253
|
iconClassName = props.iconClassName,
|
|
16306
16254
|
testid = props.testid,
|
|
16307
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16255
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
16308
16256
|
return /*#__PURE__*/React.createElement("span", {
|
|
16309
16257
|
role: "img",
|
|
16310
16258
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16311
16259
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16312
|
-
children: loadingCircleStyle$
|
|
16260
|
+
children: loadingCircleStyle$4d
|
|
16313
16261
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16314
16262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16315
16263
|
width: size,
|
|
@@ -16346,8 +16294,8 @@ FontBold.defaultProps = {
|
|
|
16346
16294
|
size: '1em'
|
|
16347
16295
|
};
|
|
16348
16296
|
|
|
16349
|
-
var _excluded$
|
|
16350
|
-
var loadingCircleStyle$
|
|
16297
|
+
var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16298
|
+
var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16351
16299
|
var FontItalic = function FontItalic(props) {
|
|
16352
16300
|
var color = props.color,
|
|
16353
16301
|
size = props.size,
|
|
@@ -16356,12 +16304,12 @@ var FontItalic = function FontItalic(props) {
|
|
|
16356
16304
|
className = props.className,
|
|
16357
16305
|
iconClassName = props.iconClassName,
|
|
16358
16306
|
testid = props.testid,
|
|
16359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16307
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
16360
16308
|
return /*#__PURE__*/React.createElement("span", {
|
|
16361
16309
|
role: "img",
|
|
16362
16310
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16363
16311
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16364
|
-
children: loadingCircleStyle$
|
|
16312
|
+
children: loadingCircleStyle$4e
|
|
16365
16313
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16366
16314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16367
16315
|
width: size,
|
|
@@ -16400,8 +16348,8 @@ FontItalic.defaultProps = {
|
|
|
16400
16348
|
size: '1em'
|
|
16401
16349
|
};
|
|
16402
16350
|
|
|
16403
|
-
var _excluded$
|
|
16404
|
-
var loadingCircleStyle$
|
|
16351
|
+
var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16352
|
+
var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16405
16353
|
var FontColor = function FontColor(props) {
|
|
16406
16354
|
var color = props.color,
|
|
16407
16355
|
size = props.size,
|
|
@@ -16410,12 +16358,12 @@ var FontColor = function FontColor(props) {
|
|
|
16410
16358
|
className = props.className,
|
|
16411
16359
|
iconClassName = props.iconClassName,
|
|
16412
16360
|
testid = props.testid,
|
|
16413
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16361
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
16414
16362
|
return /*#__PURE__*/React.createElement("span", {
|
|
16415
16363
|
role: "img",
|
|
16416
16364
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16417
16365
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16418
|
-
children: loadingCircleStyle$
|
|
16366
|
+
children: loadingCircleStyle$4f
|
|
16419
16367
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16420
16368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16421
16369
|
width: size,
|
|
@@ -16452,8 +16400,8 @@ FontColor.defaultProps = {
|
|
|
16452
16400
|
size: '1em'
|
|
16453
16401
|
};
|
|
16454
16402
|
|
|
16455
|
-
var _excluded$
|
|
16456
|
-
var loadingCircleStyle$
|
|
16403
|
+
var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16404
|
+
var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16457
16405
|
var FontBgColor = function FontBgColor(props) {
|
|
16458
16406
|
var color = props.color,
|
|
16459
16407
|
size = props.size,
|
|
@@ -16462,12 +16410,12 @@ var FontBgColor = function FontBgColor(props) {
|
|
|
16462
16410
|
className = props.className,
|
|
16463
16411
|
iconClassName = props.iconClassName,
|
|
16464
16412
|
testid = props.testid,
|
|
16465
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16413
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
16466
16414
|
return /*#__PURE__*/React.createElement("span", {
|
|
16467
16415
|
role: "img",
|
|
16468
16416
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16469
16417
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16470
|
-
children: loadingCircleStyle$
|
|
16418
|
+
children: loadingCircleStyle$4g
|
|
16471
16419
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16472
16420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16473
16421
|
width: size,
|
|
@@ -16504,8 +16452,8 @@ FontBgColor.defaultProps = {
|
|
|
16504
16452
|
size: '1em'
|
|
16505
16453
|
};
|
|
16506
16454
|
|
|
16507
|
-
var _excluded$
|
|
16508
|
-
var loadingCircleStyle$
|
|
16455
|
+
var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16456
|
+
var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16509
16457
|
var ListOrdered = function ListOrdered(props) {
|
|
16510
16458
|
var color = props.color,
|
|
16511
16459
|
size = props.size,
|
|
@@ -16514,12 +16462,12 @@ var ListOrdered = function ListOrdered(props) {
|
|
|
16514
16462
|
className = props.className,
|
|
16515
16463
|
iconClassName = props.iconClassName,
|
|
16516
16464
|
testid = props.testid,
|
|
16517
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16465
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
16518
16466
|
return /*#__PURE__*/React.createElement("span", {
|
|
16519
16467
|
role: "img",
|
|
16520
16468
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16521
16469
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16522
|
-
children: loadingCircleStyle$
|
|
16470
|
+
children: loadingCircleStyle$4h
|
|
16523
16471
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16524
16472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16525
16473
|
width: size,
|
|
@@ -16558,8 +16506,8 @@ ListOrdered.defaultProps = {
|
|
|
16558
16506
|
size: '1em'
|
|
16559
16507
|
};
|
|
16560
16508
|
|
|
16561
|
-
var _excluded$
|
|
16562
|
-
var loadingCircleStyle$
|
|
16509
|
+
var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16510
|
+
var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16563
16511
|
var ListUnordered = function ListUnordered(props) {
|
|
16564
16512
|
var color = props.color,
|
|
16565
16513
|
size = props.size,
|
|
@@ -16568,12 +16516,12 @@ var ListUnordered = function ListUnordered(props) {
|
|
|
16568
16516
|
className = props.className,
|
|
16569
16517
|
iconClassName = props.iconClassName,
|
|
16570
16518
|
testid = props.testid,
|
|
16571
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16519
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
16572
16520
|
return /*#__PURE__*/React.createElement("span", {
|
|
16573
16521
|
role: "img",
|
|
16574
16522
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16575
16523
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16576
|
-
children: loadingCircleStyle$
|
|
16524
|
+
children: loadingCircleStyle$4i
|
|
16577
16525
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16578
16526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16579
16527
|
width: size,
|
|
@@ -16612,8 +16560,8 @@ ListUnordered.defaultProps = {
|
|
|
16612
16560
|
size: '1em'
|
|
16613
16561
|
};
|
|
16614
16562
|
|
|
16615
|
-
var _excluded$
|
|
16616
|
-
var loadingCircleStyle$
|
|
16563
|
+
var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16564
|
+
var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16617
16565
|
var Image = function Image(props) {
|
|
16618
16566
|
var color = props.color,
|
|
16619
16567
|
size = props.size,
|
|
@@ -16622,12 +16570,12 @@ var Image = function Image(props) {
|
|
|
16622
16570
|
className = props.className,
|
|
16623
16571
|
iconClassName = props.iconClassName,
|
|
16624
16572
|
testid = props.testid,
|
|
16625
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16573
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
16626
16574
|
return /*#__PURE__*/React.createElement("span", {
|
|
16627
16575
|
role: "img",
|
|
16628
16576
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16629
16577
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16630
|
-
children: loadingCircleStyle$
|
|
16578
|
+
children: loadingCircleStyle$4j
|
|
16631
16579
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16632
16580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16633
16581
|
width: size,
|
|
@@ -16666,8 +16614,8 @@ Image.defaultProps = {
|
|
|
16666
16614
|
size: '1em'
|
|
16667
16615
|
};
|
|
16668
16616
|
|
|
16669
|
-
var _excluded$
|
|
16670
|
-
var loadingCircleStyle$
|
|
16617
|
+
var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16618
|
+
var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16671
16619
|
var Palette = function Palette(props) {
|
|
16672
16620
|
var color = props.color,
|
|
16673
16621
|
size = props.size,
|
|
@@ -16676,12 +16624,12 @@ var Palette = function Palette(props) {
|
|
|
16676
16624
|
className = props.className,
|
|
16677
16625
|
iconClassName = props.iconClassName,
|
|
16678
16626
|
testid = props.testid,
|
|
16679
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16627
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
16680
16628
|
return /*#__PURE__*/React.createElement("span", {
|
|
16681
16629
|
role: "img",
|
|
16682
16630
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16683
16631
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16684
|
-
children: loadingCircleStyle$
|
|
16632
|
+
children: loadingCircleStyle$4k
|
|
16685
16633
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16686
16634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16687
16635
|
width: size,
|
|
@@ -16720,8 +16668,8 @@ Palette.defaultProps = {
|
|
|
16720
16668
|
size: '1em'
|
|
16721
16669
|
};
|
|
16722
16670
|
|
|
16723
|
-
var _excluded$
|
|
16724
|
-
var loadingCircleStyle$
|
|
16671
|
+
var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16672
|
+
var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16725
16673
|
var Hand = function Hand(props) {
|
|
16726
16674
|
var color = props.color,
|
|
16727
16675
|
size = props.size,
|
|
@@ -16730,12 +16678,12 @@ var Hand = function Hand(props) {
|
|
|
16730
16678
|
className = props.className,
|
|
16731
16679
|
iconClassName = props.iconClassName,
|
|
16732
16680
|
testid = props.testid,
|
|
16733
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16681
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
16734
16682
|
return /*#__PURE__*/React.createElement("span", {
|
|
16735
16683
|
role: "img",
|
|
16736
16684
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16737
16685
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16738
|
-
children: loadingCircleStyle$
|
|
16686
|
+
children: loadingCircleStyle$4l
|
|
16739
16687
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16740
16688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16741
16689
|
width: size,
|
|
@@ -16772,8 +16720,8 @@ Hand.defaultProps = {
|
|
|
16772
16720
|
size: '1em'
|
|
16773
16721
|
};
|
|
16774
16722
|
|
|
16775
|
-
var _excluded$
|
|
16776
|
-
var loadingCircleStyle$
|
|
16723
|
+
var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16724
|
+
var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16777
16725
|
var LayoutFocus = function LayoutFocus(props) {
|
|
16778
16726
|
var color = props.color,
|
|
16779
16727
|
size = props.size,
|
|
@@ -16782,12 +16730,12 @@ var LayoutFocus = function LayoutFocus(props) {
|
|
|
16782
16730
|
className = props.className,
|
|
16783
16731
|
iconClassName = props.iconClassName,
|
|
16784
16732
|
testid = props.testid,
|
|
16785
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16733
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
16786
16734
|
return /*#__PURE__*/React.createElement("span", {
|
|
16787
16735
|
role: "img",
|
|
16788
16736
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16789
16737
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16790
|
-
children: loadingCircleStyle$
|
|
16738
|
+
children: loadingCircleStyle$4m
|
|
16791
16739
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16792
16740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16793
16741
|
width: size,
|
|
@@ -16824,8 +16772,8 @@ LayoutFocus.defaultProps = {
|
|
|
16824
16772
|
size: '1em'
|
|
16825
16773
|
};
|
|
16826
16774
|
|
|
16827
|
-
var _excluded$
|
|
16828
|
-
var loadingCircleStyle$
|
|
16775
|
+
var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16776
|
+
var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16829
16777
|
var LayoutSide = function LayoutSide(props) {
|
|
16830
16778
|
var color = props.color,
|
|
16831
16779
|
size = props.size,
|
|
@@ -16834,12 +16782,12 @@ var LayoutSide = function LayoutSide(props) {
|
|
|
16834
16782
|
className = props.className,
|
|
16835
16783
|
iconClassName = props.iconClassName,
|
|
16836
16784
|
testid = props.testid,
|
|
16837
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16785
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
16838
16786
|
return /*#__PURE__*/React.createElement("span", {
|
|
16839
16787
|
role: "img",
|
|
16840
16788
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16841
16789
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16842
|
-
children: loadingCircleStyle$
|
|
16790
|
+
children: loadingCircleStyle$4n
|
|
16843
16791
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16844
16792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16845
16793
|
width: size,
|
|
@@ -16880,8 +16828,8 @@ LayoutSide.defaultProps = {
|
|
|
16880
16828
|
size: '1em'
|
|
16881
16829
|
};
|
|
16882
16830
|
|
|
16883
|
-
var _excluded$
|
|
16884
|
-
var loadingCircleStyle$
|
|
16831
|
+
var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16832
|
+
var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16885
16833
|
var BuildMode = function BuildMode(props) {
|
|
16886
16834
|
var color = props.color,
|
|
16887
16835
|
size = props.size,
|
|
@@ -16890,12 +16838,12 @@ var BuildMode = function BuildMode(props) {
|
|
|
16890
16838
|
className = props.className,
|
|
16891
16839
|
iconClassName = props.iconClassName,
|
|
16892
16840
|
testid = props.testid,
|
|
16893
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16841
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
16894
16842
|
return /*#__PURE__*/React.createElement("span", {
|
|
16895
16843
|
role: "img",
|
|
16896
16844
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16897
16845
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16898
|
-
children: loadingCircleStyle$
|
|
16846
|
+
children: loadingCircleStyle$4o
|
|
16899
16847
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16900
16848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16901
16849
|
width: size,
|
|
@@ -16932,8 +16880,8 @@ BuildMode.defaultProps = {
|
|
|
16932
16880
|
size: '1em'
|
|
16933
16881
|
};
|
|
16934
16882
|
|
|
16935
|
-
var _excluded$
|
|
16936
|
-
var loadingCircleStyle$
|
|
16883
|
+
var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16884
|
+
var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16937
16885
|
var CodeVariable = function CodeVariable(props) {
|
|
16938
16886
|
var color = props.color,
|
|
16939
16887
|
size = props.size,
|
|
@@ -16942,12 +16890,12 @@ var CodeVariable = function CodeVariable(props) {
|
|
|
16942
16890
|
className = props.className,
|
|
16943
16891
|
iconClassName = props.iconClassName,
|
|
16944
16892
|
testid = props.testid,
|
|
16945
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16893
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
16946
16894
|
return /*#__PURE__*/React.createElement("span", {
|
|
16947
16895
|
role: "img",
|
|
16948
16896
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16949
16897
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16950
|
-
children: loadingCircleStyle$
|
|
16898
|
+
children: loadingCircleStyle$4p
|
|
16951
16899
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16952
16900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16953
16901
|
width: size,
|
|
@@ -16988,8 +16936,8 @@ CodeVariable.defaultProps = {
|
|
|
16988
16936
|
size: '1em'
|
|
16989
16937
|
};
|
|
16990
16938
|
|
|
16991
|
-
var _excluded$
|
|
16992
|
-
var loadingCircleStyle$
|
|
16939
|
+
var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16940
|
+
var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16993
16941
|
var TableRow = function TableRow(props) {
|
|
16994
16942
|
var color = props.color,
|
|
16995
16943
|
size = props.size,
|
|
@@ -16998,12 +16946,12 @@ var TableRow = function TableRow(props) {
|
|
|
16998
16946
|
className = props.className,
|
|
16999
16947
|
iconClassName = props.iconClassName,
|
|
17000
16948
|
testid = props.testid,
|
|
17001
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16949
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
17002
16950
|
return /*#__PURE__*/React.createElement("span", {
|
|
17003
16951
|
role: "img",
|
|
17004
16952
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17005
16953
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17006
|
-
children: loadingCircleStyle$
|
|
16954
|
+
children: loadingCircleStyle$4q
|
|
17007
16955
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17008
16956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17009
16957
|
width: size,
|
|
@@ -17044,8 +16992,8 @@ TableRow.defaultProps = {
|
|
|
17044
16992
|
size: '1em'
|
|
17045
16993
|
};
|
|
17046
16994
|
|
|
17047
|
-
var _excluded$
|
|
17048
|
-
var loadingCircleStyle$
|
|
16995
|
+
var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16996
|
+
var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17049
16997
|
var TableCol = function TableCol(props) {
|
|
17050
16998
|
var color = props.color,
|
|
17051
16999
|
size = props.size,
|
|
@@ -17054,12 +17002,12 @@ var TableCol = function TableCol(props) {
|
|
|
17054
17002
|
className = props.className,
|
|
17055
17003
|
iconClassName = props.iconClassName,
|
|
17056
17004
|
testid = props.testid,
|
|
17057
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17005
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
17058
17006
|
return /*#__PURE__*/React.createElement("span", {
|
|
17059
17007
|
role: "img",
|
|
17060
17008
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17061
17009
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17062
|
-
children: loadingCircleStyle$
|
|
17010
|
+
children: loadingCircleStyle$4r
|
|
17063
17011
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17064
17012
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17065
17013
|
width: size,
|
|
@@ -17100,8 +17048,8 @@ TableCol.defaultProps = {
|
|
|
17100
17048
|
size: '1em'
|
|
17101
17049
|
};
|
|
17102
17050
|
|
|
17103
|
-
var _excluded$
|
|
17104
|
-
var loadingCircleStyle$
|
|
17051
|
+
var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17052
|
+
var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17105
17053
|
var CopyQuery = function CopyQuery(props) {
|
|
17106
17054
|
var color = props.color,
|
|
17107
17055
|
size = props.size,
|
|
@@ -17110,12 +17058,12 @@ var CopyQuery = function CopyQuery(props) {
|
|
|
17110
17058
|
className = props.className,
|
|
17111
17059
|
iconClassName = props.iconClassName,
|
|
17112
17060
|
testid = props.testid,
|
|
17113
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17061
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
17114
17062
|
return /*#__PURE__*/React.createElement("span", {
|
|
17115
17063
|
role: "img",
|
|
17116
17064
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17117
17065
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17118
|
-
children: loadingCircleStyle$
|
|
17066
|
+
children: loadingCircleStyle$4s
|
|
17119
17067
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17120
17068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17121
17069
|
width: size,
|
|
@@ -17156,8 +17104,8 @@ CopyQuery.defaultProps = {
|
|
|
17156
17104
|
size: '1em'
|
|
17157
17105
|
};
|
|
17158
17106
|
|
|
17159
|
-
var _excluded$
|
|
17160
|
-
var loadingCircleStyle$
|
|
17107
|
+
var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17108
|
+
var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17161
17109
|
var CopyDdl = function CopyDdl(props) {
|
|
17162
17110
|
var color = props.color,
|
|
17163
17111
|
size = props.size,
|
|
@@ -17166,12 +17114,12 @@ var CopyDdl = function CopyDdl(props) {
|
|
|
17166
17114
|
className = props.className,
|
|
17167
17115
|
iconClassName = props.iconClassName,
|
|
17168
17116
|
testid = props.testid,
|
|
17169
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17117
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
17170
17118
|
return /*#__PURE__*/React.createElement("span", {
|
|
17171
17119
|
role: "img",
|
|
17172
17120
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17173
17121
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17174
|
-
children: loadingCircleStyle$
|
|
17122
|
+
children: loadingCircleStyle$4t
|
|
17175
17123
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17176
17124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17177
17125
|
width: size,
|
|
@@ -17218,8 +17166,8 @@ CopyDdl.defaultProps = {
|
|
|
17218
17166
|
size: '1em'
|
|
17219
17167
|
};
|
|
17220
17168
|
|
|
17221
|
-
var _excluded$
|
|
17222
|
-
var loadingCircleStyle$
|
|
17169
|
+
var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17170
|
+
var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17223
17171
|
var AutoLayout = function AutoLayout(props) {
|
|
17224
17172
|
var color = props.color,
|
|
17225
17173
|
size = props.size,
|
|
@@ -17228,12 +17176,12 @@ var AutoLayout = function AutoLayout(props) {
|
|
|
17228
17176
|
className = props.className,
|
|
17229
17177
|
iconClassName = props.iconClassName,
|
|
17230
17178
|
testid = props.testid,
|
|
17231
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17179
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
17232
17180
|
return /*#__PURE__*/React.createElement("span", {
|
|
17233
17181
|
role: "img",
|
|
17234
17182
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17235
17183
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17236
|
-
children: loadingCircleStyle$
|
|
17184
|
+
children: loadingCircleStyle$4u
|
|
17237
17185
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17238
17186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17239
17187
|
width: size,
|
|
@@ -17282,8 +17230,8 @@ AutoLayout.defaultProps = {
|
|
|
17282
17230
|
size: '1em'
|
|
17283
17231
|
};
|
|
17284
17232
|
|
|
17285
|
-
var _excluded$
|
|
17286
|
-
var loadingCircleStyle$
|
|
17233
|
+
var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17234
|
+
var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17287
17235
|
var DebugPlay = function DebugPlay(props) {
|
|
17288
17236
|
var color = props.color,
|
|
17289
17237
|
size = props.size,
|
|
@@ -17292,12 +17240,12 @@ var DebugPlay = function DebugPlay(props) {
|
|
|
17292
17240
|
className = props.className,
|
|
17293
17241
|
iconClassName = props.iconClassName,
|
|
17294
17242
|
testid = props.testid,
|
|
17295
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17243
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
17296
17244
|
return /*#__PURE__*/React.createElement("span", {
|
|
17297
17245
|
role: "img",
|
|
17298
17246
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17299
17247
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17300
|
-
children: loadingCircleStyle$
|
|
17248
|
+
children: loadingCircleStyle$4v
|
|
17301
17249
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17302
17250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17303
17251
|
width: size,
|
|
@@ -17340,8 +17288,8 @@ DebugPlay.defaultProps = {
|
|
|
17340
17288
|
size: '1em'
|
|
17341
17289
|
};
|
|
17342
17290
|
|
|
17343
|
-
var _excluded$
|
|
17344
|
-
var loadingCircleStyle$
|
|
17291
|
+
var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17292
|
+
var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17345
17293
|
var TextCase = function TextCase(props) {
|
|
17346
17294
|
var color = props.color,
|
|
17347
17295
|
size = props.size,
|
|
@@ -17350,12 +17298,12 @@ var TextCase = function TextCase(props) {
|
|
|
17350
17298
|
className = props.className,
|
|
17351
17299
|
iconClassName = props.iconClassName,
|
|
17352
17300
|
testid = props.testid,
|
|
17353
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17301
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
17354
17302
|
return /*#__PURE__*/React.createElement("span", {
|
|
17355
17303
|
role: "img",
|
|
17356
17304
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17357
17305
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17358
|
-
children: loadingCircleStyle$
|
|
17306
|
+
children: loadingCircleStyle$4w
|
|
17359
17307
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17360
17308
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17361
17309
|
width: size,
|
|
@@ -17392,8 +17340,8 @@ TextCase.defaultProps = {
|
|
|
17392
17340
|
size: '1em'
|
|
17393
17341
|
};
|
|
17394
17342
|
|
|
17395
|
-
var _excluded$
|
|
17396
|
-
var loadingCircleStyle$
|
|
17343
|
+
var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17344
|
+
var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17397
17345
|
var TextWholeMatch = function TextWholeMatch(props) {
|
|
17398
17346
|
var color = props.color,
|
|
17399
17347
|
size = props.size,
|
|
@@ -17402,12 +17350,12 @@ var TextWholeMatch = function TextWholeMatch(props) {
|
|
|
17402
17350
|
className = props.className,
|
|
17403
17351
|
iconClassName = props.iconClassName,
|
|
17404
17352
|
testid = props.testid,
|
|
17405
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17353
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
17406
17354
|
return /*#__PURE__*/React.createElement("span", {
|
|
17407
17355
|
role: "img",
|
|
17408
17356
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17409
17357
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17410
|
-
children: loadingCircleStyle$
|
|
17358
|
+
children: loadingCircleStyle$4x
|
|
17411
17359
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17412
17360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17413
17361
|
width: size,
|
|
@@ -17448,8 +17396,8 @@ TextWholeMatch.defaultProps = {
|
|
|
17448
17396
|
size: '1em'
|
|
17449
17397
|
};
|
|
17450
17398
|
|
|
17451
|
-
var _excluded$
|
|
17452
|
-
var loadingCircleStyle$
|
|
17399
|
+
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17400
|
+
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17453
17401
|
var Attachment = function Attachment(props) {
|
|
17454
17402
|
var color = props.color,
|
|
17455
17403
|
size = props.size,
|
|
@@ -17458,12 +17406,12 @@ var Attachment = function Attachment(props) {
|
|
|
17458
17406
|
className = props.className,
|
|
17459
17407
|
iconClassName = props.iconClassName,
|
|
17460
17408
|
testid = props.testid,
|
|
17461
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17409
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
17462
17410
|
return /*#__PURE__*/React.createElement("span", {
|
|
17463
17411
|
role: "img",
|
|
17464
17412
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17465
17413
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17466
|
-
children: loadingCircleStyle$
|
|
17414
|
+
children: loadingCircleStyle$4y
|
|
17467
17415
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17468
17416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17469
17417
|
width: size,
|
|
@@ -17500,6 +17448,60 @@ Attachment.defaultProps = {
|
|
|
17500
17448
|
size: '1em'
|
|
17501
17449
|
};
|
|
17502
17450
|
|
|
17451
|
+
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17452
|
+
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17453
|
+
var Resizer = function Resizer(props) {
|
|
17454
|
+
var color = props.color,
|
|
17455
|
+
size = props.size,
|
|
17456
|
+
spin = props.spin,
|
|
17457
|
+
style = props.style,
|
|
17458
|
+
className = props.className,
|
|
17459
|
+
iconClassName = props.iconClassName,
|
|
17460
|
+
testid = props.testid,
|
|
17461
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
17462
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
17463
|
+
role: "img",
|
|
17464
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17465
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
17466
|
+
children: loadingCircleStyle$4z
|
|
17467
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17469
|
+
width: size,
|
|
17470
|
+
height: size,
|
|
17471
|
+
viewBox: "0 0 24 24",
|
|
17472
|
+
fill: color
|
|
17473
|
+
}, otherProps, {
|
|
17474
|
+
className: iconClassName,
|
|
17475
|
+
"data-testid": testid,
|
|
17476
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
17477
|
+
animationDuration: '1s',
|
|
17478
|
+
animationIterationCount: 'infinite',
|
|
17479
|
+
animationName: 'loadingCircle',
|
|
17480
|
+
animationTimingFunction: 'linear'
|
|
17481
|
+
} : {})
|
|
17482
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
17483
|
+
width: "24",
|
|
17484
|
+
height: "24",
|
|
17485
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17486
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17487
|
+
d: "M1.5 21.611l.889.889L22.5 2.389l-.889-.889L1.5 21.611z"
|
|
17488
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17489
|
+
d: "M12.444 22.5L22.5 12.444l-.889-.888L11.556 21.61l.888.889z"
|
|
17490
|
+
}))));
|
|
17491
|
+
};
|
|
17492
|
+
Resizer.propTypes = {
|
|
17493
|
+
iconClassName: PropTypes.string,
|
|
17494
|
+
spin: PropTypes.bool,
|
|
17495
|
+
color: PropTypes.string,
|
|
17496
|
+
testid: PropTypes.string,
|
|
17497
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
17498
|
+
};
|
|
17499
|
+
Resizer.defaultProps = {
|
|
17500
|
+
spin: false,
|
|
17501
|
+
color: 'currentColor',
|
|
17502
|
+
size: '1em'
|
|
17503
|
+
};
|
|
17504
|
+
|
|
17503
17505
|
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17504
17506
|
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17505
17507
|
var User1 = function User1(props) {
|
|
@@ -27800,4 +27802,4 @@ SatelliteDish.defaultProps = {
|
|
|
27800
27802
|
size: '1em'
|
|
27801
27803
|
};
|
|
27802
27804
|
|
|
27803
|
-
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Compass as TaCompass, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DataInput as TaDataInput, DataOutput as TaDataOutput, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, ManageQuery as TaManageQuery, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, Name as TaName, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse };
|
|
27805
|
+
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Compass as TaCompass, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, DataInput as TaDataInput, DataOutput as TaDataOutput, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, ManageQuery as TaManageQuery, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, Name as TaName, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Resizer as TaResizer, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse };
|