@tant/icons 1.18.2 → 1.18.4
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/code-variable.js +67 -0
- package/dist/es/index.js +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/lib/icons/code-variable.js +74 -0
- package/dist/lib/index.js +7 -0
- package/dist/tant-icons.cjs.js +790 -733
- package/dist/tant-icons.esm.js +790 -734
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -15974,7 +15974,7 @@ BuildMode.defaultProps = {
|
|
|
15974
15974
|
|
|
15975
15975
|
var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
15976
15976
|
var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15977
|
-
var
|
|
15977
|
+
var CodeVariable = function CodeVariable(props) {
|
|
15978
15978
|
var color = props.color,
|
|
15979
15979
|
size = props.size,
|
|
15980
15980
|
spin = props.spin,
|
|
@@ -16007,6 +16007,62 @@ var User1 = function User1(props) {
|
|
|
16007
16007
|
width: "24",
|
|
16008
16008
|
height: "24",
|
|
16009
16009
|
xmlns: "http://www.w3.org/2000/svg"
|
|
16010
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16011
|
+
d: "M5.618 20c-1.149 0-1.992-.192-2.53-.577-.54-.384-.809-1.073-.809-2.065 0-.446.012-.83.036-1.153.036-.335.066-.658.09-.968a9.31 9.31 0 00.054-1.06 1.06 1.06 0 00-.215-.633c-.144-.21-.395-.384-.754-.52-.347-.137-.844-.212-1.49-.224v-1.6c.646-.012 1.143-.087 1.49-.223.359-.137.61-.304.754-.503.143-.21.215-.428.215-.65 0-.385-.018-.733-.054-1.043a30.265 30.265 0 00-.09-.986c-.024-.335-.036-.719-.036-1.153 0-1.005.27-1.693.808-2.065C3.626 4.192 4.47 4 5.618 4H7v1.451h-.736c-.49 0-.867.037-1.13.112-.264.074-.45.204-.557.39-.096.187-.144.453-.144.8 0 .497.012.987.036 1.47.036.484.054 1.005.054 1.563 0 .707-.138 1.222-.413 1.544-.275.31-.736.521-1.382.633v.074c.646.112 1.107.329 1.382.651.275.31.413.819.413 1.526 0 .558-.018 1.079-.054 1.563a29.75 29.75 0 00-.036 1.47c0 .347.048.613.144.8.108.186.293.316.556.39.264.075.64.112 1.131.112H7V20H5.618z"
|
|
16012
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16013
|
+
d: "M7 16.575l3.471-4.973L7.234 7h2.438l1.247 1.813c.156.26.325.534.508.82.194.273.377.546.546.819h.077c.143-.274.3-.553.468-.839.17-.286.325-.559.468-.819L14.117 7h2.36l-3.257 4.836 3.491 4.739h-2.437l-1.385-1.892-.585-.838c-.195-.3-.39-.586-.585-.859h-.078a79.75 79.75 0 01-.527.839c-.169.286-.338.579-.507.878L9.36 16.575H7z"
|
|
16014
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16015
|
+
d: "M20.913 19.423c-.539.385-1.382.577-2.53.577H17v-1.451h.736c.49 0 .867-.037 1.13-.112.264-.074.45-.204.557-.39.096-.187.144-.453.144-.8 0-.497-.012-.986-.036-1.47a21.18 21.18 0 01-.054-1.563c0-.707.137-1.216.413-1.526.275-.322.736-.54 1.382-.65v-.075c-.646-.112-1.107-.323-1.382-.633-.276-.322-.413-.837-.413-1.544 0-.558.018-1.079.054-1.563.024-.483.036-.973.036-1.47 0-.347-.048-.613-.144-.8-.108-.186-.293-.316-.556-.39-.264-.075-.64-.112-1.131-.112H17V4h1.382c1.149 0 1.992.192 2.53.577.54.372.809 1.06.809 2.065 0 .434-.012.818-.036 1.153a30.18 30.18 0 00-.09.986c-.036.31-.054.658-.054 1.042 0 .223.072.44.215.651.144.199.395.366.754.503.347.136.844.21 1.49.223v1.6c-.646.012-1.143.087-1.49.223-.359.137-.61.31-.754.521a1.06 1.06 0 00-.215.633c0 .397.018.75.054 1.06.024.31.054.633.09.968.024.322.036.707.036 1.153 0 .992-.27 1.68-.808 2.065z"
|
|
16016
|
+
}))));
|
|
16017
|
+
};
|
|
16018
|
+
CodeVariable.propTypes = {
|
|
16019
|
+
iconClassName: PropTypes.string,
|
|
16020
|
+
spin: PropTypes.bool,
|
|
16021
|
+
color: PropTypes.string,
|
|
16022
|
+
testid: PropTypes.string,
|
|
16023
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
16024
|
+
};
|
|
16025
|
+
CodeVariable.defaultProps = {
|
|
16026
|
+
spin: false,
|
|
16027
|
+
color: 'currentColor',
|
|
16028
|
+
size: '1em'
|
|
16029
|
+
};
|
|
16030
|
+
|
|
16031
|
+
var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16032
|
+
var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16033
|
+
var User1 = function User1(props) {
|
|
16034
|
+
var color = props.color,
|
|
16035
|
+
size = props.size,
|
|
16036
|
+
spin = props.spin,
|
|
16037
|
+
style = props.style,
|
|
16038
|
+
className = props.className,
|
|
16039
|
+
iconClassName = props.iconClassName,
|
|
16040
|
+
testid = props.testid,
|
|
16041
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
16042
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
16043
|
+
role: "img",
|
|
16044
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16045
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
16046
|
+
children: loadingCircleStyle$4c
|
|
16047
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16048
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16049
|
+
width: size,
|
|
16050
|
+
height: size,
|
|
16051
|
+
viewBox: "0 0 24 24",
|
|
16052
|
+
fill: color
|
|
16053
|
+
}, otherProps, {
|
|
16054
|
+
className: iconClassName,
|
|
16055
|
+
"data-testid": testid,
|
|
16056
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
16057
|
+
animationDuration: '1s',
|
|
16058
|
+
animationIterationCount: 'infinite',
|
|
16059
|
+
animationName: 'loadingCircle',
|
|
16060
|
+
animationTimingFunction: 'linear'
|
|
16061
|
+
} : {})
|
|
16062
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
16063
|
+
width: "24",
|
|
16064
|
+
height: "24",
|
|
16065
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16010
16066
|
}, /*#__PURE__*/React.createElement("path", {
|
|
16011
16067
|
fillRule: "evenodd",
|
|
16012
16068
|
clipRule: "evenodd",
|
|
@@ -16030,8 +16086,8 @@ User1.defaultProps = {
|
|
|
16030
16086
|
size: '1em'
|
|
16031
16087
|
};
|
|
16032
16088
|
|
|
16033
|
-
var _excluded$
|
|
16034
|
-
var loadingCircleStyle$
|
|
16089
|
+
var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16090
|
+
var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16035
16091
|
var User1Fill = function User1Fill(props) {
|
|
16036
16092
|
var color = props.color,
|
|
16037
16093
|
size = props.size,
|
|
@@ -16040,12 +16096,12 @@ var User1Fill = function User1Fill(props) {
|
|
|
16040
16096
|
className = props.className,
|
|
16041
16097
|
iconClassName = props.iconClassName,
|
|
16042
16098
|
testid = props.testid,
|
|
16043
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16099
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
16044
16100
|
return /*#__PURE__*/React.createElement("span", {
|
|
16045
16101
|
role: "img",
|
|
16046
16102
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16047
16103
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16048
|
-
children: loadingCircleStyle$
|
|
16104
|
+
children: loadingCircleStyle$4d
|
|
16049
16105
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16050
16106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16051
16107
|
width: size,
|
|
@@ -16082,8 +16138,8 @@ User1Fill.defaultProps = {
|
|
|
16082
16138
|
size: '1em'
|
|
16083
16139
|
};
|
|
16084
16140
|
|
|
16085
|
-
var _excluded$
|
|
16086
|
-
var loadingCircleStyle$
|
|
16141
|
+
var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16142
|
+
var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16087
16143
|
var User2 = function User2(props) {
|
|
16088
16144
|
var color = props.color,
|
|
16089
16145
|
size = props.size,
|
|
@@ -16092,12 +16148,12 @@ var User2 = function User2(props) {
|
|
|
16092
16148
|
className = props.className,
|
|
16093
16149
|
iconClassName = props.iconClassName,
|
|
16094
16150
|
testid = props.testid,
|
|
16095
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16151
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
16096
16152
|
return /*#__PURE__*/React.createElement("span", {
|
|
16097
16153
|
role: "img",
|
|
16098
16154
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16099
16155
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16100
|
-
children: loadingCircleStyle$
|
|
16156
|
+
children: loadingCircleStyle$4e
|
|
16101
16157
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16102
16158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16103
16159
|
width: size,
|
|
@@ -16134,8 +16190,8 @@ User2.defaultProps = {
|
|
|
16134
16190
|
size: '1em'
|
|
16135
16191
|
};
|
|
16136
16192
|
|
|
16137
|
-
var _excluded$
|
|
16138
|
-
var loadingCircleStyle$
|
|
16193
|
+
var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16194
|
+
var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16139
16195
|
var UserSettings = function UserSettings(props) {
|
|
16140
16196
|
var color = props.color,
|
|
16141
16197
|
size = props.size,
|
|
@@ -16144,12 +16200,12 @@ var UserSettings = function UserSettings(props) {
|
|
|
16144
16200
|
className = props.className,
|
|
16145
16201
|
iconClassName = props.iconClassName,
|
|
16146
16202
|
testid = props.testid,
|
|
16147
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16203
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
16148
16204
|
return /*#__PURE__*/React.createElement("span", {
|
|
16149
16205
|
role: "img",
|
|
16150
16206
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16151
16207
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16152
|
-
children: loadingCircleStyle$
|
|
16208
|
+
children: loadingCircleStyle$4f
|
|
16153
16209
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16154
16210
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16155
16211
|
width: size,
|
|
@@ -16186,8 +16242,8 @@ UserSettings.defaultProps = {
|
|
|
16186
16242
|
size: '1em'
|
|
16187
16243
|
};
|
|
16188
16244
|
|
|
16189
|
-
var _excluded$
|
|
16190
|
-
var loadingCircleStyle$
|
|
16245
|
+
var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16246
|
+
var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16191
16247
|
var GroupA2b = function GroupA2b(props) {
|
|
16192
16248
|
var color = props.color,
|
|
16193
16249
|
size = props.size,
|
|
@@ -16196,12 +16252,12 @@ var GroupA2b = function GroupA2b(props) {
|
|
|
16196
16252
|
className = props.className,
|
|
16197
16253
|
iconClassName = props.iconClassName,
|
|
16198
16254
|
testid = props.testid,
|
|
16199
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16255
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
16200
16256
|
return /*#__PURE__*/React.createElement("span", {
|
|
16201
16257
|
role: "img",
|
|
16202
16258
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16203
16259
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16204
|
-
children: loadingCircleStyle$
|
|
16260
|
+
children: loadingCircleStyle$4g
|
|
16205
16261
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16206
16262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16207
16263
|
width: size,
|
|
@@ -16238,8 +16294,8 @@ GroupA2b.defaultProps = {
|
|
|
16238
16294
|
size: '1em'
|
|
16239
16295
|
};
|
|
16240
16296
|
|
|
16241
|
-
var _excluded$
|
|
16242
|
-
var loadingCircleStyle$
|
|
16297
|
+
var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16298
|
+
var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16243
16299
|
var Group = function Group(props) {
|
|
16244
16300
|
var color = props.color,
|
|
16245
16301
|
size = props.size,
|
|
@@ -16248,12 +16304,12 @@ var Group = function Group(props) {
|
|
|
16248
16304
|
className = props.className,
|
|
16249
16305
|
iconClassName = props.iconClassName,
|
|
16250
16306
|
testid = props.testid,
|
|
16251
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16307
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
16252
16308
|
return /*#__PURE__*/React.createElement("span", {
|
|
16253
16309
|
role: "img",
|
|
16254
16310
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16255
16311
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16256
|
-
children: loadingCircleStyle$
|
|
16312
|
+
children: loadingCircleStyle$4h
|
|
16257
16313
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16258
16314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16259
16315
|
width: size,
|
|
@@ -16290,8 +16346,8 @@ Group.defaultProps = {
|
|
|
16290
16346
|
size: '1em'
|
|
16291
16347
|
};
|
|
16292
16348
|
|
|
16293
|
-
var _excluded$
|
|
16294
|
-
var loadingCircleStyle$
|
|
16349
|
+
var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16350
|
+
var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16295
16351
|
var GroupFill = function GroupFill(props) {
|
|
16296
16352
|
var color = props.color,
|
|
16297
16353
|
size = props.size,
|
|
@@ -16300,12 +16356,12 @@ var GroupFill = function GroupFill(props) {
|
|
|
16300
16356
|
className = props.className,
|
|
16301
16357
|
iconClassName = props.iconClassName,
|
|
16302
16358
|
testid = props.testid,
|
|
16303
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16359
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
16304
16360
|
return /*#__PURE__*/React.createElement("span", {
|
|
16305
16361
|
role: "img",
|
|
16306
16362
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16307
16363
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16308
|
-
children: loadingCircleStyle$
|
|
16364
|
+
children: loadingCircleStyle$4i
|
|
16309
16365
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16310
16366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16311
16367
|
width: size,
|
|
@@ -16342,8 +16398,8 @@ GroupFill.defaultProps = {
|
|
|
16342
16398
|
size: '1em'
|
|
16343
16399
|
};
|
|
16344
16400
|
|
|
16345
|
-
var _excluded$
|
|
16346
|
-
var loadingCircleStyle$
|
|
16401
|
+
var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16402
|
+
var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16347
16403
|
var GroupFill2 = function GroupFill2(props) {
|
|
16348
16404
|
var color = props.color,
|
|
16349
16405
|
size = props.size,
|
|
@@ -16352,12 +16408,12 @@ var GroupFill2 = function GroupFill2(props) {
|
|
|
16352
16408
|
className = props.className,
|
|
16353
16409
|
iconClassName = props.iconClassName,
|
|
16354
16410
|
testid = props.testid,
|
|
16355
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16411
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
16356
16412
|
return /*#__PURE__*/React.createElement("span", {
|
|
16357
16413
|
role: "img",
|
|
16358
16414
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16359
16415
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16360
|
-
children: loadingCircleStyle$
|
|
16416
|
+
children: loadingCircleStyle$4j
|
|
16361
16417
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16362
16418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16363
16419
|
width: size,
|
|
@@ -16394,8 +16450,8 @@ GroupFill2.defaultProps = {
|
|
|
16394
16450
|
size: '1em'
|
|
16395
16451
|
};
|
|
16396
16452
|
|
|
16397
|
-
var _excluded$
|
|
16398
|
-
var loadingCircleStyle$
|
|
16453
|
+
var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16454
|
+
var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16399
16455
|
var GroupAddFill = function GroupAddFill(props) {
|
|
16400
16456
|
var color = props.color,
|
|
16401
16457
|
size = props.size,
|
|
@@ -16404,12 +16460,12 @@ var GroupAddFill = function GroupAddFill(props) {
|
|
|
16404
16460
|
className = props.className,
|
|
16405
16461
|
iconClassName = props.iconClassName,
|
|
16406
16462
|
testid = props.testid,
|
|
16407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16463
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
16408
16464
|
return /*#__PURE__*/React.createElement("span", {
|
|
16409
16465
|
role: "img",
|
|
16410
16466
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16411
16467
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16412
|
-
children: loadingCircleStyle$
|
|
16468
|
+
children: loadingCircleStyle$4k
|
|
16413
16469
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16414
16470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16415
16471
|
width: size,
|
|
@@ -16446,8 +16502,8 @@ GroupAddFill.defaultProps = {
|
|
|
16446
16502
|
size: '1em'
|
|
16447
16503
|
};
|
|
16448
16504
|
|
|
16449
|
-
var _excluded$
|
|
16450
|
-
var loadingCircleStyle$
|
|
16505
|
+
var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16506
|
+
var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16451
16507
|
var UserAddFill = function UserAddFill(props) {
|
|
16452
16508
|
var color = props.color,
|
|
16453
16509
|
size = props.size,
|
|
@@ -16456,12 +16512,12 @@ var UserAddFill = function UserAddFill(props) {
|
|
|
16456
16512
|
className = props.className,
|
|
16457
16513
|
iconClassName = props.iconClassName,
|
|
16458
16514
|
testid = props.testid,
|
|
16459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16515
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
16460
16516
|
return /*#__PURE__*/React.createElement("span", {
|
|
16461
16517
|
role: "img",
|
|
16462
16518
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16463
16519
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16464
|
-
children: loadingCircleStyle$
|
|
16520
|
+
children: loadingCircleStyle$4l
|
|
16465
16521
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16466
16522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16467
16523
|
width: size,
|
|
@@ -16498,8 +16554,8 @@ UserAddFill.defaultProps = {
|
|
|
16498
16554
|
size: '1em'
|
|
16499
16555
|
};
|
|
16500
16556
|
|
|
16501
|
-
var _excluded$
|
|
16502
|
-
var loadingCircleStyle$
|
|
16557
|
+
var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16558
|
+
var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16503
16559
|
var UploadId = function UploadId(props) {
|
|
16504
16560
|
var color = props.color,
|
|
16505
16561
|
size = props.size,
|
|
@@ -16508,12 +16564,12 @@ var UploadId = function UploadId(props) {
|
|
|
16508
16564
|
className = props.className,
|
|
16509
16565
|
iconClassName = props.iconClassName,
|
|
16510
16566
|
testid = props.testid,
|
|
16511
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16567
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
16512
16568
|
return /*#__PURE__*/React.createElement("span", {
|
|
16513
16569
|
role: "img",
|
|
16514
16570
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16515
16571
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16516
|
-
children: loadingCircleStyle$
|
|
16572
|
+
children: loadingCircleStyle$4m
|
|
16517
16573
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16518
16574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16519
16575
|
width: size,
|
|
@@ -16552,8 +16608,8 @@ UploadId.defaultProps = {
|
|
|
16552
16608
|
size: '1em'
|
|
16553
16609
|
};
|
|
16554
16610
|
|
|
16555
|
-
var _excluded$
|
|
16556
|
-
var loadingCircleStyle$
|
|
16611
|
+
var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16612
|
+
var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16557
16613
|
var IdFreeze = function IdFreeze(props) {
|
|
16558
16614
|
var color = props.color,
|
|
16559
16615
|
size = props.size,
|
|
@@ -16562,12 +16618,12 @@ var IdFreeze = function IdFreeze(props) {
|
|
|
16562
16618
|
className = props.className,
|
|
16563
16619
|
iconClassName = props.iconClassName,
|
|
16564
16620
|
testid = props.testid,
|
|
16565
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16621
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
16566
16622
|
return /*#__PURE__*/React.createElement("span", {
|
|
16567
16623
|
role: "img",
|
|
16568
16624
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16569
16625
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16570
|
-
children: loadingCircleStyle$
|
|
16626
|
+
children: loadingCircleStyle$4n
|
|
16571
16627
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16572
16628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16573
16629
|
width: size,
|
|
@@ -16614,8 +16670,8 @@ IdFreeze.defaultProps = {
|
|
|
16614
16670
|
size: '1em'
|
|
16615
16671
|
};
|
|
16616
16672
|
|
|
16617
|
-
var _excluded$
|
|
16618
|
-
var loadingCircleStyle$
|
|
16673
|
+
var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16674
|
+
var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16619
16675
|
var Vip = function Vip(props) {
|
|
16620
16676
|
var color = props.color,
|
|
16621
16677
|
size = props.size,
|
|
@@ -16624,12 +16680,12 @@ var Vip = function Vip(props) {
|
|
|
16624
16680
|
className = props.className,
|
|
16625
16681
|
iconClassName = props.iconClassName,
|
|
16626
16682
|
testid = props.testid,
|
|
16627
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16683
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
16628
16684
|
return /*#__PURE__*/React.createElement("span", {
|
|
16629
16685
|
role: "img",
|
|
16630
16686
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16631
16687
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16632
|
-
children: loadingCircleStyle$
|
|
16688
|
+
children: loadingCircleStyle$4o
|
|
16633
16689
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16634
16690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16635
16691
|
width: size,
|
|
@@ -16666,8 +16722,8 @@ Vip.defaultProps = {
|
|
|
16666
16722
|
size: '1em'
|
|
16667
16723
|
};
|
|
16668
16724
|
|
|
16669
|
-
var _excluded$
|
|
16670
|
-
var loadingCircleStyle$
|
|
16725
|
+
var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16726
|
+
var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16671
16727
|
var VipFill = function VipFill(props) {
|
|
16672
16728
|
var color = props.color,
|
|
16673
16729
|
size = props.size,
|
|
@@ -16676,12 +16732,12 @@ var VipFill = function VipFill(props) {
|
|
|
16676
16732
|
className = props.className,
|
|
16677
16733
|
iconClassName = props.iconClassName,
|
|
16678
16734
|
testid = props.testid,
|
|
16679
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16735
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
16680
16736
|
return /*#__PURE__*/React.createElement("span", {
|
|
16681
16737
|
role: "img",
|
|
16682
16738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16683
16739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16684
|
-
children: loadingCircleStyle$
|
|
16740
|
+
children: loadingCircleStyle$4p
|
|
16685
16741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16686
16742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16687
16743
|
width: size,
|
|
@@ -16718,8 +16774,8 @@ VipFill.defaultProps = {
|
|
|
16718
16774
|
size: '1em'
|
|
16719
16775
|
};
|
|
16720
16776
|
|
|
16721
|
-
var _excluded$
|
|
16722
|
-
var loadingCircleStyle$
|
|
16777
|
+
var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16778
|
+
var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16723
16779
|
var SvipFill = function SvipFill(props) {
|
|
16724
16780
|
var color = props.color,
|
|
16725
16781
|
size = props.size,
|
|
@@ -16728,12 +16784,12 @@ var SvipFill = function SvipFill(props) {
|
|
|
16728
16784
|
className = props.className,
|
|
16729
16785
|
iconClassName = props.iconClassName,
|
|
16730
16786
|
testid = props.testid,
|
|
16731
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16787
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
16732
16788
|
return /*#__PURE__*/React.createElement("span", {
|
|
16733
16789
|
role: "img",
|
|
16734
16790
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16735
16791
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16736
|
-
children: loadingCircleStyle$
|
|
16792
|
+
children: loadingCircleStyle$4q
|
|
16737
16793
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16738
16794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16739
16795
|
width: size,
|
|
@@ -16772,8 +16828,8 @@ SvipFill.defaultProps = {
|
|
|
16772
16828
|
size: '1em'
|
|
16773
16829
|
};
|
|
16774
16830
|
|
|
16775
|
-
var _excluded$
|
|
16776
|
-
var loadingCircleStyle$
|
|
16831
|
+
var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16832
|
+
var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16777
16833
|
var TransferOwnership = function TransferOwnership(props) {
|
|
16778
16834
|
var color = props.color,
|
|
16779
16835
|
size = props.size,
|
|
@@ -16782,12 +16838,12 @@ var TransferOwnership = function TransferOwnership(props) {
|
|
|
16782
16838
|
className = props.className,
|
|
16783
16839
|
iconClassName = props.iconClassName,
|
|
16784
16840
|
testid = props.testid,
|
|
16785
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16841
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
16786
16842
|
return /*#__PURE__*/React.createElement("span", {
|
|
16787
16843
|
role: "img",
|
|
16788
16844
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16789
16845
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16790
|
-
children: loadingCircleStyle$
|
|
16846
|
+
children: loadingCircleStyle$4r
|
|
16791
16847
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16792
16848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16793
16849
|
width: size,
|
|
@@ -16826,8 +16882,8 @@ TransferOwnership.defaultProps = {
|
|
|
16826
16882
|
size: '1em'
|
|
16827
16883
|
};
|
|
16828
16884
|
|
|
16829
|
-
var _excluded$
|
|
16830
|
-
var loadingCircleStyle$
|
|
16885
|
+
var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16886
|
+
var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16831
16887
|
var ArrowLeft = function ArrowLeft(props) {
|
|
16832
16888
|
var color = props.color,
|
|
16833
16889
|
size = props.size,
|
|
@@ -16836,12 +16892,12 @@ var ArrowLeft = function ArrowLeft(props) {
|
|
|
16836
16892
|
className = props.className,
|
|
16837
16893
|
iconClassName = props.iconClassName,
|
|
16838
16894
|
testid = props.testid,
|
|
16839
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16895
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
16840
16896
|
return /*#__PURE__*/React.createElement("span", {
|
|
16841
16897
|
role: "img",
|
|
16842
16898
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16843
16899
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16844
|
-
children: loadingCircleStyle$
|
|
16900
|
+
children: loadingCircleStyle$4s
|
|
16845
16901
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16846
16902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16847
16903
|
width: size,
|
|
@@ -16878,8 +16934,8 @@ ArrowLeft.defaultProps = {
|
|
|
16878
16934
|
size: '1em'
|
|
16879
16935
|
};
|
|
16880
16936
|
|
|
16881
|
-
var _excluded$
|
|
16882
|
-
var loadingCircleStyle$
|
|
16937
|
+
var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16938
|
+
var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16883
16939
|
var ArrowRight = function ArrowRight(props) {
|
|
16884
16940
|
var color = props.color,
|
|
16885
16941
|
size = props.size,
|
|
@@ -16888,12 +16944,12 @@ var ArrowRight = function ArrowRight(props) {
|
|
|
16888
16944
|
className = props.className,
|
|
16889
16945
|
iconClassName = props.iconClassName,
|
|
16890
16946
|
testid = props.testid,
|
|
16891
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16947
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
16892
16948
|
return /*#__PURE__*/React.createElement("span", {
|
|
16893
16949
|
role: "img",
|
|
16894
16950
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16895
16951
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16896
|
-
children: loadingCircleStyle$
|
|
16952
|
+
children: loadingCircleStyle$4t
|
|
16897
16953
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16898
16954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16899
16955
|
width: size,
|
|
@@ -16930,8 +16986,8 @@ ArrowRight.defaultProps = {
|
|
|
16930
16986
|
size: '1em'
|
|
16931
16987
|
};
|
|
16932
16988
|
|
|
16933
|
-
var _excluded$
|
|
16934
|
-
var loadingCircleStyle$
|
|
16989
|
+
var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
16990
|
+
var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16935
16991
|
var ArrowUp = function ArrowUp(props) {
|
|
16936
16992
|
var color = props.color,
|
|
16937
16993
|
size = props.size,
|
|
@@ -16940,12 +16996,12 @@ var ArrowUp = function ArrowUp(props) {
|
|
|
16940
16996
|
className = props.className,
|
|
16941
16997
|
iconClassName = props.iconClassName,
|
|
16942
16998
|
testid = props.testid,
|
|
16943
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16999
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
16944
17000
|
return /*#__PURE__*/React.createElement("span", {
|
|
16945
17001
|
role: "img",
|
|
16946
17002
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16947
17003
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16948
|
-
children: loadingCircleStyle$
|
|
17004
|
+
children: loadingCircleStyle$4u
|
|
16949
17005
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16950
17006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16951
17007
|
width: size,
|
|
@@ -16982,8 +17038,8 @@ ArrowUp.defaultProps = {
|
|
|
16982
17038
|
size: '1em'
|
|
16983
17039
|
};
|
|
16984
17040
|
|
|
16985
|
-
var _excluded$
|
|
16986
|
-
var loadingCircleStyle$
|
|
17041
|
+
var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17042
|
+
var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16987
17043
|
var ArrowDown = function ArrowDown(props) {
|
|
16988
17044
|
var color = props.color,
|
|
16989
17045
|
size = props.size,
|
|
@@ -16992,12 +17048,12 @@ var ArrowDown = function ArrowDown(props) {
|
|
|
16992
17048
|
className = props.className,
|
|
16993
17049
|
iconClassName = props.iconClassName,
|
|
16994
17050
|
testid = props.testid,
|
|
16995
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17051
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
16996
17052
|
return /*#__PURE__*/React.createElement("span", {
|
|
16997
17053
|
role: "img",
|
|
16998
17054
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16999
17055
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17000
|
-
children: loadingCircleStyle$
|
|
17056
|
+
children: loadingCircleStyle$4v
|
|
17001
17057
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17002
17058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17003
17059
|
width: size,
|
|
@@ -17034,8 +17090,8 @@ ArrowDown.defaultProps = {
|
|
|
17034
17090
|
size: '1em'
|
|
17035
17091
|
};
|
|
17036
17092
|
|
|
17037
|
-
var _excluded$
|
|
17038
|
-
var loadingCircleStyle$
|
|
17093
|
+
var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17094
|
+
var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17039
17095
|
var ArrowLeft2 = function ArrowLeft2(props) {
|
|
17040
17096
|
var color = props.color,
|
|
17041
17097
|
size = props.size,
|
|
@@ -17044,12 +17100,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
|
|
|
17044
17100
|
className = props.className,
|
|
17045
17101
|
iconClassName = props.iconClassName,
|
|
17046
17102
|
testid = props.testid,
|
|
17047
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17103
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
17048
17104
|
return /*#__PURE__*/React.createElement("span", {
|
|
17049
17105
|
role: "img",
|
|
17050
17106
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17051
17107
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17052
|
-
children: loadingCircleStyle$
|
|
17108
|
+
children: loadingCircleStyle$4w
|
|
17053
17109
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17054
17110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17055
17111
|
width: size,
|
|
@@ -17086,8 +17142,8 @@ ArrowLeft2.defaultProps = {
|
|
|
17086
17142
|
size: '1em'
|
|
17087
17143
|
};
|
|
17088
17144
|
|
|
17089
|
-
var _excluded$
|
|
17090
|
-
var loadingCircleStyle$
|
|
17145
|
+
var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17146
|
+
var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17091
17147
|
var ArrowRight2 = function ArrowRight2(props) {
|
|
17092
17148
|
var color = props.color,
|
|
17093
17149
|
size = props.size,
|
|
@@ -17096,12 +17152,12 @@ var ArrowRight2 = function ArrowRight2(props) {
|
|
|
17096
17152
|
className = props.className,
|
|
17097
17153
|
iconClassName = props.iconClassName,
|
|
17098
17154
|
testid = props.testid,
|
|
17099
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17155
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
17100
17156
|
return /*#__PURE__*/React.createElement("span", {
|
|
17101
17157
|
role: "img",
|
|
17102
17158
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17103
17159
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17104
|
-
children: loadingCircleStyle$
|
|
17160
|
+
children: loadingCircleStyle$4x
|
|
17105
17161
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17106
17162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17107
17163
|
width: size,
|
|
@@ -17138,8 +17194,8 @@ ArrowRight2.defaultProps = {
|
|
|
17138
17194
|
size: '1em'
|
|
17139
17195
|
};
|
|
17140
17196
|
|
|
17141
|
-
var _excluded$
|
|
17142
|
-
var loadingCircleStyle$
|
|
17197
|
+
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17198
|
+
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17143
17199
|
var ArrowUp2 = function ArrowUp2(props) {
|
|
17144
17200
|
var color = props.color,
|
|
17145
17201
|
size = props.size,
|
|
@@ -17148,12 +17204,12 @@ var ArrowUp2 = function ArrowUp2(props) {
|
|
|
17148
17204
|
className = props.className,
|
|
17149
17205
|
iconClassName = props.iconClassName,
|
|
17150
17206
|
testid = props.testid,
|
|
17151
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17207
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
17152
17208
|
return /*#__PURE__*/React.createElement("span", {
|
|
17153
17209
|
role: "img",
|
|
17154
17210
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17155
17211
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17156
|
-
children: loadingCircleStyle$
|
|
17212
|
+
children: loadingCircleStyle$4y
|
|
17157
17213
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17158
17214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17159
17215
|
width: size,
|
|
@@ -17190,8 +17246,8 @@ ArrowUp2.defaultProps = {
|
|
|
17190
17246
|
size: '1em'
|
|
17191
17247
|
};
|
|
17192
17248
|
|
|
17193
|
-
var _excluded$
|
|
17194
|
-
var loadingCircleStyle$
|
|
17249
|
+
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17250
|
+
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17195
17251
|
var ArrowDown2 = function ArrowDown2(props) {
|
|
17196
17252
|
var color = props.color,
|
|
17197
17253
|
size = props.size,
|
|
@@ -17200,12 +17256,12 @@ var ArrowDown2 = function ArrowDown2(props) {
|
|
|
17200
17256
|
className = props.className,
|
|
17201
17257
|
iconClassName = props.iconClassName,
|
|
17202
17258
|
testid = props.testid,
|
|
17203
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17259
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
17204
17260
|
return /*#__PURE__*/React.createElement("span", {
|
|
17205
17261
|
role: "img",
|
|
17206
17262
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17207
17263
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17208
|
-
children: loadingCircleStyle$
|
|
17264
|
+
children: loadingCircleStyle$4z
|
|
17209
17265
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17210
17266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17211
17267
|
width: size,
|
|
@@ -17242,8 +17298,8 @@ ArrowDown2.defaultProps = {
|
|
|
17242
17298
|
size: '1em'
|
|
17243
17299
|
};
|
|
17244
17300
|
|
|
17245
|
-
var _excluded$
|
|
17246
|
-
var loadingCircleStyle$
|
|
17301
|
+
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17302
|
+
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17247
17303
|
var TriLeft = function TriLeft(props) {
|
|
17248
17304
|
var color = props.color,
|
|
17249
17305
|
size = props.size,
|
|
@@ -17252,12 +17308,12 @@ var TriLeft = function TriLeft(props) {
|
|
|
17252
17308
|
className = props.className,
|
|
17253
17309
|
iconClassName = props.iconClassName,
|
|
17254
17310
|
testid = props.testid,
|
|
17255
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17311
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
17256
17312
|
return /*#__PURE__*/React.createElement("span", {
|
|
17257
17313
|
role: "img",
|
|
17258
17314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17259
17315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17260
|
-
children: loadingCircleStyle$
|
|
17316
|
+
children: loadingCircleStyle$4A
|
|
17261
17317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17262
17318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17263
17319
|
width: size,
|
|
@@ -17294,8 +17350,8 @@ TriLeft.defaultProps = {
|
|
|
17294
17350
|
size: '1em'
|
|
17295
17351
|
};
|
|
17296
17352
|
|
|
17297
|
-
var _excluded$
|
|
17298
|
-
var loadingCircleStyle$
|
|
17353
|
+
var _excluded$4B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17354
|
+
var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17299
17355
|
var TriRight = function TriRight(props) {
|
|
17300
17356
|
var color = props.color,
|
|
17301
17357
|
size = props.size,
|
|
@@ -17304,12 +17360,12 @@ var TriRight = function TriRight(props) {
|
|
|
17304
17360
|
className = props.className,
|
|
17305
17361
|
iconClassName = props.iconClassName,
|
|
17306
17362
|
testid = props.testid,
|
|
17307
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17363
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
17308
17364
|
return /*#__PURE__*/React.createElement("span", {
|
|
17309
17365
|
role: "img",
|
|
17310
17366
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17311
17367
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17312
|
-
children: loadingCircleStyle$
|
|
17368
|
+
children: loadingCircleStyle$4B
|
|
17313
17369
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17314
17370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17315
17371
|
width: size,
|
|
@@ -17346,8 +17402,8 @@ TriRight.defaultProps = {
|
|
|
17346
17402
|
size: '1em'
|
|
17347
17403
|
};
|
|
17348
17404
|
|
|
17349
|
-
var _excluded$
|
|
17350
|
-
var loadingCircleStyle$
|
|
17405
|
+
var _excluded$4C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17406
|
+
var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17351
17407
|
var TriUp = function TriUp(props) {
|
|
17352
17408
|
var color = props.color,
|
|
17353
17409
|
size = props.size,
|
|
@@ -17356,12 +17412,12 @@ var TriUp = function TriUp(props) {
|
|
|
17356
17412
|
className = props.className,
|
|
17357
17413
|
iconClassName = props.iconClassName,
|
|
17358
17414
|
testid = props.testid,
|
|
17359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17415
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
17360
17416
|
return /*#__PURE__*/React.createElement("span", {
|
|
17361
17417
|
role: "img",
|
|
17362
17418
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17363
17419
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17364
|
-
children: loadingCircleStyle$
|
|
17420
|
+
children: loadingCircleStyle$4C
|
|
17365
17421
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17366
17422
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17367
17423
|
width: size,
|
|
@@ -17398,8 +17454,8 @@ TriUp.defaultProps = {
|
|
|
17398
17454
|
size: '1em'
|
|
17399
17455
|
};
|
|
17400
17456
|
|
|
17401
|
-
var _excluded$
|
|
17402
|
-
var loadingCircleStyle$
|
|
17457
|
+
var _excluded$4D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17458
|
+
var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17403
17459
|
var TriDown = function TriDown(props) {
|
|
17404
17460
|
var color = props.color,
|
|
17405
17461
|
size = props.size,
|
|
@@ -17408,12 +17464,12 @@ var TriDown = function TriDown(props) {
|
|
|
17408
17464
|
className = props.className,
|
|
17409
17465
|
iconClassName = props.iconClassName,
|
|
17410
17466
|
testid = props.testid,
|
|
17411
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17467
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
17412
17468
|
return /*#__PURE__*/React.createElement("span", {
|
|
17413
17469
|
role: "img",
|
|
17414
17470
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17415
17471
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17416
|
-
children: loadingCircleStyle$
|
|
17472
|
+
children: loadingCircleStyle$4D
|
|
17417
17473
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17418
17474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17419
17475
|
width: size,
|
|
@@ -17450,8 +17506,8 @@ TriDown.defaultProps = {
|
|
|
17450
17506
|
size: '1em'
|
|
17451
17507
|
};
|
|
17452
17508
|
|
|
17453
|
-
var _excluded$
|
|
17454
|
-
var loadingCircleStyle$
|
|
17509
|
+
var _excluded$4E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17510
|
+
var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17455
17511
|
var DArrowL = function DArrowL(props) {
|
|
17456
17512
|
var color = props.color,
|
|
17457
17513
|
size = props.size,
|
|
@@ -17460,12 +17516,12 @@ var DArrowL = function DArrowL(props) {
|
|
|
17460
17516
|
className = props.className,
|
|
17461
17517
|
iconClassName = props.iconClassName,
|
|
17462
17518
|
testid = props.testid,
|
|
17463
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17519
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
17464
17520
|
return /*#__PURE__*/React.createElement("span", {
|
|
17465
17521
|
role: "img",
|
|
17466
17522
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17467
17523
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17468
|
-
children: loadingCircleStyle$
|
|
17524
|
+
children: loadingCircleStyle$4E
|
|
17469
17525
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17470
17526
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17471
17527
|
width: size,
|
|
@@ -17504,8 +17560,8 @@ DArrowL.defaultProps = {
|
|
|
17504
17560
|
size: '1em'
|
|
17505
17561
|
};
|
|
17506
17562
|
|
|
17507
|
-
var _excluded$
|
|
17508
|
-
var loadingCircleStyle$
|
|
17563
|
+
var _excluded$4F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17564
|
+
var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17509
17565
|
var DArrowR = function DArrowR(props) {
|
|
17510
17566
|
var color = props.color,
|
|
17511
17567
|
size = props.size,
|
|
@@ -17514,12 +17570,12 @@ var DArrowR = function DArrowR(props) {
|
|
|
17514
17570
|
className = props.className,
|
|
17515
17571
|
iconClassName = props.iconClassName,
|
|
17516
17572
|
testid = props.testid,
|
|
17517
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17573
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
17518
17574
|
return /*#__PURE__*/React.createElement("span", {
|
|
17519
17575
|
role: "img",
|
|
17520
17576
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17521
17577
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17522
|
-
children: loadingCircleStyle$
|
|
17578
|
+
children: loadingCircleStyle$4F
|
|
17523
17579
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17524
17580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17525
17581
|
width: size,
|
|
@@ -17558,8 +17614,8 @@ DArrowR.defaultProps = {
|
|
|
17558
17614
|
size: '1em'
|
|
17559
17615
|
};
|
|
17560
17616
|
|
|
17561
|
-
var _excluded$
|
|
17562
|
-
var loadingCircleStyle$
|
|
17617
|
+
var _excluded$4G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17618
|
+
var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17563
17619
|
var DArrowT = function DArrowT(props) {
|
|
17564
17620
|
var color = props.color,
|
|
17565
17621
|
size = props.size,
|
|
@@ -17568,12 +17624,12 @@ var DArrowT = function DArrowT(props) {
|
|
|
17568
17624
|
className = props.className,
|
|
17569
17625
|
iconClassName = props.iconClassName,
|
|
17570
17626
|
testid = props.testid,
|
|
17571
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17627
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
17572
17628
|
return /*#__PURE__*/React.createElement("span", {
|
|
17573
17629
|
role: "img",
|
|
17574
17630
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17575
17631
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17576
|
-
children: loadingCircleStyle$
|
|
17632
|
+
children: loadingCircleStyle$4G
|
|
17577
17633
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17578
17634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17579
17635
|
width: size,
|
|
@@ -17612,8 +17668,8 @@ DArrowT.defaultProps = {
|
|
|
17612
17668
|
size: '1em'
|
|
17613
17669
|
};
|
|
17614
17670
|
|
|
17615
|
-
var _excluded$
|
|
17616
|
-
var loadingCircleStyle$
|
|
17671
|
+
var _excluded$4H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17672
|
+
var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17617
17673
|
var DArrowB = function DArrowB(props) {
|
|
17618
17674
|
var color = props.color,
|
|
17619
17675
|
size = props.size,
|
|
@@ -17622,12 +17678,12 @@ var DArrowB = function DArrowB(props) {
|
|
|
17622
17678
|
className = props.className,
|
|
17623
17679
|
iconClassName = props.iconClassName,
|
|
17624
17680
|
testid = props.testid,
|
|
17625
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17681
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
17626
17682
|
return /*#__PURE__*/React.createElement("span", {
|
|
17627
17683
|
role: "img",
|
|
17628
17684
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17629
17685
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17630
|
-
children: loadingCircleStyle$
|
|
17686
|
+
children: loadingCircleStyle$4H
|
|
17631
17687
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17632
17688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17633
17689
|
width: size,
|
|
@@ -17666,8 +17722,8 @@ DArrowB.defaultProps = {
|
|
|
17666
17722
|
size: '1em'
|
|
17667
17723
|
};
|
|
17668
17724
|
|
|
17669
|
-
var _excluded$
|
|
17670
|
-
var loadingCircleStyle$
|
|
17725
|
+
var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17726
|
+
var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17671
17727
|
var DropDown = function DropDown(props) {
|
|
17672
17728
|
var color = props.color,
|
|
17673
17729
|
size = props.size,
|
|
@@ -17676,12 +17732,12 @@ var DropDown = function DropDown(props) {
|
|
|
17676
17732
|
className = props.className,
|
|
17677
17733
|
iconClassName = props.iconClassName,
|
|
17678
17734
|
testid = props.testid,
|
|
17679
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17735
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
17680
17736
|
return /*#__PURE__*/React.createElement("span", {
|
|
17681
17737
|
role: "img",
|
|
17682
17738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17683
17739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17684
|
-
children: loadingCircleStyle$
|
|
17740
|
+
children: loadingCircleStyle$4I
|
|
17685
17741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17686
17742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17687
17743
|
width: size,
|
|
@@ -17718,8 +17774,8 @@ DropDown.defaultProps = {
|
|
|
17718
17774
|
size: '1em'
|
|
17719
17775
|
};
|
|
17720
17776
|
|
|
17721
|
-
var _excluded$
|
|
17722
|
-
var loadingCircleStyle$
|
|
17777
|
+
var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17778
|
+
var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17723
17779
|
var DropUp = function DropUp(props) {
|
|
17724
17780
|
var color = props.color,
|
|
17725
17781
|
size = props.size,
|
|
@@ -17728,12 +17784,12 @@ var DropUp = function DropUp(props) {
|
|
|
17728
17784
|
className = props.className,
|
|
17729
17785
|
iconClassName = props.iconClassName,
|
|
17730
17786
|
testid = props.testid,
|
|
17731
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17787
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
17732
17788
|
return /*#__PURE__*/React.createElement("span", {
|
|
17733
17789
|
role: "img",
|
|
17734
17790
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17735
17791
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17736
|
-
children: loadingCircleStyle$
|
|
17792
|
+
children: loadingCircleStyle$4J
|
|
17737
17793
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17738
17794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17739
17795
|
width: size,
|
|
@@ -17770,8 +17826,8 @@ DropUp.defaultProps = {
|
|
|
17770
17826
|
size: '1em'
|
|
17771
17827
|
};
|
|
17772
17828
|
|
|
17773
|
-
var _excluded$
|
|
17774
|
-
var loadingCircleStyle$
|
|
17829
|
+
var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17830
|
+
var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17775
17831
|
var More1 = function More1(props) {
|
|
17776
17832
|
var color = props.color,
|
|
17777
17833
|
size = props.size,
|
|
@@ -17780,12 +17836,12 @@ var More1 = function More1(props) {
|
|
|
17780
17836
|
className = props.className,
|
|
17781
17837
|
iconClassName = props.iconClassName,
|
|
17782
17838
|
testid = props.testid,
|
|
17783
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17839
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
17784
17840
|
return /*#__PURE__*/React.createElement("span", {
|
|
17785
17841
|
role: "img",
|
|
17786
17842
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17787
17843
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17788
|
-
children: loadingCircleStyle$
|
|
17844
|
+
children: loadingCircleStyle$4K
|
|
17789
17845
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17790
17846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17791
17847
|
width: size,
|
|
@@ -17822,8 +17878,8 @@ More1.defaultProps = {
|
|
|
17822
17878
|
size: '1em'
|
|
17823
17879
|
};
|
|
17824
17880
|
|
|
17825
|
-
var _excluded$
|
|
17826
|
-
var loadingCircleStyle$
|
|
17881
|
+
var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17882
|
+
var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17827
17883
|
var More2 = function More2(props) {
|
|
17828
17884
|
var color = props.color,
|
|
17829
17885
|
size = props.size,
|
|
@@ -17832,12 +17888,12 @@ var More2 = function More2(props) {
|
|
|
17832
17888
|
className = props.className,
|
|
17833
17889
|
iconClassName = props.iconClassName,
|
|
17834
17890
|
testid = props.testid,
|
|
17835
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17891
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
17836
17892
|
return /*#__PURE__*/React.createElement("span", {
|
|
17837
17893
|
role: "img",
|
|
17838
17894
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17839
17895
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17840
|
-
children: loadingCircleStyle$
|
|
17896
|
+
children: loadingCircleStyle$4L
|
|
17841
17897
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17842
17898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17843
17899
|
width: size,
|
|
@@ -17874,8 +17930,8 @@ More2.defaultProps = {
|
|
|
17874
17930
|
size: '1em'
|
|
17875
17931
|
};
|
|
17876
17932
|
|
|
17877
|
-
var _excluded$
|
|
17878
|
-
var loadingCircleStyle$
|
|
17933
|
+
var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17934
|
+
var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17879
17935
|
var Drag = function Drag(props) {
|
|
17880
17936
|
var color = props.color,
|
|
17881
17937
|
size = props.size,
|
|
@@ -17884,12 +17940,12 @@ var Drag = function Drag(props) {
|
|
|
17884
17940
|
className = props.className,
|
|
17885
17941
|
iconClassName = props.iconClassName,
|
|
17886
17942
|
testid = props.testid,
|
|
17887
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
17943
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
17888
17944
|
return /*#__PURE__*/React.createElement("span", {
|
|
17889
17945
|
role: "img",
|
|
17890
17946
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17891
17947
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17892
|
-
children: loadingCircleStyle$
|
|
17948
|
+
children: loadingCircleStyle$4M
|
|
17893
17949
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17894
17950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17895
17951
|
width: size,
|
|
@@ -17936,8 +17992,8 @@ Drag.defaultProps = {
|
|
|
17936
17992
|
size: '1em'
|
|
17937
17993
|
};
|
|
17938
17994
|
|
|
17939
|
-
var _excluded$
|
|
17940
|
-
var loadingCircleStyle$
|
|
17995
|
+
var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
17996
|
+
var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17941
17997
|
var Grid = function Grid(props) {
|
|
17942
17998
|
var color = props.color,
|
|
17943
17999
|
size = props.size,
|
|
@@ -17946,12 +18002,12 @@ var Grid = function Grid(props) {
|
|
|
17946
18002
|
className = props.className,
|
|
17947
18003
|
iconClassName = props.iconClassName,
|
|
17948
18004
|
testid = props.testid,
|
|
17949
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18005
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
17950
18006
|
return /*#__PURE__*/React.createElement("span", {
|
|
17951
18007
|
role: "img",
|
|
17952
18008
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
17953
18009
|
}, /*#__PURE__*/React.createElement("style", {
|
|
17954
|
-
children: loadingCircleStyle$
|
|
18010
|
+
children: loadingCircleStyle$4N
|
|
17955
18011
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
17956
18012
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17957
18013
|
width: size,
|
|
@@ -17990,8 +18046,8 @@ Grid.defaultProps = {
|
|
|
17990
18046
|
size: '1em'
|
|
17991
18047
|
};
|
|
17992
18048
|
|
|
17993
|
-
var _excluded$
|
|
17994
|
-
var loadingCircleStyle$
|
|
18049
|
+
var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18050
|
+
var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
17995
18051
|
var Drag2 = function Drag2(props) {
|
|
17996
18052
|
var color = props.color,
|
|
17997
18053
|
size = props.size,
|
|
@@ -18000,12 +18056,12 @@ var Drag2 = function Drag2(props) {
|
|
|
18000
18056
|
className = props.className,
|
|
18001
18057
|
iconClassName = props.iconClassName,
|
|
18002
18058
|
testid = props.testid,
|
|
18003
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18059
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
18004
18060
|
return /*#__PURE__*/React.createElement("span", {
|
|
18005
18061
|
role: "img",
|
|
18006
18062
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18007
18063
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18008
|
-
children: loadingCircleStyle$
|
|
18064
|
+
children: loadingCircleStyle$4O
|
|
18009
18065
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18010
18066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18011
18067
|
width: size,
|
|
@@ -18046,8 +18102,8 @@ Drag2.defaultProps = {
|
|
|
18046
18102
|
size: '1em'
|
|
18047
18103
|
};
|
|
18048
18104
|
|
|
18049
|
-
var _excluded$
|
|
18050
|
-
var loadingCircleStyle$
|
|
18105
|
+
var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18106
|
+
var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18051
18107
|
var External = function External(props) {
|
|
18052
18108
|
var color = props.color,
|
|
18053
18109
|
size = props.size,
|
|
@@ -18056,12 +18112,12 @@ var External = function External(props) {
|
|
|
18056
18112
|
className = props.className,
|
|
18057
18113
|
iconClassName = props.iconClassName,
|
|
18058
18114
|
testid = props.testid,
|
|
18059
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18115
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
18060
18116
|
return /*#__PURE__*/React.createElement("span", {
|
|
18061
18117
|
role: "img",
|
|
18062
18118
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18063
18119
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18064
|
-
children: loadingCircleStyle$
|
|
18120
|
+
children: loadingCircleStyle$4P
|
|
18065
18121
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18066
18122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18067
18123
|
width: size,
|
|
@@ -18098,8 +18154,8 @@ External.defaultProps = {
|
|
|
18098
18154
|
size: '1em'
|
|
18099
18155
|
};
|
|
18100
18156
|
|
|
18101
|
-
var _excluded$
|
|
18102
|
-
var loadingCircleStyle$
|
|
18157
|
+
var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18158
|
+
var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18103
18159
|
var DisplayS = function DisplayS(props) {
|
|
18104
18160
|
var color = props.color,
|
|
18105
18161
|
size = props.size,
|
|
@@ -18108,12 +18164,12 @@ var DisplayS = function DisplayS(props) {
|
|
|
18108
18164
|
className = props.className,
|
|
18109
18165
|
iconClassName = props.iconClassName,
|
|
18110
18166
|
testid = props.testid,
|
|
18111
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18167
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
18112
18168
|
return /*#__PURE__*/React.createElement("span", {
|
|
18113
18169
|
role: "img",
|
|
18114
18170
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18115
18171
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18116
|
-
children: loadingCircleStyle$
|
|
18172
|
+
children: loadingCircleStyle$4Q
|
|
18117
18173
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18118
18174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18119
18175
|
width: size,
|
|
@@ -18152,8 +18208,8 @@ DisplayS.defaultProps = {
|
|
|
18152
18208
|
size: '1em'
|
|
18153
18209
|
};
|
|
18154
18210
|
|
|
18155
|
-
var _excluded$
|
|
18156
|
-
var loadingCircleStyle$
|
|
18211
|
+
var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18212
|
+
var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18157
18213
|
var Share = function Share(props) {
|
|
18158
18214
|
var color = props.color,
|
|
18159
18215
|
size = props.size,
|
|
@@ -18162,12 +18218,12 @@ var Share = function Share(props) {
|
|
|
18162
18218
|
className = props.className,
|
|
18163
18219
|
iconClassName = props.iconClassName,
|
|
18164
18220
|
testid = props.testid,
|
|
18165
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18221
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
18166
18222
|
return /*#__PURE__*/React.createElement("span", {
|
|
18167
18223
|
role: "img",
|
|
18168
18224
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18169
18225
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18170
|
-
children: loadingCircleStyle$
|
|
18226
|
+
children: loadingCircleStyle$4R
|
|
18171
18227
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18172
18228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18173
18229
|
width: size,
|
|
@@ -18204,8 +18260,8 @@ Share.defaultProps = {
|
|
|
18204
18260
|
size: '1em'
|
|
18205
18261
|
};
|
|
18206
18262
|
|
|
18207
|
-
var _excluded$
|
|
18208
|
-
var loadingCircleStyle$
|
|
18263
|
+
var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18264
|
+
var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18209
18265
|
var Play = function Play(props) {
|
|
18210
18266
|
var color = props.color,
|
|
18211
18267
|
size = props.size,
|
|
@@ -18214,12 +18270,12 @@ var Play = function Play(props) {
|
|
|
18214
18270
|
className = props.className,
|
|
18215
18271
|
iconClassName = props.iconClassName,
|
|
18216
18272
|
testid = props.testid,
|
|
18217
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18273
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
18218
18274
|
return /*#__PURE__*/React.createElement("span", {
|
|
18219
18275
|
role: "img",
|
|
18220
18276
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18221
18277
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18222
|
-
children: loadingCircleStyle$
|
|
18278
|
+
children: loadingCircleStyle$4S
|
|
18223
18279
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18224
18280
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18225
18281
|
width: size,
|
|
@@ -18256,8 +18312,8 @@ Play.defaultProps = {
|
|
|
18256
18312
|
size: '1em'
|
|
18257
18313
|
};
|
|
18258
18314
|
|
|
18259
|
-
var _excluded$
|
|
18260
|
-
var loadingCircleStyle$
|
|
18315
|
+
var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18316
|
+
var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18261
18317
|
var Config = function Config(props) {
|
|
18262
18318
|
var color = props.color,
|
|
18263
18319
|
size = props.size,
|
|
@@ -18266,12 +18322,12 @@ var Config = function Config(props) {
|
|
|
18266
18322
|
className = props.className,
|
|
18267
18323
|
iconClassName = props.iconClassName,
|
|
18268
18324
|
testid = props.testid,
|
|
18269
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18325
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
18270
18326
|
return /*#__PURE__*/React.createElement("span", {
|
|
18271
18327
|
role: "img",
|
|
18272
18328
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18273
18329
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18274
|
-
children: loadingCircleStyle$
|
|
18330
|
+
children: loadingCircleStyle$4T
|
|
18275
18331
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18276
18332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18277
18333
|
width: size,
|
|
@@ -18308,8 +18364,8 @@ Config.defaultProps = {
|
|
|
18308
18364
|
size: '1em'
|
|
18309
18365
|
};
|
|
18310
18366
|
|
|
18311
|
-
var _excluded$
|
|
18312
|
-
var loadingCircleStyle$
|
|
18367
|
+
var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18368
|
+
var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18313
18369
|
var Setting = function Setting(props) {
|
|
18314
18370
|
var color = props.color,
|
|
18315
18371
|
size = props.size,
|
|
@@ -18318,12 +18374,12 @@ var Setting = function Setting(props) {
|
|
|
18318
18374
|
className = props.className,
|
|
18319
18375
|
iconClassName = props.iconClassName,
|
|
18320
18376
|
testid = props.testid,
|
|
18321
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18377
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
18322
18378
|
return /*#__PURE__*/React.createElement("span", {
|
|
18323
18379
|
role: "img",
|
|
18324
18380
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18325
18381
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18326
|
-
children: loadingCircleStyle$
|
|
18382
|
+
children: loadingCircleStyle$4U
|
|
18327
18383
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18328
18384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18329
18385
|
width: size,
|
|
@@ -18360,8 +18416,8 @@ Setting.defaultProps = {
|
|
|
18360
18416
|
size: '1em'
|
|
18361
18417
|
};
|
|
18362
18418
|
|
|
18363
|
-
var _excluded$
|
|
18364
|
-
var loadingCircleStyle$
|
|
18419
|
+
var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18420
|
+
var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18365
18421
|
var Search = function Search(props) {
|
|
18366
18422
|
var color = props.color,
|
|
18367
18423
|
size = props.size,
|
|
@@ -18370,12 +18426,12 @@ var Search = function Search(props) {
|
|
|
18370
18426
|
className = props.className,
|
|
18371
18427
|
iconClassName = props.iconClassName,
|
|
18372
18428
|
testid = props.testid,
|
|
18373
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18429
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
18374
18430
|
return /*#__PURE__*/React.createElement("span", {
|
|
18375
18431
|
role: "img",
|
|
18376
18432
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18377
18433
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18378
|
-
children: loadingCircleStyle$
|
|
18434
|
+
children: loadingCircleStyle$4V
|
|
18379
18435
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18380
18436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18381
18437
|
width: size,
|
|
@@ -18412,8 +18468,8 @@ Search.defaultProps = {
|
|
|
18412
18468
|
size: '1em'
|
|
18413
18469
|
};
|
|
18414
18470
|
|
|
18415
|
-
var _excluded$
|
|
18416
|
-
var loadingCircleStyle$
|
|
18471
|
+
var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18472
|
+
var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18417
18473
|
var Copy = function Copy(props) {
|
|
18418
18474
|
var color = props.color,
|
|
18419
18475
|
size = props.size,
|
|
@@ -18422,12 +18478,12 @@ var Copy = function Copy(props) {
|
|
|
18422
18478
|
className = props.className,
|
|
18423
18479
|
iconClassName = props.iconClassName,
|
|
18424
18480
|
testid = props.testid,
|
|
18425
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18481
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
18426
18482
|
return /*#__PURE__*/React.createElement("span", {
|
|
18427
18483
|
role: "img",
|
|
18428
18484
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18429
18485
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18430
|
-
children: loadingCircleStyle$
|
|
18486
|
+
children: loadingCircleStyle$4W
|
|
18431
18487
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18432
18488
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18433
18489
|
width: size,
|
|
@@ -18464,8 +18520,8 @@ Copy.defaultProps = {
|
|
|
18464
18520
|
size: '1em'
|
|
18465
18521
|
};
|
|
18466
18522
|
|
|
18467
|
-
var _excluded$
|
|
18468
|
-
var loadingCircleStyle$
|
|
18523
|
+
var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18524
|
+
var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18469
18525
|
var Copy2 = function Copy2(props) {
|
|
18470
18526
|
var color = props.color,
|
|
18471
18527
|
size = props.size,
|
|
@@ -18474,12 +18530,12 @@ var Copy2 = function Copy2(props) {
|
|
|
18474
18530
|
className = props.className,
|
|
18475
18531
|
iconClassName = props.iconClassName,
|
|
18476
18532
|
testid = props.testid,
|
|
18477
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18533
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
18478
18534
|
return /*#__PURE__*/React.createElement("span", {
|
|
18479
18535
|
role: "img",
|
|
18480
18536
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18481
18537
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18482
|
-
children: loadingCircleStyle$
|
|
18538
|
+
children: loadingCircleStyle$4X
|
|
18483
18539
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18484
18540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18485
18541
|
width: size,
|
|
@@ -18516,8 +18572,8 @@ Copy2.defaultProps = {
|
|
|
18516
18572
|
size: '1em'
|
|
18517
18573
|
};
|
|
18518
18574
|
|
|
18519
|
-
var _excluded$
|
|
18520
|
-
var loadingCircleStyle$
|
|
18575
|
+
var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18576
|
+
var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18521
18577
|
var Format = function Format(props) {
|
|
18522
18578
|
var color = props.color,
|
|
18523
18579
|
size = props.size,
|
|
@@ -18526,12 +18582,12 @@ var Format = function Format(props) {
|
|
|
18526
18582
|
className = props.className,
|
|
18527
18583
|
iconClassName = props.iconClassName,
|
|
18528
18584
|
testid = props.testid,
|
|
18529
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18585
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
18530
18586
|
return /*#__PURE__*/React.createElement("span", {
|
|
18531
18587
|
role: "img",
|
|
18532
18588
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18533
18589
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18534
|
-
children: loadingCircleStyle$
|
|
18590
|
+
children: loadingCircleStyle$4Y
|
|
18535
18591
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18536
18592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18537
18593
|
width: size,
|
|
@@ -18570,8 +18626,8 @@ Format.defaultProps = {
|
|
|
18570
18626
|
size: '1em'
|
|
18571
18627
|
};
|
|
18572
18628
|
|
|
18573
|
-
var _excluded$
|
|
18574
|
-
var loadingCircleStyle$
|
|
18629
|
+
var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18630
|
+
var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18575
18631
|
var Code = function Code(props) {
|
|
18576
18632
|
var color = props.color,
|
|
18577
18633
|
size = props.size,
|
|
@@ -18580,12 +18636,12 @@ var Code = function Code(props) {
|
|
|
18580
18636
|
className = props.className,
|
|
18581
18637
|
iconClassName = props.iconClassName,
|
|
18582
18638
|
testid = props.testid,
|
|
18583
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18639
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
18584
18640
|
return /*#__PURE__*/React.createElement("span", {
|
|
18585
18641
|
role: "img",
|
|
18586
18642
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18587
18643
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18588
|
-
children: loadingCircleStyle$
|
|
18644
|
+
children: loadingCircleStyle$4Z
|
|
18589
18645
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18590
18646
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18591
18647
|
width: size,
|
|
@@ -18622,8 +18678,8 @@ Code.defaultProps = {
|
|
|
18622
18678
|
size: '1em'
|
|
18623
18679
|
};
|
|
18624
18680
|
|
|
18625
|
-
var _excluded$
|
|
18626
|
-
var loadingCircleStyle$
|
|
18681
|
+
var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18682
|
+
var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18627
18683
|
var Edit = function Edit(props) {
|
|
18628
18684
|
var color = props.color,
|
|
18629
18685
|
size = props.size,
|
|
@@ -18632,12 +18688,12 @@ var Edit = function Edit(props) {
|
|
|
18632
18688
|
className = props.className,
|
|
18633
18689
|
iconClassName = props.iconClassName,
|
|
18634
18690
|
testid = props.testid,
|
|
18635
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18691
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
18636
18692
|
return /*#__PURE__*/React.createElement("span", {
|
|
18637
18693
|
role: "img",
|
|
18638
18694
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18639
18695
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18640
|
-
children: loadingCircleStyle$
|
|
18696
|
+
children: loadingCircleStyle$4_
|
|
18641
18697
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18642
18698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18643
18699
|
width: size,
|
|
@@ -18674,8 +18730,8 @@ Edit.defaultProps = {
|
|
|
18674
18730
|
size: '1em'
|
|
18675
18731
|
};
|
|
18676
18732
|
|
|
18677
|
-
var _excluded$
|
|
18678
|
-
var loadingCircleStyle$
|
|
18733
|
+
var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18734
|
+
var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18679
18735
|
var EditFill = function EditFill(props) {
|
|
18680
18736
|
var color = props.color,
|
|
18681
18737
|
size = props.size,
|
|
@@ -18684,12 +18740,12 @@ var EditFill = function EditFill(props) {
|
|
|
18684
18740
|
className = props.className,
|
|
18685
18741
|
iconClassName = props.iconClassName,
|
|
18686
18742
|
testid = props.testid,
|
|
18687
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18743
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
18688
18744
|
return /*#__PURE__*/React.createElement("span", {
|
|
18689
18745
|
role: "img",
|
|
18690
18746
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18691
18747
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18692
|
-
children: loadingCircleStyle$
|
|
18748
|
+
children: loadingCircleStyle$4$
|
|
18693
18749
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18694
18750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18695
18751
|
width: size,
|
|
@@ -18728,8 +18784,8 @@ EditFill.defaultProps = {
|
|
|
18728
18784
|
size: '1em'
|
|
18729
18785
|
};
|
|
18730
18786
|
|
|
18731
|
-
var _excluded$
|
|
18732
|
-
var loadingCircleStyle$
|
|
18787
|
+
var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18788
|
+
var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18733
18789
|
var Delete1 = function Delete1(props) {
|
|
18734
18790
|
var color = props.color,
|
|
18735
18791
|
size = props.size,
|
|
@@ -18738,12 +18794,12 @@ var Delete1 = function Delete1(props) {
|
|
|
18738
18794
|
className = props.className,
|
|
18739
18795
|
iconClassName = props.iconClassName,
|
|
18740
18796
|
testid = props.testid,
|
|
18741
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18797
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
18742
18798
|
return /*#__PURE__*/React.createElement("span", {
|
|
18743
18799
|
role: "img",
|
|
18744
18800
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18745
18801
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18746
|
-
children: loadingCircleStyle$
|
|
18802
|
+
children: loadingCircleStyle$50
|
|
18747
18803
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18748
18804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18749
18805
|
width: size,
|
|
@@ -18780,8 +18836,8 @@ Delete1.defaultProps = {
|
|
|
18780
18836
|
size: '1em'
|
|
18781
18837
|
};
|
|
18782
18838
|
|
|
18783
|
-
var _excluded$
|
|
18784
|
-
var loadingCircleStyle$
|
|
18839
|
+
var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18840
|
+
var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18785
18841
|
var Save = function Save(props) {
|
|
18786
18842
|
var color = props.color,
|
|
18787
18843
|
size = props.size,
|
|
@@ -18790,12 +18846,12 @@ var Save = function Save(props) {
|
|
|
18790
18846
|
className = props.className,
|
|
18791
18847
|
iconClassName = props.iconClassName,
|
|
18792
18848
|
testid = props.testid,
|
|
18793
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18849
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
18794
18850
|
return /*#__PURE__*/React.createElement("span", {
|
|
18795
18851
|
role: "img",
|
|
18796
18852
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18797
18853
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18798
|
-
children: loadingCircleStyle$
|
|
18854
|
+
children: loadingCircleStyle$51
|
|
18799
18855
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18800
18856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18801
18857
|
width: size,
|
|
@@ -18832,8 +18888,8 @@ Save.defaultProps = {
|
|
|
18832
18888
|
size: '1em'
|
|
18833
18889
|
};
|
|
18834
18890
|
|
|
18835
|
-
var _excluded$
|
|
18836
|
-
var loadingCircleStyle$
|
|
18891
|
+
var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18892
|
+
var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18837
18893
|
var Send = function Send(props) {
|
|
18838
18894
|
var color = props.color,
|
|
18839
18895
|
size = props.size,
|
|
@@ -18842,12 +18898,12 @@ var Send = function Send(props) {
|
|
|
18842
18898
|
className = props.className,
|
|
18843
18899
|
iconClassName = props.iconClassName,
|
|
18844
18900
|
testid = props.testid,
|
|
18845
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18901
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
18846
18902
|
return /*#__PURE__*/React.createElement("span", {
|
|
18847
18903
|
role: "img",
|
|
18848
18904
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18849
18905
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18850
|
-
children: loadingCircleStyle$
|
|
18906
|
+
children: loadingCircleStyle$52
|
|
18851
18907
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18852
18908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18853
18909
|
width: size,
|
|
@@ -18886,8 +18942,8 @@ Send.defaultProps = {
|
|
|
18886
18942
|
size: '1em'
|
|
18887
18943
|
};
|
|
18888
18944
|
|
|
18889
|
-
var _excluded$
|
|
18890
|
-
var loadingCircleStyle$
|
|
18945
|
+
var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18946
|
+
var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18891
18947
|
var Fullscreen = function Fullscreen(props) {
|
|
18892
18948
|
var color = props.color,
|
|
18893
18949
|
size = props.size,
|
|
@@ -18896,12 +18952,12 @@ var Fullscreen = function Fullscreen(props) {
|
|
|
18896
18952
|
className = props.className,
|
|
18897
18953
|
iconClassName = props.iconClassName,
|
|
18898
18954
|
testid = props.testid,
|
|
18899
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
18955
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
18900
18956
|
return /*#__PURE__*/React.createElement("span", {
|
|
18901
18957
|
role: "img",
|
|
18902
18958
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18903
18959
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18904
|
-
children: loadingCircleStyle$
|
|
18960
|
+
children: loadingCircleStyle$53
|
|
18905
18961
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18906
18962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18907
18963
|
width: size,
|
|
@@ -18938,8 +18994,8 @@ Fullscreen.defaultProps = {
|
|
|
18938
18994
|
size: '1em'
|
|
18939
18995
|
};
|
|
18940
18996
|
|
|
18941
|
-
var _excluded$
|
|
18942
|
-
var loadingCircleStyle$
|
|
18997
|
+
var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
18998
|
+
var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18943
18999
|
var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
18944
19000
|
var color = props.color,
|
|
18945
19001
|
size = props.size,
|
|
@@ -18948,12 +19004,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
|
18948
19004
|
className = props.className,
|
|
18949
19005
|
iconClassName = props.iconClassName,
|
|
18950
19006
|
testid = props.testid,
|
|
18951
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19007
|
+
otherProps = _objectWithoutProperties(props, _excluded$54);
|
|
18952
19008
|
return /*#__PURE__*/React.createElement("span", {
|
|
18953
19009
|
role: "img",
|
|
18954
19010
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
18955
19011
|
}, /*#__PURE__*/React.createElement("style", {
|
|
18956
|
-
children: loadingCircleStyle$
|
|
19012
|
+
children: loadingCircleStyle$54
|
|
18957
19013
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
18958
19014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18959
19015
|
width: size,
|
|
@@ -18990,8 +19046,8 @@ ArrowLeftDown.defaultProps = {
|
|
|
18990
19046
|
size: '1em'
|
|
18991
19047
|
};
|
|
18992
19048
|
|
|
18993
|
-
var _excluded$
|
|
18994
|
-
var loadingCircleStyle$
|
|
19049
|
+
var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19050
|
+
var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
18995
19051
|
var Link = function Link(props) {
|
|
18996
19052
|
var color = props.color,
|
|
18997
19053
|
size = props.size,
|
|
@@ -19000,12 +19056,12 @@ var Link = function Link(props) {
|
|
|
19000
19056
|
className = props.className,
|
|
19001
19057
|
iconClassName = props.iconClassName,
|
|
19002
19058
|
testid = props.testid,
|
|
19003
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19059
|
+
otherProps = _objectWithoutProperties(props, _excluded$55);
|
|
19004
19060
|
return /*#__PURE__*/React.createElement("span", {
|
|
19005
19061
|
role: "img",
|
|
19006
19062
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19007
19063
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19008
|
-
children: loadingCircleStyle$
|
|
19064
|
+
children: loadingCircleStyle$55
|
|
19009
19065
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19010
19066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19011
19067
|
width: size,
|
|
@@ -19046,8 +19102,8 @@ Link.defaultProps = {
|
|
|
19046
19102
|
size: '1em'
|
|
19047
19103
|
};
|
|
19048
19104
|
|
|
19049
|
-
var _excluded$
|
|
19050
|
-
var loadingCircleStyle$
|
|
19105
|
+
var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19106
|
+
var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19051
19107
|
var Unlink = function Unlink(props) {
|
|
19052
19108
|
var color = props.color,
|
|
19053
19109
|
size = props.size,
|
|
@@ -19056,12 +19112,12 @@ var Unlink = function Unlink(props) {
|
|
|
19056
19112
|
className = props.className,
|
|
19057
19113
|
iconClassName = props.iconClassName,
|
|
19058
19114
|
testid = props.testid,
|
|
19059
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19115
|
+
otherProps = _objectWithoutProperties(props, _excluded$56);
|
|
19060
19116
|
return /*#__PURE__*/React.createElement("span", {
|
|
19061
19117
|
role: "img",
|
|
19062
19118
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19063
19119
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19064
|
-
children: loadingCircleStyle$
|
|
19120
|
+
children: loadingCircleStyle$56
|
|
19065
19121
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19066
19122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19067
19123
|
width: size,
|
|
@@ -19104,8 +19160,8 @@ Unlink.defaultProps = {
|
|
|
19104
19160
|
size: '1em'
|
|
19105
19161
|
};
|
|
19106
19162
|
|
|
19107
|
-
var _excluded$
|
|
19108
|
-
var loadingCircleStyle$
|
|
19163
|
+
var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19164
|
+
var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19109
19165
|
var Link2 = function Link2(props) {
|
|
19110
19166
|
var color = props.color,
|
|
19111
19167
|
size = props.size,
|
|
@@ -19114,12 +19170,12 @@ var Link2 = function Link2(props) {
|
|
|
19114
19170
|
className = props.className,
|
|
19115
19171
|
iconClassName = props.iconClassName,
|
|
19116
19172
|
testid = props.testid,
|
|
19117
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19173
|
+
otherProps = _objectWithoutProperties(props, _excluded$57);
|
|
19118
19174
|
return /*#__PURE__*/React.createElement("span", {
|
|
19119
19175
|
role: "img",
|
|
19120
19176
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19121
19177
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19122
|
-
children: loadingCircleStyle$
|
|
19178
|
+
children: loadingCircleStyle$57
|
|
19123
19179
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19124
19180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19125
19181
|
width: size,
|
|
@@ -19156,8 +19212,8 @@ Link2.defaultProps = {
|
|
|
19156
19212
|
size: '1em'
|
|
19157
19213
|
};
|
|
19158
19214
|
|
|
19159
|
-
var _excluded$
|
|
19160
|
-
var loadingCircleStyle$
|
|
19215
|
+
var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19216
|
+
var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19161
19217
|
var MenuUnfold = function MenuUnfold(props) {
|
|
19162
19218
|
var color = props.color,
|
|
19163
19219
|
size = props.size,
|
|
@@ -19166,12 +19222,12 @@ var MenuUnfold = function MenuUnfold(props) {
|
|
|
19166
19222
|
className = props.className,
|
|
19167
19223
|
iconClassName = props.iconClassName,
|
|
19168
19224
|
testid = props.testid,
|
|
19169
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19225
|
+
otherProps = _objectWithoutProperties(props, _excluded$58);
|
|
19170
19226
|
return /*#__PURE__*/React.createElement("span", {
|
|
19171
19227
|
role: "img",
|
|
19172
19228
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19173
19229
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19174
|
-
children: loadingCircleStyle$
|
|
19230
|
+
children: loadingCircleStyle$58
|
|
19175
19231
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19176
19232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19177
19233
|
width: size,
|
|
@@ -19208,8 +19264,8 @@ MenuUnfold.defaultProps = {
|
|
|
19208
19264
|
size: '1em'
|
|
19209
19265
|
};
|
|
19210
19266
|
|
|
19211
|
-
var _excluded$
|
|
19212
|
-
var loadingCircleStyle$
|
|
19267
|
+
var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19268
|
+
var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19213
19269
|
var MenuFold = function MenuFold(props) {
|
|
19214
19270
|
var color = props.color,
|
|
19215
19271
|
size = props.size,
|
|
@@ -19218,12 +19274,12 @@ var MenuFold = function MenuFold(props) {
|
|
|
19218
19274
|
className = props.className,
|
|
19219
19275
|
iconClassName = props.iconClassName,
|
|
19220
19276
|
testid = props.testid,
|
|
19221
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19277
|
+
otherProps = _objectWithoutProperties(props, _excluded$59);
|
|
19222
19278
|
return /*#__PURE__*/React.createElement("span", {
|
|
19223
19279
|
role: "img",
|
|
19224
19280
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19225
19281
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19226
|
-
children: loadingCircleStyle$
|
|
19282
|
+
children: loadingCircleStyle$59
|
|
19227
19283
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19228
19284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19229
19285
|
width: size,
|
|
@@ -19260,8 +19316,8 @@ MenuFold.defaultProps = {
|
|
|
19260
19316
|
size: '1em'
|
|
19261
19317
|
};
|
|
19262
19318
|
|
|
19263
|
-
var _excluded$
|
|
19264
|
-
var loadingCircleStyle$
|
|
19319
|
+
var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19320
|
+
var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19265
19321
|
var List = function List(props) {
|
|
19266
19322
|
var color = props.color,
|
|
19267
19323
|
size = props.size,
|
|
@@ -19270,12 +19326,12 @@ var List = function List(props) {
|
|
|
19270
19326
|
className = props.className,
|
|
19271
19327
|
iconClassName = props.iconClassName,
|
|
19272
19328
|
testid = props.testid,
|
|
19273
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19329
|
+
otherProps = _objectWithoutProperties(props, _excluded$5a);
|
|
19274
19330
|
return /*#__PURE__*/React.createElement("span", {
|
|
19275
19331
|
role: "img",
|
|
19276
19332
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19277
19333
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19278
|
-
children: loadingCircleStyle$
|
|
19334
|
+
children: loadingCircleStyle$5a
|
|
19279
19335
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19280
19336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19281
19337
|
width: size,
|
|
@@ -19312,8 +19368,8 @@ List.defaultProps = {
|
|
|
19312
19368
|
size: '1em'
|
|
19313
19369
|
};
|
|
19314
19370
|
|
|
19315
|
-
var _excluded$
|
|
19316
|
-
var loadingCircleStyle$
|
|
19371
|
+
var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19372
|
+
var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19317
19373
|
var ListNested = function ListNested(props) {
|
|
19318
19374
|
var color = props.color,
|
|
19319
19375
|
size = props.size,
|
|
@@ -19322,12 +19378,12 @@ var ListNested = function ListNested(props) {
|
|
|
19322
19378
|
className = props.className,
|
|
19323
19379
|
iconClassName = props.iconClassName,
|
|
19324
19380
|
testid = props.testid,
|
|
19325
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19381
|
+
otherProps = _objectWithoutProperties(props, _excluded$5b);
|
|
19326
19382
|
return /*#__PURE__*/React.createElement("span", {
|
|
19327
19383
|
role: "img",
|
|
19328
19384
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19329
19385
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19330
|
-
children: loadingCircleStyle$
|
|
19386
|
+
children: loadingCircleStyle$5b
|
|
19331
19387
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19332
19388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19333
19389
|
width: size,
|
|
@@ -19366,8 +19422,8 @@ ListNested.defaultProps = {
|
|
|
19366
19422
|
size: '1em'
|
|
19367
19423
|
};
|
|
19368
19424
|
|
|
19369
|
-
var _excluded$
|
|
19370
|
-
var loadingCircleStyle$
|
|
19425
|
+
var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19426
|
+
var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19371
19427
|
var DoubleList = function DoubleList(props) {
|
|
19372
19428
|
var color = props.color,
|
|
19373
19429
|
size = props.size,
|
|
@@ -19376,12 +19432,12 @@ var DoubleList = function DoubleList(props) {
|
|
|
19376
19432
|
className = props.className,
|
|
19377
19433
|
iconClassName = props.iconClassName,
|
|
19378
19434
|
testid = props.testid,
|
|
19379
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19435
|
+
otherProps = _objectWithoutProperties(props, _excluded$5c);
|
|
19380
19436
|
return /*#__PURE__*/React.createElement("span", {
|
|
19381
19437
|
role: "img",
|
|
19382
19438
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19383
19439
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19384
|
-
children: loadingCircleStyle$
|
|
19440
|
+
children: loadingCircleStyle$5c
|
|
19385
19441
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19386
19442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19387
19443
|
width: size,
|
|
@@ -19428,8 +19484,8 @@ DoubleList.defaultProps = {
|
|
|
19428
19484
|
size: '1em'
|
|
19429
19485
|
};
|
|
19430
19486
|
|
|
19431
|
-
var _excluded$
|
|
19432
|
-
var loadingCircleStyle$
|
|
19487
|
+
var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19488
|
+
var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19433
19489
|
var Pause2 = function Pause2(props) {
|
|
19434
19490
|
var color = props.color,
|
|
19435
19491
|
size = props.size,
|
|
@@ -19438,12 +19494,12 @@ var Pause2 = function Pause2(props) {
|
|
|
19438
19494
|
className = props.className,
|
|
19439
19495
|
iconClassName = props.iconClassName,
|
|
19440
19496
|
testid = props.testid,
|
|
19441
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19497
|
+
otherProps = _objectWithoutProperties(props, _excluded$5d);
|
|
19442
19498
|
return /*#__PURE__*/React.createElement("span", {
|
|
19443
19499
|
role: "img",
|
|
19444
19500
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19445
19501
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19446
|
-
children: loadingCircleStyle$
|
|
19502
|
+
children: loadingCircleStyle$5d
|
|
19447
19503
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19448
19504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19449
19505
|
width: size,
|
|
@@ -19480,8 +19536,8 @@ Pause2.defaultProps = {
|
|
|
19480
19536
|
size: '1em'
|
|
19481
19537
|
};
|
|
19482
19538
|
|
|
19483
|
-
var _excluded$
|
|
19484
|
-
var loadingCircleStyle$
|
|
19539
|
+
var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19540
|
+
var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19485
19541
|
var Export = function Export(props) {
|
|
19486
19542
|
var color = props.color,
|
|
19487
19543
|
size = props.size,
|
|
@@ -19490,12 +19546,12 @@ var Export = function Export(props) {
|
|
|
19490
19546
|
className = props.className,
|
|
19491
19547
|
iconClassName = props.iconClassName,
|
|
19492
19548
|
testid = props.testid,
|
|
19493
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19549
|
+
otherProps = _objectWithoutProperties(props, _excluded$5e);
|
|
19494
19550
|
return /*#__PURE__*/React.createElement("span", {
|
|
19495
19551
|
role: "img",
|
|
19496
19552
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19497
19553
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19498
|
-
children: loadingCircleStyle$
|
|
19554
|
+
children: loadingCircleStyle$5e
|
|
19499
19555
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19500
19556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19501
19557
|
width: size,
|
|
@@ -19534,8 +19590,8 @@ Export.defaultProps = {
|
|
|
19534
19590
|
size: '1em'
|
|
19535
19591
|
};
|
|
19536
19592
|
|
|
19537
|
-
var _excluded$
|
|
19538
|
-
var loadingCircleStyle$
|
|
19593
|
+
var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19594
|
+
var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19539
19595
|
var Import = function Import(props) {
|
|
19540
19596
|
var color = props.color,
|
|
19541
19597
|
size = props.size,
|
|
@@ -19544,12 +19600,12 @@ var Import = function Import(props) {
|
|
|
19544
19600
|
className = props.className,
|
|
19545
19601
|
iconClassName = props.iconClassName,
|
|
19546
19602
|
testid = props.testid,
|
|
19547
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19603
|
+
otherProps = _objectWithoutProperties(props, _excluded$5f);
|
|
19548
19604
|
return /*#__PURE__*/React.createElement("span", {
|
|
19549
19605
|
role: "img",
|
|
19550
19606
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19551
19607
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19552
|
-
children: loadingCircleStyle$
|
|
19608
|
+
children: loadingCircleStyle$5f
|
|
19553
19609
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19554
19610
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19555
19611
|
width: size,
|
|
@@ -19588,8 +19644,8 @@ Import.defaultProps = {
|
|
|
19588
19644
|
size: '1em'
|
|
19589
19645
|
};
|
|
19590
19646
|
|
|
19591
|
-
var _excluded$
|
|
19592
|
-
var loadingCircleStyle$
|
|
19647
|
+
var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19648
|
+
var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19593
19649
|
var Subtract = function Subtract(props) {
|
|
19594
19650
|
var color = props.color,
|
|
19595
19651
|
size = props.size,
|
|
@@ -19598,12 +19654,12 @@ var Subtract = function Subtract(props) {
|
|
|
19598
19654
|
className = props.className,
|
|
19599
19655
|
iconClassName = props.iconClassName,
|
|
19600
19656
|
testid = props.testid,
|
|
19601
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19657
|
+
otherProps = _objectWithoutProperties(props, _excluded$5g);
|
|
19602
19658
|
return /*#__PURE__*/React.createElement("span", {
|
|
19603
19659
|
role: "img",
|
|
19604
19660
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19605
19661
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19606
|
-
children: loadingCircleStyle$
|
|
19662
|
+
children: loadingCircleStyle$5g
|
|
19607
19663
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19608
19664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19609
19665
|
width: size,
|
|
@@ -19643,8 +19699,8 @@ Subtract.defaultProps = {
|
|
|
19643
19699
|
size: '1em'
|
|
19644
19700
|
};
|
|
19645
19701
|
|
|
19646
|
-
var _excluded$
|
|
19647
|
-
var loadingCircleStyle$
|
|
19702
|
+
var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19703
|
+
var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19648
19704
|
var Add1 = function Add1(props) {
|
|
19649
19705
|
var color = props.color,
|
|
19650
19706
|
size = props.size,
|
|
@@ -19653,12 +19709,12 @@ var Add1 = function Add1(props) {
|
|
|
19653
19709
|
className = props.className,
|
|
19654
19710
|
iconClassName = props.iconClassName,
|
|
19655
19711
|
testid = props.testid,
|
|
19656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19712
|
+
otherProps = _objectWithoutProperties(props, _excluded$5h);
|
|
19657
19713
|
return /*#__PURE__*/React.createElement("span", {
|
|
19658
19714
|
role: "img",
|
|
19659
19715
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19660
19716
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19661
|
-
children: loadingCircleStyle$
|
|
19717
|
+
children: loadingCircleStyle$5h
|
|
19662
19718
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19663
19719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19664
19720
|
width: size,
|
|
@@ -19695,8 +19751,8 @@ Add1.defaultProps = {
|
|
|
19695
19751
|
size: '1em'
|
|
19696
19752
|
};
|
|
19697
19753
|
|
|
19698
|
-
var _excluded$
|
|
19699
|
-
var loadingCircleStyle$
|
|
19754
|
+
var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19755
|
+
var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19700
19756
|
var Add2 = function Add2(props) {
|
|
19701
19757
|
var color = props.color,
|
|
19702
19758
|
size = props.size,
|
|
@@ -19705,12 +19761,12 @@ var Add2 = function Add2(props) {
|
|
|
19705
19761
|
className = props.className,
|
|
19706
19762
|
iconClassName = props.iconClassName,
|
|
19707
19763
|
testid = props.testid,
|
|
19708
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19764
|
+
otherProps = _objectWithoutProperties(props, _excluded$5i);
|
|
19709
19765
|
return /*#__PURE__*/React.createElement("span", {
|
|
19710
19766
|
role: "img",
|
|
19711
19767
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19712
19768
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19713
|
-
children: loadingCircleStyle$
|
|
19769
|
+
children: loadingCircleStyle$5i
|
|
19714
19770
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19715
19771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19716
19772
|
width: size,
|
|
@@ -19747,8 +19803,8 @@ Add2.defaultProps = {
|
|
|
19747
19803
|
size: '1em'
|
|
19748
19804
|
};
|
|
19749
19805
|
|
|
19750
|
-
var _excluded$
|
|
19751
|
-
var loadingCircleStyle$
|
|
19806
|
+
var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19807
|
+
var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19752
19808
|
var Add3 = function Add3(props) {
|
|
19753
19809
|
var color = props.color,
|
|
19754
19810
|
size = props.size,
|
|
@@ -19757,12 +19813,12 @@ var Add3 = function Add3(props) {
|
|
|
19757
19813
|
className = props.className,
|
|
19758
19814
|
iconClassName = props.iconClassName,
|
|
19759
19815
|
testid = props.testid,
|
|
19760
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19816
|
+
otherProps = _objectWithoutProperties(props, _excluded$5j);
|
|
19761
19817
|
return /*#__PURE__*/React.createElement("span", {
|
|
19762
19818
|
role: "img",
|
|
19763
19819
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19764
19820
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19765
|
-
children: loadingCircleStyle$
|
|
19821
|
+
children: loadingCircleStyle$5j
|
|
19766
19822
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19767
19823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19768
19824
|
width: size,
|
|
@@ -19799,8 +19855,8 @@ Add3.defaultProps = {
|
|
|
19799
19855
|
size: '1em'
|
|
19800
19856
|
};
|
|
19801
19857
|
|
|
19802
|
-
var _excluded$
|
|
19803
|
-
var loadingCircleStyle$
|
|
19858
|
+
var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19859
|
+
var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19804
19860
|
var Subtract3 = function Subtract3(props) {
|
|
19805
19861
|
var color = props.color,
|
|
19806
19862
|
size = props.size,
|
|
@@ -19809,12 +19865,12 @@ var Subtract3 = function Subtract3(props) {
|
|
|
19809
19865
|
className = props.className,
|
|
19810
19866
|
iconClassName = props.iconClassName,
|
|
19811
19867
|
testid = props.testid,
|
|
19812
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19868
|
+
otherProps = _objectWithoutProperties(props, _excluded$5k);
|
|
19813
19869
|
return /*#__PURE__*/React.createElement("span", {
|
|
19814
19870
|
role: "img",
|
|
19815
19871
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19816
19872
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19817
|
-
children: loadingCircleStyle$
|
|
19873
|
+
children: loadingCircleStyle$5k
|
|
19818
19874
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19819
19875
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19820
19876
|
width: size,
|
|
@@ -19853,8 +19909,8 @@ Subtract3.defaultProps = {
|
|
|
19853
19909
|
size: '1em'
|
|
19854
19910
|
};
|
|
19855
19911
|
|
|
19856
|
-
var _excluded$
|
|
19857
|
-
var loadingCircleStyle$
|
|
19912
|
+
var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19913
|
+
var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19858
19914
|
var Add3Fill = function Add3Fill(props) {
|
|
19859
19915
|
var color = props.color,
|
|
19860
19916
|
size = props.size,
|
|
@@ -19863,12 +19919,12 @@ var Add3Fill = function Add3Fill(props) {
|
|
|
19863
19919
|
className = props.className,
|
|
19864
19920
|
iconClassName = props.iconClassName,
|
|
19865
19921
|
testid = props.testid,
|
|
19866
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19922
|
+
otherProps = _objectWithoutProperties(props, _excluded$5l);
|
|
19867
19923
|
return /*#__PURE__*/React.createElement("span", {
|
|
19868
19924
|
role: "img",
|
|
19869
19925
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19870
19926
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19871
|
-
children: loadingCircleStyle$
|
|
19927
|
+
children: loadingCircleStyle$5l
|
|
19872
19928
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19873
19929
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19874
19930
|
width: size,
|
|
@@ -19905,8 +19961,8 @@ Add3Fill.defaultProps = {
|
|
|
19905
19961
|
size: '1em'
|
|
19906
19962
|
};
|
|
19907
19963
|
|
|
19908
|
-
var _excluded$
|
|
19909
|
-
var loadingCircleStyle$
|
|
19964
|
+
var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
19965
|
+
var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19910
19966
|
var Subtract2 = function Subtract2(props) {
|
|
19911
19967
|
var color = props.color,
|
|
19912
19968
|
size = props.size,
|
|
@@ -19915,12 +19971,12 @@ var Subtract2 = function Subtract2(props) {
|
|
|
19915
19971
|
className = props.className,
|
|
19916
19972
|
iconClassName = props.iconClassName,
|
|
19917
19973
|
testid = props.testid,
|
|
19918
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
19974
|
+
otherProps = _objectWithoutProperties(props, _excluded$5m);
|
|
19919
19975
|
return /*#__PURE__*/React.createElement("span", {
|
|
19920
19976
|
role: "img",
|
|
19921
19977
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19922
19978
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19923
|
-
children: loadingCircleStyle$
|
|
19979
|
+
children: loadingCircleStyle$5m
|
|
19924
19980
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19925
19981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19926
19982
|
width: size,
|
|
@@ -19961,8 +20017,8 @@ Subtract2.defaultProps = {
|
|
|
19961
20017
|
size: '1em'
|
|
19962
20018
|
};
|
|
19963
20019
|
|
|
19964
|
-
var _excluded$
|
|
19965
|
-
var loadingCircleStyle$
|
|
20020
|
+
var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20021
|
+
var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
19966
20022
|
var Update = function Update(props) {
|
|
19967
20023
|
var color = props.color,
|
|
19968
20024
|
size = props.size,
|
|
@@ -19971,12 +20027,12 @@ var Update = function Update(props) {
|
|
|
19971
20027
|
className = props.className,
|
|
19972
20028
|
iconClassName = props.iconClassName,
|
|
19973
20029
|
testid = props.testid,
|
|
19974
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20030
|
+
otherProps = _objectWithoutProperties(props, _excluded$5n);
|
|
19975
20031
|
return /*#__PURE__*/React.createElement("span", {
|
|
19976
20032
|
role: "img",
|
|
19977
20033
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
19978
20034
|
}, /*#__PURE__*/React.createElement("style", {
|
|
19979
|
-
children: loadingCircleStyle$
|
|
20035
|
+
children: loadingCircleStyle$5n
|
|
19980
20036
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
19981
20037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19982
20038
|
width: size,
|
|
@@ -20013,8 +20069,8 @@ Update.defaultProps = {
|
|
|
20013
20069
|
size: '1em'
|
|
20014
20070
|
};
|
|
20015
20071
|
|
|
20016
|
-
var _excluded$
|
|
20017
|
-
var loadingCircleStyle$
|
|
20072
|
+
var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20073
|
+
var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20018
20074
|
var Rename = function Rename(props) {
|
|
20019
20075
|
var color = props.color,
|
|
20020
20076
|
size = props.size,
|
|
@@ -20023,12 +20079,12 @@ var Rename = function Rename(props) {
|
|
|
20023
20079
|
className = props.className,
|
|
20024
20080
|
iconClassName = props.iconClassName,
|
|
20025
20081
|
testid = props.testid,
|
|
20026
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20082
|
+
otherProps = _objectWithoutProperties(props, _excluded$5o);
|
|
20027
20083
|
return /*#__PURE__*/React.createElement("span", {
|
|
20028
20084
|
role: "img",
|
|
20029
20085
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20030
20086
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20031
|
-
children: loadingCircleStyle$
|
|
20087
|
+
children: loadingCircleStyle$5o
|
|
20032
20088
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20033
20089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20034
20090
|
width: size,
|
|
@@ -20067,8 +20123,8 @@ Rename.defaultProps = {
|
|
|
20067
20123
|
size: '1em'
|
|
20068
20124
|
};
|
|
20069
20125
|
|
|
20070
|
-
var _excluded$
|
|
20071
|
-
var loadingCircleStyle$
|
|
20126
|
+
var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20127
|
+
var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20072
20128
|
var PlayCircle = function PlayCircle(props) {
|
|
20073
20129
|
var color = props.color,
|
|
20074
20130
|
size = props.size,
|
|
@@ -20077,12 +20133,12 @@ var PlayCircle = function PlayCircle(props) {
|
|
|
20077
20133
|
className = props.className,
|
|
20078
20134
|
iconClassName = props.iconClassName,
|
|
20079
20135
|
testid = props.testid,
|
|
20080
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20136
|
+
otherProps = _objectWithoutProperties(props, _excluded$5p);
|
|
20081
20137
|
return /*#__PURE__*/React.createElement("span", {
|
|
20082
20138
|
role: "img",
|
|
20083
20139
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20084
20140
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20085
|
-
children: loadingCircleStyle$
|
|
20141
|
+
children: loadingCircleStyle$5p
|
|
20086
20142
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20087
20143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20088
20144
|
width: size,
|
|
@@ -20119,8 +20175,8 @@ PlayCircle.defaultProps = {
|
|
|
20119
20175
|
size: '1em'
|
|
20120
20176
|
};
|
|
20121
20177
|
|
|
20122
|
-
var _excluded$
|
|
20123
|
-
var loadingCircleStyle$
|
|
20178
|
+
var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20179
|
+
var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20124
20180
|
var PauseCircle = function PauseCircle(props) {
|
|
20125
20181
|
var color = props.color,
|
|
20126
20182
|
size = props.size,
|
|
@@ -20129,12 +20185,12 @@ var PauseCircle = function PauseCircle(props) {
|
|
|
20129
20185
|
className = props.className,
|
|
20130
20186
|
iconClassName = props.iconClassName,
|
|
20131
20187
|
testid = props.testid,
|
|
20132
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20188
|
+
otherProps = _objectWithoutProperties(props, _excluded$5q);
|
|
20133
20189
|
return /*#__PURE__*/React.createElement("span", {
|
|
20134
20190
|
role: "img",
|
|
20135
20191
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20136
20192
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20137
|
-
children: loadingCircleStyle$
|
|
20193
|
+
children: loadingCircleStyle$5q
|
|
20138
20194
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20139
20195
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20140
20196
|
width: size,
|
|
@@ -20171,8 +20227,8 @@ PauseCircle.defaultProps = {
|
|
|
20171
20227
|
size: '1em'
|
|
20172
20228
|
};
|
|
20173
20229
|
|
|
20174
|
-
var _excluded$
|
|
20175
|
-
var loadingCircleStyle$
|
|
20230
|
+
var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20231
|
+
var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20176
20232
|
var UpdateData = function UpdateData(props) {
|
|
20177
20233
|
var color = props.color,
|
|
20178
20234
|
size = props.size,
|
|
@@ -20181,12 +20237,12 @@ var UpdateData = function UpdateData(props) {
|
|
|
20181
20237
|
className = props.className,
|
|
20182
20238
|
iconClassName = props.iconClassName,
|
|
20183
20239
|
testid = props.testid,
|
|
20184
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20240
|
+
otherProps = _objectWithoutProperties(props, _excluded$5r);
|
|
20185
20241
|
return /*#__PURE__*/React.createElement("span", {
|
|
20186
20242
|
role: "img",
|
|
20187
20243
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20188
20244
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20189
|
-
children: loadingCircleStyle$
|
|
20245
|
+
children: loadingCircleStyle$5r
|
|
20190
20246
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20191
20247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20192
20248
|
width: size,
|
|
@@ -20227,8 +20283,8 @@ UpdateData.defaultProps = {
|
|
|
20227
20283
|
size: '1em'
|
|
20228
20284
|
};
|
|
20229
20285
|
|
|
20230
|
-
var _excluded$
|
|
20231
|
-
var loadingCircleStyle$
|
|
20286
|
+
var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20287
|
+
var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20232
20288
|
var Upload = function Upload(props) {
|
|
20233
20289
|
var color = props.color,
|
|
20234
20290
|
size = props.size,
|
|
@@ -20237,12 +20293,12 @@ var Upload = function Upload(props) {
|
|
|
20237
20293
|
className = props.className,
|
|
20238
20294
|
iconClassName = props.iconClassName,
|
|
20239
20295
|
testid = props.testid,
|
|
20240
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20296
|
+
otherProps = _objectWithoutProperties(props, _excluded$5s);
|
|
20241
20297
|
return /*#__PURE__*/React.createElement("span", {
|
|
20242
20298
|
role: "img",
|
|
20243
20299
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20244
20300
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20245
|
-
children: loadingCircleStyle$
|
|
20301
|
+
children: loadingCircleStyle$5s
|
|
20246
20302
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20247
20303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20248
20304
|
width: size,
|
|
@@ -20281,8 +20337,8 @@ Upload.defaultProps = {
|
|
|
20281
20337
|
size: '1em'
|
|
20282
20338
|
};
|
|
20283
20339
|
|
|
20284
|
-
var _excluded$
|
|
20285
|
-
var loadingCircleStyle$
|
|
20340
|
+
var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20341
|
+
var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20286
20342
|
var Click = function Click(props) {
|
|
20287
20343
|
var color = props.color,
|
|
20288
20344
|
size = props.size,
|
|
@@ -20291,12 +20347,12 @@ var Click = function Click(props) {
|
|
|
20291
20347
|
className = props.className,
|
|
20292
20348
|
iconClassName = props.iconClassName,
|
|
20293
20349
|
testid = props.testid,
|
|
20294
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20350
|
+
otherProps = _objectWithoutProperties(props, _excluded$5t);
|
|
20295
20351
|
return /*#__PURE__*/React.createElement("span", {
|
|
20296
20352
|
role: "img",
|
|
20297
20353
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20298
20354
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20299
|
-
children: loadingCircleStyle$
|
|
20355
|
+
children: loadingCircleStyle$5t
|
|
20300
20356
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20301
20357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20302
20358
|
width: size,
|
|
@@ -20333,8 +20389,8 @@ Click.defaultProps = {
|
|
|
20333
20389
|
size: '1em'
|
|
20334
20390
|
};
|
|
20335
20391
|
|
|
20336
|
-
var _excluded$
|
|
20337
|
-
var loadingCircleStyle$
|
|
20392
|
+
var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20393
|
+
var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20338
20394
|
var Install = function Install(props) {
|
|
20339
20395
|
var color = props.color,
|
|
20340
20396
|
size = props.size,
|
|
@@ -20343,12 +20399,12 @@ var Install = function Install(props) {
|
|
|
20343
20399
|
className = props.className,
|
|
20344
20400
|
iconClassName = props.iconClassName,
|
|
20345
20401
|
testid = props.testid,
|
|
20346
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20402
|
+
otherProps = _objectWithoutProperties(props, _excluded$5u);
|
|
20347
20403
|
return /*#__PURE__*/React.createElement("span", {
|
|
20348
20404
|
role: "img",
|
|
20349
20405
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20350
20406
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20351
|
-
children: loadingCircleStyle$
|
|
20407
|
+
children: loadingCircleStyle$5u
|
|
20352
20408
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20353
20409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20354
20410
|
width: size,
|
|
@@ -20385,8 +20441,8 @@ Install.defaultProps = {
|
|
|
20385
20441
|
size: '1em'
|
|
20386
20442
|
};
|
|
20387
20443
|
|
|
20388
|
-
var _excluded$
|
|
20389
|
-
var loadingCircleStyle$
|
|
20444
|
+
var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20445
|
+
var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20390
20446
|
var Expand = function Expand(props) {
|
|
20391
20447
|
var color = props.color,
|
|
20392
20448
|
size = props.size,
|
|
@@ -20395,12 +20451,12 @@ var Expand = function Expand(props) {
|
|
|
20395
20451
|
className = props.className,
|
|
20396
20452
|
iconClassName = props.iconClassName,
|
|
20397
20453
|
testid = props.testid,
|
|
20398
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20454
|
+
otherProps = _objectWithoutProperties(props, _excluded$5v);
|
|
20399
20455
|
return /*#__PURE__*/React.createElement("span", {
|
|
20400
20456
|
role: "img",
|
|
20401
20457
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20402
20458
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20403
|
-
children: loadingCircleStyle$
|
|
20459
|
+
children: loadingCircleStyle$5v
|
|
20404
20460
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20405
20461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20406
20462
|
width: size,
|
|
@@ -20439,8 +20495,8 @@ Expand.defaultProps = {
|
|
|
20439
20495
|
size: '1em'
|
|
20440
20496
|
};
|
|
20441
20497
|
|
|
20442
|
-
var _excluded$
|
|
20443
|
-
var loadingCircleStyle$
|
|
20498
|
+
var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20499
|
+
var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20444
20500
|
var Pinch = function Pinch(props) {
|
|
20445
20501
|
var color = props.color,
|
|
20446
20502
|
size = props.size,
|
|
@@ -20449,12 +20505,12 @@ var Pinch = function Pinch(props) {
|
|
|
20449
20505
|
className = props.className,
|
|
20450
20506
|
iconClassName = props.iconClassName,
|
|
20451
20507
|
testid = props.testid,
|
|
20452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20508
|
+
otherProps = _objectWithoutProperties(props, _excluded$5w);
|
|
20453
20509
|
return /*#__PURE__*/React.createElement("span", {
|
|
20454
20510
|
role: "img",
|
|
20455
20511
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20456
20512
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20457
|
-
children: loadingCircleStyle$
|
|
20513
|
+
children: loadingCircleStyle$5w
|
|
20458
20514
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20459
20515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20460
20516
|
width: size,
|
|
@@ -20493,8 +20549,8 @@ Pinch.defaultProps = {
|
|
|
20493
20549
|
size: '1em'
|
|
20494
20550
|
};
|
|
20495
20551
|
|
|
20496
|
-
var _excluded$
|
|
20497
|
-
var loadingCircleStyle$
|
|
20552
|
+
var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20553
|
+
var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20498
20554
|
var NewIndicator = function NewIndicator(props) {
|
|
20499
20555
|
var color = props.color,
|
|
20500
20556
|
size = props.size,
|
|
@@ -20503,12 +20559,12 @@ var NewIndicator = function NewIndicator(props) {
|
|
|
20503
20559
|
className = props.className,
|
|
20504
20560
|
iconClassName = props.iconClassName,
|
|
20505
20561
|
testid = props.testid,
|
|
20506
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20562
|
+
otherProps = _objectWithoutProperties(props, _excluded$5x);
|
|
20507
20563
|
return /*#__PURE__*/React.createElement("span", {
|
|
20508
20564
|
role: "img",
|
|
20509
20565
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20510
20566
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20511
|
-
children: loadingCircleStyle$
|
|
20567
|
+
children: loadingCircleStyle$5x
|
|
20512
20568
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20513
20569
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20514
20570
|
width: size,
|
|
@@ -20547,8 +20603,8 @@ NewIndicator.defaultProps = {
|
|
|
20547
20603
|
size: '1em'
|
|
20548
20604
|
};
|
|
20549
20605
|
|
|
20550
|
-
var _excluded$
|
|
20551
|
-
var loadingCircleStyle$
|
|
20606
|
+
var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20607
|
+
var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20552
20608
|
var BoxOpen = function BoxOpen(props) {
|
|
20553
20609
|
var color = props.color,
|
|
20554
20610
|
size = props.size,
|
|
@@ -20557,12 +20613,12 @@ var BoxOpen = function BoxOpen(props) {
|
|
|
20557
20613
|
className = props.className,
|
|
20558
20614
|
iconClassName = props.iconClassName,
|
|
20559
20615
|
testid = props.testid,
|
|
20560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20616
|
+
otherProps = _objectWithoutProperties(props, _excluded$5y);
|
|
20561
20617
|
return /*#__PURE__*/React.createElement("span", {
|
|
20562
20618
|
role: "img",
|
|
20563
20619
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20564
20620
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20565
|
-
children: loadingCircleStyle$
|
|
20621
|
+
children: loadingCircleStyle$5y
|
|
20566
20622
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20567
20623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20568
20624
|
width: size,
|
|
@@ -20601,8 +20657,8 @@ BoxOpen.defaultProps = {
|
|
|
20601
20657
|
size: '1em'
|
|
20602
20658
|
};
|
|
20603
20659
|
|
|
20604
|
-
var _excluded$
|
|
20605
|
-
var loadingCircleStyle$
|
|
20660
|
+
var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20661
|
+
var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20606
20662
|
var Interval = function Interval(props) {
|
|
20607
20663
|
var color = props.color,
|
|
20608
20664
|
size = props.size,
|
|
@@ -20611,12 +20667,12 @@ var Interval = function Interval(props) {
|
|
|
20611
20667
|
className = props.className,
|
|
20612
20668
|
iconClassName = props.iconClassName,
|
|
20613
20669
|
testid = props.testid,
|
|
20614
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20670
|
+
otherProps = _objectWithoutProperties(props, _excluded$5z);
|
|
20615
20671
|
return /*#__PURE__*/React.createElement("span", {
|
|
20616
20672
|
role: "img",
|
|
20617
20673
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20618
20674
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20619
|
-
children: loadingCircleStyle$
|
|
20675
|
+
children: loadingCircleStyle$5z
|
|
20620
20676
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20621
20677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20622
20678
|
width: size,
|
|
@@ -20661,8 +20717,8 @@ Interval.defaultProps = {
|
|
|
20661
20717
|
size: '1em'
|
|
20662
20718
|
};
|
|
20663
20719
|
|
|
20664
|
-
var _excluded$
|
|
20665
|
-
var loadingCircleStyle$
|
|
20720
|
+
var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20721
|
+
var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20666
20722
|
var Revert = function Revert(props) {
|
|
20667
20723
|
var color = props.color,
|
|
20668
20724
|
size = props.size,
|
|
@@ -20671,12 +20727,12 @@ var Revert = function Revert(props) {
|
|
|
20671
20727
|
className = props.className,
|
|
20672
20728
|
iconClassName = props.iconClassName,
|
|
20673
20729
|
testid = props.testid,
|
|
20674
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20730
|
+
otherProps = _objectWithoutProperties(props, _excluded$5A);
|
|
20675
20731
|
return /*#__PURE__*/React.createElement("span", {
|
|
20676
20732
|
role: "img",
|
|
20677
20733
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20678
20734
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20679
|
-
children: loadingCircleStyle$
|
|
20735
|
+
children: loadingCircleStyle$5A
|
|
20680
20736
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20681
20737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20682
20738
|
width: size,
|
|
@@ -20713,8 +20769,8 @@ Revert.defaultProps = {
|
|
|
20713
20769
|
size: '1em'
|
|
20714
20770
|
};
|
|
20715
20771
|
|
|
20716
|
-
var _excluded$
|
|
20717
|
-
var loadingCircleStyle$
|
|
20772
|
+
var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20773
|
+
var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20718
20774
|
var Insert = function Insert(props) {
|
|
20719
20775
|
var color = props.color,
|
|
20720
20776
|
size = props.size,
|
|
@@ -20723,12 +20779,12 @@ var Insert = function Insert(props) {
|
|
|
20723
20779
|
className = props.className,
|
|
20724
20780
|
iconClassName = props.iconClassName,
|
|
20725
20781
|
testid = props.testid,
|
|
20726
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20782
|
+
otherProps = _objectWithoutProperties(props, _excluded$5B);
|
|
20727
20783
|
return /*#__PURE__*/React.createElement("span", {
|
|
20728
20784
|
role: "img",
|
|
20729
20785
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20730
20786
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20731
|
-
children: loadingCircleStyle$
|
|
20787
|
+
children: loadingCircleStyle$5B
|
|
20732
20788
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20733
20789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20734
20790
|
width: size,
|
|
@@ -20767,8 +20823,8 @@ Insert.defaultProps = {
|
|
|
20767
20823
|
size: '1em'
|
|
20768
20824
|
};
|
|
20769
20825
|
|
|
20770
|
-
var _excluded$
|
|
20771
|
-
var loadingCircleStyle$
|
|
20826
|
+
var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20827
|
+
var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20772
20828
|
var Disable = function Disable(props) {
|
|
20773
20829
|
var color = props.color,
|
|
20774
20830
|
size = props.size,
|
|
@@ -20777,12 +20833,12 @@ var Disable = function Disable(props) {
|
|
|
20777
20833
|
className = props.className,
|
|
20778
20834
|
iconClassName = props.iconClassName,
|
|
20779
20835
|
testid = props.testid,
|
|
20780
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20836
|
+
otherProps = _objectWithoutProperties(props, _excluded$5C);
|
|
20781
20837
|
return /*#__PURE__*/React.createElement("span", {
|
|
20782
20838
|
role: "img",
|
|
20783
20839
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20784
20840
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20785
|
-
children: loadingCircleStyle$
|
|
20841
|
+
children: loadingCircleStyle$5C
|
|
20786
20842
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20787
20843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20788
20844
|
width: size,
|
|
@@ -20821,8 +20877,8 @@ Disable.defaultProps = {
|
|
|
20821
20877
|
size: '1em'
|
|
20822
20878
|
};
|
|
20823
20879
|
|
|
20824
|
-
var _excluded$
|
|
20825
|
-
var loadingCircleStyle$
|
|
20880
|
+
var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20881
|
+
var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20826
20882
|
var Branch = function Branch(props) {
|
|
20827
20883
|
var color = props.color,
|
|
20828
20884
|
size = props.size,
|
|
@@ -20831,12 +20887,12 @@ var Branch = function Branch(props) {
|
|
|
20831
20887
|
className = props.className,
|
|
20832
20888
|
iconClassName = props.iconClassName,
|
|
20833
20889
|
testid = props.testid,
|
|
20834
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20890
|
+
otherProps = _objectWithoutProperties(props, _excluded$5D);
|
|
20835
20891
|
return /*#__PURE__*/React.createElement("span", {
|
|
20836
20892
|
role: "img",
|
|
20837
20893
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20838
20894
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20839
|
-
children: loadingCircleStyle$
|
|
20895
|
+
children: loadingCircleStyle$5D
|
|
20840
20896
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20841
20897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20842
20898
|
width: size,
|
|
@@ -20873,8 +20929,8 @@ Branch.defaultProps = {
|
|
|
20873
20929
|
size: '1em'
|
|
20874
20930
|
};
|
|
20875
20931
|
|
|
20876
|
-
var _excluded$
|
|
20877
|
-
var loadingCircleStyle$
|
|
20932
|
+
var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20933
|
+
var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20878
20934
|
var Validate = function Validate(props) {
|
|
20879
20935
|
var color = props.color,
|
|
20880
20936
|
size = props.size,
|
|
@@ -20883,12 +20939,12 @@ var Validate = function Validate(props) {
|
|
|
20883
20939
|
className = props.className,
|
|
20884
20940
|
iconClassName = props.iconClassName,
|
|
20885
20941
|
testid = props.testid,
|
|
20886
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20942
|
+
otherProps = _objectWithoutProperties(props, _excluded$5E);
|
|
20887
20943
|
return /*#__PURE__*/React.createElement("span", {
|
|
20888
20944
|
role: "img",
|
|
20889
20945
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20890
20946
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20891
|
-
children: loadingCircleStyle$
|
|
20947
|
+
children: loadingCircleStyle$5E
|
|
20892
20948
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20893
20949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20894
20950
|
width: size,
|
|
@@ -20929,8 +20985,8 @@ Validate.defaultProps = {
|
|
|
20929
20985
|
size: '1em'
|
|
20930
20986
|
};
|
|
20931
20987
|
|
|
20932
|
-
var _excluded$
|
|
20933
|
-
var loadingCircleStyle$
|
|
20988
|
+
var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
20989
|
+
var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20934
20990
|
var MagicWand = function MagicWand(props) {
|
|
20935
20991
|
var color = props.color,
|
|
20936
20992
|
size = props.size,
|
|
@@ -20939,12 +20995,12 @@ var MagicWand = function MagicWand(props) {
|
|
|
20939
20995
|
className = props.className,
|
|
20940
20996
|
iconClassName = props.iconClassName,
|
|
20941
20997
|
testid = props.testid,
|
|
20942
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
20998
|
+
otherProps = _objectWithoutProperties(props, _excluded$5F);
|
|
20943
20999
|
return /*#__PURE__*/React.createElement("span", {
|
|
20944
21000
|
role: "img",
|
|
20945
21001
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20946
21002
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20947
|
-
children: loadingCircleStyle$
|
|
21003
|
+
children: loadingCircleStyle$5F
|
|
20948
21004
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
20949
21005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20950
21006
|
width: size,
|
|
@@ -20981,8 +21037,8 @@ MagicWand.defaultProps = {
|
|
|
20981
21037
|
size: '1em'
|
|
20982
21038
|
};
|
|
20983
21039
|
|
|
20984
|
-
var _excluded$
|
|
20985
|
-
var loadingCircleStyle$
|
|
21040
|
+
var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21041
|
+
var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
20986
21042
|
var SystemBuild = function SystemBuild(props) {
|
|
20987
21043
|
var color = props.color,
|
|
20988
21044
|
size = props.size,
|
|
@@ -20991,12 +21047,12 @@ var SystemBuild = function SystemBuild(props) {
|
|
|
20991
21047
|
className = props.className,
|
|
20992
21048
|
iconClassName = props.iconClassName,
|
|
20993
21049
|
testid = props.testid,
|
|
20994
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21050
|
+
otherProps = _objectWithoutProperties(props, _excluded$5G);
|
|
20995
21051
|
return /*#__PURE__*/React.createElement("span", {
|
|
20996
21052
|
role: "img",
|
|
20997
21053
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
20998
21054
|
}, /*#__PURE__*/React.createElement("style", {
|
|
20999
|
-
children: loadingCircleStyle$
|
|
21055
|
+
children: loadingCircleStyle$5G
|
|
21000
21056
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21001
21057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21002
21058
|
width: size,
|
|
@@ -21037,8 +21093,8 @@ SystemBuild.defaultProps = {
|
|
|
21037
21093
|
size: '1em'
|
|
21038
21094
|
};
|
|
21039
21095
|
|
|
21040
|
-
var _excluded$
|
|
21041
|
-
var loadingCircleStyle$
|
|
21096
|
+
var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21097
|
+
var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21042
21098
|
var AddToPage = function AddToPage(props) {
|
|
21043
21099
|
var color = props.color,
|
|
21044
21100
|
size = props.size,
|
|
@@ -21047,12 +21103,12 @@ var AddToPage = function AddToPage(props) {
|
|
|
21047
21103
|
className = props.className,
|
|
21048
21104
|
iconClassName = props.iconClassName,
|
|
21049
21105
|
testid = props.testid,
|
|
21050
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21106
|
+
otherProps = _objectWithoutProperties(props, _excluded$5H);
|
|
21051
21107
|
return /*#__PURE__*/React.createElement("span", {
|
|
21052
21108
|
role: "img",
|
|
21053
21109
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21054
21110
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21055
|
-
children: loadingCircleStyle$
|
|
21111
|
+
children: loadingCircleStyle$5H
|
|
21056
21112
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21057
21113
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21058
21114
|
width: size,
|
|
@@ -21091,8 +21147,8 @@ AddToPage.defaultProps = {
|
|
|
21091
21147
|
size: '1em'
|
|
21092
21148
|
};
|
|
21093
21149
|
|
|
21094
|
-
var _excluded$
|
|
21095
|
-
var loadingCircleStyle$
|
|
21150
|
+
var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21151
|
+
var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21096
21152
|
var FullDownload = function FullDownload(props) {
|
|
21097
21153
|
var color = props.color,
|
|
21098
21154
|
size = props.size,
|
|
@@ -21101,12 +21157,12 @@ var FullDownload = function FullDownload(props) {
|
|
|
21101
21157
|
className = props.className,
|
|
21102
21158
|
iconClassName = props.iconClassName,
|
|
21103
21159
|
testid = props.testid,
|
|
21104
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21160
|
+
otherProps = _objectWithoutProperties(props, _excluded$5I);
|
|
21105
21161
|
return /*#__PURE__*/React.createElement("span", {
|
|
21106
21162
|
role: "img",
|
|
21107
21163
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21108
21164
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21109
|
-
children: loadingCircleStyle$
|
|
21165
|
+
children: loadingCircleStyle$5I
|
|
21110
21166
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21111
21167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21112
21168
|
width: size,
|
|
@@ -21145,8 +21201,8 @@ FullDownload.defaultProps = {
|
|
|
21145
21201
|
size: '1em'
|
|
21146
21202
|
};
|
|
21147
21203
|
|
|
21148
|
-
var _excluded$
|
|
21149
|
-
var loadingCircleStyle$
|
|
21204
|
+
var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21205
|
+
var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21150
21206
|
var Download = function Download(props) {
|
|
21151
21207
|
var color = props.color,
|
|
21152
21208
|
size = props.size,
|
|
@@ -21155,12 +21211,12 @@ var Download = function Download(props) {
|
|
|
21155
21211
|
className = props.className,
|
|
21156
21212
|
iconClassName = props.iconClassName,
|
|
21157
21213
|
testid = props.testid,
|
|
21158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21214
|
+
otherProps = _objectWithoutProperties(props, _excluded$5J);
|
|
21159
21215
|
return /*#__PURE__*/React.createElement("span", {
|
|
21160
21216
|
role: "img",
|
|
21161
21217
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21162
21218
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21163
|
-
children: loadingCircleStyle$
|
|
21219
|
+
children: loadingCircleStyle$5J
|
|
21164
21220
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21165
21221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21166
21222
|
width: size,
|
|
@@ -21197,8 +21253,8 @@ Download.defaultProps = {
|
|
|
21197
21253
|
size: '1em'
|
|
21198
21254
|
};
|
|
21199
21255
|
|
|
21200
|
-
var _excluded$
|
|
21201
|
-
var loadingCircleStyle$
|
|
21256
|
+
var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21257
|
+
var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21202
21258
|
var EventModify = function EventModify(props) {
|
|
21203
21259
|
var color = props.color,
|
|
21204
21260
|
size = props.size,
|
|
@@ -21207,12 +21263,12 @@ var EventModify = function EventModify(props) {
|
|
|
21207
21263
|
className = props.className,
|
|
21208
21264
|
iconClassName = props.iconClassName,
|
|
21209
21265
|
testid = props.testid,
|
|
21210
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21266
|
+
otherProps = _objectWithoutProperties(props, _excluded$5K);
|
|
21211
21267
|
return /*#__PURE__*/React.createElement("span", {
|
|
21212
21268
|
role: "img",
|
|
21213
21269
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21214
21270
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21215
|
-
children: loadingCircleStyle$
|
|
21271
|
+
children: loadingCircleStyle$5K
|
|
21216
21272
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21217
21273
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21218
21274
|
width: size,
|
|
@@ -21249,8 +21305,8 @@ EventModify.defaultProps = {
|
|
|
21249
21305
|
size: '1em'
|
|
21250
21306
|
};
|
|
21251
21307
|
|
|
21252
|
-
var _excluded$
|
|
21253
|
-
var loadingCircleStyle$
|
|
21308
|
+
var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21309
|
+
var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21254
21310
|
var Pin = function Pin(props) {
|
|
21255
21311
|
var color = props.color,
|
|
21256
21312
|
size = props.size,
|
|
@@ -21259,12 +21315,12 @@ var Pin = function Pin(props) {
|
|
|
21259
21315
|
className = props.className,
|
|
21260
21316
|
iconClassName = props.iconClassName,
|
|
21261
21317
|
testid = props.testid,
|
|
21262
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21318
|
+
otherProps = _objectWithoutProperties(props, _excluded$5L);
|
|
21263
21319
|
return /*#__PURE__*/React.createElement("span", {
|
|
21264
21320
|
role: "img",
|
|
21265
21321
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21266
21322
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21267
|
-
children: loadingCircleStyle$
|
|
21323
|
+
children: loadingCircleStyle$5L
|
|
21268
21324
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21269
21325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21270
21326
|
width: size,
|
|
@@ -21301,8 +21357,8 @@ Pin.defaultProps = {
|
|
|
21301
21357
|
size: '1em'
|
|
21302
21358
|
};
|
|
21303
21359
|
|
|
21304
|
-
var _excluded$
|
|
21305
|
-
var loadingCircleStyle$
|
|
21360
|
+
var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21361
|
+
var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21306
21362
|
var PinUnsave = function PinUnsave(props) {
|
|
21307
21363
|
var color = props.color,
|
|
21308
21364
|
size = props.size,
|
|
@@ -21311,12 +21367,12 @@ var PinUnsave = function PinUnsave(props) {
|
|
|
21311
21367
|
className = props.className,
|
|
21312
21368
|
iconClassName = props.iconClassName,
|
|
21313
21369
|
testid = props.testid,
|
|
21314
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21370
|
+
otherProps = _objectWithoutProperties(props, _excluded$5M);
|
|
21315
21371
|
return /*#__PURE__*/React.createElement("span", {
|
|
21316
21372
|
role: "img",
|
|
21317
21373
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21318
21374
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21319
|
-
children: loadingCircleStyle$
|
|
21375
|
+
children: loadingCircleStyle$5M
|
|
21320
21376
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21321
21377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21322
21378
|
width: size,
|
|
@@ -21355,8 +21411,8 @@ PinUnsave.defaultProps = {
|
|
|
21355
21411
|
size: '1em'
|
|
21356
21412
|
};
|
|
21357
21413
|
|
|
21358
|
-
var _excluded$
|
|
21359
|
-
var loadingCircleStyle$
|
|
21414
|
+
var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21415
|
+
var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21360
21416
|
var Unsave = function Unsave(props) {
|
|
21361
21417
|
var color = props.color,
|
|
21362
21418
|
size = props.size,
|
|
@@ -21365,12 +21421,12 @@ var Unsave = function Unsave(props) {
|
|
|
21365
21421
|
className = props.className,
|
|
21366
21422
|
iconClassName = props.iconClassName,
|
|
21367
21423
|
testid = props.testid,
|
|
21368
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21424
|
+
otherProps = _objectWithoutProperties(props, _excluded$5N);
|
|
21369
21425
|
return /*#__PURE__*/React.createElement("span", {
|
|
21370
21426
|
role: "img",
|
|
21371
21427
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21372
21428
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21373
|
-
children: loadingCircleStyle$
|
|
21429
|
+
children: loadingCircleStyle$5N
|
|
21374
21430
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21375
21431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21376
21432
|
width: size,
|
|
@@ -21409,8 +21465,8 @@ Unsave.defaultProps = {
|
|
|
21409
21465
|
size: '1em'
|
|
21410
21466
|
};
|
|
21411
21467
|
|
|
21412
|
-
var _excluded$
|
|
21413
|
-
var loadingCircleStyle$
|
|
21468
|
+
var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21469
|
+
var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21414
21470
|
var Sticky = function Sticky(props) {
|
|
21415
21471
|
var color = props.color,
|
|
21416
21472
|
size = props.size,
|
|
@@ -21419,12 +21475,12 @@ var Sticky = function Sticky(props) {
|
|
|
21419
21475
|
className = props.className,
|
|
21420
21476
|
iconClassName = props.iconClassName,
|
|
21421
21477
|
testid = props.testid,
|
|
21422
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21478
|
+
otherProps = _objectWithoutProperties(props, _excluded$5O);
|
|
21423
21479
|
return /*#__PURE__*/React.createElement("span", {
|
|
21424
21480
|
role: "img",
|
|
21425
21481
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21426
21482
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21427
|
-
children: loadingCircleStyle$
|
|
21483
|
+
children: loadingCircleStyle$5O
|
|
21428
21484
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21429
21485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21430
21486
|
width: size,
|
|
@@ -21461,8 +21517,8 @@ Sticky.defaultProps = {
|
|
|
21461
21517
|
size: '1em'
|
|
21462
21518
|
};
|
|
21463
21519
|
|
|
21464
|
-
var _excluded$
|
|
21465
|
-
var loadingCircleStyle$
|
|
21520
|
+
var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21521
|
+
var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21466
21522
|
var Online = function Online(props) {
|
|
21467
21523
|
var color = props.color,
|
|
21468
21524
|
size = props.size,
|
|
@@ -21471,12 +21527,12 @@ var Online = function Online(props) {
|
|
|
21471
21527
|
className = props.className,
|
|
21472
21528
|
iconClassName = props.iconClassName,
|
|
21473
21529
|
testid = props.testid,
|
|
21474
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21530
|
+
otherProps = _objectWithoutProperties(props, _excluded$5P);
|
|
21475
21531
|
return /*#__PURE__*/React.createElement("span", {
|
|
21476
21532
|
role: "img",
|
|
21477
21533
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21478
21534
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21479
|
-
children: loadingCircleStyle$
|
|
21535
|
+
children: loadingCircleStyle$5P
|
|
21480
21536
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21481
21537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21482
21538
|
width: size,
|
|
@@ -21513,8 +21569,8 @@ Online.defaultProps = {
|
|
|
21513
21569
|
size: '1em'
|
|
21514
21570
|
};
|
|
21515
21571
|
|
|
21516
|
-
var _excluded$
|
|
21517
|
-
var loadingCircleStyle$
|
|
21572
|
+
var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21573
|
+
var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21518
21574
|
var Offline = function Offline(props) {
|
|
21519
21575
|
var color = props.color,
|
|
21520
21576
|
size = props.size,
|
|
@@ -21523,12 +21579,12 @@ var Offline = function Offline(props) {
|
|
|
21523
21579
|
className = props.className,
|
|
21524
21580
|
iconClassName = props.iconClassName,
|
|
21525
21581
|
testid = props.testid,
|
|
21526
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21582
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Q);
|
|
21527
21583
|
return /*#__PURE__*/React.createElement("span", {
|
|
21528
21584
|
role: "img",
|
|
21529
21585
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21530
21586
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21531
|
-
children: loadingCircleStyle$
|
|
21587
|
+
children: loadingCircleStyle$5Q
|
|
21532
21588
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21533
21589
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21534
21590
|
width: size,
|
|
@@ -21565,8 +21621,8 @@ Offline.defaultProps = {
|
|
|
21565
21621
|
size: '1em'
|
|
21566
21622
|
};
|
|
21567
21623
|
|
|
21568
|
-
var _excluded$
|
|
21569
|
-
var loadingCircleStyle$
|
|
21624
|
+
var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21625
|
+
var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21570
21626
|
var StopCircle = function StopCircle(props) {
|
|
21571
21627
|
var color = props.color,
|
|
21572
21628
|
size = props.size,
|
|
@@ -21575,12 +21631,12 @@ var StopCircle = function StopCircle(props) {
|
|
|
21575
21631
|
className = props.className,
|
|
21576
21632
|
iconClassName = props.iconClassName,
|
|
21577
21633
|
testid = props.testid,
|
|
21578
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21634
|
+
otherProps = _objectWithoutProperties(props, _excluded$5R);
|
|
21579
21635
|
return /*#__PURE__*/React.createElement("span", {
|
|
21580
21636
|
role: "img",
|
|
21581
21637
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21582
21638
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21583
|
-
children: loadingCircleStyle$
|
|
21639
|
+
children: loadingCircleStyle$5R
|
|
21584
21640
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21585
21641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21586
21642
|
width: size,
|
|
@@ -21617,8 +21673,8 @@ StopCircle.defaultProps = {
|
|
|
21617
21673
|
size: '1em'
|
|
21618
21674
|
};
|
|
21619
21675
|
|
|
21620
|
-
var _excluded$
|
|
21621
|
-
var loadingCircleStyle$
|
|
21676
|
+
var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21677
|
+
var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21622
21678
|
var Find = function Find(props) {
|
|
21623
21679
|
var color = props.color,
|
|
21624
21680
|
size = props.size,
|
|
@@ -21627,12 +21683,12 @@ var Find = function Find(props) {
|
|
|
21627
21683
|
className = props.className,
|
|
21628
21684
|
iconClassName = props.iconClassName,
|
|
21629
21685
|
testid = props.testid,
|
|
21630
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21686
|
+
otherProps = _objectWithoutProperties(props, _excluded$5S);
|
|
21631
21687
|
return /*#__PURE__*/React.createElement("span", {
|
|
21632
21688
|
role: "img",
|
|
21633
21689
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21634
21690
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21635
|
-
children: loadingCircleStyle$
|
|
21691
|
+
children: loadingCircleStyle$5S
|
|
21636
21692
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21637
21693
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21638
21694
|
width: size,
|
|
@@ -21679,8 +21735,8 @@ Find.defaultProps = {
|
|
|
21679
21735
|
size: '1em'
|
|
21680
21736
|
};
|
|
21681
21737
|
|
|
21682
|
-
var _excluded$
|
|
21683
|
-
var loadingCircleStyle$
|
|
21738
|
+
var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21739
|
+
var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21684
21740
|
var ArrowGoBack = function ArrowGoBack(props) {
|
|
21685
21741
|
var color = props.color,
|
|
21686
21742
|
size = props.size,
|
|
@@ -21689,12 +21745,12 @@ var ArrowGoBack = function ArrowGoBack(props) {
|
|
|
21689
21745
|
className = props.className,
|
|
21690
21746
|
iconClassName = props.iconClassName,
|
|
21691
21747
|
testid = props.testid,
|
|
21692
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21748
|
+
otherProps = _objectWithoutProperties(props, _excluded$5T);
|
|
21693
21749
|
return /*#__PURE__*/React.createElement("span", {
|
|
21694
21750
|
role: "img",
|
|
21695
21751
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21696
21752
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21697
|
-
children: loadingCircleStyle$
|
|
21753
|
+
children: loadingCircleStyle$5T
|
|
21698
21754
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21699
21755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21700
21756
|
width: size,
|
|
@@ -21731,8 +21787,8 @@ ArrowGoBack.defaultProps = {
|
|
|
21731
21787
|
size: '1em'
|
|
21732
21788
|
};
|
|
21733
21789
|
|
|
21734
|
-
var _excluded$
|
|
21735
|
-
var loadingCircleStyle$
|
|
21790
|
+
var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21791
|
+
var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21736
21792
|
var ArrowGoForward = function ArrowGoForward(props) {
|
|
21737
21793
|
var color = props.color,
|
|
21738
21794
|
size = props.size,
|
|
@@ -21741,12 +21797,12 @@ var ArrowGoForward = function ArrowGoForward(props) {
|
|
|
21741
21797
|
className = props.className,
|
|
21742
21798
|
iconClassName = props.iconClassName,
|
|
21743
21799
|
testid = props.testid,
|
|
21744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21800
|
+
otherProps = _objectWithoutProperties(props, _excluded$5U);
|
|
21745
21801
|
return /*#__PURE__*/React.createElement("span", {
|
|
21746
21802
|
role: "img",
|
|
21747
21803
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21748
21804
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21749
|
-
children: loadingCircleStyle$
|
|
21805
|
+
children: loadingCircleStyle$5U
|
|
21750
21806
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21751
21807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21752
21808
|
width: size,
|
|
@@ -21783,8 +21839,8 @@ ArrowGoForward.defaultProps = {
|
|
|
21783
21839
|
size: '1em'
|
|
21784
21840
|
};
|
|
21785
21841
|
|
|
21786
|
-
var _excluded$
|
|
21787
|
-
var loadingCircleStyle$
|
|
21842
|
+
var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21843
|
+
var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21788
21844
|
var Recycle = function Recycle(props) {
|
|
21789
21845
|
var color = props.color,
|
|
21790
21846
|
size = props.size,
|
|
@@ -21793,12 +21849,12 @@ var Recycle = function Recycle(props) {
|
|
|
21793
21849
|
className = props.className,
|
|
21794
21850
|
iconClassName = props.iconClassName,
|
|
21795
21851
|
testid = props.testid,
|
|
21796
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21852
|
+
otherProps = _objectWithoutProperties(props, _excluded$5V);
|
|
21797
21853
|
return /*#__PURE__*/React.createElement("span", {
|
|
21798
21854
|
role: "img",
|
|
21799
21855
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21800
21856
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21801
|
-
children: loadingCircleStyle$
|
|
21857
|
+
children: loadingCircleStyle$5V
|
|
21802
21858
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21803
21859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21804
21860
|
width: size,
|
|
@@ -21843,8 +21899,8 @@ Recycle.defaultProps = {
|
|
|
21843
21899
|
size: '1em'
|
|
21844
21900
|
};
|
|
21845
21901
|
|
|
21846
|
-
var _excluded$
|
|
21847
|
-
var loadingCircleStyle$
|
|
21902
|
+
var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21903
|
+
var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21848
21904
|
var Info = function Info(props) {
|
|
21849
21905
|
var color = props.color,
|
|
21850
21906
|
size = props.size,
|
|
@@ -21853,12 +21909,12 @@ var Info = function Info(props) {
|
|
|
21853
21909
|
className = props.className,
|
|
21854
21910
|
iconClassName = props.iconClassName,
|
|
21855
21911
|
testid = props.testid,
|
|
21856
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21912
|
+
otherProps = _objectWithoutProperties(props, _excluded$5W);
|
|
21857
21913
|
return /*#__PURE__*/React.createElement("span", {
|
|
21858
21914
|
role: "img",
|
|
21859
21915
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21860
21916
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21861
|
-
children: loadingCircleStyle$
|
|
21917
|
+
children: loadingCircleStyle$5W
|
|
21862
21918
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21863
21919
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21864
21920
|
width: size,
|
|
@@ -21899,8 +21955,8 @@ Info.defaultProps = {
|
|
|
21899
21955
|
size: '1em'
|
|
21900
21956
|
};
|
|
21901
21957
|
|
|
21902
|
-
var _excluded$
|
|
21903
|
-
var loadingCircleStyle$
|
|
21958
|
+
var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
21959
|
+
var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21904
21960
|
var InfoFill = function InfoFill(props) {
|
|
21905
21961
|
var color = props.color,
|
|
21906
21962
|
size = props.size,
|
|
@@ -21909,12 +21965,12 @@ var InfoFill = function InfoFill(props) {
|
|
|
21909
21965
|
className = props.className,
|
|
21910
21966
|
iconClassName = props.iconClassName,
|
|
21911
21967
|
testid = props.testid,
|
|
21912
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
21968
|
+
otherProps = _objectWithoutProperties(props, _excluded$5X);
|
|
21913
21969
|
return /*#__PURE__*/React.createElement("span", {
|
|
21914
21970
|
role: "img",
|
|
21915
21971
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21916
21972
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21917
|
-
children: loadingCircleStyle$
|
|
21973
|
+
children: loadingCircleStyle$5X
|
|
21918
21974
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21919
21975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21920
21976
|
width: size,
|
|
@@ -21951,8 +22007,8 @@ InfoFill.defaultProps = {
|
|
|
21951
22007
|
size: '1em'
|
|
21952
22008
|
};
|
|
21953
22009
|
|
|
21954
|
-
var _excluded$
|
|
21955
|
-
var loadingCircleStyle$
|
|
22010
|
+
var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22011
|
+
var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21956
22012
|
var Help = function Help(props) {
|
|
21957
22013
|
var color = props.color,
|
|
21958
22014
|
size = props.size,
|
|
@@ -21961,12 +22017,12 @@ var Help = function Help(props) {
|
|
|
21961
22017
|
className = props.className,
|
|
21962
22018
|
iconClassName = props.iconClassName,
|
|
21963
22019
|
testid = props.testid,
|
|
21964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22020
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Y);
|
|
21965
22021
|
return /*#__PURE__*/React.createElement("span", {
|
|
21966
22022
|
role: "img",
|
|
21967
22023
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
21968
22024
|
}, /*#__PURE__*/React.createElement("style", {
|
|
21969
|
-
children: loadingCircleStyle$
|
|
22025
|
+
children: loadingCircleStyle$5Y
|
|
21970
22026
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
21971
22027
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21972
22028
|
width: size,
|
|
@@ -22003,8 +22059,8 @@ Help.defaultProps = {
|
|
|
22003
22059
|
size: '1em'
|
|
22004
22060
|
};
|
|
22005
22061
|
|
|
22006
|
-
var _excluded$
|
|
22007
|
-
var loadingCircleStyle$
|
|
22062
|
+
var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22063
|
+
var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22008
22064
|
var History = function History(props) {
|
|
22009
22065
|
var color = props.color,
|
|
22010
22066
|
size = props.size,
|
|
@@ -22013,12 +22069,12 @@ var History = function History(props) {
|
|
|
22013
22069
|
className = props.className,
|
|
22014
22070
|
iconClassName = props.iconClassName,
|
|
22015
22071
|
testid = props.testid,
|
|
22016
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22072
|
+
otherProps = _objectWithoutProperties(props, _excluded$5Z);
|
|
22017
22073
|
return /*#__PURE__*/React.createElement("span", {
|
|
22018
22074
|
role: "img",
|
|
22019
22075
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22020
22076
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22021
|
-
children: loadingCircleStyle$
|
|
22077
|
+
children: loadingCircleStyle$5Z
|
|
22022
22078
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22023
22079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22024
22080
|
width: size,
|
|
@@ -22055,8 +22111,8 @@ History.defaultProps = {
|
|
|
22055
22111
|
size: '1em'
|
|
22056
22112
|
};
|
|
22057
22113
|
|
|
22058
|
-
var _excluded$
|
|
22059
|
-
var loadingCircleStyle$
|
|
22114
|
+
var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22115
|
+
var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22060
22116
|
var Backup = function Backup(props) {
|
|
22061
22117
|
var color = props.color,
|
|
22062
22118
|
size = props.size,
|
|
@@ -22065,12 +22121,12 @@ var Backup = function Backup(props) {
|
|
|
22065
22121
|
className = props.className,
|
|
22066
22122
|
iconClassName = props.iconClassName,
|
|
22067
22123
|
testid = props.testid,
|
|
22068
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22124
|
+
otherProps = _objectWithoutProperties(props, _excluded$5_);
|
|
22069
22125
|
return /*#__PURE__*/React.createElement("span", {
|
|
22070
22126
|
role: "img",
|
|
22071
22127
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22072
22128
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22073
|
-
children: loadingCircleStyle$
|
|
22129
|
+
children: loadingCircleStyle$5_
|
|
22074
22130
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22075
22131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22076
22132
|
width: size,
|
|
@@ -22109,8 +22165,8 @@ Backup.defaultProps = {
|
|
|
22109
22165
|
size: '1em'
|
|
22110
22166
|
};
|
|
22111
22167
|
|
|
22112
|
-
var _excluded$
|
|
22113
|
-
var loadingCircleStyle$
|
|
22168
|
+
var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22169
|
+
var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22114
22170
|
var Error = function Error(props) {
|
|
22115
22171
|
var color = props.color,
|
|
22116
22172
|
size = props.size,
|
|
@@ -22119,12 +22175,12 @@ var Error = function Error(props) {
|
|
|
22119
22175
|
className = props.className,
|
|
22120
22176
|
iconClassName = props.iconClassName,
|
|
22121
22177
|
testid = props.testid,
|
|
22122
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22178
|
+
otherProps = _objectWithoutProperties(props, _excluded$5$);
|
|
22123
22179
|
return /*#__PURE__*/React.createElement("span", {
|
|
22124
22180
|
role: "img",
|
|
22125
22181
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22126
22182
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22127
|
-
children: loadingCircleStyle$
|
|
22183
|
+
children: loadingCircleStyle$5$
|
|
22128
22184
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22129
22185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22130
22186
|
width: size,
|
|
@@ -22165,8 +22221,8 @@ Error.defaultProps = {
|
|
|
22165
22221
|
size: '1em'
|
|
22166
22222
|
};
|
|
22167
22223
|
|
|
22168
|
-
var _excluded$
|
|
22169
|
-
var loadingCircleStyle$
|
|
22224
|
+
var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22225
|
+
var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22170
22226
|
var ErrorFill = function ErrorFill(props) {
|
|
22171
22227
|
var color = props.color,
|
|
22172
22228
|
size = props.size,
|
|
@@ -22175,12 +22231,12 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
22175
22231
|
className = props.className,
|
|
22176
22232
|
iconClassName = props.iconClassName,
|
|
22177
22233
|
testid = props.testid,
|
|
22178
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22234
|
+
otherProps = _objectWithoutProperties(props, _excluded$60);
|
|
22179
22235
|
return /*#__PURE__*/React.createElement("span", {
|
|
22180
22236
|
role: "img",
|
|
22181
22237
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22182
22238
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22183
|
-
children: loadingCircleStyle$
|
|
22239
|
+
children: loadingCircleStyle$60
|
|
22184
22240
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22185
22241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22186
22242
|
width: size,
|
|
@@ -22217,8 +22273,8 @@ ErrorFill.defaultProps = {
|
|
|
22217
22273
|
size: '1em'
|
|
22218
22274
|
};
|
|
22219
22275
|
|
|
22220
|
-
var _excluded$
|
|
22221
|
-
var loadingCircleStyle$
|
|
22276
|
+
var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22277
|
+
var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22222
22278
|
var Error2 = function Error2(props) {
|
|
22223
22279
|
var color = props.color,
|
|
22224
22280
|
size = props.size,
|
|
@@ -22227,12 +22283,12 @@ var Error2 = function Error2(props) {
|
|
|
22227
22283
|
className = props.className,
|
|
22228
22284
|
iconClassName = props.iconClassName,
|
|
22229
22285
|
testid = props.testid,
|
|
22230
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22286
|
+
otherProps = _objectWithoutProperties(props, _excluded$61);
|
|
22231
22287
|
return /*#__PURE__*/React.createElement("span", {
|
|
22232
22288
|
role: "img",
|
|
22233
22289
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22234
22290
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22235
|
-
children: loadingCircleStyle$
|
|
22291
|
+
children: loadingCircleStyle$61
|
|
22236
22292
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22237
22293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22238
22294
|
width: size,
|
|
@@ -22271,8 +22327,8 @@ Error2.defaultProps = {
|
|
|
22271
22327
|
size: '1em'
|
|
22272
22328
|
};
|
|
22273
22329
|
|
|
22274
|
-
var _excluded$
|
|
22275
|
-
var loadingCircleStyle$
|
|
22330
|
+
var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22331
|
+
var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22276
22332
|
var Error2Fill = function Error2Fill(props) {
|
|
22277
22333
|
var color = props.color,
|
|
22278
22334
|
size = props.size,
|
|
@@ -22281,12 +22337,12 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
22281
22337
|
className = props.className,
|
|
22282
22338
|
iconClassName = props.iconClassName,
|
|
22283
22339
|
testid = props.testid,
|
|
22284
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22340
|
+
otherProps = _objectWithoutProperties(props, _excluded$62);
|
|
22285
22341
|
return /*#__PURE__*/React.createElement("span", {
|
|
22286
22342
|
role: "img",
|
|
22287
22343
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22288
22344
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22289
|
-
children: loadingCircleStyle$
|
|
22345
|
+
children: loadingCircleStyle$62
|
|
22290
22346
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22291
22347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22292
22348
|
width: size,
|
|
@@ -22325,8 +22381,8 @@ Error2Fill.defaultProps = {
|
|
|
22325
22381
|
size: '1em'
|
|
22326
22382
|
};
|
|
22327
22383
|
|
|
22328
|
-
var _excluded$
|
|
22329
|
-
var loadingCircleStyle$
|
|
22384
|
+
var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22385
|
+
var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22330
22386
|
var Success = function Success(props) {
|
|
22331
22387
|
var color = props.color,
|
|
22332
22388
|
size = props.size,
|
|
@@ -22335,12 +22391,12 @@ var Success = function Success(props) {
|
|
|
22335
22391
|
className = props.className,
|
|
22336
22392
|
iconClassName = props.iconClassName,
|
|
22337
22393
|
testid = props.testid,
|
|
22338
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22394
|
+
otherProps = _objectWithoutProperties(props, _excluded$63);
|
|
22339
22395
|
return /*#__PURE__*/React.createElement("span", {
|
|
22340
22396
|
role: "img",
|
|
22341
22397
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22342
22398
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22343
|
-
children: loadingCircleStyle$
|
|
22399
|
+
children: loadingCircleStyle$63
|
|
22344
22400
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22345
22401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22346
22402
|
width: size,
|
|
@@ -22377,8 +22433,8 @@ Success.defaultProps = {
|
|
|
22377
22433
|
size: '1em'
|
|
22378
22434
|
};
|
|
22379
22435
|
|
|
22380
|
-
var _excluded$
|
|
22381
|
-
var loadingCircleStyle$
|
|
22436
|
+
var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22437
|
+
var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22382
22438
|
var SuccessFill = function SuccessFill(props) {
|
|
22383
22439
|
var color = props.color,
|
|
22384
22440
|
size = props.size,
|
|
@@ -22387,12 +22443,12 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
22387
22443
|
className = props.className,
|
|
22388
22444
|
iconClassName = props.iconClassName,
|
|
22389
22445
|
testid = props.testid,
|
|
22390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22446
|
+
otherProps = _objectWithoutProperties(props, _excluded$64);
|
|
22391
22447
|
return /*#__PURE__*/React.createElement("span", {
|
|
22392
22448
|
role: "img",
|
|
22393
22449
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22394
22450
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22395
|
-
children: loadingCircleStyle$
|
|
22451
|
+
children: loadingCircleStyle$64
|
|
22396
22452
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22397
22453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22398
22454
|
width: size,
|
|
@@ -22431,8 +22487,8 @@ SuccessFill.defaultProps = {
|
|
|
22431
22487
|
size: '1em'
|
|
22432
22488
|
};
|
|
22433
22489
|
|
|
22434
|
-
var _excluded$
|
|
22435
|
-
var loadingCircleStyle$
|
|
22490
|
+
var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22491
|
+
var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22436
22492
|
var Delete2 = function Delete2(props) {
|
|
22437
22493
|
var color = props.color,
|
|
22438
22494
|
size = props.size,
|
|
@@ -22441,12 +22497,12 @@ var Delete2 = function Delete2(props) {
|
|
|
22441
22497
|
className = props.className,
|
|
22442
22498
|
iconClassName = props.iconClassName,
|
|
22443
22499
|
testid = props.testid,
|
|
22444
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22500
|
+
otherProps = _objectWithoutProperties(props, _excluded$65);
|
|
22445
22501
|
return /*#__PURE__*/React.createElement("span", {
|
|
22446
22502
|
role: "img",
|
|
22447
22503
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22448
22504
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22449
|
-
children: loadingCircleStyle$
|
|
22505
|
+
children: loadingCircleStyle$65
|
|
22450
22506
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22451
22507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22452
22508
|
width: size,
|
|
@@ -22483,8 +22539,8 @@ Delete2.defaultProps = {
|
|
|
22483
22539
|
size: '1em'
|
|
22484
22540
|
};
|
|
22485
22541
|
|
|
22486
|
-
var _excluded$
|
|
22487
|
-
var loadingCircleStyle$
|
|
22542
|
+
var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22543
|
+
var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22488
22544
|
var Delete2Fill = function Delete2Fill(props) {
|
|
22489
22545
|
var color = props.color,
|
|
22490
22546
|
size = props.size,
|
|
@@ -22493,12 +22549,12 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
22493
22549
|
className = props.className,
|
|
22494
22550
|
iconClassName = props.iconClassName,
|
|
22495
22551
|
testid = props.testid,
|
|
22496
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22552
|
+
otherProps = _objectWithoutProperties(props, _excluded$66);
|
|
22497
22553
|
return /*#__PURE__*/React.createElement("span", {
|
|
22498
22554
|
role: "img",
|
|
22499
22555
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22500
22556
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22501
|
-
children: loadingCircleStyle$
|
|
22557
|
+
children: loadingCircleStyle$66
|
|
22502
22558
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22503
22559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22504
22560
|
width: size,
|
|
@@ -22535,8 +22591,8 @@ Delete2Fill.defaultProps = {
|
|
|
22535
22591
|
size: '1em'
|
|
22536
22592
|
};
|
|
22537
22593
|
|
|
22538
|
-
var _excluded$
|
|
22539
|
-
var loadingCircleStyle$
|
|
22594
|
+
var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22595
|
+
var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22540
22596
|
var Exchange = function Exchange(props) {
|
|
22541
22597
|
var color = props.color,
|
|
22542
22598
|
size = props.size,
|
|
@@ -22545,12 +22601,12 @@ var Exchange = function Exchange(props) {
|
|
|
22545
22601
|
className = props.className,
|
|
22546
22602
|
iconClassName = props.iconClassName,
|
|
22547
22603
|
testid = props.testid,
|
|
22548
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22604
|
+
otherProps = _objectWithoutProperties(props, _excluded$67);
|
|
22549
22605
|
return /*#__PURE__*/React.createElement("span", {
|
|
22550
22606
|
role: "img",
|
|
22551
22607
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22552
22608
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22553
|
-
children: loadingCircleStyle$
|
|
22609
|
+
children: loadingCircleStyle$67
|
|
22554
22610
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22555
22611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22556
22612
|
width: size,
|
|
@@ -22587,8 +22643,8 @@ Exchange.defaultProps = {
|
|
|
22587
22643
|
size: '1em'
|
|
22588
22644
|
};
|
|
22589
22645
|
|
|
22590
|
-
var _excluded$
|
|
22591
|
-
var loadingCircleStyle$
|
|
22646
|
+
var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22647
|
+
var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22592
22648
|
var SwapFill = function SwapFill(props) {
|
|
22593
22649
|
var color = props.color,
|
|
22594
22650
|
size = props.size,
|
|
@@ -22597,12 +22653,12 @@ var SwapFill = function SwapFill(props) {
|
|
|
22597
22653
|
className = props.className,
|
|
22598
22654
|
iconClassName = props.iconClassName,
|
|
22599
22655
|
testid = props.testid,
|
|
22600
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22656
|
+
otherProps = _objectWithoutProperties(props, _excluded$68);
|
|
22601
22657
|
return /*#__PURE__*/React.createElement("span", {
|
|
22602
22658
|
role: "img",
|
|
22603
22659
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22604
22660
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22605
|
-
children: loadingCircleStyle$
|
|
22661
|
+
children: loadingCircleStyle$68
|
|
22606
22662
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22607
22663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22608
22664
|
width: size,
|
|
@@ -22639,8 +22695,8 @@ SwapFill.defaultProps = {
|
|
|
22639
22695
|
size: '1em'
|
|
22640
22696
|
};
|
|
22641
22697
|
|
|
22642
|
-
var _excluded$
|
|
22643
|
-
var loadingCircleStyle$
|
|
22698
|
+
var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22699
|
+
var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22644
22700
|
var Processing = function Processing(props) {
|
|
22645
22701
|
var color = props.color,
|
|
22646
22702
|
size = props.size,
|
|
@@ -22649,12 +22705,12 @@ var Processing = function Processing(props) {
|
|
|
22649
22705
|
className = props.className,
|
|
22650
22706
|
iconClassName = props.iconClassName,
|
|
22651
22707
|
testid = props.testid,
|
|
22652
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22708
|
+
otherProps = _objectWithoutProperties(props, _excluded$69);
|
|
22653
22709
|
return /*#__PURE__*/React.createElement("span", {
|
|
22654
22710
|
role: "img",
|
|
22655
22711
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22656
22712
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22657
|
-
children: loadingCircleStyle$
|
|
22713
|
+
children: loadingCircleStyle$69
|
|
22658
22714
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22659
22715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22660
22716
|
width: size,
|
|
@@ -22691,8 +22747,8 @@ Processing.defaultProps = {
|
|
|
22691
22747
|
size: '1em'
|
|
22692
22748
|
};
|
|
22693
22749
|
|
|
22694
|
-
var _excluded$
|
|
22695
|
-
var loadingCircleStyle$
|
|
22750
|
+
var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22751
|
+
var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22696
22752
|
var Processing2 = function Processing2(props) {
|
|
22697
22753
|
var color = props.color,
|
|
22698
22754
|
size = props.size,
|
|
@@ -22701,12 +22757,12 @@ var Processing2 = function Processing2(props) {
|
|
|
22701
22757
|
className = props.className,
|
|
22702
22758
|
iconClassName = props.iconClassName,
|
|
22703
22759
|
testid = props.testid,
|
|
22704
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22760
|
+
otherProps = _objectWithoutProperties(props, _excluded$6a);
|
|
22705
22761
|
return /*#__PURE__*/React.createElement("span", {
|
|
22706
22762
|
role: "img",
|
|
22707
22763
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22708
22764
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22709
|
-
children: loadingCircleStyle$
|
|
22765
|
+
children: loadingCircleStyle$6a
|
|
22710
22766
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22711
22767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22712
22768
|
width: size,
|
|
@@ -22745,8 +22801,8 @@ Processing2.defaultProps = {
|
|
|
22745
22801
|
size: '1em'
|
|
22746
22802
|
};
|
|
22747
22803
|
|
|
22748
|
-
var _excluded$
|
|
22749
|
-
var loadingCircleStyle$
|
|
22804
|
+
var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22805
|
+
var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22750
22806
|
var Done = function Done(props) {
|
|
22751
22807
|
var color = props.color,
|
|
22752
22808
|
size = props.size,
|
|
@@ -22755,12 +22811,12 @@ var Done = function Done(props) {
|
|
|
22755
22811
|
className = props.className,
|
|
22756
22812
|
iconClassName = props.iconClassName,
|
|
22757
22813
|
testid = props.testid,
|
|
22758
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22814
|
+
otherProps = _objectWithoutProperties(props, _excluded$6b);
|
|
22759
22815
|
return /*#__PURE__*/React.createElement("span", {
|
|
22760
22816
|
role: "img",
|
|
22761
22817
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22762
22818
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22763
|
-
children: loadingCircleStyle$
|
|
22819
|
+
children: loadingCircleStyle$6b
|
|
22764
22820
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22765
22821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22766
22822
|
width: size,
|
|
@@ -22797,8 +22853,8 @@ Done.defaultProps = {
|
|
|
22797
22853
|
size: '1em'
|
|
22798
22854
|
};
|
|
22799
22855
|
|
|
22800
|
-
var _excluded$
|
|
22801
|
-
var loadingCircleStyle$
|
|
22856
|
+
var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22857
|
+
var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22802
22858
|
var Close = function Close(props) {
|
|
22803
22859
|
var color = props.color,
|
|
22804
22860
|
size = props.size,
|
|
@@ -22807,12 +22863,12 @@ var Close = function Close(props) {
|
|
|
22807
22863
|
className = props.className,
|
|
22808
22864
|
iconClassName = props.iconClassName,
|
|
22809
22865
|
testid = props.testid,
|
|
22810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22866
|
+
otherProps = _objectWithoutProperties(props, _excluded$6c);
|
|
22811
22867
|
return /*#__PURE__*/React.createElement("span", {
|
|
22812
22868
|
role: "img",
|
|
22813
22869
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22814
22870
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22815
|
-
children: loadingCircleStyle$
|
|
22871
|
+
children: loadingCircleStyle$6c
|
|
22816
22872
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22817
22873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22818
22874
|
width: size,
|
|
@@ -22849,8 +22905,8 @@ Close.defaultProps = {
|
|
|
22849
22905
|
size: '1em'
|
|
22850
22906
|
};
|
|
22851
22907
|
|
|
22852
|
-
var _excluded$
|
|
22853
|
-
var loadingCircleStyle$
|
|
22908
|
+
var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22909
|
+
var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22854
22910
|
var StarOutline = function StarOutline(props) {
|
|
22855
22911
|
var color = props.color,
|
|
22856
22912
|
size = props.size,
|
|
@@ -22859,12 +22915,12 @@ var StarOutline = function StarOutline(props) {
|
|
|
22859
22915
|
className = props.className,
|
|
22860
22916
|
iconClassName = props.iconClassName,
|
|
22861
22917
|
testid = props.testid,
|
|
22862
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22918
|
+
otherProps = _objectWithoutProperties(props, _excluded$6d);
|
|
22863
22919
|
return /*#__PURE__*/React.createElement("span", {
|
|
22864
22920
|
role: "img",
|
|
22865
22921
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22866
22922
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22867
|
-
children: loadingCircleStyle$
|
|
22923
|
+
children: loadingCircleStyle$6d
|
|
22868
22924
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22869
22925
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22870
22926
|
width: size,
|
|
@@ -22901,8 +22957,8 @@ StarOutline.defaultProps = {
|
|
|
22901
22957
|
size: '1em'
|
|
22902
22958
|
};
|
|
22903
22959
|
|
|
22904
|
-
var _excluded$
|
|
22905
|
-
var loadingCircleStyle$
|
|
22960
|
+
var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
22961
|
+
var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22906
22962
|
var StarFill = function StarFill(props) {
|
|
22907
22963
|
var color = props.color,
|
|
22908
22964
|
size = props.size,
|
|
@@ -22911,12 +22967,12 @@ var StarFill = function StarFill(props) {
|
|
|
22911
22967
|
className = props.className,
|
|
22912
22968
|
iconClassName = props.iconClassName,
|
|
22913
22969
|
testid = props.testid,
|
|
22914
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
22970
|
+
otherProps = _objectWithoutProperties(props, _excluded$6e);
|
|
22915
22971
|
return /*#__PURE__*/React.createElement("span", {
|
|
22916
22972
|
role: "img",
|
|
22917
22973
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22918
22974
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22919
|
-
children: loadingCircleStyle$
|
|
22975
|
+
children: loadingCircleStyle$6e
|
|
22920
22976
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22921
22977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22922
22978
|
width: size,
|
|
@@ -22953,8 +23009,8 @@ StarFill.defaultProps = {
|
|
|
22953
23009
|
size: '1em'
|
|
22954
23010
|
};
|
|
22955
23011
|
|
|
22956
|
-
var _excluded$
|
|
22957
|
-
var loadingCircleStyle$
|
|
23012
|
+
var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23013
|
+
var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
22958
23014
|
var TimeLock = function TimeLock(props) {
|
|
22959
23015
|
var color = props.color,
|
|
22960
23016
|
size = props.size,
|
|
@@ -22963,12 +23019,12 @@ var TimeLock = function TimeLock(props) {
|
|
|
22963
23019
|
className = props.className,
|
|
22964
23020
|
iconClassName = props.iconClassName,
|
|
22965
23021
|
testid = props.testid,
|
|
22966
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23022
|
+
otherProps = _objectWithoutProperties(props, _excluded$6f);
|
|
22967
23023
|
return /*#__PURE__*/React.createElement("span", {
|
|
22968
23024
|
role: "img",
|
|
22969
23025
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
22970
23026
|
}, /*#__PURE__*/React.createElement("style", {
|
|
22971
|
-
children: loadingCircleStyle$
|
|
23027
|
+
children: loadingCircleStyle$6f
|
|
22972
23028
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
22973
23029
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22974
23030
|
width: size,
|
|
@@ -23005,8 +23061,8 @@ TimeLock.defaultProps = {
|
|
|
23005
23061
|
size: '1em'
|
|
23006
23062
|
};
|
|
23007
23063
|
|
|
23008
|
-
var _excluded$
|
|
23009
|
-
var loadingCircleStyle$
|
|
23064
|
+
var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23065
|
+
var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23010
23066
|
var Heart = function Heart(props) {
|
|
23011
23067
|
var color = props.color,
|
|
23012
23068
|
size = props.size,
|
|
@@ -23015,12 +23071,12 @@ var Heart = function Heart(props) {
|
|
|
23015
23071
|
className = props.className,
|
|
23016
23072
|
iconClassName = props.iconClassName,
|
|
23017
23073
|
testid = props.testid,
|
|
23018
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23074
|
+
otherProps = _objectWithoutProperties(props, _excluded$6g);
|
|
23019
23075
|
return /*#__PURE__*/React.createElement("span", {
|
|
23020
23076
|
role: "img",
|
|
23021
23077
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23022
23078
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23023
|
-
children: loadingCircleStyle$
|
|
23079
|
+
children: loadingCircleStyle$6g
|
|
23024
23080
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23025
23081
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23026
23082
|
width: size,
|
|
@@ -23057,8 +23113,8 @@ Heart.defaultProps = {
|
|
|
23057
23113
|
size: '1em'
|
|
23058
23114
|
};
|
|
23059
23115
|
|
|
23060
|
-
var _excluded$
|
|
23061
|
-
var loadingCircleStyle$
|
|
23116
|
+
var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23117
|
+
var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23062
23118
|
var Bookmark = function Bookmark(props) {
|
|
23063
23119
|
var color = props.color,
|
|
23064
23120
|
size = props.size,
|
|
@@ -23067,12 +23123,12 @@ var Bookmark = function Bookmark(props) {
|
|
|
23067
23123
|
className = props.className,
|
|
23068
23124
|
iconClassName = props.iconClassName,
|
|
23069
23125
|
testid = props.testid,
|
|
23070
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23126
|
+
otherProps = _objectWithoutProperties(props, _excluded$6h);
|
|
23071
23127
|
return /*#__PURE__*/React.createElement("span", {
|
|
23072
23128
|
role: "img",
|
|
23073
23129
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23074
23130
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23075
|
-
children: loadingCircleStyle$
|
|
23131
|
+
children: loadingCircleStyle$6h
|
|
23076
23132
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23077
23133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23078
23134
|
width: size,
|
|
@@ -23109,8 +23165,8 @@ Bookmark.defaultProps = {
|
|
|
23109
23165
|
size: '1em'
|
|
23110
23166
|
};
|
|
23111
23167
|
|
|
23112
|
-
var _excluded$
|
|
23113
|
-
var loadingCircleStyle$
|
|
23168
|
+
var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23169
|
+
var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23114
23170
|
var Bookmark2 = function Bookmark2(props) {
|
|
23115
23171
|
var color = props.color,
|
|
23116
23172
|
size = props.size,
|
|
@@ -23119,12 +23175,12 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
23119
23175
|
className = props.className,
|
|
23120
23176
|
iconClassName = props.iconClassName,
|
|
23121
23177
|
testid = props.testid,
|
|
23122
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23178
|
+
otherProps = _objectWithoutProperties(props, _excluded$6i);
|
|
23123
23179
|
return /*#__PURE__*/React.createElement("span", {
|
|
23124
23180
|
role: "img",
|
|
23125
23181
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23126
23182
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23127
|
-
children: loadingCircleStyle$
|
|
23183
|
+
children: loadingCircleStyle$6i
|
|
23128
23184
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23129
23185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23130
23186
|
width: size,
|
|
@@ -23161,8 +23217,8 @@ Bookmark2.defaultProps = {
|
|
|
23161
23217
|
size: '1em'
|
|
23162
23218
|
};
|
|
23163
23219
|
|
|
23164
|
-
var _excluded$
|
|
23165
|
-
var loadingCircleStyle$
|
|
23220
|
+
var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23221
|
+
var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23166
23222
|
var LockClose = function LockClose(props) {
|
|
23167
23223
|
var color = props.color,
|
|
23168
23224
|
size = props.size,
|
|
@@ -23171,12 +23227,12 @@ var LockClose = function LockClose(props) {
|
|
|
23171
23227
|
className = props.className,
|
|
23172
23228
|
iconClassName = props.iconClassName,
|
|
23173
23229
|
testid = props.testid,
|
|
23174
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23230
|
+
otherProps = _objectWithoutProperties(props, _excluded$6j);
|
|
23175
23231
|
return /*#__PURE__*/React.createElement("span", {
|
|
23176
23232
|
role: "img",
|
|
23177
23233
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23178
23234
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23179
|
-
children: loadingCircleStyle$
|
|
23235
|
+
children: loadingCircleStyle$6j
|
|
23180
23236
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23181
23237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23182
23238
|
width: size,
|
|
@@ -23217,8 +23273,8 @@ LockClose.defaultProps = {
|
|
|
23217
23273
|
size: '1em'
|
|
23218
23274
|
};
|
|
23219
23275
|
|
|
23220
|
-
var _excluded$
|
|
23221
|
-
var loadingCircleStyle$
|
|
23276
|
+
var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23277
|
+
var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23222
23278
|
var LockCloseFill = function LockCloseFill(props) {
|
|
23223
23279
|
var color = props.color,
|
|
23224
23280
|
size = props.size,
|
|
@@ -23227,12 +23283,12 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
23227
23283
|
className = props.className,
|
|
23228
23284
|
iconClassName = props.iconClassName,
|
|
23229
23285
|
testid = props.testid,
|
|
23230
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23286
|
+
otherProps = _objectWithoutProperties(props, _excluded$6k);
|
|
23231
23287
|
return /*#__PURE__*/React.createElement("span", {
|
|
23232
23288
|
role: "img",
|
|
23233
23289
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23234
23290
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23235
|
-
children: loadingCircleStyle$
|
|
23291
|
+
children: loadingCircleStyle$6k
|
|
23236
23292
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23237
23293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23238
23294
|
width: size,
|
|
@@ -23269,8 +23325,8 @@ LockCloseFill.defaultProps = {
|
|
|
23269
23325
|
size: '1em'
|
|
23270
23326
|
};
|
|
23271
23327
|
|
|
23272
|
-
var _excluded$
|
|
23273
|
-
var loadingCircleStyle$
|
|
23328
|
+
var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23329
|
+
var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23274
23330
|
var LockOpen = function LockOpen(props) {
|
|
23275
23331
|
var color = props.color,
|
|
23276
23332
|
size = props.size,
|
|
@@ -23279,12 +23335,12 @@ var LockOpen = function LockOpen(props) {
|
|
|
23279
23335
|
className = props.className,
|
|
23280
23336
|
iconClassName = props.iconClassName,
|
|
23281
23337
|
testid = props.testid,
|
|
23282
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23338
|
+
otherProps = _objectWithoutProperties(props, _excluded$6l);
|
|
23283
23339
|
return /*#__PURE__*/React.createElement("span", {
|
|
23284
23340
|
role: "img",
|
|
23285
23341
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23286
23342
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23287
|
-
children: loadingCircleStyle$
|
|
23343
|
+
children: loadingCircleStyle$6l
|
|
23288
23344
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23289
23345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23290
23346
|
width: size,
|
|
@@ -23321,8 +23377,8 @@ LockOpen.defaultProps = {
|
|
|
23321
23377
|
size: '1em'
|
|
23322
23378
|
};
|
|
23323
23379
|
|
|
23324
|
-
var _excluded$
|
|
23325
|
-
var loadingCircleStyle$
|
|
23380
|
+
var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23381
|
+
var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23326
23382
|
var LockOpenFill = function LockOpenFill(props) {
|
|
23327
23383
|
var color = props.color,
|
|
23328
23384
|
size = props.size,
|
|
@@ -23331,12 +23387,12 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
23331
23387
|
className = props.className,
|
|
23332
23388
|
iconClassName = props.iconClassName,
|
|
23333
23389
|
testid = props.testid,
|
|
23334
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23390
|
+
otherProps = _objectWithoutProperties(props, _excluded$6m);
|
|
23335
23391
|
return /*#__PURE__*/React.createElement("span", {
|
|
23336
23392
|
role: "img",
|
|
23337
23393
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23338
23394
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23339
|
-
children: loadingCircleStyle$
|
|
23395
|
+
children: loadingCircleStyle$6m
|
|
23340
23396
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23341
23397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23342
23398
|
width: size,
|
|
@@ -23373,8 +23429,8 @@ LockOpenFill.defaultProps = {
|
|
|
23373
23429
|
size: '1em'
|
|
23374
23430
|
};
|
|
23375
23431
|
|
|
23376
|
-
var _excluded$
|
|
23377
|
-
var loadingCircleStyle$
|
|
23432
|
+
var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23433
|
+
var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23378
23434
|
var EyeOn = function EyeOn(props) {
|
|
23379
23435
|
var color = props.color,
|
|
23380
23436
|
size = props.size,
|
|
@@ -23383,12 +23439,12 @@ var EyeOn = function EyeOn(props) {
|
|
|
23383
23439
|
className = props.className,
|
|
23384
23440
|
iconClassName = props.iconClassName,
|
|
23385
23441
|
testid = props.testid,
|
|
23386
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23442
|
+
otherProps = _objectWithoutProperties(props, _excluded$6n);
|
|
23387
23443
|
return /*#__PURE__*/React.createElement("span", {
|
|
23388
23444
|
role: "img",
|
|
23389
23445
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23390
23446
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23391
|
-
children: loadingCircleStyle$
|
|
23447
|
+
children: loadingCircleStyle$6n
|
|
23392
23448
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23393
23449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23394
23450
|
width: size,
|
|
@@ -23425,8 +23481,8 @@ EyeOn.defaultProps = {
|
|
|
23425
23481
|
size: '1em'
|
|
23426
23482
|
};
|
|
23427
23483
|
|
|
23428
|
-
var _excluded$
|
|
23429
|
-
var loadingCircleStyle$
|
|
23484
|
+
var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23485
|
+
var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23430
23486
|
var EyeOnFill = function EyeOnFill(props) {
|
|
23431
23487
|
var color = props.color,
|
|
23432
23488
|
size = props.size,
|
|
@@ -23435,12 +23491,12 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
23435
23491
|
className = props.className,
|
|
23436
23492
|
iconClassName = props.iconClassName,
|
|
23437
23493
|
testid = props.testid,
|
|
23438
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23494
|
+
otherProps = _objectWithoutProperties(props, _excluded$6o);
|
|
23439
23495
|
return /*#__PURE__*/React.createElement("span", {
|
|
23440
23496
|
role: "img",
|
|
23441
23497
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23442
23498
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23443
|
-
children: loadingCircleStyle$
|
|
23499
|
+
children: loadingCircleStyle$6o
|
|
23444
23500
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23445
23501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23446
23502
|
width: size,
|
|
@@ -23479,8 +23535,8 @@ EyeOnFill.defaultProps = {
|
|
|
23479
23535
|
size: '1em'
|
|
23480
23536
|
};
|
|
23481
23537
|
|
|
23482
|
-
var _excluded$
|
|
23483
|
-
var loadingCircleStyle$
|
|
23538
|
+
var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23539
|
+
var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23484
23540
|
var EyeOff = function EyeOff(props) {
|
|
23485
23541
|
var color = props.color,
|
|
23486
23542
|
size = props.size,
|
|
@@ -23489,12 +23545,12 @@ var EyeOff = function EyeOff(props) {
|
|
|
23489
23545
|
className = props.className,
|
|
23490
23546
|
iconClassName = props.iconClassName,
|
|
23491
23547
|
testid = props.testid,
|
|
23492
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23548
|
+
otherProps = _objectWithoutProperties(props, _excluded$6p);
|
|
23493
23549
|
return /*#__PURE__*/React.createElement("span", {
|
|
23494
23550
|
role: "img",
|
|
23495
23551
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23496
23552
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23497
|
-
children: loadingCircleStyle$
|
|
23553
|
+
children: loadingCircleStyle$6p
|
|
23498
23554
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23499
23555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23500
23556
|
width: size,
|
|
@@ -23531,8 +23587,8 @@ EyeOff.defaultProps = {
|
|
|
23531
23587
|
size: '1em'
|
|
23532
23588
|
};
|
|
23533
23589
|
|
|
23534
|
-
var _excluded$
|
|
23535
|
-
var loadingCircleStyle$
|
|
23590
|
+
var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23591
|
+
var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23536
23592
|
var EyeOffFill = function EyeOffFill(props) {
|
|
23537
23593
|
var color = props.color,
|
|
23538
23594
|
size = props.size,
|
|
@@ -23541,12 +23597,12 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
23541
23597
|
className = props.className,
|
|
23542
23598
|
iconClassName = props.iconClassName,
|
|
23543
23599
|
testid = props.testid,
|
|
23544
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23600
|
+
otherProps = _objectWithoutProperties(props, _excluded$6q);
|
|
23545
23601
|
return /*#__PURE__*/React.createElement("span", {
|
|
23546
23602
|
role: "img",
|
|
23547
23603
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23548
23604
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23549
|
-
children: loadingCircleStyle$
|
|
23605
|
+
children: loadingCircleStyle$6q
|
|
23550
23606
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23551
23607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23552
23608
|
width: size,
|
|
@@ -23585,8 +23641,8 @@ EyeOffFill.defaultProps = {
|
|
|
23585
23641
|
size: '1em'
|
|
23586
23642
|
};
|
|
23587
23643
|
|
|
23588
|
-
var _excluded$
|
|
23589
|
-
var loadingCircleStyle$
|
|
23644
|
+
var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23645
|
+
var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23590
23646
|
var Dot = function Dot(props) {
|
|
23591
23647
|
var color = props.color,
|
|
23592
23648
|
size = props.size,
|
|
@@ -23595,12 +23651,12 @@ var Dot = function Dot(props) {
|
|
|
23595
23651
|
className = props.className,
|
|
23596
23652
|
iconClassName = props.iconClassName,
|
|
23597
23653
|
testid = props.testid,
|
|
23598
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23654
|
+
otherProps = _objectWithoutProperties(props, _excluded$6r);
|
|
23599
23655
|
return /*#__PURE__*/React.createElement("span", {
|
|
23600
23656
|
role: "img",
|
|
23601
23657
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23602
23658
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23603
|
-
children: loadingCircleStyle$
|
|
23659
|
+
children: loadingCircleStyle$6r
|
|
23604
23660
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23605
23661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23606
23662
|
width: size,
|
|
@@ -23639,8 +23695,8 @@ Dot.defaultProps = {
|
|
|
23639
23695
|
size: '1em'
|
|
23640
23696
|
};
|
|
23641
23697
|
|
|
23642
|
-
var _excluded$
|
|
23643
|
-
var loadingCircleStyle$
|
|
23698
|
+
var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23699
|
+
var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23644
23700
|
var Anchor = function Anchor(props) {
|
|
23645
23701
|
var color = props.color,
|
|
23646
23702
|
size = props.size,
|
|
@@ -23649,12 +23705,12 @@ var Anchor = function Anchor(props) {
|
|
|
23649
23705
|
className = props.className,
|
|
23650
23706
|
iconClassName = props.iconClassName,
|
|
23651
23707
|
testid = props.testid,
|
|
23652
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23708
|
+
otherProps = _objectWithoutProperties(props, _excluded$6s);
|
|
23653
23709
|
return /*#__PURE__*/React.createElement("span", {
|
|
23654
23710
|
role: "img",
|
|
23655
23711
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23656
23712
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23657
|
-
children: loadingCircleStyle$
|
|
23713
|
+
children: loadingCircleStyle$6s
|
|
23658
23714
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23659
23715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23660
23716
|
width: size,
|
|
@@ -23691,8 +23747,8 @@ Anchor.defaultProps = {
|
|
|
23691
23747
|
size: '1em'
|
|
23692
23748
|
};
|
|
23693
23749
|
|
|
23694
|
-
var _excluded$
|
|
23695
|
-
var loadingCircleStyle$
|
|
23750
|
+
var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23751
|
+
var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23696
23752
|
var Notice = function Notice(props) {
|
|
23697
23753
|
var color = props.color,
|
|
23698
23754
|
size = props.size,
|
|
@@ -23701,12 +23757,12 @@ var Notice = function Notice(props) {
|
|
|
23701
23757
|
className = props.className,
|
|
23702
23758
|
iconClassName = props.iconClassName,
|
|
23703
23759
|
testid = props.testid,
|
|
23704
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23760
|
+
otherProps = _objectWithoutProperties(props, _excluded$6t);
|
|
23705
23761
|
return /*#__PURE__*/React.createElement("span", {
|
|
23706
23762
|
role: "img",
|
|
23707
23763
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23708
23764
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23709
|
-
children: loadingCircleStyle$
|
|
23765
|
+
children: loadingCircleStyle$6t
|
|
23710
23766
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23711
23767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23712
23768
|
width: size,
|
|
@@ -23745,8 +23801,8 @@ Notice.defaultProps = {
|
|
|
23745
23801
|
size: '1em'
|
|
23746
23802
|
};
|
|
23747
23803
|
|
|
23748
|
-
var _excluded$
|
|
23749
|
-
var loadingCircleStyle$
|
|
23804
|
+
var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23805
|
+
var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23750
23806
|
var ThumbUp = function ThumbUp(props) {
|
|
23751
23807
|
var color = props.color,
|
|
23752
23808
|
size = props.size,
|
|
@@ -23755,12 +23811,12 @@ var ThumbUp = function ThumbUp(props) {
|
|
|
23755
23811
|
className = props.className,
|
|
23756
23812
|
iconClassName = props.iconClassName,
|
|
23757
23813
|
testid = props.testid,
|
|
23758
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23814
|
+
otherProps = _objectWithoutProperties(props, _excluded$6u);
|
|
23759
23815
|
return /*#__PURE__*/React.createElement("span", {
|
|
23760
23816
|
role: "img",
|
|
23761
23817
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23762
23818
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23763
|
-
children: loadingCircleStyle$
|
|
23819
|
+
children: loadingCircleStyle$6u
|
|
23764
23820
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23765
23821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23766
23822
|
width: size,
|
|
@@ -23797,8 +23853,8 @@ ThumbUp.defaultProps = {
|
|
|
23797
23853
|
size: '1em'
|
|
23798
23854
|
};
|
|
23799
23855
|
|
|
23800
|
-
var _excluded$
|
|
23801
|
-
var loadingCircleStyle$
|
|
23856
|
+
var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23857
|
+
var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23802
23858
|
var ThumbDown = function ThumbDown(props) {
|
|
23803
23859
|
var color = props.color,
|
|
23804
23860
|
size = props.size,
|
|
@@ -23807,12 +23863,12 @@ var ThumbDown = function ThumbDown(props) {
|
|
|
23807
23863
|
className = props.className,
|
|
23808
23864
|
iconClassName = props.iconClassName,
|
|
23809
23865
|
testid = props.testid,
|
|
23810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23866
|
+
otherProps = _objectWithoutProperties(props, _excluded$6v);
|
|
23811
23867
|
return /*#__PURE__*/React.createElement("span", {
|
|
23812
23868
|
role: "img",
|
|
23813
23869
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23814
23870
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23815
|
-
children: loadingCircleStyle$
|
|
23871
|
+
children: loadingCircleStyle$6v
|
|
23816
23872
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23817
23873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23818
23874
|
width: size,
|
|
@@ -23849,8 +23905,8 @@ ThumbDown.defaultProps = {
|
|
|
23849
23905
|
size: '1em'
|
|
23850
23906
|
};
|
|
23851
23907
|
|
|
23852
|
-
var _excluded$
|
|
23853
|
-
var loadingCircleStyle$
|
|
23908
|
+
var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23909
|
+
var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23854
23910
|
var TdLogo = function TdLogo(props) {
|
|
23855
23911
|
var color = props.color,
|
|
23856
23912
|
size = props.size,
|
|
@@ -23859,12 +23915,12 @@ var TdLogo = function TdLogo(props) {
|
|
|
23859
23915
|
className = props.className,
|
|
23860
23916
|
iconClassName = props.iconClassName,
|
|
23861
23917
|
testid = props.testid,
|
|
23862
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23918
|
+
otherProps = _objectWithoutProperties(props, _excluded$6w);
|
|
23863
23919
|
return /*#__PURE__*/React.createElement("span", {
|
|
23864
23920
|
role: "img",
|
|
23865
23921
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23866
23922
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23867
|
-
children: loadingCircleStyle$
|
|
23923
|
+
children: loadingCircleStyle$6w
|
|
23868
23924
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23869
23925
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23870
23926
|
width: size,
|
|
@@ -23909,8 +23965,8 @@ TdLogo.defaultProps = {
|
|
|
23909
23965
|
size: '1em'
|
|
23910
23966
|
};
|
|
23911
23967
|
|
|
23912
|
-
var _excluded$
|
|
23913
|
-
var loadingCircleStyle$
|
|
23968
|
+
var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
23969
|
+
var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23914
23970
|
var Language = function Language(props) {
|
|
23915
23971
|
var color = props.color,
|
|
23916
23972
|
size = props.size,
|
|
@@ -23919,12 +23975,12 @@ var Language = function Language(props) {
|
|
|
23919
23975
|
className = props.className,
|
|
23920
23976
|
iconClassName = props.iconClassName,
|
|
23921
23977
|
testid = props.testid,
|
|
23922
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
23978
|
+
otherProps = _objectWithoutProperties(props, _excluded$6x);
|
|
23923
23979
|
return /*#__PURE__*/React.createElement("span", {
|
|
23924
23980
|
role: "img",
|
|
23925
23981
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23926
23982
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23927
|
-
children: loadingCircleStyle$
|
|
23983
|
+
children: loadingCircleStyle$6x
|
|
23928
23984
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23929
23985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23930
23986
|
width: size,
|
|
@@ -23961,8 +24017,8 @@ Language.defaultProps = {
|
|
|
23961
24017
|
size: '1em'
|
|
23962
24018
|
};
|
|
23963
24019
|
|
|
23964
|
-
var _excluded$
|
|
23965
|
-
var loadingCircleStyle$
|
|
24020
|
+
var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24021
|
+
var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
23966
24022
|
var Calendar = function Calendar(props) {
|
|
23967
24023
|
var color = props.color,
|
|
23968
24024
|
size = props.size,
|
|
@@ -23971,12 +24027,12 @@ var Calendar = function Calendar(props) {
|
|
|
23971
24027
|
className = props.className,
|
|
23972
24028
|
iconClassName = props.iconClassName,
|
|
23973
24029
|
testid = props.testid,
|
|
23974
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24030
|
+
otherProps = _objectWithoutProperties(props, _excluded$6y);
|
|
23975
24031
|
return /*#__PURE__*/React.createElement("span", {
|
|
23976
24032
|
role: "img",
|
|
23977
24033
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
23978
24034
|
}, /*#__PURE__*/React.createElement("style", {
|
|
23979
|
-
children: loadingCircleStyle$
|
|
24035
|
+
children: loadingCircleStyle$6y
|
|
23980
24036
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
23981
24037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23982
24038
|
width: size,
|
|
@@ -24013,8 +24069,8 @@ Calendar.defaultProps = {
|
|
|
24013
24069
|
size: '1em'
|
|
24014
24070
|
};
|
|
24015
24071
|
|
|
24016
|
-
var _excluded$
|
|
24017
|
-
var loadingCircleStyle$
|
|
24072
|
+
var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24073
|
+
var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24018
24074
|
var Server = function Server(props) {
|
|
24019
24075
|
var color = props.color,
|
|
24020
24076
|
size = props.size,
|
|
@@ -24023,12 +24079,12 @@ var Server = function Server(props) {
|
|
|
24023
24079
|
className = props.className,
|
|
24024
24080
|
iconClassName = props.iconClassName,
|
|
24025
24081
|
testid = props.testid,
|
|
24026
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24082
|
+
otherProps = _objectWithoutProperties(props, _excluded$6z);
|
|
24027
24083
|
return /*#__PURE__*/React.createElement("span", {
|
|
24028
24084
|
role: "img",
|
|
24029
24085
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24030
24086
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24031
|
-
children: loadingCircleStyle$
|
|
24087
|
+
children: loadingCircleStyle$6z
|
|
24032
24088
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24033
24089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24034
24090
|
width: size,
|
|
@@ -24065,8 +24121,8 @@ Server.defaultProps = {
|
|
|
24065
24121
|
size: '1em'
|
|
24066
24122
|
};
|
|
24067
24123
|
|
|
24068
|
-
var _excluded$
|
|
24069
|
-
var loadingCircleStyle$
|
|
24124
|
+
var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24125
|
+
var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24070
24126
|
var Desktop = function Desktop(props) {
|
|
24071
24127
|
var color = props.color,
|
|
24072
24128
|
size = props.size,
|
|
@@ -24075,12 +24131,12 @@ var Desktop = function Desktop(props) {
|
|
|
24075
24131
|
className = props.className,
|
|
24076
24132
|
iconClassName = props.iconClassName,
|
|
24077
24133
|
testid = props.testid,
|
|
24078
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24134
|
+
otherProps = _objectWithoutProperties(props, _excluded$6A);
|
|
24079
24135
|
return /*#__PURE__*/React.createElement("span", {
|
|
24080
24136
|
role: "img",
|
|
24081
24137
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24082
24138
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24083
|
-
children: loadingCircleStyle$
|
|
24139
|
+
children: loadingCircleStyle$6A
|
|
24084
24140
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24085
24141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24086
24142
|
width: size,
|
|
@@ -24117,8 +24173,8 @@ Desktop.defaultProps = {
|
|
|
24117
24173
|
size: '1em'
|
|
24118
24174
|
};
|
|
24119
24175
|
|
|
24120
|
-
var _excluded$
|
|
24121
|
-
var loadingCircleStyle$
|
|
24176
|
+
var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24177
|
+
var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24122
24178
|
var Demo = function Demo(props) {
|
|
24123
24179
|
var color = props.color,
|
|
24124
24180
|
size = props.size,
|
|
@@ -24127,12 +24183,12 @@ var Demo = function Demo(props) {
|
|
|
24127
24183
|
className = props.className,
|
|
24128
24184
|
iconClassName = props.iconClassName,
|
|
24129
24185
|
testid = props.testid,
|
|
24130
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24186
|
+
otherProps = _objectWithoutProperties(props, _excluded$6B);
|
|
24131
24187
|
return /*#__PURE__*/React.createElement("span", {
|
|
24132
24188
|
role: "img",
|
|
24133
24189
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24134
24190
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24135
|
-
children: loadingCircleStyle$
|
|
24191
|
+
children: loadingCircleStyle$6B
|
|
24136
24192
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24137
24193
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24138
24194
|
width: size,
|
|
@@ -24171,8 +24227,8 @@ Demo.defaultProps = {
|
|
|
24171
24227
|
size: '1em'
|
|
24172
24228
|
};
|
|
24173
24229
|
|
|
24174
|
-
var _excluded$
|
|
24175
|
-
var loadingCircleStyle$
|
|
24230
|
+
var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24231
|
+
var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24176
24232
|
var Cellphone = function Cellphone(props) {
|
|
24177
24233
|
var color = props.color,
|
|
24178
24234
|
size = props.size,
|
|
@@ -24181,12 +24237,12 @@ var Cellphone = function Cellphone(props) {
|
|
|
24181
24237
|
className = props.className,
|
|
24182
24238
|
iconClassName = props.iconClassName,
|
|
24183
24239
|
testid = props.testid,
|
|
24184
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24240
|
+
otherProps = _objectWithoutProperties(props, _excluded$6C);
|
|
24185
24241
|
return /*#__PURE__*/React.createElement("span", {
|
|
24186
24242
|
role: "img",
|
|
24187
24243
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24188
24244
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24189
|
-
children: loadingCircleStyle$
|
|
24245
|
+
children: loadingCircleStyle$6C
|
|
24190
24246
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24191
24247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24192
24248
|
width: size,
|
|
@@ -24225,8 +24281,8 @@ Cellphone.defaultProps = {
|
|
|
24225
24281
|
size: '1em'
|
|
24226
24282
|
};
|
|
24227
24283
|
|
|
24228
|
-
var _excluded$
|
|
24229
|
-
var loadingCircleStyle$
|
|
24284
|
+
var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24285
|
+
var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24230
24286
|
var Landscape = function Landscape(props) {
|
|
24231
24287
|
var color = props.color,
|
|
24232
24288
|
size = props.size,
|
|
@@ -24235,12 +24291,12 @@ var Landscape = function Landscape(props) {
|
|
|
24235
24291
|
className = props.className,
|
|
24236
24292
|
iconClassName = props.iconClassName,
|
|
24237
24293
|
testid = props.testid,
|
|
24238
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24294
|
+
otherProps = _objectWithoutProperties(props, _excluded$6D);
|
|
24239
24295
|
return /*#__PURE__*/React.createElement("span", {
|
|
24240
24296
|
role: "img",
|
|
24241
24297
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24242
24298
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24243
|
-
children: loadingCircleStyle$
|
|
24299
|
+
children: loadingCircleStyle$6D
|
|
24244
24300
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24245
24301
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24246
24302
|
width: size,
|
|
@@ -24281,8 +24337,8 @@ Landscape.defaultProps = {
|
|
|
24281
24337
|
size: '1em'
|
|
24282
24338
|
};
|
|
24283
24339
|
|
|
24284
|
-
var _excluded$
|
|
24285
|
-
var loadingCircleStyle$
|
|
24340
|
+
var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24341
|
+
var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24286
24342
|
var Email = function Email(props) {
|
|
24287
24343
|
var color = props.color,
|
|
24288
24344
|
size = props.size,
|
|
@@ -24291,12 +24347,12 @@ var Email = function Email(props) {
|
|
|
24291
24347
|
className = props.className,
|
|
24292
24348
|
iconClassName = props.iconClassName,
|
|
24293
24349
|
testid = props.testid,
|
|
24294
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24350
|
+
otherProps = _objectWithoutProperties(props, _excluded$6E);
|
|
24295
24351
|
return /*#__PURE__*/React.createElement("span", {
|
|
24296
24352
|
role: "img",
|
|
24297
24353
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24298
24354
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24299
|
-
children: loadingCircleStyle$
|
|
24355
|
+
children: loadingCircleStyle$6E
|
|
24300
24356
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24301
24357
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24302
24358
|
width: size,
|
|
@@ -24333,8 +24389,8 @@ Email.defaultProps = {
|
|
|
24333
24389
|
size: '1em'
|
|
24334
24390
|
};
|
|
24335
24391
|
|
|
24336
|
-
var _excluded$
|
|
24337
|
-
var loadingCircleStyle$
|
|
24392
|
+
var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24393
|
+
var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24338
24394
|
var Clock = function Clock(props) {
|
|
24339
24395
|
var color = props.color,
|
|
24340
24396
|
size = props.size,
|
|
@@ -24343,12 +24399,12 @@ var Clock = function Clock(props) {
|
|
|
24343
24399
|
className = props.className,
|
|
24344
24400
|
iconClassName = props.iconClassName,
|
|
24345
24401
|
testid = props.testid,
|
|
24346
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24402
|
+
otherProps = _objectWithoutProperties(props, _excluded$6F);
|
|
24347
24403
|
return /*#__PURE__*/React.createElement("span", {
|
|
24348
24404
|
role: "img",
|
|
24349
24405
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24350
24406
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24351
|
-
children: loadingCircleStyle$
|
|
24407
|
+
children: loadingCircleStyle$6F
|
|
24352
24408
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24353
24409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24354
24410
|
width: size,
|
|
@@ -24387,8 +24443,8 @@ Clock.defaultProps = {
|
|
|
24387
24443
|
size: '1em'
|
|
24388
24444
|
};
|
|
24389
24445
|
|
|
24390
|
-
var _excluded$
|
|
24391
|
-
var loadingCircleStyle$
|
|
24446
|
+
var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24447
|
+
var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24392
24448
|
var Password = function Password(props) {
|
|
24393
24449
|
var color = props.color,
|
|
24394
24450
|
size = props.size,
|
|
@@ -24397,12 +24453,12 @@ var Password = function Password(props) {
|
|
|
24397
24453
|
className = props.className,
|
|
24398
24454
|
iconClassName = props.iconClassName,
|
|
24399
24455
|
testid = props.testid,
|
|
24400
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24456
|
+
otherProps = _objectWithoutProperties(props, _excluded$6G);
|
|
24401
24457
|
return /*#__PURE__*/React.createElement("span", {
|
|
24402
24458
|
role: "img",
|
|
24403
24459
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24404
24460
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24405
|
-
children: loadingCircleStyle$
|
|
24461
|
+
children: loadingCircleStyle$6G
|
|
24406
24462
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24407
24463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24408
24464
|
width: size,
|
|
@@ -24439,8 +24495,8 @@ Password.defaultProps = {
|
|
|
24439
24495
|
size: '1em'
|
|
24440
24496
|
};
|
|
24441
24497
|
|
|
24442
|
-
var _excluded$
|
|
24443
|
-
var loadingCircleStyle$
|
|
24498
|
+
var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24499
|
+
var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24444
24500
|
var ResetPassword = function ResetPassword(props) {
|
|
24445
24501
|
var color = props.color,
|
|
24446
24502
|
size = props.size,
|
|
@@ -24449,12 +24505,12 @@ var ResetPassword = function ResetPassword(props) {
|
|
|
24449
24505
|
className = props.className,
|
|
24450
24506
|
iconClassName = props.iconClassName,
|
|
24451
24507
|
testid = props.testid,
|
|
24452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24508
|
+
otherProps = _objectWithoutProperties(props, _excluded$6H);
|
|
24453
24509
|
return /*#__PURE__*/React.createElement("span", {
|
|
24454
24510
|
role: "img",
|
|
24455
24511
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24456
24512
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24457
|
-
children: loadingCircleStyle$
|
|
24513
|
+
children: loadingCircleStyle$6H
|
|
24458
24514
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24459
24515
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24460
24516
|
width: size,
|
|
@@ -24491,8 +24547,8 @@ ResetPassword.defaultProps = {
|
|
|
24491
24547
|
size: '1em'
|
|
24492
24548
|
};
|
|
24493
24549
|
|
|
24494
|
-
var _excluded$
|
|
24495
|
-
var loadingCircleStyle$
|
|
24550
|
+
var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24551
|
+
var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24496
24552
|
var Private = function Private(props) {
|
|
24497
24553
|
var color = props.color,
|
|
24498
24554
|
size = props.size,
|
|
@@ -24501,12 +24557,12 @@ var Private = function Private(props) {
|
|
|
24501
24557
|
className = props.className,
|
|
24502
24558
|
iconClassName = props.iconClassName,
|
|
24503
24559
|
testid = props.testid,
|
|
24504
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24560
|
+
otherProps = _objectWithoutProperties(props, _excluded$6I);
|
|
24505
24561
|
return /*#__PURE__*/React.createElement("span", {
|
|
24506
24562
|
role: "img",
|
|
24507
24563
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24508
24564
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24509
|
-
children: loadingCircleStyle$
|
|
24565
|
+
children: loadingCircleStyle$6I
|
|
24510
24566
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24511
24567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24512
24568
|
width: size,
|
|
@@ -24543,8 +24599,8 @@ Private.defaultProps = {
|
|
|
24543
24599
|
size: '1em'
|
|
24544
24600
|
};
|
|
24545
24601
|
|
|
24546
|
-
var _excluded$
|
|
24547
|
-
var loadingCircleStyle$
|
|
24602
|
+
var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24603
|
+
var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24548
24604
|
var Bell = function Bell(props) {
|
|
24549
24605
|
var color = props.color,
|
|
24550
24606
|
size = props.size,
|
|
@@ -24553,12 +24609,12 @@ var Bell = function Bell(props) {
|
|
|
24553
24609
|
className = props.className,
|
|
24554
24610
|
iconClassName = props.iconClassName,
|
|
24555
24611
|
testid = props.testid,
|
|
24556
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24612
|
+
otherProps = _objectWithoutProperties(props, _excluded$6J);
|
|
24557
24613
|
return /*#__PURE__*/React.createElement("span", {
|
|
24558
24614
|
role: "img",
|
|
24559
24615
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24560
24616
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24561
|
-
children: loadingCircleStyle$
|
|
24617
|
+
children: loadingCircleStyle$6J
|
|
24562
24618
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24563
24619
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24564
24620
|
width: size,
|
|
@@ -24597,8 +24653,8 @@ Bell.defaultProps = {
|
|
|
24597
24653
|
size: '1em'
|
|
24598
24654
|
};
|
|
24599
24655
|
|
|
24600
|
-
var _excluded$
|
|
24601
|
-
var loadingCircleStyle$
|
|
24656
|
+
var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24657
|
+
var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24602
24658
|
var Logout = function Logout(props) {
|
|
24603
24659
|
var color = props.color,
|
|
24604
24660
|
size = props.size,
|
|
@@ -24607,12 +24663,12 @@ var Logout = function Logout(props) {
|
|
|
24607
24663
|
className = props.className,
|
|
24608
24664
|
iconClassName = props.iconClassName,
|
|
24609
24665
|
testid = props.testid,
|
|
24610
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24666
|
+
otherProps = _objectWithoutProperties(props, _excluded$6K);
|
|
24611
24667
|
return /*#__PURE__*/React.createElement("span", {
|
|
24612
24668
|
role: "img",
|
|
24613
24669
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24614
24670
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24615
|
-
children: loadingCircleStyle$
|
|
24671
|
+
children: loadingCircleStyle$6K
|
|
24616
24672
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24617
24673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24618
24674
|
width: size,
|
|
@@ -24651,8 +24707,8 @@ Logout.defaultProps = {
|
|
|
24651
24707
|
size: '1em'
|
|
24652
24708
|
};
|
|
24653
24709
|
|
|
24654
|
-
var _excluded$
|
|
24655
|
-
var loadingCircleStyle$
|
|
24710
|
+
var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24711
|
+
var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24656
24712
|
var Speed = function Speed(props) {
|
|
24657
24713
|
var color = props.color,
|
|
24658
24714
|
size = props.size,
|
|
@@ -24661,12 +24717,12 @@ var Speed = function Speed(props) {
|
|
|
24661
24717
|
className = props.className,
|
|
24662
24718
|
iconClassName = props.iconClassName,
|
|
24663
24719
|
testid = props.testid,
|
|
24664
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24720
|
+
otherProps = _objectWithoutProperties(props, _excluded$6L);
|
|
24665
24721
|
return /*#__PURE__*/React.createElement("span", {
|
|
24666
24722
|
role: "img",
|
|
24667
24723
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24668
24724
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24669
|
-
children: loadingCircleStyle$
|
|
24725
|
+
children: loadingCircleStyle$6L
|
|
24670
24726
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24671
24727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24672
24728
|
width: size,
|
|
@@ -24703,8 +24759,8 @@ Speed.defaultProps = {
|
|
|
24703
24759
|
size: '1em'
|
|
24704
24760
|
};
|
|
24705
24761
|
|
|
24706
|
-
var _excluded$
|
|
24707
|
-
var loadingCircleStyle$
|
|
24762
|
+
var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24763
|
+
var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24708
24764
|
var Mfa = function Mfa(props) {
|
|
24709
24765
|
var color = props.color,
|
|
24710
24766
|
size = props.size,
|
|
@@ -24713,12 +24769,12 @@ var Mfa = function Mfa(props) {
|
|
|
24713
24769
|
className = props.className,
|
|
24714
24770
|
iconClassName = props.iconClassName,
|
|
24715
24771
|
testid = props.testid,
|
|
24716
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24772
|
+
otherProps = _objectWithoutProperties(props, _excluded$6M);
|
|
24717
24773
|
return /*#__PURE__*/React.createElement("span", {
|
|
24718
24774
|
role: "img",
|
|
24719
24775
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24720
24776
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24721
|
-
children: loadingCircleStyle$
|
|
24777
|
+
children: loadingCircleStyle$6M
|
|
24722
24778
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24723
24779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24724
24780
|
width: size,
|
|
@@ -24755,8 +24811,8 @@ Mfa.defaultProps = {
|
|
|
24755
24811
|
size: '1em'
|
|
24756
24812
|
};
|
|
24757
24813
|
|
|
24758
|
-
var _excluded$
|
|
24759
|
-
var loadingCircleStyle$
|
|
24814
|
+
var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24815
|
+
var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24760
24816
|
var Tracking = function Tracking(props) {
|
|
24761
24817
|
var color = props.color,
|
|
24762
24818
|
size = props.size,
|
|
@@ -24765,12 +24821,12 @@ var Tracking = function Tracking(props) {
|
|
|
24765
24821
|
className = props.className,
|
|
24766
24822
|
iconClassName = props.iconClassName,
|
|
24767
24823
|
testid = props.testid,
|
|
24768
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24824
|
+
otherProps = _objectWithoutProperties(props, _excluded$6N);
|
|
24769
24825
|
return /*#__PURE__*/React.createElement("span", {
|
|
24770
24826
|
role: "img",
|
|
24771
24827
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24772
24828
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24773
|
-
children: loadingCircleStyle$
|
|
24829
|
+
children: loadingCircleStyle$6N
|
|
24774
24830
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24775
24831
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24776
24832
|
width: size,
|
|
@@ -24817,8 +24873,8 @@ Tracking.defaultProps = {
|
|
|
24817
24873
|
size: '1em'
|
|
24818
24874
|
};
|
|
24819
24875
|
|
|
24820
|
-
var _excluded$
|
|
24821
|
-
var loadingCircleStyle$
|
|
24876
|
+
var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24877
|
+
var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24822
24878
|
var Forewarning = function Forewarning(props) {
|
|
24823
24879
|
var color = props.color,
|
|
24824
24880
|
size = props.size,
|
|
@@ -24827,12 +24883,12 @@ var Forewarning = function Forewarning(props) {
|
|
|
24827
24883
|
className = props.className,
|
|
24828
24884
|
iconClassName = props.iconClassName,
|
|
24829
24885
|
testid = props.testid,
|
|
24830
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24886
|
+
otherProps = _objectWithoutProperties(props, _excluded$6O);
|
|
24831
24887
|
return /*#__PURE__*/React.createElement("span", {
|
|
24832
24888
|
role: "img",
|
|
24833
24889
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24834
24890
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24835
|
-
children: loadingCircleStyle$
|
|
24891
|
+
children: loadingCircleStyle$6O
|
|
24836
24892
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24837
24893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24838
24894
|
width: size,
|
|
@@ -24873,8 +24929,8 @@ Forewarning.defaultProps = {
|
|
|
24873
24929
|
size: '1em'
|
|
24874
24930
|
};
|
|
24875
24931
|
|
|
24876
|
-
var _excluded$
|
|
24877
|
-
var loadingCircleStyle$
|
|
24932
|
+
var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24933
|
+
var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24878
24934
|
var SystemMgr = function SystemMgr(props) {
|
|
24879
24935
|
var color = props.color,
|
|
24880
24936
|
size = props.size,
|
|
@@ -24883,12 +24939,12 @@ var SystemMgr = function SystemMgr(props) {
|
|
|
24883
24939
|
className = props.className,
|
|
24884
24940
|
iconClassName = props.iconClassName,
|
|
24885
24941
|
testid = props.testid,
|
|
24886
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24942
|
+
otherProps = _objectWithoutProperties(props, _excluded$6P);
|
|
24887
24943
|
return /*#__PURE__*/React.createElement("span", {
|
|
24888
24944
|
role: "img",
|
|
24889
24945
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24890
24946
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24891
|
-
children: loadingCircleStyle$
|
|
24947
|
+
children: loadingCircleStyle$6P
|
|
24892
24948
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24893
24949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24894
24950
|
width: size,
|
|
@@ -24929,8 +24985,8 @@ SystemMgr.defaultProps = {
|
|
|
24929
24985
|
size: '1em'
|
|
24930
24986
|
};
|
|
24931
24987
|
|
|
24932
|
-
var _excluded$
|
|
24933
|
-
var loadingCircleStyle$
|
|
24988
|
+
var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
24989
|
+
var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24934
24990
|
var Pattern = function Pattern(props) {
|
|
24935
24991
|
var color = props.color,
|
|
24936
24992
|
size = props.size,
|
|
@@ -24939,12 +24995,12 @@ var Pattern = function Pattern(props) {
|
|
|
24939
24995
|
className = props.className,
|
|
24940
24996
|
iconClassName = props.iconClassName,
|
|
24941
24997
|
testid = props.testid,
|
|
24942
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
24998
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Q);
|
|
24943
24999
|
return /*#__PURE__*/React.createElement("span", {
|
|
24944
25000
|
role: "img",
|
|
24945
25001
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
24946
25002
|
}, /*#__PURE__*/React.createElement("style", {
|
|
24947
|
-
children: loadingCircleStyle$
|
|
25003
|
+
children: loadingCircleStyle$6Q
|
|
24948
25004
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
24949
25005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24950
25006
|
width: size,
|
|
@@ -24989,8 +25045,8 @@ Pattern.defaultProps = {
|
|
|
24989
25045
|
size: '1em'
|
|
24990
25046
|
};
|
|
24991
25047
|
|
|
24992
|
-
var _excluded$
|
|
24993
|
-
var loadingCircleStyle$
|
|
25048
|
+
var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25049
|
+
var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
24994
25050
|
var Debug = function Debug(props) {
|
|
24995
25051
|
var color = props.color,
|
|
24996
25052
|
size = props.size,
|
|
@@ -24999,12 +25055,12 @@ var Debug = function Debug(props) {
|
|
|
24999
25055
|
className = props.className,
|
|
25000
25056
|
iconClassName = props.iconClassName,
|
|
25001
25057
|
testid = props.testid,
|
|
25002
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25058
|
+
otherProps = _objectWithoutProperties(props, _excluded$6R);
|
|
25003
25059
|
return /*#__PURE__*/React.createElement("span", {
|
|
25004
25060
|
role: "img",
|
|
25005
25061
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25006
25062
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25007
|
-
children: loadingCircleStyle$
|
|
25063
|
+
children: loadingCircleStyle$6R
|
|
25008
25064
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25009
25065
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25010
25066
|
width: size,
|
|
@@ -25041,8 +25097,8 @@ Debug.defaultProps = {
|
|
|
25041
25097
|
size: '1em'
|
|
25042
25098
|
};
|
|
25043
25099
|
|
|
25044
|
-
var _excluded$
|
|
25045
|
-
var loadingCircleStyle$
|
|
25100
|
+
var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25101
|
+
var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25046
25102
|
var Live = function Live(props) {
|
|
25047
25103
|
var color = props.color,
|
|
25048
25104
|
size = props.size,
|
|
@@ -25051,12 +25107,12 @@ var Live = function Live(props) {
|
|
|
25051
25107
|
className = props.className,
|
|
25052
25108
|
iconClassName = props.iconClassName,
|
|
25053
25109
|
testid = props.testid,
|
|
25054
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25110
|
+
otherProps = _objectWithoutProperties(props, _excluded$6S);
|
|
25055
25111
|
return /*#__PURE__*/React.createElement("span", {
|
|
25056
25112
|
role: "img",
|
|
25057
25113
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25058
25114
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25059
|
-
children: loadingCircleStyle$
|
|
25115
|
+
children: loadingCircleStyle$6S
|
|
25060
25116
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25061
25117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25062
25118
|
width: size,
|
|
@@ -25093,8 +25149,8 @@ Live.defaultProps = {
|
|
|
25093
25149
|
size: '1em'
|
|
25094
25150
|
};
|
|
25095
25151
|
|
|
25096
|
-
var _excluded$
|
|
25097
|
-
var loadingCircleStyle$
|
|
25152
|
+
var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25153
|
+
var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25098
25154
|
var Plug = function Plug(props) {
|
|
25099
25155
|
var color = props.color,
|
|
25100
25156
|
size = props.size,
|
|
@@ -25103,12 +25159,12 @@ var Plug = function Plug(props) {
|
|
|
25103
25159
|
className = props.className,
|
|
25104
25160
|
iconClassName = props.iconClassName,
|
|
25105
25161
|
testid = props.testid,
|
|
25106
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25162
|
+
otherProps = _objectWithoutProperties(props, _excluded$6T);
|
|
25107
25163
|
return /*#__PURE__*/React.createElement("span", {
|
|
25108
25164
|
role: "img",
|
|
25109
25165
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25110
25166
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25111
|
-
children: loadingCircleStyle$
|
|
25167
|
+
children: loadingCircleStyle$6T
|
|
25112
25168
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25113
25169
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25114
25170
|
width: size,
|
|
@@ -25145,8 +25201,8 @@ Plug.defaultProps = {
|
|
|
25145
25201
|
size: '1em'
|
|
25146
25202
|
};
|
|
25147
25203
|
|
|
25148
|
-
var _excluded$
|
|
25149
|
-
var loadingCircleStyle$
|
|
25204
|
+
var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25205
|
+
var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25150
25206
|
var Application = function Application(props) {
|
|
25151
25207
|
var color = props.color,
|
|
25152
25208
|
size = props.size,
|
|
@@ -25155,12 +25211,12 @@ var Application = function Application(props) {
|
|
|
25155
25211
|
className = props.className,
|
|
25156
25212
|
iconClassName = props.iconClassName,
|
|
25157
25213
|
testid = props.testid,
|
|
25158
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25214
|
+
otherProps = _objectWithoutProperties(props, _excluded$6U);
|
|
25159
25215
|
return /*#__PURE__*/React.createElement("span", {
|
|
25160
25216
|
role: "img",
|
|
25161
25217
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25162
25218
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25163
|
-
children: loadingCircleStyle$
|
|
25219
|
+
children: loadingCircleStyle$6U
|
|
25164
25220
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25165
25221
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25166
25222
|
width: size,
|
|
@@ -25207,8 +25263,8 @@ Application.defaultProps = {
|
|
|
25207
25263
|
size: '1em'
|
|
25208
25264
|
};
|
|
25209
25265
|
|
|
25210
|
-
var _excluded$
|
|
25211
|
-
var loadingCircleStyle$
|
|
25266
|
+
var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25267
|
+
var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25212
25268
|
var Gift = function Gift(props) {
|
|
25213
25269
|
var color = props.color,
|
|
25214
25270
|
size = props.size,
|
|
@@ -25217,12 +25273,12 @@ var Gift = function Gift(props) {
|
|
|
25217
25273
|
className = props.className,
|
|
25218
25274
|
iconClassName = props.iconClassName,
|
|
25219
25275
|
testid = props.testid,
|
|
25220
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25276
|
+
otherProps = _objectWithoutProperties(props, _excluded$6V);
|
|
25221
25277
|
return /*#__PURE__*/React.createElement("span", {
|
|
25222
25278
|
role: "img",
|
|
25223
25279
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25224
25280
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25225
|
-
children: loadingCircleStyle$
|
|
25281
|
+
children: loadingCircleStyle$6V
|
|
25226
25282
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25227
25283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25228
25284
|
width: size,
|
|
@@ -25259,8 +25315,8 @@ Gift.defaultProps = {
|
|
|
25259
25315
|
size: '1em'
|
|
25260
25316
|
};
|
|
25261
25317
|
|
|
25262
|
-
var _excluded$
|
|
25263
|
-
var loadingCircleStyle$
|
|
25318
|
+
var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25319
|
+
var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25264
25320
|
var Tips = function Tips(props) {
|
|
25265
25321
|
var color = props.color,
|
|
25266
25322
|
size = props.size,
|
|
@@ -25269,12 +25325,12 @@ var Tips = function Tips(props) {
|
|
|
25269
25325
|
className = props.className,
|
|
25270
25326
|
iconClassName = props.iconClassName,
|
|
25271
25327
|
testid = props.testid,
|
|
25272
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25328
|
+
otherProps = _objectWithoutProperties(props, _excluded$6W);
|
|
25273
25329
|
return /*#__PURE__*/React.createElement("span", {
|
|
25274
25330
|
role: "img",
|
|
25275
25331
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25276
25332
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25277
|
-
children: loadingCircleStyle$
|
|
25333
|
+
children: loadingCircleStyle$6W
|
|
25278
25334
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25279
25335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25280
25336
|
width: size,
|
|
@@ -25313,8 +25369,8 @@ Tips.defaultProps = {
|
|
|
25313
25369
|
size: '1em'
|
|
25314
25370
|
};
|
|
25315
25371
|
|
|
25316
|
-
var _excluded$
|
|
25317
|
-
var loadingCircleStyle$
|
|
25372
|
+
var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25373
|
+
var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25318
25374
|
var Usb = function Usb(props) {
|
|
25319
25375
|
var color = props.color,
|
|
25320
25376
|
size = props.size,
|
|
@@ -25323,12 +25379,12 @@ var Usb = function Usb(props) {
|
|
|
25323
25379
|
className = props.className,
|
|
25324
25380
|
iconClassName = props.iconClassName,
|
|
25325
25381
|
testid = props.testid,
|
|
25326
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25382
|
+
otherProps = _objectWithoutProperties(props, _excluded$6X);
|
|
25327
25383
|
return /*#__PURE__*/React.createElement("span", {
|
|
25328
25384
|
role: "img",
|
|
25329
25385
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25330
25386
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25331
|
-
children: loadingCircleStyle$
|
|
25387
|
+
children: loadingCircleStyle$6X
|
|
25332
25388
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25333
25389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25334
25390
|
width: size,
|
|
@@ -25365,8 +25421,8 @@ Usb.defaultProps = {
|
|
|
25365
25421
|
size: '1em'
|
|
25366
25422
|
};
|
|
25367
25423
|
|
|
25368
|
-
var _excluded$
|
|
25369
|
-
var loadingCircleStyle$
|
|
25424
|
+
var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25425
|
+
var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25370
25426
|
var Location = function Location(props) {
|
|
25371
25427
|
var color = props.color,
|
|
25372
25428
|
size = props.size,
|
|
@@ -25375,12 +25431,12 @@ var Location = function Location(props) {
|
|
|
25375
25431
|
className = props.className,
|
|
25376
25432
|
iconClassName = props.iconClassName,
|
|
25377
25433
|
testid = props.testid,
|
|
25378
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25434
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Y);
|
|
25379
25435
|
return /*#__PURE__*/React.createElement("span", {
|
|
25380
25436
|
role: "img",
|
|
25381
25437
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25382
25438
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25383
|
-
children: loadingCircleStyle$
|
|
25439
|
+
children: loadingCircleStyle$6Y
|
|
25384
25440
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25385
25441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25386
25442
|
width: size,
|
|
@@ -25421,8 +25477,8 @@ Location.defaultProps = {
|
|
|
25421
25477
|
size: '1em'
|
|
25422
25478
|
};
|
|
25423
25479
|
|
|
25424
|
-
var _excluded$
|
|
25425
|
-
var loadingCircleStyle$
|
|
25480
|
+
var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25481
|
+
var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25426
25482
|
var ShieldCheck = function ShieldCheck(props) {
|
|
25427
25483
|
var color = props.color,
|
|
25428
25484
|
size = props.size,
|
|
@@ -25431,12 +25487,12 @@ var ShieldCheck = function ShieldCheck(props) {
|
|
|
25431
25487
|
className = props.className,
|
|
25432
25488
|
iconClassName = props.iconClassName,
|
|
25433
25489
|
testid = props.testid,
|
|
25434
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25490
|
+
otherProps = _objectWithoutProperties(props, _excluded$6Z);
|
|
25435
25491
|
return /*#__PURE__*/React.createElement("span", {
|
|
25436
25492
|
role: "img",
|
|
25437
25493
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25438
25494
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25439
|
-
children: loadingCircleStyle$
|
|
25495
|
+
children: loadingCircleStyle$6Z
|
|
25440
25496
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25441
25497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25442
25498
|
width: size,
|
|
@@ -25473,8 +25529,8 @@ ShieldCheck.defaultProps = {
|
|
|
25473
25529
|
size: '1em'
|
|
25474
25530
|
};
|
|
25475
25531
|
|
|
25476
|
-
var _excluded$
|
|
25477
|
-
var loadingCircleStyle$
|
|
25532
|
+
var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25533
|
+
var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25478
25534
|
var ShieldCross = function ShieldCross(props) {
|
|
25479
25535
|
var color = props.color,
|
|
25480
25536
|
size = props.size,
|
|
@@ -25483,12 +25539,12 @@ var ShieldCross = function ShieldCross(props) {
|
|
|
25483
25539
|
className = props.className,
|
|
25484
25540
|
iconClassName = props.iconClassName,
|
|
25485
25541
|
testid = props.testid,
|
|
25486
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25542
|
+
otherProps = _objectWithoutProperties(props, _excluded$6_);
|
|
25487
25543
|
return /*#__PURE__*/React.createElement("span", {
|
|
25488
25544
|
role: "img",
|
|
25489
25545
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25490
25546
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25491
|
-
children: loadingCircleStyle$
|
|
25547
|
+
children: loadingCircleStyle$6_
|
|
25492
25548
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25493
25549
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25494
25550
|
width: size,
|
|
@@ -25525,8 +25581,8 @@ ShieldCross.defaultProps = {
|
|
|
25525
25581
|
size: '1em'
|
|
25526
25582
|
};
|
|
25527
25583
|
|
|
25528
|
-
var _excluded$
|
|
25529
|
-
var loadingCircleStyle$
|
|
25584
|
+
var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25585
|
+
var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25530
25586
|
var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
25531
25587
|
var color = props.color,
|
|
25532
25588
|
size = props.size,
|
|
@@ -25535,12 +25591,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
|
|
|
25535
25591
|
className = props.className,
|
|
25536
25592
|
iconClassName = props.iconClassName,
|
|
25537
25593
|
testid = props.testid,
|
|
25538
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25594
|
+
otherProps = _objectWithoutProperties(props, _excluded$6$);
|
|
25539
25595
|
return /*#__PURE__*/React.createElement("span", {
|
|
25540
25596
|
role: "img",
|
|
25541
25597
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25542
25598
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25543
|
-
children: loadingCircleStyle$
|
|
25599
|
+
children: loadingCircleStyle$6$
|
|
25544
25600
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25545
25601
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25546
25602
|
width: size,
|
|
@@ -25577,8 +25633,8 @@ ShieldKeyhole.defaultProps = {
|
|
|
25577
25633
|
size: '1em'
|
|
25578
25634
|
};
|
|
25579
25635
|
|
|
25580
|
-
var _excluded$
|
|
25581
|
-
var loadingCircleStyle$
|
|
25636
|
+
var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25637
|
+
var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25582
25638
|
var Bell2Fill = function Bell2Fill(props) {
|
|
25583
25639
|
var color = props.color,
|
|
25584
25640
|
size = props.size,
|
|
@@ -25587,12 +25643,12 @@ var Bell2Fill = function Bell2Fill(props) {
|
|
|
25587
25643
|
className = props.className,
|
|
25588
25644
|
iconClassName = props.iconClassName,
|
|
25589
25645
|
testid = props.testid,
|
|
25590
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25646
|
+
otherProps = _objectWithoutProperties(props, _excluded$70);
|
|
25591
25647
|
return /*#__PURE__*/React.createElement("span", {
|
|
25592
25648
|
role: "img",
|
|
25593
25649
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25594
25650
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25595
|
-
children: loadingCircleStyle$
|
|
25651
|
+
children: loadingCircleStyle$70
|
|
25596
25652
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25597
25653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25598
25654
|
width: size,
|
|
@@ -25629,8 +25685,8 @@ Bell2Fill.defaultProps = {
|
|
|
25629
25685
|
size: '1em'
|
|
25630
25686
|
};
|
|
25631
25687
|
|
|
25632
|
-
var _excluded$
|
|
25633
|
-
var loadingCircleStyle$
|
|
25688
|
+
var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25689
|
+
var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25634
25690
|
var Box = function Box(props) {
|
|
25635
25691
|
var color = props.color,
|
|
25636
25692
|
size = props.size,
|
|
@@ -25639,12 +25695,12 @@ var Box = function Box(props) {
|
|
|
25639
25695
|
className = props.className,
|
|
25640
25696
|
iconClassName = props.iconClassName,
|
|
25641
25697
|
testid = props.testid,
|
|
25642
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25698
|
+
otherProps = _objectWithoutProperties(props, _excluded$71);
|
|
25643
25699
|
return /*#__PURE__*/React.createElement("span", {
|
|
25644
25700
|
role: "img",
|
|
25645
25701
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25646
25702
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25647
|
-
children: loadingCircleStyle$
|
|
25703
|
+
children: loadingCircleStyle$71
|
|
25648
25704
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25649
25705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25650
25706
|
width: size,
|
|
@@ -25681,8 +25737,8 @@ Box.defaultProps = {
|
|
|
25681
25737
|
size: '1em'
|
|
25682
25738
|
};
|
|
25683
25739
|
|
|
25684
|
-
var _excluded$
|
|
25685
|
-
var loadingCircleStyle$
|
|
25740
|
+
var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25741
|
+
var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25686
25742
|
var ShutDown = function ShutDown(props) {
|
|
25687
25743
|
var color = props.color,
|
|
25688
25744
|
size = props.size,
|
|
@@ -25691,12 +25747,12 @@ var ShutDown = function ShutDown(props) {
|
|
|
25691
25747
|
className = props.className,
|
|
25692
25748
|
iconClassName = props.iconClassName,
|
|
25693
25749
|
testid = props.testid,
|
|
25694
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25750
|
+
otherProps = _objectWithoutProperties(props, _excluded$72);
|
|
25695
25751
|
return /*#__PURE__*/React.createElement("span", {
|
|
25696
25752
|
role: "img",
|
|
25697
25753
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25698
25754
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25699
|
-
children: loadingCircleStyle$
|
|
25755
|
+
children: loadingCircleStyle$72
|
|
25700
25756
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25701
25757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25702
25758
|
width: size,
|
|
@@ -25733,8 +25789,8 @@ ShutDown.defaultProps = {
|
|
|
25733
25789
|
size: '1em'
|
|
25734
25790
|
};
|
|
25735
25791
|
|
|
25736
|
-
var _excluded$
|
|
25737
|
-
var loadingCircleStyle$
|
|
25792
|
+
var _excluded$73 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
25793
|
+
var loadingCircleStyle$73 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
25738
25794
|
var Database = function Database(props) {
|
|
25739
25795
|
var color = props.color,
|
|
25740
25796
|
size = props.size,
|
|
@@ -25743,12 +25799,12 @@ var Database = function Database(props) {
|
|
|
25743
25799
|
className = props.className,
|
|
25744
25800
|
iconClassName = props.iconClassName,
|
|
25745
25801
|
testid = props.testid,
|
|
25746
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
25802
|
+
otherProps = _objectWithoutProperties(props, _excluded$73);
|
|
25747
25803
|
return /*#__PURE__*/React.createElement("span", {
|
|
25748
25804
|
role: "img",
|
|
25749
25805
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
25750
25806
|
}, /*#__PURE__*/React.createElement("style", {
|
|
25751
|
-
children: loadingCircleStyle$
|
|
25807
|
+
children: loadingCircleStyle$73
|
|
25752
25808
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
25753
25809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25754
25810
|
width: size,
|
|
@@ -25860,6 +25916,7 @@ exports.TaClick = Click;
|
|
|
25860
25916
|
exports.TaClock = Clock;
|
|
25861
25917
|
exports.TaClose = Close;
|
|
25862
25918
|
exports.TaCode = Code;
|
|
25919
|
+
exports.TaCodeVariable = CodeVariable;
|
|
25863
25920
|
exports.TaComment = Comment;
|
|
25864
25921
|
exports.TaConfig = Config;
|
|
25865
25922
|
exports.TaConsent = Consent;
|