@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.
@@ -15968,7 +15968,7 @@ BuildMode.defaultProps = {
15968
15968
 
15969
15969
  var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
15970
15970
  var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
15971
- var User1 = function User1(props) {
15971
+ var CodeVariable = function CodeVariable(props) {
15972
15972
  var color = props.color,
15973
15973
  size = props.size,
15974
15974
  spin = props.spin,
@@ -16001,6 +16001,62 @@ var User1 = function User1(props) {
16001
16001
  width: "24",
16002
16002
  height: "24",
16003
16003
  xmlns: "http://www.w3.org/2000/svg"
16004
+ }, /*#__PURE__*/React.createElement("path", {
16005
+ 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"
16006
+ }), /*#__PURE__*/React.createElement("path", {
16007
+ 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"
16008
+ }), /*#__PURE__*/React.createElement("path", {
16009
+ 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"
16010
+ }))));
16011
+ };
16012
+ CodeVariable.propTypes = {
16013
+ iconClassName: PropTypes.string,
16014
+ spin: PropTypes.bool,
16015
+ color: PropTypes.string,
16016
+ testid: PropTypes.string,
16017
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
16018
+ };
16019
+ CodeVariable.defaultProps = {
16020
+ spin: false,
16021
+ color: 'currentColor',
16022
+ size: '1em'
16023
+ };
16024
+
16025
+ var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16026
+ var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16027
+ var User1 = function User1(props) {
16028
+ var color = props.color,
16029
+ size = props.size,
16030
+ spin = props.spin,
16031
+ style = props.style,
16032
+ className = props.className,
16033
+ iconClassName = props.iconClassName,
16034
+ testid = props.testid,
16035
+ otherProps = _objectWithoutProperties(props, _excluded$4c);
16036
+ return /*#__PURE__*/React.createElement("span", {
16037
+ role: "img",
16038
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16039
+ }, /*#__PURE__*/React.createElement("style", {
16040
+ children: loadingCircleStyle$4c
16041
+ }), /*#__PURE__*/React.createElement("svg", _extends({
16042
+ xmlns: "http://www.w3.org/2000/svg",
16043
+ width: size,
16044
+ height: size,
16045
+ viewBox: "0 0 24 24",
16046
+ fill: color
16047
+ }, otherProps, {
16048
+ className: iconClassName,
16049
+ "data-testid": testid,
16050
+ style: _objectSpread2(_objectSpread2({}, style), spin ? {
16051
+ animationDuration: '1s',
16052
+ animationIterationCount: 'infinite',
16053
+ animationName: 'loadingCircle',
16054
+ animationTimingFunction: 'linear'
16055
+ } : {})
16056
+ }), /*#__PURE__*/React.createElement("svg", {
16057
+ width: "24",
16058
+ height: "24",
16059
+ xmlns: "http://www.w3.org/2000/svg"
16004
16060
  }, /*#__PURE__*/React.createElement("path", {
16005
16061
  fillRule: "evenodd",
16006
16062
  clipRule: "evenodd",
@@ -16024,8 +16080,8 @@ User1.defaultProps = {
16024
16080
  size: '1em'
16025
16081
  };
16026
16082
 
16027
- var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16028
- var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16083
+ var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16084
+ var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16029
16085
  var User1Fill = function User1Fill(props) {
16030
16086
  var color = props.color,
16031
16087
  size = props.size,
@@ -16034,12 +16090,12 @@ var User1Fill = function User1Fill(props) {
16034
16090
  className = props.className,
16035
16091
  iconClassName = props.iconClassName,
16036
16092
  testid = props.testid,
16037
- otherProps = _objectWithoutProperties(props, _excluded$4c);
16093
+ otherProps = _objectWithoutProperties(props, _excluded$4d);
16038
16094
  return /*#__PURE__*/React.createElement("span", {
16039
16095
  role: "img",
16040
16096
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16041
16097
  }, /*#__PURE__*/React.createElement("style", {
16042
- children: loadingCircleStyle$4c
16098
+ children: loadingCircleStyle$4d
16043
16099
  }), /*#__PURE__*/React.createElement("svg", _extends({
16044
16100
  xmlns: "http://www.w3.org/2000/svg",
16045
16101
  width: size,
@@ -16076,8 +16132,8 @@ User1Fill.defaultProps = {
16076
16132
  size: '1em'
16077
16133
  };
16078
16134
 
16079
- var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16080
- var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16135
+ var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16136
+ var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16081
16137
  var User2 = function User2(props) {
16082
16138
  var color = props.color,
16083
16139
  size = props.size,
@@ -16086,12 +16142,12 @@ var User2 = function User2(props) {
16086
16142
  className = props.className,
16087
16143
  iconClassName = props.iconClassName,
16088
16144
  testid = props.testid,
16089
- otherProps = _objectWithoutProperties(props, _excluded$4d);
16145
+ otherProps = _objectWithoutProperties(props, _excluded$4e);
16090
16146
  return /*#__PURE__*/React.createElement("span", {
16091
16147
  role: "img",
16092
16148
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16093
16149
  }, /*#__PURE__*/React.createElement("style", {
16094
- children: loadingCircleStyle$4d
16150
+ children: loadingCircleStyle$4e
16095
16151
  }), /*#__PURE__*/React.createElement("svg", _extends({
16096
16152
  xmlns: "http://www.w3.org/2000/svg",
16097
16153
  width: size,
@@ -16128,8 +16184,8 @@ User2.defaultProps = {
16128
16184
  size: '1em'
16129
16185
  };
16130
16186
 
16131
- var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16132
- var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16187
+ var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16188
+ var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16133
16189
  var UserSettings = function UserSettings(props) {
16134
16190
  var color = props.color,
16135
16191
  size = props.size,
@@ -16138,12 +16194,12 @@ var UserSettings = function UserSettings(props) {
16138
16194
  className = props.className,
16139
16195
  iconClassName = props.iconClassName,
16140
16196
  testid = props.testid,
16141
- otherProps = _objectWithoutProperties(props, _excluded$4e);
16197
+ otherProps = _objectWithoutProperties(props, _excluded$4f);
16142
16198
  return /*#__PURE__*/React.createElement("span", {
16143
16199
  role: "img",
16144
16200
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16145
16201
  }, /*#__PURE__*/React.createElement("style", {
16146
- children: loadingCircleStyle$4e
16202
+ children: loadingCircleStyle$4f
16147
16203
  }), /*#__PURE__*/React.createElement("svg", _extends({
16148
16204
  xmlns: "http://www.w3.org/2000/svg",
16149
16205
  width: size,
@@ -16180,8 +16236,8 @@ UserSettings.defaultProps = {
16180
16236
  size: '1em'
16181
16237
  };
16182
16238
 
16183
- var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16184
- var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16239
+ var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16240
+ var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16185
16241
  var GroupA2b = function GroupA2b(props) {
16186
16242
  var color = props.color,
16187
16243
  size = props.size,
@@ -16190,12 +16246,12 @@ var GroupA2b = function GroupA2b(props) {
16190
16246
  className = props.className,
16191
16247
  iconClassName = props.iconClassName,
16192
16248
  testid = props.testid,
16193
- otherProps = _objectWithoutProperties(props, _excluded$4f);
16249
+ otherProps = _objectWithoutProperties(props, _excluded$4g);
16194
16250
  return /*#__PURE__*/React.createElement("span", {
16195
16251
  role: "img",
16196
16252
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16197
16253
  }, /*#__PURE__*/React.createElement("style", {
16198
- children: loadingCircleStyle$4f
16254
+ children: loadingCircleStyle$4g
16199
16255
  }), /*#__PURE__*/React.createElement("svg", _extends({
16200
16256
  xmlns: "http://www.w3.org/2000/svg",
16201
16257
  width: size,
@@ -16232,8 +16288,8 @@ GroupA2b.defaultProps = {
16232
16288
  size: '1em'
16233
16289
  };
16234
16290
 
16235
- var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16236
- var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16291
+ var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16292
+ var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16237
16293
  var Group = function Group(props) {
16238
16294
  var color = props.color,
16239
16295
  size = props.size,
@@ -16242,12 +16298,12 @@ var Group = function Group(props) {
16242
16298
  className = props.className,
16243
16299
  iconClassName = props.iconClassName,
16244
16300
  testid = props.testid,
16245
- otherProps = _objectWithoutProperties(props, _excluded$4g);
16301
+ otherProps = _objectWithoutProperties(props, _excluded$4h);
16246
16302
  return /*#__PURE__*/React.createElement("span", {
16247
16303
  role: "img",
16248
16304
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16249
16305
  }, /*#__PURE__*/React.createElement("style", {
16250
- children: loadingCircleStyle$4g
16306
+ children: loadingCircleStyle$4h
16251
16307
  }), /*#__PURE__*/React.createElement("svg", _extends({
16252
16308
  xmlns: "http://www.w3.org/2000/svg",
16253
16309
  width: size,
@@ -16284,8 +16340,8 @@ Group.defaultProps = {
16284
16340
  size: '1em'
16285
16341
  };
16286
16342
 
16287
- var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16288
- var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16343
+ var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16344
+ var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16289
16345
  var GroupFill = function GroupFill(props) {
16290
16346
  var color = props.color,
16291
16347
  size = props.size,
@@ -16294,12 +16350,12 @@ var GroupFill = function GroupFill(props) {
16294
16350
  className = props.className,
16295
16351
  iconClassName = props.iconClassName,
16296
16352
  testid = props.testid,
16297
- otherProps = _objectWithoutProperties(props, _excluded$4h);
16353
+ otherProps = _objectWithoutProperties(props, _excluded$4i);
16298
16354
  return /*#__PURE__*/React.createElement("span", {
16299
16355
  role: "img",
16300
16356
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16301
16357
  }, /*#__PURE__*/React.createElement("style", {
16302
- children: loadingCircleStyle$4h
16358
+ children: loadingCircleStyle$4i
16303
16359
  }), /*#__PURE__*/React.createElement("svg", _extends({
16304
16360
  xmlns: "http://www.w3.org/2000/svg",
16305
16361
  width: size,
@@ -16336,8 +16392,8 @@ GroupFill.defaultProps = {
16336
16392
  size: '1em'
16337
16393
  };
16338
16394
 
16339
- var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16340
- var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16395
+ var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16396
+ var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16341
16397
  var GroupFill2 = function GroupFill2(props) {
16342
16398
  var color = props.color,
16343
16399
  size = props.size,
@@ -16346,12 +16402,12 @@ var GroupFill2 = function GroupFill2(props) {
16346
16402
  className = props.className,
16347
16403
  iconClassName = props.iconClassName,
16348
16404
  testid = props.testid,
16349
- otherProps = _objectWithoutProperties(props, _excluded$4i);
16405
+ otherProps = _objectWithoutProperties(props, _excluded$4j);
16350
16406
  return /*#__PURE__*/React.createElement("span", {
16351
16407
  role: "img",
16352
16408
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16353
16409
  }, /*#__PURE__*/React.createElement("style", {
16354
- children: loadingCircleStyle$4i
16410
+ children: loadingCircleStyle$4j
16355
16411
  }), /*#__PURE__*/React.createElement("svg", _extends({
16356
16412
  xmlns: "http://www.w3.org/2000/svg",
16357
16413
  width: size,
@@ -16388,8 +16444,8 @@ GroupFill2.defaultProps = {
16388
16444
  size: '1em'
16389
16445
  };
16390
16446
 
16391
- var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16392
- var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16447
+ var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16448
+ var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16393
16449
  var GroupAddFill = function GroupAddFill(props) {
16394
16450
  var color = props.color,
16395
16451
  size = props.size,
@@ -16398,12 +16454,12 @@ var GroupAddFill = function GroupAddFill(props) {
16398
16454
  className = props.className,
16399
16455
  iconClassName = props.iconClassName,
16400
16456
  testid = props.testid,
16401
- otherProps = _objectWithoutProperties(props, _excluded$4j);
16457
+ otherProps = _objectWithoutProperties(props, _excluded$4k);
16402
16458
  return /*#__PURE__*/React.createElement("span", {
16403
16459
  role: "img",
16404
16460
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16405
16461
  }, /*#__PURE__*/React.createElement("style", {
16406
- children: loadingCircleStyle$4j
16462
+ children: loadingCircleStyle$4k
16407
16463
  }), /*#__PURE__*/React.createElement("svg", _extends({
16408
16464
  xmlns: "http://www.w3.org/2000/svg",
16409
16465
  width: size,
@@ -16440,8 +16496,8 @@ GroupAddFill.defaultProps = {
16440
16496
  size: '1em'
16441
16497
  };
16442
16498
 
16443
- var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16444
- var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16499
+ var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16500
+ var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16445
16501
  var UserAddFill = function UserAddFill(props) {
16446
16502
  var color = props.color,
16447
16503
  size = props.size,
@@ -16450,12 +16506,12 @@ var UserAddFill = function UserAddFill(props) {
16450
16506
  className = props.className,
16451
16507
  iconClassName = props.iconClassName,
16452
16508
  testid = props.testid,
16453
- otherProps = _objectWithoutProperties(props, _excluded$4k);
16509
+ otherProps = _objectWithoutProperties(props, _excluded$4l);
16454
16510
  return /*#__PURE__*/React.createElement("span", {
16455
16511
  role: "img",
16456
16512
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16457
16513
  }, /*#__PURE__*/React.createElement("style", {
16458
- children: loadingCircleStyle$4k
16514
+ children: loadingCircleStyle$4l
16459
16515
  }), /*#__PURE__*/React.createElement("svg", _extends({
16460
16516
  xmlns: "http://www.w3.org/2000/svg",
16461
16517
  width: size,
@@ -16492,8 +16548,8 @@ UserAddFill.defaultProps = {
16492
16548
  size: '1em'
16493
16549
  };
16494
16550
 
16495
- var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16496
- var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16551
+ var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16552
+ var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16497
16553
  var UploadId = function UploadId(props) {
16498
16554
  var color = props.color,
16499
16555
  size = props.size,
@@ -16502,12 +16558,12 @@ var UploadId = function UploadId(props) {
16502
16558
  className = props.className,
16503
16559
  iconClassName = props.iconClassName,
16504
16560
  testid = props.testid,
16505
- otherProps = _objectWithoutProperties(props, _excluded$4l);
16561
+ otherProps = _objectWithoutProperties(props, _excluded$4m);
16506
16562
  return /*#__PURE__*/React.createElement("span", {
16507
16563
  role: "img",
16508
16564
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16509
16565
  }, /*#__PURE__*/React.createElement("style", {
16510
- children: loadingCircleStyle$4l
16566
+ children: loadingCircleStyle$4m
16511
16567
  }), /*#__PURE__*/React.createElement("svg", _extends({
16512
16568
  xmlns: "http://www.w3.org/2000/svg",
16513
16569
  width: size,
@@ -16546,8 +16602,8 @@ UploadId.defaultProps = {
16546
16602
  size: '1em'
16547
16603
  };
16548
16604
 
16549
- var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16550
- var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16605
+ var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16606
+ var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16551
16607
  var IdFreeze = function IdFreeze(props) {
16552
16608
  var color = props.color,
16553
16609
  size = props.size,
@@ -16556,12 +16612,12 @@ var IdFreeze = function IdFreeze(props) {
16556
16612
  className = props.className,
16557
16613
  iconClassName = props.iconClassName,
16558
16614
  testid = props.testid,
16559
- otherProps = _objectWithoutProperties(props, _excluded$4m);
16615
+ otherProps = _objectWithoutProperties(props, _excluded$4n);
16560
16616
  return /*#__PURE__*/React.createElement("span", {
16561
16617
  role: "img",
16562
16618
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16563
16619
  }, /*#__PURE__*/React.createElement("style", {
16564
- children: loadingCircleStyle$4m
16620
+ children: loadingCircleStyle$4n
16565
16621
  }), /*#__PURE__*/React.createElement("svg", _extends({
16566
16622
  xmlns: "http://www.w3.org/2000/svg",
16567
16623
  width: size,
@@ -16608,8 +16664,8 @@ IdFreeze.defaultProps = {
16608
16664
  size: '1em'
16609
16665
  };
16610
16666
 
16611
- var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16612
- var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16667
+ var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16668
+ var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16613
16669
  var Vip = function Vip(props) {
16614
16670
  var color = props.color,
16615
16671
  size = props.size,
@@ -16618,12 +16674,12 @@ var Vip = function Vip(props) {
16618
16674
  className = props.className,
16619
16675
  iconClassName = props.iconClassName,
16620
16676
  testid = props.testid,
16621
- otherProps = _objectWithoutProperties(props, _excluded$4n);
16677
+ otherProps = _objectWithoutProperties(props, _excluded$4o);
16622
16678
  return /*#__PURE__*/React.createElement("span", {
16623
16679
  role: "img",
16624
16680
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16625
16681
  }, /*#__PURE__*/React.createElement("style", {
16626
- children: loadingCircleStyle$4n
16682
+ children: loadingCircleStyle$4o
16627
16683
  }), /*#__PURE__*/React.createElement("svg", _extends({
16628
16684
  xmlns: "http://www.w3.org/2000/svg",
16629
16685
  width: size,
@@ -16660,8 +16716,8 @@ Vip.defaultProps = {
16660
16716
  size: '1em'
16661
16717
  };
16662
16718
 
16663
- var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16664
- var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16719
+ var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16720
+ var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16665
16721
  var VipFill = function VipFill(props) {
16666
16722
  var color = props.color,
16667
16723
  size = props.size,
@@ -16670,12 +16726,12 @@ var VipFill = function VipFill(props) {
16670
16726
  className = props.className,
16671
16727
  iconClassName = props.iconClassName,
16672
16728
  testid = props.testid,
16673
- otherProps = _objectWithoutProperties(props, _excluded$4o);
16729
+ otherProps = _objectWithoutProperties(props, _excluded$4p);
16674
16730
  return /*#__PURE__*/React.createElement("span", {
16675
16731
  role: "img",
16676
16732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16677
16733
  }, /*#__PURE__*/React.createElement("style", {
16678
- children: loadingCircleStyle$4o
16734
+ children: loadingCircleStyle$4p
16679
16735
  }), /*#__PURE__*/React.createElement("svg", _extends({
16680
16736
  xmlns: "http://www.w3.org/2000/svg",
16681
16737
  width: size,
@@ -16712,8 +16768,8 @@ VipFill.defaultProps = {
16712
16768
  size: '1em'
16713
16769
  };
16714
16770
 
16715
- var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16716
- var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16771
+ var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16772
+ var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16717
16773
  var SvipFill = function SvipFill(props) {
16718
16774
  var color = props.color,
16719
16775
  size = props.size,
@@ -16722,12 +16778,12 @@ var SvipFill = function SvipFill(props) {
16722
16778
  className = props.className,
16723
16779
  iconClassName = props.iconClassName,
16724
16780
  testid = props.testid,
16725
- otherProps = _objectWithoutProperties(props, _excluded$4p);
16781
+ otherProps = _objectWithoutProperties(props, _excluded$4q);
16726
16782
  return /*#__PURE__*/React.createElement("span", {
16727
16783
  role: "img",
16728
16784
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16729
16785
  }, /*#__PURE__*/React.createElement("style", {
16730
- children: loadingCircleStyle$4p
16786
+ children: loadingCircleStyle$4q
16731
16787
  }), /*#__PURE__*/React.createElement("svg", _extends({
16732
16788
  xmlns: "http://www.w3.org/2000/svg",
16733
16789
  width: size,
@@ -16766,8 +16822,8 @@ SvipFill.defaultProps = {
16766
16822
  size: '1em'
16767
16823
  };
16768
16824
 
16769
- var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16770
- var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16825
+ var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16826
+ var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16771
16827
  var TransferOwnership = function TransferOwnership(props) {
16772
16828
  var color = props.color,
16773
16829
  size = props.size,
@@ -16776,12 +16832,12 @@ var TransferOwnership = function TransferOwnership(props) {
16776
16832
  className = props.className,
16777
16833
  iconClassName = props.iconClassName,
16778
16834
  testid = props.testid,
16779
- otherProps = _objectWithoutProperties(props, _excluded$4q);
16835
+ otherProps = _objectWithoutProperties(props, _excluded$4r);
16780
16836
  return /*#__PURE__*/React.createElement("span", {
16781
16837
  role: "img",
16782
16838
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16783
16839
  }, /*#__PURE__*/React.createElement("style", {
16784
- children: loadingCircleStyle$4q
16840
+ children: loadingCircleStyle$4r
16785
16841
  }), /*#__PURE__*/React.createElement("svg", _extends({
16786
16842
  xmlns: "http://www.w3.org/2000/svg",
16787
16843
  width: size,
@@ -16820,8 +16876,8 @@ TransferOwnership.defaultProps = {
16820
16876
  size: '1em'
16821
16877
  };
16822
16878
 
16823
- var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16824
- var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16879
+ var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16880
+ var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16825
16881
  var ArrowLeft = function ArrowLeft(props) {
16826
16882
  var color = props.color,
16827
16883
  size = props.size,
@@ -16830,12 +16886,12 @@ var ArrowLeft = function ArrowLeft(props) {
16830
16886
  className = props.className,
16831
16887
  iconClassName = props.iconClassName,
16832
16888
  testid = props.testid,
16833
- otherProps = _objectWithoutProperties(props, _excluded$4r);
16889
+ otherProps = _objectWithoutProperties(props, _excluded$4s);
16834
16890
  return /*#__PURE__*/React.createElement("span", {
16835
16891
  role: "img",
16836
16892
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16837
16893
  }, /*#__PURE__*/React.createElement("style", {
16838
- children: loadingCircleStyle$4r
16894
+ children: loadingCircleStyle$4s
16839
16895
  }), /*#__PURE__*/React.createElement("svg", _extends({
16840
16896
  xmlns: "http://www.w3.org/2000/svg",
16841
16897
  width: size,
@@ -16872,8 +16928,8 @@ ArrowLeft.defaultProps = {
16872
16928
  size: '1em'
16873
16929
  };
16874
16930
 
16875
- var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16876
- var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16931
+ var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16932
+ var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16877
16933
  var ArrowRight = function ArrowRight(props) {
16878
16934
  var color = props.color,
16879
16935
  size = props.size,
@@ -16882,12 +16938,12 @@ var ArrowRight = function ArrowRight(props) {
16882
16938
  className = props.className,
16883
16939
  iconClassName = props.iconClassName,
16884
16940
  testid = props.testid,
16885
- otherProps = _objectWithoutProperties(props, _excluded$4s);
16941
+ otherProps = _objectWithoutProperties(props, _excluded$4t);
16886
16942
  return /*#__PURE__*/React.createElement("span", {
16887
16943
  role: "img",
16888
16944
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16889
16945
  }, /*#__PURE__*/React.createElement("style", {
16890
- children: loadingCircleStyle$4s
16946
+ children: loadingCircleStyle$4t
16891
16947
  }), /*#__PURE__*/React.createElement("svg", _extends({
16892
16948
  xmlns: "http://www.w3.org/2000/svg",
16893
16949
  width: size,
@@ -16924,8 +16980,8 @@ ArrowRight.defaultProps = {
16924
16980
  size: '1em'
16925
16981
  };
16926
16982
 
16927
- var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16928
- var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16983
+ var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16984
+ var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16929
16985
  var ArrowUp = function ArrowUp(props) {
16930
16986
  var color = props.color,
16931
16987
  size = props.size,
@@ -16934,12 +16990,12 @@ var ArrowUp = function ArrowUp(props) {
16934
16990
  className = props.className,
16935
16991
  iconClassName = props.iconClassName,
16936
16992
  testid = props.testid,
16937
- otherProps = _objectWithoutProperties(props, _excluded$4t);
16993
+ otherProps = _objectWithoutProperties(props, _excluded$4u);
16938
16994
  return /*#__PURE__*/React.createElement("span", {
16939
16995
  role: "img",
16940
16996
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16941
16997
  }, /*#__PURE__*/React.createElement("style", {
16942
- children: loadingCircleStyle$4t
16998
+ children: loadingCircleStyle$4u
16943
16999
  }), /*#__PURE__*/React.createElement("svg", _extends({
16944
17000
  xmlns: "http://www.w3.org/2000/svg",
16945
17001
  width: size,
@@ -16976,8 +17032,8 @@ ArrowUp.defaultProps = {
16976
17032
  size: '1em'
16977
17033
  };
16978
17034
 
16979
- var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
16980
- var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17035
+ var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17036
+ var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
16981
17037
  var ArrowDown = function ArrowDown(props) {
16982
17038
  var color = props.color,
16983
17039
  size = props.size,
@@ -16986,12 +17042,12 @@ var ArrowDown = function ArrowDown(props) {
16986
17042
  className = props.className,
16987
17043
  iconClassName = props.iconClassName,
16988
17044
  testid = props.testid,
16989
- otherProps = _objectWithoutProperties(props, _excluded$4u);
17045
+ otherProps = _objectWithoutProperties(props, _excluded$4v);
16990
17046
  return /*#__PURE__*/React.createElement("span", {
16991
17047
  role: "img",
16992
17048
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
16993
17049
  }, /*#__PURE__*/React.createElement("style", {
16994
- children: loadingCircleStyle$4u
17050
+ children: loadingCircleStyle$4v
16995
17051
  }), /*#__PURE__*/React.createElement("svg", _extends({
16996
17052
  xmlns: "http://www.w3.org/2000/svg",
16997
17053
  width: size,
@@ -17028,8 +17084,8 @@ ArrowDown.defaultProps = {
17028
17084
  size: '1em'
17029
17085
  };
17030
17086
 
17031
- var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17032
- var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17087
+ var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17088
+ var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17033
17089
  var ArrowLeft2 = function ArrowLeft2(props) {
17034
17090
  var color = props.color,
17035
17091
  size = props.size,
@@ -17038,12 +17094,12 @@ var ArrowLeft2 = function ArrowLeft2(props) {
17038
17094
  className = props.className,
17039
17095
  iconClassName = props.iconClassName,
17040
17096
  testid = props.testid,
17041
- otherProps = _objectWithoutProperties(props, _excluded$4v);
17097
+ otherProps = _objectWithoutProperties(props, _excluded$4w);
17042
17098
  return /*#__PURE__*/React.createElement("span", {
17043
17099
  role: "img",
17044
17100
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17045
17101
  }, /*#__PURE__*/React.createElement("style", {
17046
- children: loadingCircleStyle$4v
17102
+ children: loadingCircleStyle$4w
17047
17103
  }), /*#__PURE__*/React.createElement("svg", _extends({
17048
17104
  xmlns: "http://www.w3.org/2000/svg",
17049
17105
  width: size,
@@ -17080,8 +17136,8 @@ ArrowLeft2.defaultProps = {
17080
17136
  size: '1em'
17081
17137
  };
17082
17138
 
17083
- var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17084
- var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17139
+ var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17140
+ var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17085
17141
  var ArrowRight2 = function ArrowRight2(props) {
17086
17142
  var color = props.color,
17087
17143
  size = props.size,
@@ -17090,12 +17146,12 @@ var ArrowRight2 = function ArrowRight2(props) {
17090
17146
  className = props.className,
17091
17147
  iconClassName = props.iconClassName,
17092
17148
  testid = props.testid,
17093
- otherProps = _objectWithoutProperties(props, _excluded$4w);
17149
+ otherProps = _objectWithoutProperties(props, _excluded$4x);
17094
17150
  return /*#__PURE__*/React.createElement("span", {
17095
17151
  role: "img",
17096
17152
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17097
17153
  }, /*#__PURE__*/React.createElement("style", {
17098
- children: loadingCircleStyle$4w
17154
+ children: loadingCircleStyle$4x
17099
17155
  }), /*#__PURE__*/React.createElement("svg", _extends({
17100
17156
  xmlns: "http://www.w3.org/2000/svg",
17101
17157
  width: size,
@@ -17132,8 +17188,8 @@ ArrowRight2.defaultProps = {
17132
17188
  size: '1em'
17133
17189
  };
17134
17190
 
17135
- var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17136
- var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17191
+ var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17192
+ var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17137
17193
  var ArrowUp2 = function ArrowUp2(props) {
17138
17194
  var color = props.color,
17139
17195
  size = props.size,
@@ -17142,12 +17198,12 @@ var ArrowUp2 = function ArrowUp2(props) {
17142
17198
  className = props.className,
17143
17199
  iconClassName = props.iconClassName,
17144
17200
  testid = props.testid,
17145
- otherProps = _objectWithoutProperties(props, _excluded$4x);
17201
+ otherProps = _objectWithoutProperties(props, _excluded$4y);
17146
17202
  return /*#__PURE__*/React.createElement("span", {
17147
17203
  role: "img",
17148
17204
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17149
17205
  }, /*#__PURE__*/React.createElement("style", {
17150
- children: loadingCircleStyle$4x
17206
+ children: loadingCircleStyle$4y
17151
17207
  }), /*#__PURE__*/React.createElement("svg", _extends({
17152
17208
  xmlns: "http://www.w3.org/2000/svg",
17153
17209
  width: size,
@@ -17184,8 +17240,8 @@ ArrowUp2.defaultProps = {
17184
17240
  size: '1em'
17185
17241
  };
17186
17242
 
17187
- var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17188
- var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17243
+ var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17244
+ var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17189
17245
  var ArrowDown2 = function ArrowDown2(props) {
17190
17246
  var color = props.color,
17191
17247
  size = props.size,
@@ -17194,12 +17250,12 @@ var ArrowDown2 = function ArrowDown2(props) {
17194
17250
  className = props.className,
17195
17251
  iconClassName = props.iconClassName,
17196
17252
  testid = props.testid,
17197
- otherProps = _objectWithoutProperties(props, _excluded$4y);
17253
+ otherProps = _objectWithoutProperties(props, _excluded$4z);
17198
17254
  return /*#__PURE__*/React.createElement("span", {
17199
17255
  role: "img",
17200
17256
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17201
17257
  }, /*#__PURE__*/React.createElement("style", {
17202
- children: loadingCircleStyle$4y
17258
+ children: loadingCircleStyle$4z
17203
17259
  }), /*#__PURE__*/React.createElement("svg", _extends({
17204
17260
  xmlns: "http://www.w3.org/2000/svg",
17205
17261
  width: size,
@@ -17236,8 +17292,8 @@ ArrowDown2.defaultProps = {
17236
17292
  size: '1em'
17237
17293
  };
17238
17294
 
17239
- var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17240
- var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17295
+ var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17296
+ var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17241
17297
  var TriLeft = function TriLeft(props) {
17242
17298
  var color = props.color,
17243
17299
  size = props.size,
@@ -17246,12 +17302,12 @@ var TriLeft = function TriLeft(props) {
17246
17302
  className = props.className,
17247
17303
  iconClassName = props.iconClassName,
17248
17304
  testid = props.testid,
17249
- otherProps = _objectWithoutProperties(props, _excluded$4z);
17305
+ otherProps = _objectWithoutProperties(props, _excluded$4A);
17250
17306
  return /*#__PURE__*/React.createElement("span", {
17251
17307
  role: "img",
17252
17308
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17253
17309
  }, /*#__PURE__*/React.createElement("style", {
17254
- children: loadingCircleStyle$4z
17310
+ children: loadingCircleStyle$4A
17255
17311
  }), /*#__PURE__*/React.createElement("svg", _extends({
17256
17312
  xmlns: "http://www.w3.org/2000/svg",
17257
17313
  width: size,
@@ -17288,8 +17344,8 @@ TriLeft.defaultProps = {
17288
17344
  size: '1em'
17289
17345
  };
17290
17346
 
17291
- var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17292
- var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17347
+ var _excluded$4B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17348
+ var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17293
17349
  var TriRight = function TriRight(props) {
17294
17350
  var color = props.color,
17295
17351
  size = props.size,
@@ -17298,12 +17354,12 @@ var TriRight = function TriRight(props) {
17298
17354
  className = props.className,
17299
17355
  iconClassName = props.iconClassName,
17300
17356
  testid = props.testid,
17301
- otherProps = _objectWithoutProperties(props, _excluded$4A);
17357
+ otherProps = _objectWithoutProperties(props, _excluded$4B);
17302
17358
  return /*#__PURE__*/React.createElement("span", {
17303
17359
  role: "img",
17304
17360
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17305
17361
  }, /*#__PURE__*/React.createElement("style", {
17306
- children: loadingCircleStyle$4A
17362
+ children: loadingCircleStyle$4B
17307
17363
  }), /*#__PURE__*/React.createElement("svg", _extends({
17308
17364
  xmlns: "http://www.w3.org/2000/svg",
17309
17365
  width: size,
@@ -17340,8 +17396,8 @@ TriRight.defaultProps = {
17340
17396
  size: '1em'
17341
17397
  };
17342
17398
 
17343
- var _excluded$4B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17344
- var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17399
+ var _excluded$4C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17400
+ var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17345
17401
  var TriUp = function TriUp(props) {
17346
17402
  var color = props.color,
17347
17403
  size = props.size,
@@ -17350,12 +17406,12 @@ var TriUp = function TriUp(props) {
17350
17406
  className = props.className,
17351
17407
  iconClassName = props.iconClassName,
17352
17408
  testid = props.testid,
17353
- otherProps = _objectWithoutProperties(props, _excluded$4B);
17409
+ otherProps = _objectWithoutProperties(props, _excluded$4C);
17354
17410
  return /*#__PURE__*/React.createElement("span", {
17355
17411
  role: "img",
17356
17412
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17357
17413
  }, /*#__PURE__*/React.createElement("style", {
17358
- children: loadingCircleStyle$4B
17414
+ children: loadingCircleStyle$4C
17359
17415
  }), /*#__PURE__*/React.createElement("svg", _extends({
17360
17416
  xmlns: "http://www.w3.org/2000/svg",
17361
17417
  width: size,
@@ -17392,8 +17448,8 @@ TriUp.defaultProps = {
17392
17448
  size: '1em'
17393
17449
  };
17394
17450
 
17395
- var _excluded$4C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17396
- var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17451
+ var _excluded$4D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17452
+ var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17397
17453
  var TriDown = function TriDown(props) {
17398
17454
  var color = props.color,
17399
17455
  size = props.size,
@@ -17402,12 +17458,12 @@ var TriDown = function TriDown(props) {
17402
17458
  className = props.className,
17403
17459
  iconClassName = props.iconClassName,
17404
17460
  testid = props.testid,
17405
- otherProps = _objectWithoutProperties(props, _excluded$4C);
17461
+ otherProps = _objectWithoutProperties(props, _excluded$4D);
17406
17462
  return /*#__PURE__*/React.createElement("span", {
17407
17463
  role: "img",
17408
17464
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17409
17465
  }, /*#__PURE__*/React.createElement("style", {
17410
- children: loadingCircleStyle$4C
17466
+ children: loadingCircleStyle$4D
17411
17467
  }), /*#__PURE__*/React.createElement("svg", _extends({
17412
17468
  xmlns: "http://www.w3.org/2000/svg",
17413
17469
  width: size,
@@ -17444,8 +17500,8 @@ TriDown.defaultProps = {
17444
17500
  size: '1em'
17445
17501
  };
17446
17502
 
17447
- var _excluded$4D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17448
- var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17503
+ var _excluded$4E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17504
+ var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17449
17505
  var DArrowL = function DArrowL(props) {
17450
17506
  var color = props.color,
17451
17507
  size = props.size,
@@ -17454,12 +17510,12 @@ var DArrowL = function DArrowL(props) {
17454
17510
  className = props.className,
17455
17511
  iconClassName = props.iconClassName,
17456
17512
  testid = props.testid,
17457
- otherProps = _objectWithoutProperties(props, _excluded$4D);
17513
+ otherProps = _objectWithoutProperties(props, _excluded$4E);
17458
17514
  return /*#__PURE__*/React.createElement("span", {
17459
17515
  role: "img",
17460
17516
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17461
17517
  }, /*#__PURE__*/React.createElement("style", {
17462
- children: loadingCircleStyle$4D
17518
+ children: loadingCircleStyle$4E
17463
17519
  }), /*#__PURE__*/React.createElement("svg", _extends({
17464
17520
  xmlns: "http://www.w3.org/2000/svg",
17465
17521
  width: size,
@@ -17498,8 +17554,8 @@ DArrowL.defaultProps = {
17498
17554
  size: '1em'
17499
17555
  };
17500
17556
 
17501
- var _excluded$4E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17502
- var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17557
+ var _excluded$4F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17558
+ var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17503
17559
  var DArrowR = function DArrowR(props) {
17504
17560
  var color = props.color,
17505
17561
  size = props.size,
@@ -17508,12 +17564,12 @@ var DArrowR = function DArrowR(props) {
17508
17564
  className = props.className,
17509
17565
  iconClassName = props.iconClassName,
17510
17566
  testid = props.testid,
17511
- otherProps = _objectWithoutProperties(props, _excluded$4E);
17567
+ otherProps = _objectWithoutProperties(props, _excluded$4F);
17512
17568
  return /*#__PURE__*/React.createElement("span", {
17513
17569
  role: "img",
17514
17570
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17515
17571
  }, /*#__PURE__*/React.createElement("style", {
17516
- children: loadingCircleStyle$4E
17572
+ children: loadingCircleStyle$4F
17517
17573
  }), /*#__PURE__*/React.createElement("svg", _extends({
17518
17574
  xmlns: "http://www.w3.org/2000/svg",
17519
17575
  width: size,
@@ -17552,8 +17608,8 @@ DArrowR.defaultProps = {
17552
17608
  size: '1em'
17553
17609
  };
17554
17610
 
17555
- var _excluded$4F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17556
- var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17611
+ var _excluded$4G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17612
+ var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17557
17613
  var DArrowT = function DArrowT(props) {
17558
17614
  var color = props.color,
17559
17615
  size = props.size,
@@ -17562,12 +17618,12 @@ var DArrowT = function DArrowT(props) {
17562
17618
  className = props.className,
17563
17619
  iconClassName = props.iconClassName,
17564
17620
  testid = props.testid,
17565
- otherProps = _objectWithoutProperties(props, _excluded$4F);
17621
+ otherProps = _objectWithoutProperties(props, _excluded$4G);
17566
17622
  return /*#__PURE__*/React.createElement("span", {
17567
17623
  role: "img",
17568
17624
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17569
17625
  }, /*#__PURE__*/React.createElement("style", {
17570
- children: loadingCircleStyle$4F
17626
+ children: loadingCircleStyle$4G
17571
17627
  }), /*#__PURE__*/React.createElement("svg", _extends({
17572
17628
  xmlns: "http://www.w3.org/2000/svg",
17573
17629
  width: size,
@@ -17606,8 +17662,8 @@ DArrowT.defaultProps = {
17606
17662
  size: '1em'
17607
17663
  };
17608
17664
 
17609
- var _excluded$4G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17610
- var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17665
+ var _excluded$4H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17666
+ var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17611
17667
  var DArrowB = function DArrowB(props) {
17612
17668
  var color = props.color,
17613
17669
  size = props.size,
@@ -17616,12 +17672,12 @@ var DArrowB = function DArrowB(props) {
17616
17672
  className = props.className,
17617
17673
  iconClassName = props.iconClassName,
17618
17674
  testid = props.testid,
17619
- otherProps = _objectWithoutProperties(props, _excluded$4G);
17675
+ otherProps = _objectWithoutProperties(props, _excluded$4H);
17620
17676
  return /*#__PURE__*/React.createElement("span", {
17621
17677
  role: "img",
17622
17678
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17623
17679
  }, /*#__PURE__*/React.createElement("style", {
17624
- children: loadingCircleStyle$4G
17680
+ children: loadingCircleStyle$4H
17625
17681
  }), /*#__PURE__*/React.createElement("svg", _extends({
17626
17682
  xmlns: "http://www.w3.org/2000/svg",
17627
17683
  width: size,
@@ -17660,8 +17716,8 @@ DArrowB.defaultProps = {
17660
17716
  size: '1em'
17661
17717
  };
17662
17718
 
17663
- var _excluded$4H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17664
- var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17719
+ var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17720
+ var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17665
17721
  var DropDown = function DropDown(props) {
17666
17722
  var color = props.color,
17667
17723
  size = props.size,
@@ -17670,12 +17726,12 @@ var DropDown = function DropDown(props) {
17670
17726
  className = props.className,
17671
17727
  iconClassName = props.iconClassName,
17672
17728
  testid = props.testid,
17673
- otherProps = _objectWithoutProperties(props, _excluded$4H);
17729
+ otherProps = _objectWithoutProperties(props, _excluded$4I);
17674
17730
  return /*#__PURE__*/React.createElement("span", {
17675
17731
  role: "img",
17676
17732
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17677
17733
  }, /*#__PURE__*/React.createElement("style", {
17678
- children: loadingCircleStyle$4H
17734
+ children: loadingCircleStyle$4I
17679
17735
  }), /*#__PURE__*/React.createElement("svg", _extends({
17680
17736
  xmlns: "http://www.w3.org/2000/svg",
17681
17737
  width: size,
@@ -17712,8 +17768,8 @@ DropDown.defaultProps = {
17712
17768
  size: '1em'
17713
17769
  };
17714
17770
 
17715
- var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17716
- var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17771
+ var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17772
+ var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17717
17773
  var DropUp = function DropUp(props) {
17718
17774
  var color = props.color,
17719
17775
  size = props.size,
@@ -17722,12 +17778,12 @@ var DropUp = function DropUp(props) {
17722
17778
  className = props.className,
17723
17779
  iconClassName = props.iconClassName,
17724
17780
  testid = props.testid,
17725
- otherProps = _objectWithoutProperties(props, _excluded$4I);
17781
+ otherProps = _objectWithoutProperties(props, _excluded$4J);
17726
17782
  return /*#__PURE__*/React.createElement("span", {
17727
17783
  role: "img",
17728
17784
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17729
17785
  }, /*#__PURE__*/React.createElement("style", {
17730
- children: loadingCircleStyle$4I
17786
+ children: loadingCircleStyle$4J
17731
17787
  }), /*#__PURE__*/React.createElement("svg", _extends({
17732
17788
  xmlns: "http://www.w3.org/2000/svg",
17733
17789
  width: size,
@@ -17764,8 +17820,8 @@ DropUp.defaultProps = {
17764
17820
  size: '1em'
17765
17821
  };
17766
17822
 
17767
- var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17768
- var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17823
+ var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17824
+ var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17769
17825
  var More1 = function More1(props) {
17770
17826
  var color = props.color,
17771
17827
  size = props.size,
@@ -17774,12 +17830,12 @@ var More1 = function More1(props) {
17774
17830
  className = props.className,
17775
17831
  iconClassName = props.iconClassName,
17776
17832
  testid = props.testid,
17777
- otherProps = _objectWithoutProperties(props, _excluded$4J);
17833
+ otherProps = _objectWithoutProperties(props, _excluded$4K);
17778
17834
  return /*#__PURE__*/React.createElement("span", {
17779
17835
  role: "img",
17780
17836
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17781
17837
  }, /*#__PURE__*/React.createElement("style", {
17782
- children: loadingCircleStyle$4J
17838
+ children: loadingCircleStyle$4K
17783
17839
  }), /*#__PURE__*/React.createElement("svg", _extends({
17784
17840
  xmlns: "http://www.w3.org/2000/svg",
17785
17841
  width: size,
@@ -17816,8 +17872,8 @@ More1.defaultProps = {
17816
17872
  size: '1em'
17817
17873
  };
17818
17874
 
17819
- var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17820
- var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17875
+ var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17876
+ var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17821
17877
  var More2 = function More2(props) {
17822
17878
  var color = props.color,
17823
17879
  size = props.size,
@@ -17826,12 +17882,12 @@ var More2 = function More2(props) {
17826
17882
  className = props.className,
17827
17883
  iconClassName = props.iconClassName,
17828
17884
  testid = props.testid,
17829
- otherProps = _objectWithoutProperties(props, _excluded$4K);
17885
+ otherProps = _objectWithoutProperties(props, _excluded$4L);
17830
17886
  return /*#__PURE__*/React.createElement("span", {
17831
17887
  role: "img",
17832
17888
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17833
17889
  }, /*#__PURE__*/React.createElement("style", {
17834
- children: loadingCircleStyle$4K
17890
+ children: loadingCircleStyle$4L
17835
17891
  }), /*#__PURE__*/React.createElement("svg", _extends({
17836
17892
  xmlns: "http://www.w3.org/2000/svg",
17837
17893
  width: size,
@@ -17868,8 +17924,8 @@ More2.defaultProps = {
17868
17924
  size: '1em'
17869
17925
  };
17870
17926
 
17871
- var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17872
- var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17927
+ var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17928
+ var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17873
17929
  var Drag = function Drag(props) {
17874
17930
  var color = props.color,
17875
17931
  size = props.size,
@@ -17878,12 +17934,12 @@ var Drag = function Drag(props) {
17878
17934
  className = props.className,
17879
17935
  iconClassName = props.iconClassName,
17880
17936
  testid = props.testid,
17881
- otherProps = _objectWithoutProperties(props, _excluded$4L);
17937
+ otherProps = _objectWithoutProperties(props, _excluded$4M);
17882
17938
  return /*#__PURE__*/React.createElement("span", {
17883
17939
  role: "img",
17884
17940
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17885
17941
  }, /*#__PURE__*/React.createElement("style", {
17886
- children: loadingCircleStyle$4L
17942
+ children: loadingCircleStyle$4M
17887
17943
  }), /*#__PURE__*/React.createElement("svg", _extends({
17888
17944
  xmlns: "http://www.w3.org/2000/svg",
17889
17945
  width: size,
@@ -17930,8 +17986,8 @@ Drag.defaultProps = {
17930
17986
  size: '1em'
17931
17987
  };
17932
17988
 
17933
- var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17934
- var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17989
+ var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17990
+ var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17935
17991
  var Grid = function Grid(props) {
17936
17992
  var color = props.color,
17937
17993
  size = props.size,
@@ -17940,12 +17996,12 @@ var Grid = function Grid(props) {
17940
17996
  className = props.className,
17941
17997
  iconClassName = props.iconClassName,
17942
17998
  testid = props.testid,
17943
- otherProps = _objectWithoutProperties(props, _excluded$4M);
17999
+ otherProps = _objectWithoutProperties(props, _excluded$4N);
17944
18000
  return /*#__PURE__*/React.createElement("span", {
17945
18001
  role: "img",
17946
18002
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
17947
18003
  }, /*#__PURE__*/React.createElement("style", {
17948
- children: loadingCircleStyle$4M
18004
+ children: loadingCircleStyle$4N
17949
18005
  }), /*#__PURE__*/React.createElement("svg", _extends({
17950
18006
  xmlns: "http://www.w3.org/2000/svg",
17951
18007
  width: size,
@@ -17984,8 +18040,8 @@ Grid.defaultProps = {
17984
18040
  size: '1em'
17985
18041
  };
17986
18042
 
17987
- var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
17988
- var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18043
+ var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18044
+ var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
17989
18045
  var Drag2 = function Drag2(props) {
17990
18046
  var color = props.color,
17991
18047
  size = props.size,
@@ -17994,12 +18050,12 @@ var Drag2 = function Drag2(props) {
17994
18050
  className = props.className,
17995
18051
  iconClassName = props.iconClassName,
17996
18052
  testid = props.testid,
17997
- otherProps = _objectWithoutProperties(props, _excluded$4N);
18053
+ otherProps = _objectWithoutProperties(props, _excluded$4O);
17998
18054
  return /*#__PURE__*/React.createElement("span", {
17999
18055
  role: "img",
18000
18056
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18001
18057
  }, /*#__PURE__*/React.createElement("style", {
18002
- children: loadingCircleStyle$4N
18058
+ children: loadingCircleStyle$4O
18003
18059
  }), /*#__PURE__*/React.createElement("svg", _extends({
18004
18060
  xmlns: "http://www.w3.org/2000/svg",
18005
18061
  width: size,
@@ -18040,8 +18096,8 @@ Drag2.defaultProps = {
18040
18096
  size: '1em'
18041
18097
  };
18042
18098
 
18043
- var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18044
- var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18099
+ var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18100
+ var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18045
18101
  var External = function External(props) {
18046
18102
  var color = props.color,
18047
18103
  size = props.size,
@@ -18050,12 +18106,12 @@ var External = function External(props) {
18050
18106
  className = props.className,
18051
18107
  iconClassName = props.iconClassName,
18052
18108
  testid = props.testid,
18053
- otherProps = _objectWithoutProperties(props, _excluded$4O);
18109
+ otherProps = _objectWithoutProperties(props, _excluded$4P);
18054
18110
  return /*#__PURE__*/React.createElement("span", {
18055
18111
  role: "img",
18056
18112
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18057
18113
  }, /*#__PURE__*/React.createElement("style", {
18058
- children: loadingCircleStyle$4O
18114
+ children: loadingCircleStyle$4P
18059
18115
  }), /*#__PURE__*/React.createElement("svg", _extends({
18060
18116
  xmlns: "http://www.w3.org/2000/svg",
18061
18117
  width: size,
@@ -18092,8 +18148,8 @@ External.defaultProps = {
18092
18148
  size: '1em'
18093
18149
  };
18094
18150
 
18095
- var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18096
- var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18151
+ var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18152
+ var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18097
18153
  var DisplayS = function DisplayS(props) {
18098
18154
  var color = props.color,
18099
18155
  size = props.size,
@@ -18102,12 +18158,12 @@ var DisplayS = function DisplayS(props) {
18102
18158
  className = props.className,
18103
18159
  iconClassName = props.iconClassName,
18104
18160
  testid = props.testid,
18105
- otherProps = _objectWithoutProperties(props, _excluded$4P);
18161
+ otherProps = _objectWithoutProperties(props, _excluded$4Q);
18106
18162
  return /*#__PURE__*/React.createElement("span", {
18107
18163
  role: "img",
18108
18164
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18109
18165
  }, /*#__PURE__*/React.createElement("style", {
18110
- children: loadingCircleStyle$4P
18166
+ children: loadingCircleStyle$4Q
18111
18167
  }), /*#__PURE__*/React.createElement("svg", _extends({
18112
18168
  xmlns: "http://www.w3.org/2000/svg",
18113
18169
  width: size,
@@ -18146,8 +18202,8 @@ DisplayS.defaultProps = {
18146
18202
  size: '1em'
18147
18203
  };
18148
18204
 
18149
- var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18150
- var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18205
+ var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18206
+ var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18151
18207
  var Share = function Share(props) {
18152
18208
  var color = props.color,
18153
18209
  size = props.size,
@@ -18156,12 +18212,12 @@ var Share = function Share(props) {
18156
18212
  className = props.className,
18157
18213
  iconClassName = props.iconClassName,
18158
18214
  testid = props.testid,
18159
- otherProps = _objectWithoutProperties(props, _excluded$4Q);
18215
+ otherProps = _objectWithoutProperties(props, _excluded$4R);
18160
18216
  return /*#__PURE__*/React.createElement("span", {
18161
18217
  role: "img",
18162
18218
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18163
18219
  }, /*#__PURE__*/React.createElement("style", {
18164
- children: loadingCircleStyle$4Q
18220
+ children: loadingCircleStyle$4R
18165
18221
  }), /*#__PURE__*/React.createElement("svg", _extends({
18166
18222
  xmlns: "http://www.w3.org/2000/svg",
18167
18223
  width: size,
@@ -18198,8 +18254,8 @@ Share.defaultProps = {
18198
18254
  size: '1em'
18199
18255
  };
18200
18256
 
18201
- var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18202
- var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18257
+ var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18258
+ var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18203
18259
  var Play = function Play(props) {
18204
18260
  var color = props.color,
18205
18261
  size = props.size,
@@ -18208,12 +18264,12 @@ var Play = function Play(props) {
18208
18264
  className = props.className,
18209
18265
  iconClassName = props.iconClassName,
18210
18266
  testid = props.testid,
18211
- otherProps = _objectWithoutProperties(props, _excluded$4R);
18267
+ otherProps = _objectWithoutProperties(props, _excluded$4S);
18212
18268
  return /*#__PURE__*/React.createElement("span", {
18213
18269
  role: "img",
18214
18270
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18215
18271
  }, /*#__PURE__*/React.createElement("style", {
18216
- children: loadingCircleStyle$4R
18272
+ children: loadingCircleStyle$4S
18217
18273
  }), /*#__PURE__*/React.createElement("svg", _extends({
18218
18274
  xmlns: "http://www.w3.org/2000/svg",
18219
18275
  width: size,
@@ -18250,8 +18306,8 @@ Play.defaultProps = {
18250
18306
  size: '1em'
18251
18307
  };
18252
18308
 
18253
- var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18254
- var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18309
+ var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18310
+ var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18255
18311
  var Config = function Config(props) {
18256
18312
  var color = props.color,
18257
18313
  size = props.size,
@@ -18260,12 +18316,12 @@ var Config = function Config(props) {
18260
18316
  className = props.className,
18261
18317
  iconClassName = props.iconClassName,
18262
18318
  testid = props.testid,
18263
- otherProps = _objectWithoutProperties(props, _excluded$4S);
18319
+ otherProps = _objectWithoutProperties(props, _excluded$4T);
18264
18320
  return /*#__PURE__*/React.createElement("span", {
18265
18321
  role: "img",
18266
18322
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18267
18323
  }, /*#__PURE__*/React.createElement("style", {
18268
- children: loadingCircleStyle$4S
18324
+ children: loadingCircleStyle$4T
18269
18325
  }), /*#__PURE__*/React.createElement("svg", _extends({
18270
18326
  xmlns: "http://www.w3.org/2000/svg",
18271
18327
  width: size,
@@ -18302,8 +18358,8 @@ Config.defaultProps = {
18302
18358
  size: '1em'
18303
18359
  };
18304
18360
 
18305
- var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18306
- var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18361
+ var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18362
+ var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18307
18363
  var Setting = function Setting(props) {
18308
18364
  var color = props.color,
18309
18365
  size = props.size,
@@ -18312,12 +18368,12 @@ var Setting = function Setting(props) {
18312
18368
  className = props.className,
18313
18369
  iconClassName = props.iconClassName,
18314
18370
  testid = props.testid,
18315
- otherProps = _objectWithoutProperties(props, _excluded$4T);
18371
+ otherProps = _objectWithoutProperties(props, _excluded$4U);
18316
18372
  return /*#__PURE__*/React.createElement("span", {
18317
18373
  role: "img",
18318
18374
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18319
18375
  }, /*#__PURE__*/React.createElement("style", {
18320
- children: loadingCircleStyle$4T
18376
+ children: loadingCircleStyle$4U
18321
18377
  }), /*#__PURE__*/React.createElement("svg", _extends({
18322
18378
  xmlns: "http://www.w3.org/2000/svg",
18323
18379
  width: size,
@@ -18354,8 +18410,8 @@ Setting.defaultProps = {
18354
18410
  size: '1em'
18355
18411
  };
18356
18412
 
18357
- var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18358
- var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18413
+ var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18414
+ var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18359
18415
  var Search = function Search(props) {
18360
18416
  var color = props.color,
18361
18417
  size = props.size,
@@ -18364,12 +18420,12 @@ var Search = function Search(props) {
18364
18420
  className = props.className,
18365
18421
  iconClassName = props.iconClassName,
18366
18422
  testid = props.testid,
18367
- otherProps = _objectWithoutProperties(props, _excluded$4U);
18423
+ otherProps = _objectWithoutProperties(props, _excluded$4V);
18368
18424
  return /*#__PURE__*/React.createElement("span", {
18369
18425
  role: "img",
18370
18426
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18371
18427
  }, /*#__PURE__*/React.createElement("style", {
18372
- children: loadingCircleStyle$4U
18428
+ children: loadingCircleStyle$4V
18373
18429
  }), /*#__PURE__*/React.createElement("svg", _extends({
18374
18430
  xmlns: "http://www.w3.org/2000/svg",
18375
18431
  width: size,
@@ -18406,8 +18462,8 @@ Search.defaultProps = {
18406
18462
  size: '1em'
18407
18463
  };
18408
18464
 
18409
- var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18410
- var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18465
+ var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18466
+ var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18411
18467
  var Copy = function Copy(props) {
18412
18468
  var color = props.color,
18413
18469
  size = props.size,
@@ -18416,12 +18472,12 @@ var Copy = function Copy(props) {
18416
18472
  className = props.className,
18417
18473
  iconClassName = props.iconClassName,
18418
18474
  testid = props.testid,
18419
- otherProps = _objectWithoutProperties(props, _excluded$4V);
18475
+ otherProps = _objectWithoutProperties(props, _excluded$4W);
18420
18476
  return /*#__PURE__*/React.createElement("span", {
18421
18477
  role: "img",
18422
18478
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18423
18479
  }, /*#__PURE__*/React.createElement("style", {
18424
- children: loadingCircleStyle$4V
18480
+ children: loadingCircleStyle$4W
18425
18481
  }), /*#__PURE__*/React.createElement("svg", _extends({
18426
18482
  xmlns: "http://www.w3.org/2000/svg",
18427
18483
  width: size,
@@ -18458,8 +18514,8 @@ Copy.defaultProps = {
18458
18514
  size: '1em'
18459
18515
  };
18460
18516
 
18461
- var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18462
- var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18517
+ var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18518
+ var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18463
18519
  var Copy2 = function Copy2(props) {
18464
18520
  var color = props.color,
18465
18521
  size = props.size,
@@ -18468,12 +18524,12 @@ var Copy2 = function Copy2(props) {
18468
18524
  className = props.className,
18469
18525
  iconClassName = props.iconClassName,
18470
18526
  testid = props.testid,
18471
- otherProps = _objectWithoutProperties(props, _excluded$4W);
18527
+ otherProps = _objectWithoutProperties(props, _excluded$4X);
18472
18528
  return /*#__PURE__*/React.createElement("span", {
18473
18529
  role: "img",
18474
18530
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18475
18531
  }, /*#__PURE__*/React.createElement("style", {
18476
- children: loadingCircleStyle$4W
18532
+ children: loadingCircleStyle$4X
18477
18533
  }), /*#__PURE__*/React.createElement("svg", _extends({
18478
18534
  xmlns: "http://www.w3.org/2000/svg",
18479
18535
  width: size,
@@ -18510,8 +18566,8 @@ Copy2.defaultProps = {
18510
18566
  size: '1em'
18511
18567
  };
18512
18568
 
18513
- var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18514
- var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18569
+ var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18570
+ var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18515
18571
  var Format = function Format(props) {
18516
18572
  var color = props.color,
18517
18573
  size = props.size,
@@ -18520,12 +18576,12 @@ var Format = function Format(props) {
18520
18576
  className = props.className,
18521
18577
  iconClassName = props.iconClassName,
18522
18578
  testid = props.testid,
18523
- otherProps = _objectWithoutProperties(props, _excluded$4X);
18579
+ otherProps = _objectWithoutProperties(props, _excluded$4Y);
18524
18580
  return /*#__PURE__*/React.createElement("span", {
18525
18581
  role: "img",
18526
18582
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18527
18583
  }, /*#__PURE__*/React.createElement("style", {
18528
- children: loadingCircleStyle$4X
18584
+ children: loadingCircleStyle$4Y
18529
18585
  }), /*#__PURE__*/React.createElement("svg", _extends({
18530
18586
  xmlns: "http://www.w3.org/2000/svg",
18531
18587
  width: size,
@@ -18564,8 +18620,8 @@ Format.defaultProps = {
18564
18620
  size: '1em'
18565
18621
  };
18566
18622
 
18567
- var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18568
- var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18623
+ var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18624
+ var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18569
18625
  var Code = function Code(props) {
18570
18626
  var color = props.color,
18571
18627
  size = props.size,
@@ -18574,12 +18630,12 @@ var Code = function Code(props) {
18574
18630
  className = props.className,
18575
18631
  iconClassName = props.iconClassName,
18576
18632
  testid = props.testid,
18577
- otherProps = _objectWithoutProperties(props, _excluded$4Y);
18633
+ otherProps = _objectWithoutProperties(props, _excluded$4Z);
18578
18634
  return /*#__PURE__*/React.createElement("span", {
18579
18635
  role: "img",
18580
18636
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18581
18637
  }, /*#__PURE__*/React.createElement("style", {
18582
- children: loadingCircleStyle$4Y
18638
+ children: loadingCircleStyle$4Z
18583
18639
  }), /*#__PURE__*/React.createElement("svg", _extends({
18584
18640
  xmlns: "http://www.w3.org/2000/svg",
18585
18641
  width: size,
@@ -18616,8 +18672,8 @@ Code.defaultProps = {
18616
18672
  size: '1em'
18617
18673
  };
18618
18674
 
18619
- var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18620
- var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18675
+ var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18676
+ var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18621
18677
  var Edit = function Edit(props) {
18622
18678
  var color = props.color,
18623
18679
  size = props.size,
@@ -18626,12 +18682,12 @@ var Edit = function Edit(props) {
18626
18682
  className = props.className,
18627
18683
  iconClassName = props.iconClassName,
18628
18684
  testid = props.testid,
18629
- otherProps = _objectWithoutProperties(props, _excluded$4Z);
18685
+ otherProps = _objectWithoutProperties(props, _excluded$4_);
18630
18686
  return /*#__PURE__*/React.createElement("span", {
18631
18687
  role: "img",
18632
18688
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18633
18689
  }, /*#__PURE__*/React.createElement("style", {
18634
- children: loadingCircleStyle$4Z
18690
+ children: loadingCircleStyle$4_
18635
18691
  }), /*#__PURE__*/React.createElement("svg", _extends({
18636
18692
  xmlns: "http://www.w3.org/2000/svg",
18637
18693
  width: size,
@@ -18668,8 +18724,8 @@ Edit.defaultProps = {
18668
18724
  size: '1em'
18669
18725
  };
18670
18726
 
18671
- var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18672
- var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18727
+ var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18728
+ var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18673
18729
  var EditFill = function EditFill(props) {
18674
18730
  var color = props.color,
18675
18731
  size = props.size,
@@ -18678,12 +18734,12 @@ var EditFill = function EditFill(props) {
18678
18734
  className = props.className,
18679
18735
  iconClassName = props.iconClassName,
18680
18736
  testid = props.testid,
18681
- otherProps = _objectWithoutProperties(props, _excluded$4_);
18737
+ otherProps = _objectWithoutProperties(props, _excluded$4$);
18682
18738
  return /*#__PURE__*/React.createElement("span", {
18683
18739
  role: "img",
18684
18740
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18685
18741
  }, /*#__PURE__*/React.createElement("style", {
18686
- children: loadingCircleStyle$4_
18742
+ children: loadingCircleStyle$4$
18687
18743
  }), /*#__PURE__*/React.createElement("svg", _extends({
18688
18744
  xmlns: "http://www.w3.org/2000/svg",
18689
18745
  width: size,
@@ -18722,8 +18778,8 @@ EditFill.defaultProps = {
18722
18778
  size: '1em'
18723
18779
  };
18724
18780
 
18725
- var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18726
- var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18781
+ var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18782
+ var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18727
18783
  var Delete1 = function Delete1(props) {
18728
18784
  var color = props.color,
18729
18785
  size = props.size,
@@ -18732,12 +18788,12 @@ var Delete1 = function Delete1(props) {
18732
18788
  className = props.className,
18733
18789
  iconClassName = props.iconClassName,
18734
18790
  testid = props.testid,
18735
- otherProps = _objectWithoutProperties(props, _excluded$4$);
18791
+ otherProps = _objectWithoutProperties(props, _excluded$50);
18736
18792
  return /*#__PURE__*/React.createElement("span", {
18737
18793
  role: "img",
18738
18794
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18739
18795
  }, /*#__PURE__*/React.createElement("style", {
18740
- children: loadingCircleStyle$4$
18796
+ children: loadingCircleStyle$50
18741
18797
  }), /*#__PURE__*/React.createElement("svg", _extends({
18742
18798
  xmlns: "http://www.w3.org/2000/svg",
18743
18799
  width: size,
@@ -18774,8 +18830,8 @@ Delete1.defaultProps = {
18774
18830
  size: '1em'
18775
18831
  };
18776
18832
 
18777
- var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18778
- var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18833
+ var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18834
+ var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18779
18835
  var Save = function Save(props) {
18780
18836
  var color = props.color,
18781
18837
  size = props.size,
@@ -18784,12 +18840,12 @@ var Save = function Save(props) {
18784
18840
  className = props.className,
18785
18841
  iconClassName = props.iconClassName,
18786
18842
  testid = props.testid,
18787
- otherProps = _objectWithoutProperties(props, _excluded$50);
18843
+ otherProps = _objectWithoutProperties(props, _excluded$51);
18788
18844
  return /*#__PURE__*/React.createElement("span", {
18789
18845
  role: "img",
18790
18846
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18791
18847
  }, /*#__PURE__*/React.createElement("style", {
18792
- children: loadingCircleStyle$50
18848
+ children: loadingCircleStyle$51
18793
18849
  }), /*#__PURE__*/React.createElement("svg", _extends({
18794
18850
  xmlns: "http://www.w3.org/2000/svg",
18795
18851
  width: size,
@@ -18826,8 +18882,8 @@ Save.defaultProps = {
18826
18882
  size: '1em'
18827
18883
  };
18828
18884
 
18829
- var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18830
- var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18885
+ var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18886
+ var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18831
18887
  var Send = function Send(props) {
18832
18888
  var color = props.color,
18833
18889
  size = props.size,
@@ -18836,12 +18892,12 @@ var Send = function Send(props) {
18836
18892
  className = props.className,
18837
18893
  iconClassName = props.iconClassName,
18838
18894
  testid = props.testid,
18839
- otherProps = _objectWithoutProperties(props, _excluded$51);
18895
+ otherProps = _objectWithoutProperties(props, _excluded$52);
18840
18896
  return /*#__PURE__*/React.createElement("span", {
18841
18897
  role: "img",
18842
18898
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18843
18899
  }, /*#__PURE__*/React.createElement("style", {
18844
- children: loadingCircleStyle$51
18900
+ children: loadingCircleStyle$52
18845
18901
  }), /*#__PURE__*/React.createElement("svg", _extends({
18846
18902
  xmlns: "http://www.w3.org/2000/svg",
18847
18903
  width: size,
@@ -18880,8 +18936,8 @@ Send.defaultProps = {
18880
18936
  size: '1em'
18881
18937
  };
18882
18938
 
18883
- var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18884
- var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18939
+ var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18940
+ var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18885
18941
  var Fullscreen = function Fullscreen(props) {
18886
18942
  var color = props.color,
18887
18943
  size = props.size,
@@ -18890,12 +18946,12 @@ var Fullscreen = function Fullscreen(props) {
18890
18946
  className = props.className,
18891
18947
  iconClassName = props.iconClassName,
18892
18948
  testid = props.testid,
18893
- otherProps = _objectWithoutProperties(props, _excluded$52);
18949
+ otherProps = _objectWithoutProperties(props, _excluded$53);
18894
18950
  return /*#__PURE__*/React.createElement("span", {
18895
18951
  role: "img",
18896
18952
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18897
18953
  }, /*#__PURE__*/React.createElement("style", {
18898
- children: loadingCircleStyle$52
18954
+ children: loadingCircleStyle$53
18899
18955
  }), /*#__PURE__*/React.createElement("svg", _extends({
18900
18956
  xmlns: "http://www.w3.org/2000/svg",
18901
18957
  width: size,
@@ -18932,8 +18988,8 @@ Fullscreen.defaultProps = {
18932
18988
  size: '1em'
18933
18989
  };
18934
18990
 
18935
- var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18936
- var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18991
+ var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18992
+ var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18937
18993
  var ArrowLeftDown = function ArrowLeftDown(props) {
18938
18994
  var color = props.color,
18939
18995
  size = props.size,
@@ -18942,12 +18998,12 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
18942
18998
  className = props.className,
18943
18999
  iconClassName = props.iconClassName,
18944
19000
  testid = props.testid,
18945
- otherProps = _objectWithoutProperties(props, _excluded$53);
19001
+ otherProps = _objectWithoutProperties(props, _excluded$54);
18946
19002
  return /*#__PURE__*/React.createElement("span", {
18947
19003
  role: "img",
18948
19004
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
18949
19005
  }, /*#__PURE__*/React.createElement("style", {
18950
- children: loadingCircleStyle$53
19006
+ children: loadingCircleStyle$54
18951
19007
  }), /*#__PURE__*/React.createElement("svg", _extends({
18952
19008
  xmlns: "http://www.w3.org/2000/svg",
18953
19009
  width: size,
@@ -18984,8 +19040,8 @@ ArrowLeftDown.defaultProps = {
18984
19040
  size: '1em'
18985
19041
  };
18986
19042
 
18987
- var _excluded$54 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
18988
- var loadingCircleStyle$54 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19043
+ var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19044
+ var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
18989
19045
  var Link = function Link(props) {
18990
19046
  var color = props.color,
18991
19047
  size = props.size,
@@ -18994,12 +19050,12 @@ var Link = function Link(props) {
18994
19050
  className = props.className,
18995
19051
  iconClassName = props.iconClassName,
18996
19052
  testid = props.testid,
18997
- otherProps = _objectWithoutProperties(props, _excluded$54);
19053
+ otherProps = _objectWithoutProperties(props, _excluded$55);
18998
19054
  return /*#__PURE__*/React.createElement("span", {
18999
19055
  role: "img",
19000
19056
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19001
19057
  }, /*#__PURE__*/React.createElement("style", {
19002
- children: loadingCircleStyle$54
19058
+ children: loadingCircleStyle$55
19003
19059
  }), /*#__PURE__*/React.createElement("svg", _extends({
19004
19060
  xmlns: "http://www.w3.org/2000/svg",
19005
19061
  width: size,
@@ -19040,8 +19096,8 @@ Link.defaultProps = {
19040
19096
  size: '1em'
19041
19097
  };
19042
19098
 
19043
- var _excluded$55 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19044
- var loadingCircleStyle$55 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19099
+ var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19100
+ var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19045
19101
  var Unlink = function Unlink(props) {
19046
19102
  var color = props.color,
19047
19103
  size = props.size,
@@ -19050,12 +19106,12 @@ var Unlink = function Unlink(props) {
19050
19106
  className = props.className,
19051
19107
  iconClassName = props.iconClassName,
19052
19108
  testid = props.testid,
19053
- otherProps = _objectWithoutProperties(props, _excluded$55);
19109
+ otherProps = _objectWithoutProperties(props, _excluded$56);
19054
19110
  return /*#__PURE__*/React.createElement("span", {
19055
19111
  role: "img",
19056
19112
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19057
19113
  }, /*#__PURE__*/React.createElement("style", {
19058
- children: loadingCircleStyle$55
19114
+ children: loadingCircleStyle$56
19059
19115
  }), /*#__PURE__*/React.createElement("svg", _extends({
19060
19116
  xmlns: "http://www.w3.org/2000/svg",
19061
19117
  width: size,
@@ -19098,8 +19154,8 @@ Unlink.defaultProps = {
19098
19154
  size: '1em'
19099
19155
  };
19100
19156
 
19101
- var _excluded$56 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19102
- var loadingCircleStyle$56 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19157
+ var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19158
+ var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19103
19159
  var Link2 = function Link2(props) {
19104
19160
  var color = props.color,
19105
19161
  size = props.size,
@@ -19108,12 +19164,12 @@ var Link2 = function Link2(props) {
19108
19164
  className = props.className,
19109
19165
  iconClassName = props.iconClassName,
19110
19166
  testid = props.testid,
19111
- otherProps = _objectWithoutProperties(props, _excluded$56);
19167
+ otherProps = _objectWithoutProperties(props, _excluded$57);
19112
19168
  return /*#__PURE__*/React.createElement("span", {
19113
19169
  role: "img",
19114
19170
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19115
19171
  }, /*#__PURE__*/React.createElement("style", {
19116
- children: loadingCircleStyle$56
19172
+ children: loadingCircleStyle$57
19117
19173
  }), /*#__PURE__*/React.createElement("svg", _extends({
19118
19174
  xmlns: "http://www.w3.org/2000/svg",
19119
19175
  width: size,
@@ -19150,8 +19206,8 @@ Link2.defaultProps = {
19150
19206
  size: '1em'
19151
19207
  };
19152
19208
 
19153
- var _excluded$57 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19154
- var loadingCircleStyle$57 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19209
+ var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19210
+ var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19155
19211
  var MenuUnfold = function MenuUnfold(props) {
19156
19212
  var color = props.color,
19157
19213
  size = props.size,
@@ -19160,12 +19216,12 @@ var MenuUnfold = function MenuUnfold(props) {
19160
19216
  className = props.className,
19161
19217
  iconClassName = props.iconClassName,
19162
19218
  testid = props.testid,
19163
- otherProps = _objectWithoutProperties(props, _excluded$57);
19219
+ otherProps = _objectWithoutProperties(props, _excluded$58);
19164
19220
  return /*#__PURE__*/React.createElement("span", {
19165
19221
  role: "img",
19166
19222
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19167
19223
  }, /*#__PURE__*/React.createElement("style", {
19168
- children: loadingCircleStyle$57
19224
+ children: loadingCircleStyle$58
19169
19225
  }), /*#__PURE__*/React.createElement("svg", _extends({
19170
19226
  xmlns: "http://www.w3.org/2000/svg",
19171
19227
  width: size,
@@ -19202,8 +19258,8 @@ MenuUnfold.defaultProps = {
19202
19258
  size: '1em'
19203
19259
  };
19204
19260
 
19205
- var _excluded$58 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19206
- var loadingCircleStyle$58 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19261
+ var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19262
+ var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19207
19263
  var MenuFold = function MenuFold(props) {
19208
19264
  var color = props.color,
19209
19265
  size = props.size,
@@ -19212,12 +19268,12 @@ var MenuFold = function MenuFold(props) {
19212
19268
  className = props.className,
19213
19269
  iconClassName = props.iconClassName,
19214
19270
  testid = props.testid,
19215
- otherProps = _objectWithoutProperties(props, _excluded$58);
19271
+ otherProps = _objectWithoutProperties(props, _excluded$59);
19216
19272
  return /*#__PURE__*/React.createElement("span", {
19217
19273
  role: "img",
19218
19274
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19219
19275
  }, /*#__PURE__*/React.createElement("style", {
19220
- children: loadingCircleStyle$58
19276
+ children: loadingCircleStyle$59
19221
19277
  }), /*#__PURE__*/React.createElement("svg", _extends({
19222
19278
  xmlns: "http://www.w3.org/2000/svg",
19223
19279
  width: size,
@@ -19254,8 +19310,8 @@ MenuFold.defaultProps = {
19254
19310
  size: '1em'
19255
19311
  };
19256
19312
 
19257
- var _excluded$59 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19258
- var loadingCircleStyle$59 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19313
+ var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19314
+ var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19259
19315
  var List = function List(props) {
19260
19316
  var color = props.color,
19261
19317
  size = props.size,
@@ -19264,12 +19320,12 @@ var List = function List(props) {
19264
19320
  className = props.className,
19265
19321
  iconClassName = props.iconClassName,
19266
19322
  testid = props.testid,
19267
- otherProps = _objectWithoutProperties(props, _excluded$59);
19323
+ otherProps = _objectWithoutProperties(props, _excluded$5a);
19268
19324
  return /*#__PURE__*/React.createElement("span", {
19269
19325
  role: "img",
19270
19326
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19271
19327
  }, /*#__PURE__*/React.createElement("style", {
19272
- children: loadingCircleStyle$59
19328
+ children: loadingCircleStyle$5a
19273
19329
  }), /*#__PURE__*/React.createElement("svg", _extends({
19274
19330
  xmlns: "http://www.w3.org/2000/svg",
19275
19331
  width: size,
@@ -19306,8 +19362,8 @@ List.defaultProps = {
19306
19362
  size: '1em'
19307
19363
  };
19308
19364
 
19309
- var _excluded$5a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19310
- var loadingCircleStyle$5a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19365
+ var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19366
+ var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19311
19367
  var ListNested = function ListNested(props) {
19312
19368
  var color = props.color,
19313
19369
  size = props.size,
@@ -19316,12 +19372,12 @@ var ListNested = function ListNested(props) {
19316
19372
  className = props.className,
19317
19373
  iconClassName = props.iconClassName,
19318
19374
  testid = props.testid,
19319
- otherProps = _objectWithoutProperties(props, _excluded$5a);
19375
+ otherProps = _objectWithoutProperties(props, _excluded$5b);
19320
19376
  return /*#__PURE__*/React.createElement("span", {
19321
19377
  role: "img",
19322
19378
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19323
19379
  }, /*#__PURE__*/React.createElement("style", {
19324
- children: loadingCircleStyle$5a
19380
+ children: loadingCircleStyle$5b
19325
19381
  }), /*#__PURE__*/React.createElement("svg", _extends({
19326
19382
  xmlns: "http://www.w3.org/2000/svg",
19327
19383
  width: size,
@@ -19360,8 +19416,8 @@ ListNested.defaultProps = {
19360
19416
  size: '1em'
19361
19417
  };
19362
19418
 
19363
- var _excluded$5b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19364
- var loadingCircleStyle$5b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19419
+ var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19420
+ var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19365
19421
  var DoubleList = function DoubleList(props) {
19366
19422
  var color = props.color,
19367
19423
  size = props.size,
@@ -19370,12 +19426,12 @@ var DoubleList = function DoubleList(props) {
19370
19426
  className = props.className,
19371
19427
  iconClassName = props.iconClassName,
19372
19428
  testid = props.testid,
19373
- otherProps = _objectWithoutProperties(props, _excluded$5b);
19429
+ otherProps = _objectWithoutProperties(props, _excluded$5c);
19374
19430
  return /*#__PURE__*/React.createElement("span", {
19375
19431
  role: "img",
19376
19432
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19377
19433
  }, /*#__PURE__*/React.createElement("style", {
19378
- children: loadingCircleStyle$5b
19434
+ children: loadingCircleStyle$5c
19379
19435
  }), /*#__PURE__*/React.createElement("svg", _extends({
19380
19436
  xmlns: "http://www.w3.org/2000/svg",
19381
19437
  width: size,
@@ -19422,8 +19478,8 @@ DoubleList.defaultProps = {
19422
19478
  size: '1em'
19423
19479
  };
19424
19480
 
19425
- var _excluded$5c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19426
- var loadingCircleStyle$5c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19481
+ var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19482
+ var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19427
19483
  var Pause2 = function Pause2(props) {
19428
19484
  var color = props.color,
19429
19485
  size = props.size,
@@ -19432,12 +19488,12 @@ var Pause2 = function Pause2(props) {
19432
19488
  className = props.className,
19433
19489
  iconClassName = props.iconClassName,
19434
19490
  testid = props.testid,
19435
- otherProps = _objectWithoutProperties(props, _excluded$5c);
19491
+ otherProps = _objectWithoutProperties(props, _excluded$5d);
19436
19492
  return /*#__PURE__*/React.createElement("span", {
19437
19493
  role: "img",
19438
19494
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19439
19495
  }, /*#__PURE__*/React.createElement("style", {
19440
- children: loadingCircleStyle$5c
19496
+ children: loadingCircleStyle$5d
19441
19497
  }), /*#__PURE__*/React.createElement("svg", _extends({
19442
19498
  xmlns: "http://www.w3.org/2000/svg",
19443
19499
  width: size,
@@ -19474,8 +19530,8 @@ Pause2.defaultProps = {
19474
19530
  size: '1em'
19475
19531
  };
19476
19532
 
19477
- var _excluded$5d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19478
- var loadingCircleStyle$5d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19533
+ var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19534
+ var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19479
19535
  var Export = function Export(props) {
19480
19536
  var color = props.color,
19481
19537
  size = props.size,
@@ -19484,12 +19540,12 @@ var Export = function Export(props) {
19484
19540
  className = props.className,
19485
19541
  iconClassName = props.iconClassName,
19486
19542
  testid = props.testid,
19487
- otherProps = _objectWithoutProperties(props, _excluded$5d);
19543
+ otherProps = _objectWithoutProperties(props, _excluded$5e);
19488
19544
  return /*#__PURE__*/React.createElement("span", {
19489
19545
  role: "img",
19490
19546
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19491
19547
  }, /*#__PURE__*/React.createElement("style", {
19492
- children: loadingCircleStyle$5d
19548
+ children: loadingCircleStyle$5e
19493
19549
  }), /*#__PURE__*/React.createElement("svg", _extends({
19494
19550
  xmlns: "http://www.w3.org/2000/svg",
19495
19551
  width: size,
@@ -19528,8 +19584,8 @@ Export.defaultProps = {
19528
19584
  size: '1em'
19529
19585
  };
19530
19586
 
19531
- var _excluded$5e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19532
- var loadingCircleStyle$5e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19587
+ var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19588
+ var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19533
19589
  var Import = function Import(props) {
19534
19590
  var color = props.color,
19535
19591
  size = props.size,
@@ -19538,12 +19594,12 @@ var Import = function Import(props) {
19538
19594
  className = props.className,
19539
19595
  iconClassName = props.iconClassName,
19540
19596
  testid = props.testid,
19541
- otherProps = _objectWithoutProperties(props, _excluded$5e);
19597
+ otherProps = _objectWithoutProperties(props, _excluded$5f);
19542
19598
  return /*#__PURE__*/React.createElement("span", {
19543
19599
  role: "img",
19544
19600
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19545
19601
  }, /*#__PURE__*/React.createElement("style", {
19546
- children: loadingCircleStyle$5e
19602
+ children: loadingCircleStyle$5f
19547
19603
  }), /*#__PURE__*/React.createElement("svg", _extends({
19548
19604
  xmlns: "http://www.w3.org/2000/svg",
19549
19605
  width: size,
@@ -19582,8 +19638,8 @@ Import.defaultProps = {
19582
19638
  size: '1em'
19583
19639
  };
19584
19640
 
19585
- var _excluded$5f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19586
- var loadingCircleStyle$5f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19641
+ var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19642
+ var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19587
19643
  var Subtract = function Subtract(props) {
19588
19644
  var color = props.color,
19589
19645
  size = props.size,
@@ -19592,12 +19648,12 @@ var Subtract = function Subtract(props) {
19592
19648
  className = props.className,
19593
19649
  iconClassName = props.iconClassName,
19594
19650
  testid = props.testid,
19595
- otherProps = _objectWithoutProperties(props, _excluded$5f);
19651
+ otherProps = _objectWithoutProperties(props, _excluded$5g);
19596
19652
  return /*#__PURE__*/React.createElement("span", {
19597
19653
  role: "img",
19598
19654
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19599
19655
  }, /*#__PURE__*/React.createElement("style", {
19600
- children: loadingCircleStyle$5f
19656
+ children: loadingCircleStyle$5g
19601
19657
  }), /*#__PURE__*/React.createElement("svg", _extends({
19602
19658
  xmlns: "http://www.w3.org/2000/svg",
19603
19659
  width: size,
@@ -19637,8 +19693,8 @@ Subtract.defaultProps = {
19637
19693
  size: '1em'
19638
19694
  };
19639
19695
 
19640
- var _excluded$5g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19641
- var loadingCircleStyle$5g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19696
+ var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19697
+ var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19642
19698
  var Add1 = function Add1(props) {
19643
19699
  var color = props.color,
19644
19700
  size = props.size,
@@ -19647,12 +19703,12 @@ var Add1 = function Add1(props) {
19647
19703
  className = props.className,
19648
19704
  iconClassName = props.iconClassName,
19649
19705
  testid = props.testid,
19650
- otherProps = _objectWithoutProperties(props, _excluded$5g);
19706
+ otherProps = _objectWithoutProperties(props, _excluded$5h);
19651
19707
  return /*#__PURE__*/React.createElement("span", {
19652
19708
  role: "img",
19653
19709
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19654
19710
  }, /*#__PURE__*/React.createElement("style", {
19655
- children: loadingCircleStyle$5g
19711
+ children: loadingCircleStyle$5h
19656
19712
  }), /*#__PURE__*/React.createElement("svg", _extends({
19657
19713
  xmlns: "http://www.w3.org/2000/svg",
19658
19714
  width: size,
@@ -19689,8 +19745,8 @@ Add1.defaultProps = {
19689
19745
  size: '1em'
19690
19746
  };
19691
19747
 
19692
- var _excluded$5h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19693
- var loadingCircleStyle$5h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19748
+ var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19749
+ var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19694
19750
  var Add2 = function Add2(props) {
19695
19751
  var color = props.color,
19696
19752
  size = props.size,
@@ -19699,12 +19755,12 @@ var Add2 = function Add2(props) {
19699
19755
  className = props.className,
19700
19756
  iconClassName = props.iconClassName,
19701
19757
  testid = props.testid,
19702
- otherProps = _objectWithoutProperties(props, _excluded$5h);
19758
+ otherProps = _objectWithoutProperties(props, _excluded$5i);
19703
19759
  return /*#__PURE__*/React.createElement("span", {
19704
19760
  role: "img",
19705
19761
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19706
19762
  }, /*#__PURE__*/React.createElement("style", {
19707
- children: loadingCircleStyle$5h
19763
+ children: loadingCircleStyle$5i
19708
19764
  }), /*#__PURE__*/React.createElement("svg", _extends({
19709
19765
  xmlns: "http://www.w3.org/2000/svg",
19710
19766
  width: size,
@@ -19741,8 +19797,8 @@ Add2.defaultProps = {
19741
19797
  size: '1em'
19742
19798
  };
19743
19799
 
19744
- var _excluded$5i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19745
- var loadingCircleStyle$5i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19800
+ var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19801
+ var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19746
19802
  var Add3 = function Add3(props) {
19747
19803
  var color = props.color,
19748
19804
  size = props.size,
@@ -19751,12 +19807,12 @@ var Add3 = function Add3(props) {
19751
19807
  className = props.className,
19752
19808
  iconClassName = props.iconClassName,
19753
19809
  testid = props.testid,
19754
- otherProps = _objectWithoutProperties(props, _excluded$5i);
19810
+ otherProps = _objectWithoutProperties(props, _excluded$5j);
19755
19811
  return /*#__PURE__*/React.createElement("span", {
19756
19812
  role: "img",
19757
19813
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19758
19814
  }, /*#__PURE__*/React.createElement("style", {
19759
- children: loadingCircleStyle$5i
19815
+ children: loadingCircleStyle$5j
19760
19816
  }), /*#__PURE__*/React.createElement("svg", _extends({
19761
19817
  xmlns: "http://www.w3.org/2000/svg",
19762
19818
  width: size,
@@ -19793,8 +19849,8 @@ Add3.defaultProps = {
19793
19849
  size: '1em'
19794
19850
  };
19795
19851
 
19796
- var _excluded$5j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19797
- var loadingCircleStyle$5j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19852
+ var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19853
+ var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19798
19854
  var Subtract3 = function Subtract3(props) {
19799
19855
  var color = props.color,
19800
19856
  size = props.size,
@@ -19803,12 +19859,12 @@ var Subtract3 = function Subtract3(props) {
19803
19859
  className = props.className,
19804
19860
  iconClassName = props.iconClassName,
19805
19861
  testid = props.testid,
19806
- otherProps = _objectWithoutProperties(props, _excluded$5j);
19862
+ otherProps = _objectWithoutProperties(props, _excluded$5k);
19807
19863
  return /*#__PURE__*/React.createElement("span", {
19808
19864
  role: "img",
19809
19865
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19810
19866
  }, /*#__PURE__*/React.createElement("style", {
19811
- children: loadingCircleStyle$5j
19867
+ children: loadingCircleStyle$5k
19812
19868
  }), /*#__PURE__*/React.createElement("svg", _extends({
19813
19869
  xmlns: "http://www.w3.org/2000/svg",
19814
19870
  width: size,
@@ -19847,8 +19903,8 @@ Subtract3.defaultProps = {
19847
19903
  size: '1em'
19848
19904
  };
19849
19905
 
19850
- var _excluded$5k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19851
- var loadingCircleStyle$5k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19906
+ var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19907
+ var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19852
19908
  var Add3Fill = function Add3Fill(props) {
19853
19909
  var color = props.color,
19854
19910
  size = props.size,
@@ -19857,12 +19913,12 @@ var Add3Fill = function Add3Fill(props) {
19857
19913
  className = props.className,
19858
19914
  iconClassName = props.iconClassName,
19859
19915
  testid = props.testid,
19860
- otherProps = _objectWithoutProperties(props, _excluded$5k);
19916
+ otherProps = _objectWithoutProperties(props, _excluded$5l);
19861
19917
  return /*#__PURE__*/React.createElement("span", {
19862
19918
  role: "img",
19863
19919
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19864
19920
  }, /*#__PURE__*/React.createElement("style", {
19865
- children: loadingCircleStyle$5k
19921
+ children: loadingCircleStyle$5l
19866
19922
  }), /*#__PURE__*/React.createElement("svg", _extends({
19867
19923
  xmlns: "http://www.w3.org/2000/svg",
19868
19924
  width: size,
@@ -19899,8 +19955,8 @@ Add3Fill.defaultProps = {
19899
19955
  size: '1em'
19900
19956
  };
19901
19957
 
19902
- var _excluded$5l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19903
- var loadingCircleStyle$5l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19958
+ var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19959
+ var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19904
19960
  var Subtract2 = function Subtract2(props) {
19905
19961
  var color = props.color,
19906
19962
  size = props.size,
@@ -19909,12 +19965,12 @@ var Subtract2 = function Subtract2(props) {
19909
19965
  className = props.className,
19910
19966
  iconClassName = props.iconClassName,
19911
19967
  testid = props.testid,
19912
- otherProps = _objectWithoutProperties(props, _excluded$5l);
19968
+ otherProps = _objectWithoutProperties(props, _excluded$5m);
19913
19969
  return /*#__PURE__*/React.createElement("span", {
19914
19970
  role: "img",
19915
19971
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19916
19972
  }, /*#__PURE__*/React.createElement("style", {
19917
- children: loadingCircleStyle$5l
19973
+ children: loadingCircleStyle$5m
19918
19974
  }), /*#__PURE__*/React.createElement("svg", _extends({
19919
19975
  xmlns: "http://www.w3.org/2000/svg",
19920
19976
  width: size,
@@ -19955,8 +20011,8 @@ Subtract2.defaultProps = {
19955
20011
  size: '1em'
19956
20012
  };
19957
20013
 
19958
- var _excluded$5m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
19959
- var loadingCircleStyle$5m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20014
+ var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20015
+ var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
19960
20016
  var Update = function Update(props) {
19961
20017
  var color = props.color,
19962
20018
  size = props.size,
@@ -19965,12 +20021,12 @@ var Update = function Update(props) {
19965
20021
  className = props.className,
19966
20022
  iconClassName = props.iconClassName,
19967
20023
  testid = props.testid,
19968
- otherProps = _objectWithoutProperties(props, _excluded$5m);
20024
+ otherProps = _objectWithoutProperties(props, _excluded$5n);
19969
20025
  return /*#__PURE__*/React.createElement("span", {
19970
20026
  role: "img",
19971
20027
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
19972
20028
  }, /*#__PURE__*/React.createElement("style", {
19973
- children: loadingCircleStyle$5m
20029
+ children: loadingCircleStyle$5n
19974
20030
  }), /*#__PURE__*/React.createElement("svg", _extends({
19975
20031
  xmlns: "http://www.w3.org/2000/svg",
19976
20032
  width: size,
@@ -20007,8 +20063,8 @@ Update.defaultProps = {
20007
20063
  size: '1em'
20008
20064
  };
20009
20065
 
20010
- var _excluded$5n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20011
- var loadingCircleStyle$5n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20066
+ var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20067
+ var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20012
20068
  var Rename = function Rename(props) {
20013
20069
  var color = props.color,
20014
20070
  size = props.size,
@@ -20017,12 +20073,12 @@ var Rename = function Rename(props) {
20017
20073
  className = props.className,
20018
20074
  iconClassName = props.iconClassName,
20019
20075
  testid = props.testid,
20020
- otherProps = _objectWithoutProperties(props, _excluded$5n);
20076
+ otherProps = _objectWithoutProperties(props, _excluded$5o);
20021
20077
  return /*#__PURE__*/React.createElement("span", {
20022
20078
  role: "img",
20023
20079
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20024
20080
  }, /*#__PURE__*/React.createElement("style", {
20025
- children: loadingCircleStyle$5n
20081
+ children: loadingCircleStyle$5o
20026
20082
  }), /*#__PURE__*/React.createElement("svg", _extends({
20027
20083
  xmlns: "http://www.w3.org/2000/svg",
20028
20084
  width: size,
@@ -20061,8 +20117,8 @@ Rename.defaultProps = {
20061
20117
  size: '1em'
20062
20118
  };
20063
20119
 
20064
- var _excluded$5o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20065
- var loadingCircleStyle$5o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20120
+ var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20121
+ var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20066
20122
  var PlayCircle = function PlayCircle(props) {
20067
20123
  var color = props.color,
20068
20124
  size = props.size,
@@ -20071,12 +20127,12 @@ var PlayCircle = function PlayCircle(props) {
20071
20127
  className = props.className,
20072
20128
  iconClassName = props.iconClassName,
20073
20129
  testid = props.testid,
20074
- otherProps = _objectWithoutProperties(props, _excluded$5o);
20130
+ otherProps = _objectWithoutProperties(props, _excluded$5p);
20075
20131
  return /*#__PURE__*/React.createElement("span", {
20076
20132
  role: "img",
20077
20133
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20078
20134
  }, /*#__PURE__*/React.createElement("style", {
20079
- children: loadingCircleStyle$5o
20135
+ children: loadingCircleStyle$5p
20080
20136
  }), /*#__PURE__*/React.createElement("svg", _extends({
20081
20137
  xmlns: "http://www.w3.org/2000/svg",
20082
20138
  width: size,
@@ -20113,8 +20169,8 @@ PlayCircle.defaultProps = {
20113
20169
  size: '1em'
20114
20170
  };
20115
20171
 
20116
- var _excluded$5p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20117
- var loadingCircleStyle$5p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20172
+ var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20173
+ var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20118
20174
  var PauseCircle = function PauseCircle(props) {
20119
20175
  var color = props.color,
20120
20176
  size = props.size,
@@ -20123,12 +20179,12 @@ var PauseCircle = function PauseCircle(props) {
20123
20179
  className = props.className,
20124
20180
  iconClassName = props.iconClassName,
20125
20181
  testid = props.testid,
20126
- otherProps = _objectWithoutProperties(props, _excluded$5p);
20182
+ otherProps = _objectWithoutProperties(props, _excluded$5q);
20127
20183
  return /*#__PURE__*/React.createElement("span", {
20128
20184
  role: "img",
20129
20185
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20130
20186
  }, /*#__PURE__*/React.createElement("style", {
20131
- children: loadingCircleStyle$5p
20187
+ children: loadingCircleStyle$5q
20132
20188
  }), /*#__PURE__*/React.createElement("svg", _extends({
20133
20189
  xmlns: "http://www.w3.org/2000/svg",
20134
20190
  width: size,
@@ -20165,8 +20221,8 @@ PauseCircle.defaultProps = {
20165
20221
  size: '1em'
20166
20222
  };
20167
20223
 
20168
- var _excluded$5q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20169
- var loadingCircleStyle$5q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20224
+ var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20225
+ var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20170
20226
  var UpdateData = function UpdateData(props) {
20171
20227
  var color = props.color,
20172
20228
  size = props.size,
@@ -20175,12 +20231,12 @@ var UpdateData = function UpdateData(props) {
20175
20231
  className = props.className,
20176
20232
  iconClassName = props.iconClassName,
20177
20233
  testid = props.testid,
20178
- otherProps = _objectWithoutProperties(props, _excluded$5q);
20234
+ otherProps = _objectWithoutProperties(props, _excluded$5r);
20179
20235
  return /*#__PURE__*/React.createElement("span", {
20180
20236
  role: "img",
20181
20237
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20182
20238
  }, /*#__PURE__*/React.createElement("style", {
20183
- children: loadingCircleStyle$5q
20239
+ children: loadingCircleStyle$5r
20184
20240
  }), /*#__PURE__*/React.createElement("svg", _extends({
20185
20241
  xmlns: "http://www.w3.org/2000/svg",
20186
20242
  width: size,
@@ -20221,8 +20277,8 @@ UpdateData.defaultProps = {
20221
20277
  size: '1em'
20222
20278
  };
20223
20279
 
20224
- var _excluded$5r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20225
- var loadingCircleStyle$5r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20280
+ var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20281
+ var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20226
20282
  var Upload = function Upload(props) {
20227
20283
  var color = props.color,
20228
20284
  size = props.size,
@@ -20231,12 +20287,12 @@ var Upload = function Upload(props) {
20231
20287
  className = props.className,
20232
20288
  iconClassName = props.iconClassName,
20233
20289
  testid = props.testid,
20234
- otherProps = _objectWithoutProperties(props, _excluded$5r);
20290
+ otherProps = _objectWithoutProperties(props, _excluded$5s);
20235
20291
  return /*#__PURE__*/React.createElement("span", {
20236
20292
  role: "img",
20237
20293
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20238
20294
  }, /*#__PURE__*/React.createElement("style", {
20239
- children: loadingCircleStyle$5r
20295
+ children: loadingCircleStyle$5s
20240
20296
  }), /*#__PURE__*/React.createElement("svg", _extends({
20241
20297
  xmlns: "http://www.w3.org/2000/svg",
20242
20298
  width: size,
@@ -20275,8 +20331,8 @@ Upload.defaultProps = {
20275
20331
  size: '1em'
20276
20332
  };
20277
20333
 
20278
- var _excluded$5s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20279
- var loadingCircleStyle$5s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20334
+ var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20335
+ var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20280
20336
  var Click = function Click(props) {
20281
20337
  var color = props.color,
20282
20338
  size = props.size,
@@ -20285,12 +20341,12 @@ var Click = function Click(props) {
20285
20341
  className = props.className,
20286
20342
  iconClassName = props.iconClassName,
20287
20343
  testid = props.testid,
20288
- otherProps = _objectWithoutProperties(props, _excluded$5s);
20344
+ otherProps = _objectWithoutProperties(props, _excluded$5t);
20289
20345
  return /*#__PURE__*/React.createElement("span", {
20290
20346
  role: "img",
20291
20347
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20292
20348
  }, /*#__PURE__*/React.createElement("style", {
20293
- children: loadingCircleStyle$5s
20349
+ children: loadingCircleStyle$5t
20294
20350
  }), /*#__PURE__*/React.createElement("svg", _extends({
20295
20351
  xmlns: "http://www.w3.org/2000/svg",
20296
20352
  width: size,
@@ -20327,8 +20383,8 @@ Click.defaultProps = {
20327
20383
  size: '1em'
20328
20384
  };
20329
20385
 
20330
- var _excluded$5t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20331
- var loadingCircleStyle$5t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20386
+ var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20387
+ var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20332
20388
  var Install = function Install(props) {
20333
20389
  var color = props.color,
20334
20390
  size = props.size,
@@ -20337,12 +20393,12 @@ var Install = function Install(props) {
20337
20393
  className = props.className,
20338
20394
  iconClassName = props.iconClassName,
20339
20395
  testid = props.testid,
20340
- otherProps = _objectWithoutProperties(props, _excluded$5t);
20396
+ otherProps = _objectWithoutProperties(props, _excluded$5u);
20341
20397
  return /*#__PURE__*/React.createElement("span", {
20342
20398
  role: "img",
20343
20399
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20344
20400
  }, /*#__PURE__*/React.createElement("style", {
20345
- children: loadingCircleStyle$5t
20401
+ children: loadingCircleStyle$5u
20346
20402
  }), /*#__PURE__*/React.createElement("svg", _extends({
20347
20403
  xmlns: "http://www.w3.org/2000/svg",
20348
20404
  width: size,
@@ -20379,8 +20435,8 @@ Install.defaultProps = {
20379
20435
  size: '1em'
20380
20436
  };
20381
20437
 
20382
- var _excluded$5u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20383
- var loadingCircleStyle$5u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20438
+ var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20439
+ var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20384
20440
  var Expand = function Expand(props) {
20385
20441
  var color = props.color,
20386
20442
  size = props.size,
@@ -20389,12 +20445,12 @@ var Expand = function Expand(props) {
20389
20445
  className = props.className,
20390
20446
  iconClassName = props.iconClassName,
20391
20447
  testid = props.testid,
20392
- otherProps = _objectWithoutProperties(props, _excluded$5u);
20448
+ otherProps = _objectWithoutProperties(props, _excluded$5v);
20393
20449
  return /*#__PURE__*/React.createElement("span", {
20394
20450
  role: "img",
20395
20451
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20396
20452
  }, /*#__PURE__*/React.createElement("style", {
20397
- children: loadingCircleStyle$5u
20453
+ children: loadingCircleStyle$5v
20398
20454
  }), /*#__PURE__*/React.createElement("svg", _extends({
20399
20455
  xmlns: "http://www.w3.org/2000/svg",
20400
20456
  width: size,
@@ -20433,8 +20489,8 @@ Expand.defaultProps = {
20433
20489
  size: '1em'
20434
20490
  };
20435
20491
 
20436
- var _excluded$5v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20437
- var loadingCircleStyle$5v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20492
+ var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20493
+ var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20438
20494
  var Pinch = function Pinch(props) {
20439
20495
  var color = props.color,
20440
20496
  size = props.size,
@@ -20443,12 +20499,12 @@ var Pinch = function Pinch(props) {
20443
20499
  className = props.className,
20444
20500
  iconClassName = props.iconClassName,
20445
20501
  testid = props.testid,
20446
- otherProps = _objectWithoutProperties(props, _excluded$5v);
20502
+ otherProps = _objectWithoutProperties(props, _excluded$5w);
20447
20503
  return /*#__PURE__*/React.createElement("span", {
20448
20504
  role: "img",
20449
20505
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20450
20506
  }, /*#__PURE__*/React.createElement("style", {
20451
- children: loadingCircleStyle$5v
20507
+ children: loadingCircleStyle$5w
20452
20508
  }), /*#__PURE__*/React.createElement("svg", _extends({
20453
20509
  xmlns: "http://www.w3.org/2000/svg",
20454
20510
  width: size,
@@ -20487,8 +20543,8 @@ Pinch.defaultProps = {
20487
20543
  size: '1em'
20488
20544
  };
20489
20545
 
20490
- var _excluded$5w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20491
- var loadingCircleStyle$5w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20546
+ var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20547
+ var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20492
20548
  var NewIndicator = function NewIndicator(props) {
20493
20549
  var color = props.color,
20494
20550
  size = props.size,
@@ -20497,12 +20553,12 @@ var NewIndicator = function NewIndicator(props) {
20497
20553
  className = props.className,
20498
20554
  iconClassName = props.iconClassName,
20499
20555
  testid = props.testid,
20500
- otherProps = _objectWithoutProperties(props, _excluded$5w);
20556
+ otherProps = _objectWithoutProperties(props, _excluded$5x);
20501
20557
  return /*#__PURE__*/React.createElement("span", {
20502
20558
  role: "img",
20503
20559
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20504
20560
  }, /*#__PURE__*/React.createElement("style", {
20505
- children: loadingCircleStyle$5w
20561
+ children: loadingCircleStyle$5x
20506
20562
  }), /*#__PURE__*/React.createElement("svg", _extends({
20507
20563
  xmlns: "http://www.w3.org/2000/svg",
20508
20564
  width: size,
@@ -20541,8 +20597,8 @@ NewIndicator.defaultProps = {
20541
20597
  size: '1em'
20542
20598
  };
20543
20599
 
20544
- var _excluded$5x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20545
- var loadingCircleStyle$5x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20600
+ var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20601
+ var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20546
20602
  var BoxOpen = function BoxOpen(props) {
20547
20603
  var color = props.color,
20548
20604
  size = props.size,
@@ -20551,12 +20607,12 @@ var BoxOpen = function BoxOpen(props) {
20551
20607
  className = props.className,
20552
20608
  iconClassName = props.iconClassName,
20553
20609
  testid = props.testid,
20554
- otherProps = _objectWithoutProperties(props, _excluded$5x);
20610
+ otherProps = _objectWithoutProperties(props, _excluded$5y);
20555
20611
  return /*#__PURE__*/React.createElement("span", {
20556
20612
  role: "img",
20557
20613
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20558
20614
  }, /*#__PURE__*/React.createElement("style", {
20559
- children: loadingCircleStyle$5x
20615
+ children: loadingCircleStyle$5y
20560
20616
  }), /*#__PURE__*/React.createElement("svg", _extends({
20561
20617
  xmlns: "http://www.w3.org/2000/svg",
20562
20618
  width: size,
@@ -20595,8 +20651,8 @@ BoxOpen.defaultProps = {
20595
20651
  size: '1em'
20596
20652
  };
20597
20653
 
20598
- var _excluded$5y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20599
- var loadingCircleStyle$5y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20654
+ var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20655
+ var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20600
20656
  var Interval = function Interval(props) {
20601
20657
  var color = props.color,
20602
20658
  size = props.size,
@@ -20605,12 +20661,12 @@ var Interval = function Interval(props) {
20605
20661
  className = props.className,
20606
20662
  iconClassName = props.iconClassName,
20607
20663
  testid = props.testid,
20608
- otherProps = _objectWithoutProperties(props, _excluded$5y);
20664
+ otherProps = _objectWithoutProperties(props, _excluded$5z);
20609
20665
  return /*#__PURE__*/React.createElement("span", {
20610
20666
  role: "img",
20611
20667
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20612
20668
  }, /*#__PURE__*/React.createElement("style", {
20613
- children: loadingCircleStyle$5y
20669
+ children: loadingCircleStyle$5z
20614
20670
  }), /*#__PURE__*/React.createElement("svg", _extends({
20615
20671
  xmlns: "http://www.w3.org/2000/svg",
20616
20672
  width: size,
@@ -20655,8 +20711,8 @@ Interval.defaultProps = {
20655
20711
  size: '1em'
20656
20712
  };
20657
20713
 
20658
- var _excluded$5z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20659
- var loadingCircleStyle$5z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20714
+ var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20715
+ var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20660
20716
  var Revert = function Revert(props) {
20661
20717
  var color = props.color,
20662
20718
  size = props.size,
@@ -20665,12 +20721,12 @@ var Revert = function Revert(props) {
20665
20721
  className = props.className,
20666
20722
  iconClassName = props.iconClassName,
20667
20723
  testid = props.testid,
20668
- otherProps = _objectWithoutProperties(props, _excluded$5z);
20724
+ otherProps = _objectWithoutProperties(props, _excluded$5A);
20669
20725
  return /*#__PURE__*/React.createElement("span", {
20670
20726
  role: "img",
20671
20727
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20672
20728
  }, /*#__PURE__*/React.createElement("style", {
20673
- children: loadingCircleStyle$5z
20729
+ children: loadingCircleStyle$5A
20674
20730
  }), /*#__PURE__*/React.createElement("svg", _extends({
20675
20731
  xmlns: "http://www.w3.org/2000/svg",
20676
20732
  width: size,
@@ -20707,8 +20763,8 @@ Revert.defaultProps = {
20707
20763
  size: '1em'
20708
20764
  };
20709
20765
 
20710
- var _excluded$5A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20711
- var loadingCircleStyle$5A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20766
+ var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20767
+ var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20712
20768
  var Insert = function Insert(props) {
20713
20769
  var color = props.color,
20714
20770
  size = props.size,
@@ -20717,12 +20773,12 @@ var Insert = function Insert(props) {
20717
20773
  className = props.className,
20718
20774
  iconClassName = props.iconClassName,
20719
20775
  testid = props.testid,
20720
- otherProps = _objectWithoutProperties(props, _excluded$5A);
20776
+ otherProps = _objectWithoutProperties(props, _excluded$5B);
20721
20777
  return /*#__PURE__*/React.createElement("span", {
20722
20778
  role: "img",
20723
20779
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20724
20780
  }, /*#__PURE__*/React.createElement("style", {
20725
- children: loadingCircleStyle$5A
20781
+ children: loadingCircleStyle$5B
20726
20782
  }), /*#__PURE__*/React.createElement("svg", _extends({
20727
20783
  xmlns: "http://www.w3.org/2000/svg",
20728
20784
  width: size,
@@ -20761,8 +20817,8 @@ Insert.defaultProps = {
20761
20817
  size: '1em'
20762
20818
  };
20763
20819
 
20764
- var _excluded$5B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20765
- var loadingCircleStyle$5B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20820
+ var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20821
+ var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20766
20822
  var Disable = function Disable(props) {
20767
20823
  var color = props.color,
20768
20824
  size = props.size,
@@ -20771,12 +20827,12 @@ var Disable = function Disable(props) {
20771
20827
  className = props.className,
20772
20828
  iconClassName = props.iconClassName,
20773
20829
  testid = props.testid,
20774
- otherProps = _objectWithoutProperties(props, _excluded$5B);
20830
+ otherProps = _objectWithoutProperties(props, _excluded$5C);
20775
20831
  return /*#__PURE__*/React.createElement("span", {
20776
20832
  role: "img",
20777
20833
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20778
20834
  }, /*#__PURE__*/React.createElement("style", {
20779
- children: loadingCircleStyle$5B
20835
+ children: loadingCircleStyle$5C
20780
20836
  }), /*#__PURE__*/React.createElement("svg", _extends({
20781
20837
  xmlns: "http://www.w3.org/2000/svg",
20782
20838
  width: size,
@@ -20815,8 +20871,8 @@ Disable.defaultProps = {
20815
20871
  size: '1em'
20816
20872
  };
20817
20873
 
20818
- var _excluded$5C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20819
- var loadingCircleStyle$5C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20874
+ var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20875
+ var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20820
20876
  var Branch = function Branch(props) {
20821
20877
  var color = props.color,
20822
20878
  size = props.size,
@@ -20825,12 +20881,12 @@ var Branch = function Branch(props) {
20825
20881
  className = props.className,
20826
20882
  iconClassName = props.iconClassName,
20827
20883
  testid = props.testid,
20828
- otherProps = _objectWithoutProperties(props, _excluded$5C);
20884
+ otherProps = _objectWithoutProperties(props, _excluded$5D);
20829
20885
  return /*#__PURE__*/React.createElement("span", {
20830
20886
  role: "img",
20831
20887
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20832
20888
  }, /*#__PURE__*/React.createElement("style", {
20833
- children: loadingCircleStyle$5C
20889
+ children: loadingCircleStyle$5D
20834
20890
  }), /*#__PURE__*/React.createElement("svg", _extends({
20835
20891
  xmlns: "http://www.w3.org/2000/svg",
20836
20892
  width: size,
@@ -20867,8 +20923,8 @@ Branch.defaultProps = {
20867
20923
  size: '1em'
20868
20924
  };
20869
20925
 
20870
- var _excluded$5D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20871
- var loadingCircleStyle$5D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20926
+ var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20927
+ var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20872
20928
  var Validate = function Validate(props) {
20873
20929
  var color = props.color,
20874
20930
  size = props.size,
@@ -20877,12 +20933,12 @@ var Validate = function Validate(props) {
20877
20933
  className = props.className,
20878
20934
  iconClassName = props.iconClassName,
20879
20935
  testid = props.testid,
20880
- otherProps = _objectWithoutProperties(props, _excluded$5D);
20936
+ otherProps = _objectWithoutProperties(props, _excluded$5E);
20881
20937
  return /*#__PURE__*/React.createElement("span", {
20882
20938
  role: "img",
20883
20939
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20884
20940
  }, /*#__PURE__*/React.createElement("style", {
20885
- children: loadingCircleStyle$5D
20941
+ children: loadingCircleStyle$5E
20886
20942
  }), /*#__PURE__*/React.createElement("svg", _extends({
20887
20943
  xmlns: "http://www.w3.org/2000/svg",
20888
20944
  width: size,
@@ -20923,8 +20979,8 @@ Validate.defaultProps = {
20923
20979
  size: '1em'
20924
20980
  };
20925
20981
 
20926
- var _excluded$5E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20927
- var loadingCircleStyle$5E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20982
+ var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20983
+ var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20928
20984
  var MagicWand = function MagicWand(props) {
20929
20985
  var color = props.color,
20930
20986
  size = props.size,
@@ -20933,12 +20989,12 @@ var MagicWand = function MagicWand(props) {
20933
20989
  className = props.className,
20934
20990
  iconClassName = props.iconClassName,
20935
20991
  testid = props.testid,
20936
- otherProps = _objectWithoutProperties(props, _excluded$5E);
20992
+ otherProps = _objectWithoutProperties(props, _excluded$5F);
20937
20993
  return /*#__PURE__*/React.createElement("span", {
20938
20994
  role: "img",
20939
20995
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20940
20996
  }, /*#__PURE__*/React.createElement("style", {
20941
- children: loadingCircleStyle$5E
20997
+ children: loadingCircleStyle$5F
20942
20998
  }), /*#__PURE__*/React.createElement("svg", _extends({
20943
20999
  xmlns: "http://www.w3.org/2000/svg",
20944
21000
  width: size,
@@ -20975,8 +21031,8 @@ MagicWand.defaultProps = {
20975
21031
  size: '1em'
20976
21032
  };
20977
21033
 
20978
- var _excluded$5F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
20979
- var loadingCircleStyle$5F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21034
+ var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21035
+ var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
20980
21036
  var SystemBuild = function SystemBuild(props) {
20981
21037
  var color = props.color,
20982
21038
  size = props.size,
@@ -20985,12 +21041,12 @@ var SystemBuild = function SystemBuild(props) {
20985
21041
  className = props.className,
20986
21042
  iconClassName = props.iconClassName,
20987
21043
  testid = props.testid,
20988
- otherProps = _objectWithoutProperties(props, _excluded$5F);
21044
+ otherProps = _objectWithoutProperties(props, _excluded$5G);
20989
21045
  return /*#__PURE__*/React.createElement("span", {
20990
21046
  role: "img",
20991
21047
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
20992
21048
  }, /*#__PURE__*/React.createElement("style", {
20993
- children: loadingCircleStyle$5F
21049
+ children: loadingCircleStyle$5G
20994
21050
  }), /*#__PURE__*/React.createElement("svg", _extends({
20995
21051
  xmlns: "http://www.w3.org/2000/svg",
20996
21052
  width: size,
@@ -21031,8 +21087,8 @@ SystemBuild.defaultProps = {
21031
21087
  size: '1em'
21032
21088
  };
21033
21089
 
21034
- var _excluded$5G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21035
- var loadingCircleStyle$5G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21090
+ var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21091
+ var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21036
21092
  var AddToPage = function AddToPage(props) {
21037
21093
  var color = props.color,
21038
21094
  size = props.size,
@@ -21041,12 +21097,12 @@ var AddToPage = function AddToPage(props) {
21041
21097
  className = props.className,
21042
21098
  iconClassName = props.iconClassName,
21043
21099
  testid = props.testid,
21044
- otherProps = _objectWithoutProperties(props, _excluded$5G);
21100
+ otherProps = _objectWithoutProperties(props, _excluded$5H);
21045
21101
  return /*#__PURE__*/React.createElement("span", {
21046
21102
  role: "img",
21047
21103
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21048
21104
  }, /*#__PURE__*/React.createElement("style", {
21049
- children: loadingCircleStyle$5G
21105
+ children: loadingCircleStyle$5H
21050
21106
  }), /*#__PURE__*/React.createElement("svg", _extends({
21051
21107
  xmlns: "http://www.w3.org/2000/svg",
21052
21108
  width: size,
@@ -21085,8 +21141,8 @@ AddToPage.defaultProps = {
21085
21141
  size: '1em'
21086
21142
  };
21087
21143
 
21088
- var _excluded$5H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21089
- var loadingCircleStyle$5H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21144
+ var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21145
+ var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21090
21146
  var FullDownload = function FullDownload(props) {
21091
21147
  var color = props.color,
21092
21148
  size = props.size,
@@ -21095,12 +21151,12 @@ var FullDownload = function FullDownload(props) {
21095
21151
  className = props.className,
21096
21152
  iconClassName = props.iconClassName,
21097
21153
  testid = props.testid,
21098
- otherProps = _objectWithoutProperties(props, _excluded$5H);
21154
+ otherProps = _objectWithoutProperties(props, _excluded$5I);
21099
21155
  return /*#__PURE__*/React.createElement("span", {
21100
21156
  role: "img",
21101
21157
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21102
21158
  }, /*#__PURE__*/React.createElement("style", {
21103
- children: loadingCircleStyle$5H
21159
+ children: loadingCircleStyle$5I
21104
21160
  }), /*#__PURE__*/React.createElement("svg", _extends({
21105
21161
  xmlns: "http://www.w3.org/2000/svg",
21106
21162
  width: size,
@@ -21139,8 +21195,8 @@ FullDownload.defaultProps = {
21139
21195
  size: '1em'
21140
21196
  };
21141
21197
 
21142
- var _excluded$5I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21143
- var loadingCircleStyle$5I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21198
+ var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21199
+ var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21144
21200
  var Download = function Download(props) {
21145
21201
  var color = props.color,
21146
21202
  size = props.size,
@@ -21149,12 +21205,12 @@ var Download = function Download(props) {
21149
21205
  className = props.className,
21150
21206
  iconClassName = props.iconClassName,
21151
21207
  testid = props.testid,
21152
- otherProps = _objectWithoutProperties(props, _excluded$5I);
21208
+ otherProps = _objectWithoutProperties(props, _excluded$5J);
21153
21209
  return /*#__PURE__*/React.createElement("span", {
21154
21210
  role: "img",
21155
21211
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21156
21212
  }, /*#__PURE__*/React.createElement("style", {
21157
- children: loadingCircleStyle$5I
21213
+ children: loadingCircleStyle$5J
21158
21214
  }), /*#__PURE__*/React.createElement("svg", _extends({
21159
21215
  xmlns: "http://www.w3.org/2000/svg",
21160
21216
  width: size,
@@ -21191,8 +21247,8 @@ Download.defaultProps = {
21191
21247
  size: '1em'
21192
21248
  };
21193
21249
 
21194
- var _excluded$5J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21195
- var loadingCircleStyle$5J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21250
+ var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21251
+ var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21196
21252
  var EventModify = function EventModify(props) {
21197
21253
  var color = props.color,
21198
21254
  size = props.size,
@@ -21201,12 +21257,12 @@ var EventModify = function EventModify(props) {
21201
21257
  className = props.className,
21202
21258
  iconClassName = props.iconClassName,
21203
21259
  testid = props.testid,
21204
- otherProps = _objectWithoutProperties(props, _excluded$5J);
21260
+ otherProps = _objectWithoutProperties(props, _excluded$5K);
21205
21261
  return /*#__PURE__*/React.createElement("span", {
21206
21262
  role: "img",
21207
21263
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21208
21264
  }, /*#__PURE__*/React.createElement("style", {
21209
- children: loadingCircleStyle$5J
21265
+ children: loadingCircleStyle$5K
21210
21266
  }), /*#__PURE__*/React.createElement("svg", _extends({
21211
21267
  xmlns: "http://www.w3.org/2000/svg",
21212
21268
  width: size,
@@ -21243,8 +21299,8 @@ EventModify.defaultProps = {
21243
21299
  size: '1em'
21244
21300
  };
21245
21301
 
21246
- var _excluded$5K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21247
- var loadingCircleStyle$5K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21302
+ var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21303
+ var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21248
21304
  var Pin = function Pin(props) {
21249
21305
  var color = props.color,
21250
21306
  size = props.size,
@@ -21253,12 +21309,12 @@ var Pin = function Pin(props) {
21253
21309
  className = props.className,
21254
21310
  iconClassName = props.iconClassName,
21255
21311
  testid = props.testid,
21256
- otherProps = _objectWithoutProperties(props, _excluded$5K);
21312
+ otherProps = _objectWithoutProperties(props, _excluded$5L);
21257
21313
  return /*#__PURE__*/React.createElement("span", {
21258
21314
  role: "img",
21259
21315
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21260
21316
  }, /*#__PURE__*/React.createElement("style", {
21261
- children: loadingCircleStyle$5K
21317
+ children: loadingCircleStyle$5L
21262
21318
  }), /*#__PURE__*/React.createElement("svg", _extends({
21263
21319
  xmlns: "http://www.w3.org/2000/svg",
21264
21320
  width: size,
@@ -21295,8 +21351,8 @@ Pin.defaultProps = {
21295
21351
  size: '1em'
21296
21352
  };
21297
21353
 
21298
- var _excluded$5L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21299
- var loadingCircleStyle$5L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21354
+ var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21355
+ var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21300
21356
  var PinUnsave = function PinUnsave(props) {
21301
21357
  var color = props.color,
21302
21358
  size = props.size,
@@ -21305,12 +21361,12 @@ var PinUnsave = function PinUnsave(props) {
21305
21361
  className = props.className,
21306
21362
  iconClassName = props.iconClassName,
21307
21363
  testid = props.testid,
21308
- otherProps = _objectWithoutProperties(props, _excluded$5L);
21364
+ otherProps = _objectWithoutProperties(props, _excluded$5M);
21309
21365
  return /*#__PURE__*/React.createElement("span", {
21310
21366
  role: "img",
21311
21367
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21312
21368
  }, /*#__PURE__*/React.createElement("style", {
21313
- children: loadingCircleStyle$5L
21369
+ children: loadingCircleStyle$5M
21314
21370
  }), /*#__PURE__*/React.createElement("svg", _extends({
21315
21371
  xmlns: "http://www.w3.org/2000/svg",
21316
21372
  width: size,
@@ -21349,8 +21405,8 @@ PinUnsave.defaultProps = {
21349
21405
  size: '1em'
21350
21406
  };
21351
21407
 
21352
- var _excluded$5M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21353
- var loadingCircleStyle$5M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21408
+ var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21409
+ var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21354
21410
  var Unsave = function Unsave(props) {
21355
21411
  var color = props.color,
21356
21412
  size = props.size,
@@ -21359,12 +21415,12 @@ var Unsave = function Unsave(props) {
21359
21415
  className = props.className,
21360
21416
  iconClassName = props.iconClassName,
21361
21417
  testid = props.testid,
21362
- otherProps = _objectWithoutProperties(props, _excluded$5M);
21418
+ otherProps = _objectWithoutProperties(props, _excluded$5N);
21363
21419
  return /*#__PURE__*/React.createElement("span", {
21364
21420
  role: "img",
21365
21421
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21366
21422
  }, /*#__PURE__*/React.createElement("style", {
21367
- children: loadingCircleStyle$5M
21423
+ children: loadingCircleStyle$5N
21368
21424
  }), /*#__PURE__*/React.createElement("svg", _extends({
21369
21425
  xmlns: "http://www.w3.org/2000/svg",
21370
21426
  width: size,
@@ -21403,8 +21459,8 @@ Unsave.defaultProps = {
21403
21459
  size: '1em'
21404
21460
  };
21405
21461
 
21406
- var _excluded$5N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21407
- var loadingCircleStyle$5N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21462
+ var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21463
+ var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21408
21464
  var Sticky = function Sticky(props) {
21409
21465
  var color = props.color,
21410
21466
  size = props.size,
@@ -21413,12 +21469,12 @@ var Sticky = function Sticky(props) {
21413
21469
  className = props.className,
21414
21470
  iconClassName = props.iconClassName,
21415
21471
  testid = props.testid,
21416
- otherProps = _objectWithoutProperties(props, _excluded$5N);
21472
+ otherProps = _objectWithoutProperties(props, _excluded$5O);
21417
21473
  return /*#__PURE__*/React.createElement("span", {
21418
21474
  role: "img",
21419
21475
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21420
21476
  }, /*#__PURE__*/React.createElement("style", {
21421
- children: loadingCircleStyle$5N
21477
+ children: loadingCircleStyle$5O
21422
21478
  }), /*#__PURE__*/React.createElement("svg", _extends({
21423
21479
  xmlns: "http://www.w3.org/2000/svg",
21424
21480
  width: size,
@@ -21455,8 +21511,8 @@ Sticky.defaultProps = {
21455
21511
  size: '1em'
21456
21512
  };
21457
21513
 
21458
- var _excluded$5O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21459
- var loadingCircleStyle$5O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21514
+ var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21515
+ var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21460
21516
  var Online = function Online(props) {
21461
21517
  var color = props.color,
21462
21518
  size = props.size,
@@ -21465,12 +21521,12 @@ var Online = function Online(props) {
21465
21521
  className = props.className,
21466
21522
  iconClassName = props.iconClassName,
21467
21523
  testid = props.testid,
21468
- otherProps = _objectWithoutProperties(props, _excluded$5O);
21524
+ otherProps = _objectWithoutProperties(props, _excluded$5P);
21469
21525
  return /*#__PURE__*/React.createElement("span", {
21470
21526
  role: "img",
21471
21527
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21472
21528
  }, /*#__PURE__*/React.createElement("style", {
21473
- children: loadingCircleStyle$5O
21529
+ children: loadingCircleStyle$5P
21474
21530
  }), /*#__PURE__*/React.createElement("svg", _extends({
21475
21531
  xmlns: "http://www.w3.org/2000/svg",
21476
21532
  width: size,
@@ -21507,8 +21563,8 @@ Online.defaultProps = {
21507
21563
  size: '1em'
21508
21564
  };
21509
21565
 
21510
- var _excluded$5P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21511
- var loadingCircleStyle$5P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21566
+ var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21567
+ var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21512
21568
  var Offline = function Offline(props) {
21513
21569
  var color = props.color,
21514
21570
  size = props.size,
@@ -21517,12 +21573,12 @@ var Offline = function Offline(props) {
21517
21573
  className = props.className,
21518
21574
  iconClassName = props.iconClassName,
21519
21575
  testid = props.testid,
21520
- otherProps = _objectWithoutProperties(props, _excluded$5P);
21576
+ otherProps = _objectWithoutProperties(props, _excluded$5Q);
21521
21577
  return /*#__PURE__*/React.createElement("span", {
21522
21578
  role: "img",
21523
21579
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21524
21580
  }, /*#__PURE__*/React.createElement("style", {
21525
- children: loadingCircleStyle$5P
21581
+ children: loadingCircleStyle$5Q
21526
21582
  }), /*#__PURE__*/React.createElement("svg", _extends({
21527
21583
  xmlns: "http://www.w3.org/2000/svg",
21528
21584
  width: size,
@@ -21559,8 +21615,8 @@ Offline.defaultProps = {
21559
21615
  size: '1em'
21560
21616
  };
21561
21617
 
21562
- var _excluded$5Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21563
- var loadingCircleStyle$5Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21618
+ var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21619
+ var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21564
21620
  var StopCircle = function StopCircle(props) {
21565
21621
  var color = props.color,
21566
21622
  size = props.size,
@@ -21569,12 +21625,12 @@ var StopCircle = function StopCircle(props) {
21569
21625
  className = props.className,
21570
21626
  iconClassName = props.iconClassName,
21571
21627
  testid = props.testid,
21572
- otherProps = _objectWithoutProperties(props, _excluded$5Q);
21628
+ otherProps = _objectWithoutProperties(props, _excluded$5R);
21573
21629
  return /*#__PURE__*/React.createElement("span", {
21574
21630
  role: "img",
21575
21631
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21576
21632
  }, /*#__PURE__*/React.createElement("style", {
21577
- children: loadingCircleStyle$5Q
21633
+ children: loadingCircleStyle$5R
21578
21634
  }), /*#__PURE__*/React.createElement("svg", _extends({
21579
21635
  xmlns: "http://www.w3.org/2000/svg",
21580
21636
  width: size,
@@ -21611,8 +21667,8 @@ StopCircle.defaultProps = {
21611
21667
  size: '1em'
21612
21668
  };
21613
21669
 
21614
- var _excluded$5R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21615
- var loadingCircleStyle$5R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21670
+ var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21671
+ var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21616
21672
  var Find = function Find(props) {
21617
21673
  var color = props.color,
21618
21674
  size = props.size,
@@ -21621,12 +21677,12 @@ var Find = function Find(props) {
21621
21677
  className = props.className,
21622
21678
  iconClassName = props.iconClassName,
21623
21679
  testid = props.testid,
21624
- otherProps = _objectWithoutProperties(props, _excluded$5R);
21680
+ otherProps = _objectWithoutProperties(props, _excluded$5S);
21625
21681
  return /*#__PURE__*/React.createElement("span", {
21626
21682
  role: "img",
21627
21683
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21628
21684
  }, /*#__PURE__*/React.createElement("style", {
21629
- children: loadingCircleStyle$5R
21685
+ children: loadingCircleStyle$5S
21630
21686
  }), /*#__PURE__*/React.createElement("svg", _extends({
21631
21687
  xmlns: "http://www.w3.org/2000/svg",
21632
21688
  width: size,
@@ -21673,8 +21729,8 @@ Find.defaultProps = {
21673
21729
  size: '1em'
21674
21730
  };
21675
21731
 
21676
- var _excluded$5S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21677
- var loadingCircleStyle$5S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21732
+ var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21733
+ var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21678
21734
  var ArrowGoBack = function ArrowGoBack(props) {
21679
21735
  var color = props.color,
21680
21736
  size = props.size,
@@ -21683,12 +21739,12 @@ var ArrowGoBack = function ArrowGoBack(props) {
21683
21739
  className = props.className,
21684
21740
  iconClassName = props.iconClassName,
21685
21741
  testid = props.testid,
21686
- otherProps = _objectWithoutProperties(props, _excluded$5S);
21742
+ otherProps = _objectWithoutProperties(props, _excluded$5T);
21687
21743
  return /*#__PURE__*/React.createElement("span", {
21688
21744
  role: "img",
21689
21745
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21690
21746
  }, /*#__PURE__*/React.createElement("style", {
21691
- children: loadingCircleStyle$5S
21747
+ children: loadingCircleStyle$5T
21692
21748
  }), /*#__PURE__*/React.createElement("svg", _extends({
21693
21749
  xmlns: "http://www.w3.org/2000/svg",
21694
21750
  width: size,
@@ -21725,8 +21781,8 @@ ArrowGoBack.defaultProps = {
21725
21781
  size: '1em'
21726
21782
  };
21727
21783
 
21728
- var _excluded$5T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21729
- var loadingCircleStyle$5T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21784
+ var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21785
+ var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21730
21786
  var ArrowGoForward = function ArrowGoForward(props) {
21731
21787
  var color = props.color,
21732
21788
  size = props.size,
@@ -21735,12 +21791,12 @@ var ArrowGoForward = function ArrowGoForward(props) {
21735
21791
  className = props.className,
21736
21792
  iconClassName = props.iconClassName,
21737
21793
  testid = props.testid,
21738
- otherProps = _objectWithoutProperties(props, _excluded$5T);
21794
+ otherProps = _objectWithoutProperties(props, _excluded$5U);
21739
21795
  return /*#__PURE__*/React.createElement("span", {
21740
21796
  role: "img",
21741
21797
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21742
21798
  }, /*#__PURE__*/React.createElement("style", {
21743
- children: loadingCircleStyle$5T
21799
+ children: loadingCircleStyle$5U
21744
21800
  }), /*#__PURE__*/React.createElement("svg", _extends({
21745
21801
  xmlns: "http://www.w3.org/2000/svg",
21746
21802
  width: size,
@@ -21777,8 +21833,8 @@ ArrowGoForward.defaultProps = {
21777
21833
  size: '1em'
21778
21834
  };
21779
21835
 
21780
- var _excluded$5U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21781
- var loadingCircleStyle$5U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21836
+ var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21837
+ var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21782
21838
  var Recycle = function Recycle(props) {
21783
21839
  var color = props.color,
21784
21840
  size = props.size,
@@ -21787,12 +21843,12 @@ var Recycle = function Recycle(props) {
21787
21843
  className = props.className,
21788
21844
  iconClassName = props.iconClassName,
21789
21845
  testid = props.testid,
21790
- otherProps = _objectWithoutProperties(props, _excluded$5U);
21846
+ otherProps = _objectWithoutProperties(props, _excluded$5V);
21791
21847
  return /*#__PURE__*/React.createElement("span", {
21792
21848
  role: "img",
21793
21849
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21794
21850
  }, /*#__PURE__*/React.createElement("style", {
21795
- children: loadingCircleStyle$5U
21851
+ children: loadingCircleStyle$5V
21796
21852
  }), /*#__PURE__*/React.createElement("svg", _extends({
21797
21853
  xmlns: "http://www.w3.org/2000/svg",
21798
21854
  width: size,
@@ -21837,8 +21893,8 @@ Recycle.defaultProps = {
21837
21893
  size: '1em'
21838
21894
  };
21839
21895
 
21840
- var _excluded$5V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21841
- var loadingCircleStyle$5V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21896
+ var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21897
+ var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21842
21898
  var Info = function Info(props) {
21843
21899
  var color = props.color,
21844
21900
  size = props.size,
@@ -21847,12 +21903,12 @@ var Info = function Info(props) {
21847
21903
  className = props.className,
21848
21904
  iconClassName = props.iconClassName,
21849
21905
  testid = props.testid,
21850
- otherProps = _objectWithoutProperties(props, _excluded$5V);
21906
+ otherProps = _objectWithoutProperties(props, _excluded$5W);
21851
21907
  return /*#__PURE__*/React.createElement("span", {
21852
21908
  role: "img",
21853
21909
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21854
21910
  }, /*#__PURE__*/React.createElement("style", {
21855
- children: loadingCircleStyle$5V
21911
+ children: loadingCircleStyle$5W
21856
21912
  }), /*#__PURE__*/React.createElement("svg", _extends({
21857
21913
  xmlns: "http://www.w3.org/2000/svg",
21858
21914
  width: size,
@@ -21893,8 +21949,8 @@ Info.defaultProps = {
21893
21949
  size: '1em'
21894
21950
  };
21895
21951
 
21896
- var _excluded$5W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21897
- var loadingCircleStyle$5W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21952
+ var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21953
+ var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21898
21954
  var InfoFill = function InfoFill(props) {
21899
21955
  var color = props.color,
21900
21956
  size = props.size,
@@ -21903,12 +21959,12 @@ var InfoFill = function InfoFill(props) {
21903
21959
  className = props.className,
21904
21960
  iconClassName = props.iconClassName,
21905
21961
  testid = props.testid,
21906
- otherProps = _objectWithoutProperties(props, _excluded$5W);
21962
+ otherProps = _objectWithoutProperties(props, _excluded$5X);
21907
21963
  return /*#__PURE__*/React.createElement("span", {
21908
21964
  role: "img",
21909
21965
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21910
21966
  }, /*#__PURE__*/React.createElement("style", {
21911
- children: loadingCircleStyle$5W
21967
+ children: loadingCircleStyle$5X
21912
21968
  }), /*#__PURE__*/React.createElement("svg", _extends({
21913
21969
  xmlns: "http://www.w3.org/2000/svg",
21914
21970
  width: size,
@@ -21945,8 +22001,8 @@ InfoFill.defaultProps = {
21945
22001
  size: '1em'
21946
22002
  };
21947
22003
 
21948
- var _excluded$5X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
21949
- var loadingCircleStyle$5X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22004
+ var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22005
+ var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
21950
22006
  var Help = function Help(props) {
21951
22007
  var color = props.color,
21952
22008
  size = props.size,
@@ -21955,12 +22011,12 @@ var Help = function Help(props) {
21955
22011
  className = props.className,
21956
22012
  iconClassName = props.iconClassName,
21957
22013
  testid = props.testid,
21958
- otherProps = _objectWithoutProperties(props, _excluded$5X);
22014
+ otherProps = _objectWithoutProperties(props, _excluded$5Y);
21959
22015
  return /*#__PURE__*/React.createElement("span", {
21960
22016
  role: "img",
21961
22017
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
21962
22018
  }, /*#__PURE__*/React.createElement("style", {
21963
- children: loadingCircleStyle$5X
22019
+ children: loadingCircleStyle$5Y
21964
22020
  }), /*#__PURE__*/React.createElement("svg", _extends({
21965
22021
  xmlns: "http://www.w3.org/2000/svg",
21966
22022
  width: size,
@@ -21997,8 +22053,8 @@ Help.defaultProps = {
21997
22053
  size: '1em'
21998
22054
  };
21999
22055
 
22000
- var _excluded$5Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22001
- var loadingCircleStyle$5Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22056
+ var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22057
+ var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22002
22058
  var History = function History(props) {
22003
22059
  var color = props.color,
22004
22060
  size = props.size,
@@ -22007,12 +22063,12 @@ var History = function History(props) {
22007
22063
  className = props.className,
22008
22064
  iconClassName = props.iconClassName,
22009
22065
  testid = props.testid,
22010
- otherProps = _objectWithoutProperties(props, _excluded$5Y);
22066
+ otherProps = _objectWithoutProperties(props, _excluded$5Z);
22011
22067
  return /*#__PURE__*/React.createElement("span", {
22012
22068
  role: "img",
22013
22069
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22014
22070
  }, /*#__PURE__*/React.createElement("style", {
22015
- children: loadingCircleStyle$5Y
22071
+ children: loadingCircleStyle$5Z
22016
22072
  }), /*#__PURE__*/React.createElement("svg", _extends({
22017
22073
  xmlns: "http://www.w3.org/2000/svg",
22018
22074
  width: size,
@@ -22049,8 +22105,8 @@ History.defaultProps = {
22049
22105
  size: '1em'
22050
22106
  };
22051
22107
 
22052
- var _excluded$5Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22053
- var loadingCircleStyle$5Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22108
+ var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22109
+ var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22054
22110
  var Backup = function Backup(props) {
22055
22111
  var color = props.color,
22056
22112
  size = props.size,
@@ -22059,12 +22115,12 @@ var Backup = function Backup(props) {
22059
22115
  className = props.className,
22060
22116
  iconClassName = props.iconClassName,
22061
22117
  testid = props.testid,
22062
- otherProps = _objectWithoutProperties(props, _excluded$5Z);
22118
+ otherProps = _objectWithoutProperties(props, _excluded$5_);
22063
22119
  return /*#__PURE__*/React.createElement("span", {
22064
22120
  role: "img",
22065
22121
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22066
22122
  }, /*#__PURE__*/React.createElement("style", {
22067
- children: loadingCircleStyle$5Z
22123
+ children: loadingCircleStyle$5_
22068
22124
  }), /*#__PURE__*/React.createElement("svg", _extends({
22069
22125
  xmlns: "http://www.w3.org/2000/svg",
22070
22126
  width: size,
@@ -22103,8 +22159,8 @@ Backup.defaultProps = {
22103
22159
  size: '1em'
22104
22160
  };
22105
22161
 
22106
- var _excluded$5_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22107
- var loadingCircleStyle$5_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22162
+ var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22163
+ var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22108
22164
  var Error = function Error(props) {
22109
22165
  var color = props.color,
22110
22166
  size = props.size,
@@ -22113,12 +22169,12 @@ var Error = function Error(props) {
22113
22169
  className = props.className,
22114
22170
  iconClassName = props.iconClassName,
22115
22171
  testid = props.testid,
22116
- otherProps = _objectWithoutProperties(props, _excluded$5_);
22172
+ otherProps = _objectWithoutProperties(props, _excluded$5$);
22117
22173
  return /*#__PURE__*/React.createElement("span", {
22118
22174
  role: "img",
22119
22175
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22120
22176
  }, /*#__PURE__*/React.createElement("style", {
22121
- children: loadingCircleStyle$5_
22177
+ children: loadingCircleStyle$5$
22122
22178
  }), /*#__PURE__*/React.createElement("svg", _extends({
22123
22179
  xmlns: "http://www.w3.org/2000/svg",
22124
22180
  width: size,
@@ -22159,8 +22215,8 @@ Error.defaultProps = {
22159
22215
  size: '1em'
22160
22216
  };
22161
22217
 
22162
- var _excluded$5$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22163
- var loadingCircleStyle$5$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22218
+ var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22219
+ var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22164
22220
  var ErrorFill = function ErrorFill(props) {
22165
22221
  var color = props.color,
22166
22222
  size = props.size,
@@ -22169,12 +22225,12 @@ var ErrorFill = function ErrorFill(props) {
22169
22225
  className = props.className,
22170
22226
  iconClassName = props.iconClassName,
22171
22227
  testid = props.testid,
22172
- otherProps = _objectWithoutProperties(props, _excluded$5$);
22228
+ otherProps = _objectWithoutProperties(props, _excluded$60);
22173
22229
  return /*#__PURE__*/React.createElement("span", {
22174
22230
  role: "img",
22175
22231
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22176
22232
  }, /*#__PURE__*/React.createElement("style", {
22177
- children: loadingCircleStyle$5$
22233
+ children: loadingCircleStyle$60
22178
22234
  }), /*#__PURE__*/React.createElement("svg", _extends({
22179
22235
  xmlns: "http://www.w3.org/2000/svg",
22180
22236
  width: size,
@@ -22211,8 +22267,8 @@ ErrorFill.defaultProps = {
22211
22267
  size: '1em'
22212
22268
  };
22213
22269
 
22214
- var _excluded$60 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22215
- var loadingCircleStyle$60 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22270
+ var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22271
+ var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22216
22272
  var Error2 = function Error2(props) {
22217
22273
  var color = props.color,
22218
22274
  size = props.size,
@@ -22221,12 +22277,12 @@ var Error2 = function Error2(props) {
22221
22277
  className = props.className,
22222
22278
  iconClassName = props.iconClassName,
22223
22279
  testid = props.testid,
22224
- otherProps = _objectWithoutProperties(props, _excluded$60);
22280
+ otherProps = _objectWithoutProperties(props, _excluded$61);
22225
22281
  return /*#__PURE__*/React.createElement("span", {
22226
22282
  role: "img",
22227
22283
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22228
22284
  }, /*#__PURE__*/React.createElement("style", {
22229
- children: loadingCircleStyle$60
22285
+ children: loadingCircleStyle$61
22230
22286
  }), /*#__PURE__*/React.createElement("svg", _extends({
22231
22287
  xmlns: "http://www.w3.org/2000/svg",
22232
22288
  width: size,
@@ -22265,8 +22321,8 @@ Error2.defaultProps = {
22265
22321
  size: '1em'
22266
22322
  };
22267
22323
 
22268
- var _excluded$61 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22269
- var loadingCircleStyle$61 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22324
+ var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22325
+ var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22270
22326
  var Error2Fill = function Error2Fill(props) {
22271
22327
  var color = props.color,
22272
22328
  size = props.size,
@@ -22275,12 +22331,12 @@ var Error2Fill = function Error2Fill(props) {
22275
22331
  className = props.className,
22276
22332
  iconClassName = props.iconClassName,
22277
22333
  testid = props.testid,
22278
- otherProps = _objectWithoutProperties(props, _excluded$61);
22334
+ otherProps = _objectWithoutProperties(props, _excluded$62);
22279
22335
  return /*#__PURE__*/React.createElement("span", {
22280
22336
  role: "img",
22281
22337
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22282
22338
  }, /*#__PURE__*/React.createElement("style", {
22283
- children: loadingCircleStyle$61
22339
+ children: loadingCircleStyle$62
22284
22340
  }), /*#__PURE__*/React.createElement("svg", _extends({
22285
22341
  xmlns: "http://www.w3.org/2000/svg",
22286
22342
  width: size,
@@ -22319,8 +22375,8 @@ Error2Fill.defaultProps = {
22319
22375
  size: '1em'
22320
22376
  };
22321
22377
 
22322
- var _excluded$62 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22323
- var loadingCircleStyle$62 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22378
+ var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22379
+ var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22324
22380
  var Success = function Success(props) {
22325
22381
  var color = props.color,
22326
22382
  size = props.size,
@@ -22329,12 +22385,12 @@ var Success = function Success(props) {
22329
22385
  className = props.className,
22330
22386
  iconClassName = props.iconClassName,
22331
22387
  testid = props.testid,
22332
- otherProps = _objectWithoutProperties(props, _excluded$62);
22388
+ otherProps = _objectWithoutProperties(props, _excluded$63);
22333
22389
  return /*#__PURE__*/React.createElement("span", {
22334
22390
  role: "img",
22335
22391
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22336
22392
  }, /*#__PURE__*/React.createElement("style", {
22337
- children: loadingCircleStyle$62
22393
+ children: loadingCircleStyle$63
22338
22394
  }), /*#__PURE__*/React.createElement("svg", _extends({
22339
22395
  xmlns: "http://www.w3.org/2000/svg",
22340
22396
  width: size,
@@ -22371,8 +22427,8 @@ Success.defaultProps = {
22371
22427
  size: '1em'
22372
22428
  };
22373
22429
 
22374
- var _excluded$63 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22375
- var loadingCircleStyle$63 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22430
+ var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22431
+ var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22376
22432
  var SuccessFill = function SuccessFill(props) {
22377
22433
  var color = props.color,
22378
22434
  size = props.size,
@@ -22381,12 +22437,12 @@ var SuccessFill = function SuccessFill(props) {
22381
22437
  className = props.className,
22382
22438
  iconClassName = props.iconClassName,
22383
22439
  testid = props.testid,
22384
- otherProps = _objectWithoutProperties(props, _excluded$63);
22440
+ otherProps = _objectWithoutProperties(props, _excluded$64);
22385
22441
  return /*#__PURE__*/React.createElement("span", {
22386
22442
  role: "img",
22387
22443
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22388
22444
  }, /*#__PURE__*/React.createElement("style", {
22389
- children: loadingCircleStyle$63
22445
+ children: loadingCircleStyle$64
22390
22446
  }), /*#__PURE__*/React.createElement("svg", _extends({
22391
22447
  xmlns: "http://www.w3.org/2000/svg",
22392
22448
  width: size,
@@ -22425,8 +22481,8 @@ SuccessFill.defaultProps = {
22425
22481
  size: '1em'
22426
22482
  };
22427
22483
 
22428
- var _excluded$64 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22429
- var loadingCircleStyle$64 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22484
+ var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22485
+ var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22430
22486
  var Delete2 = function Delete2(props) {
22431
22487
  var color = props.color,
22432
22488
  size = props.size,
@@ -22435,12 +22491,12 @@ var Delete2 = function Delete2(props) {
22435
22491
  className = props.className,
22436
22492
  iconClassName = props.iconClassName,
22437
22493
  testid = props.testid,
22438
- otherProps = _objectWithoutProperties(props, _excluded$64);
22494
+ otherProps = _objectWithoutProperties(props, _excluded$65);
22439
22495
  return /*#__PURE__*/React.createElement("span", {
22440
22496
  role: "img",
22441
22497
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22442
22498
  }, /*#__PURE__*/React.createElement("style", {
22443
- children: loadingCircleStyle$64
22499
+ children: loadingCircleStyle$65
22444
22500
  }), /*#__PURE__*/React.createElement("svg", _extends({
22445
22501
  xmlns: "http://www.w3.org/2000/svg",
22446
22502
  width: size,
@@ -22477,8 +22533,8 @@ Delete2.defaultProps = {
22477
22533
  size: '1em'
22478
22534
  };
22479
22535
 
22480
- var _excluded$65 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22481
- var loadingCircleStyle$65 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22536
+ var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22537
+ var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22482
22538
  var Delete2Fill = function Delete2Fill(props) {
22483
22539
  var color = props.color,
22484
22540
  size = props.size,
@@ -22487,12 +22543,12 @@ var Delete2Fill = function Delete2Fill(props) {
22487
22543
  className = props.className,
22488
22544
  iconClassName = props.iconClassName,
22489
22545
  testid = props.testid,
22490
- otherProps = _objectWithoutProperties(props, _excluded$65);
22546
+ otherProps = _objectWithoutProperties(props, _excluded$66);
22491
22547
  return /*#__PURE__*/React.createElement("span", {
22492
22548
  role: "img",
22493
22549
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22494
22550
  }, /*#__PURE__*/React.createElement("style", {
22495
- children: loadingCircleStyle$65
22551
+ children: loadingCircleStyle$66
22496
22552
  }), /*#__PURE__*/React.createElement("svg", _extends({
22497
22553
  xmlns: "http://www.w3.org/2000/svg",
22498
22554
  width: size,
@@ -22529,8 +22585,8 @@ Delete2Fill.defaultProps = {
22529
22585
  size: '1em'
22530
22586
  };
22531
22587
 
22532
- var _excluded$66 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22533
- var loadingCircleStyle$66 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22588
+ var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22589
+ var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22534
22590
  var Exchange = function Exchange(props) {
22535
22591
  var color = props.color,
22536
22592
  size = props.size,
@@ -22539,12 +22595,12 @@ var Exchange = function Exchange(props) {
22539
22595
  className = props.className,
22540
22596
  iconClassName = props.iconClassName,
22541
22597
  testid = props.testid,
22542
- otherProps = _objectWithoutProperties(props, _excluded$66);
22598
+ otherProps = _objectWithoutProperties(props, _excluded$67);
22543
22599
  return /*#__PURE__*/React.createElement("span", {
22544
22600
  role: "img",
22545
22601
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22546
22602
  }, /*#__PURE__*/React.createElement("style", {
22547
- children: loadingCircleStyle$66
22603
+ children: loadingCircleStyle$67
22548
22604
  }), /*#__PURE__*/React.createElement("svg", _extends({
22549
22605
  xmlns: "http://www.w3.org/2000/svg",
22550
22606
  width: size,
@@ -22581,8 +22637,8 @@ Exchange.defaultProps = {
22581
22637
  size: '1em'
22582
22638
  };
22583
22639
 
22584
- var _excluded$67 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22585
- var loadingCircleStyle$67 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22640
+ var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22641
+ var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22586
22642
  var SwapFill = function SwapFill(props) {
22587
22643
  var color = props.color,
22588
22644
  size = props.size,
@@ -22591,12 +22647,12 @@ var SwapFill = function SwapFill(props) {
22591
22647
  className = props.className,
22592
22648
  iconClassName = props.iconClassName,
22593
22649
  testid = props.testid,
22594
- otherProps = _objectWithoutProperties(props, _excluded$67);
22650
+ otherProps = _objectWithoutProperties(props, _excluded$68);
22595
22651
  return /*#__PURE__*/React.createElement("span", {
22596
22652
  role: "img",
22597
22653
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22598
22654
  }, /*#__PURE__*/React.createElement("style", {
22599
- children: loadingCircleStyle$67
22655
+ children: loadingCircleStyle$68
22600
22656
  }), /*#__PURE__*/React.createElement("svg", _extends({
22601
22657
  xmlns: "http://www.w3.org/2000/svg",
22602
22658
  width: size,
@@ -22633,8 +22689,8 @@ SwapFill.defaultProps = {
22633
22689
  size: '1em'
22634
22690
  };
22635
22691
 
22636
- var _excluded$68 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22637
- var loadingCircleStyle$68 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22692
+ var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22693
+ var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22638
22694
  var Processing = function Processing(props) {
22639
22695
  var color = props.color,
22640
22696
  size = props.size,
@@ -22643,12 +22699,12 @@ var Processing = function Processing(props) {
22643
22699
  className = props.className,
22644
22700
  iconClassName = props.iconClassName,
22645
22701
  testid = props.testid,
22646
- otherProps = _objectWithoutProperties(props, _excluded$68);
22702
+ otherProps = _objectWithoutProperties(props, _excluded$69);
22647
22703
  return /*#__PURE__*/React.createElement("span", {
22648
22704
  role: "img",
22649
22705
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22650
22706
  }, /*#__PURE__*/React.createElement("style", {
22651
- children: loadingCircleStyle$68
22707
+ children: loadingCircleStyle$69
22652
22708
  }), /*#__PURE__*/React.createElement("svg", _extends({
22653
22709
  xmlns: "http://www.w3.org/2000/svg",
22654
22710
  width: size,
@@ -22685,8 +22741,8 @@ Processing.defaultProps = {
22685
22741
  size: '1em'
22686
22742
  };
22687
22743
 
22688
- var _excluded$69 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22689
- var loadingCircleStyle$69 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22744
+ var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22745
+ var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22690
22746
  var Processing2 = function Processing2(props) {
22691
22747
  var color = props.color,
22692
22748
  size = props.size,
@@ -22695,12 +22751,12 @@ var Processing2 = function Processing2(props) {
22695
22751
  className = props.className,
22696
22752
  iconClassName = props.iconClassName,
22697
22753
  testid = props.testid,
22698
- otherProps = _objectWithoutProperties(props, _excluded$69);
22754
+ otherProps = _objectWithoutProperties(props, _excluded$6a);
22699
22755
  return /*#__PURE__*/React.createElement("span", {
22700
22756
  role: "img",
22701
22757
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22702
22758
  }, /*#__PURE__*/React.createElement("style", {
22703
- children: loadingCircleStyle$69
22759
+ children: loadingCircleStyle$6a
22704
22760
  }), /*#__PURE__*/React.createElement("svg", _extends({
22705
22761
  xmlns: "http://www.w3.org/2000/svg",
22706
22762
  width: size,
@@ -22739,8 +22795,8 @@ Processing2.defaultProps = {
22739
22795
  size: '1em'
22740
22796
  };
22741
22797
 
22742
- var _excluded$6a = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22743
- var loadingCircleStyle$6a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22798
+ var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22799
+ var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22744
22800
  var Done = function Done(props) {
22745
22801
  var color = props.color,
22746
22802
  size = props.size,
@@ -22749,12 +22805,12 @@ var Done = function Done(props) {
22749
22805
  className = props.className,
22750
22806
  iconClassName = props.iconClassName,
22751
22807
  testid = props.testid,
22752
- otherProps = _objectWithoutProperties(props, _excluded$6a);
22808
+ otherProps = _objectWithoutProperties(props, _excluded$6b);
22753
22809
  return /*#__PURE__*/React.createElement("span", {
22754
22810
  role: "img",
22755
22811
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22756
22812
  }, /*#__PURE__*/React.createElement("style", {
22757
- children: loadingCircleStyle$6a
22813
+ children: loadingCircleStyle$6b
22758
22814
  }), /*#__PURE__*/React.createElement("svg", _extends({
22759
22815
  xmlns: "http://www.w3.org/2000/svg",
22760
22816
  width: size,
@@ -22791,8 +22847,8 @@ Done.defaultProps = {
22791
22847
  size: '1em'
22792
22848
  };
22793
22849
 
22794
- var _excluded$6b = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22795
- var loadingCircleStyle$6b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22850
+ var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22851
+ var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22796
22852
  var Close = function Close(props) {
22797
22853
  var color = props.color,
22798
22854
  size = props.size,
@@ -22801,12 +22857,12 @@ var Close = function Close(props) {
22801
22857
  className = props.className,
22802
22858
  iconClassName = props.iconClassName,
22803
22859
  testid = props.testid,
22804
- otherProps = _objectWithoutProperties(props, _excluded$6b);
22860
+ otherProps = _objectWithoutProperties(props, _excluded$6c);
22805
22861
  return /*#__PURE__*/React.createElement("span", {
22806
22862
  role: "img",
22807
22863
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22808
22864
  }, /*#__PURE__*/React.createElement("style", {
22809
- children: loadingCircleStyle$6b
22865
+ children: loadingCircleStyle$6c
22810
22866
  }), /*#__PURE__*/React.createElement("svg", _extends({
22811
22867
  xmlns: "http://www.w3.org/2000/svg",
22812
22868
  width: size,
@@ -22843,8 +22899,8 @@ Close.defaultProps = {
22843
22899
  size: '1em'
22844
22900
  };
22845
22901
 
22846
- var _excluded$6c = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22847
- var loadingCircleStyle$6c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22902
+ var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22903
+ var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22848
22904
  var StarOutline = function StarOutline(props) {
22849
22905
  var color = props.color,
22850
22906
  size = props.size,
@@ -22853,12 +22909,12 @@ var StarOutline = function StarOutline(props) {
22853
22909
  className = props.className,
22854
22910
  iconClassName = props.iconClassName,
22855
22911
  testid = props.testid,
22856
- otherProps = _objectWithoutProperties(props, _excluded$6c);
22912
+ otherProps = _objectWithoutProperties(props, _excluded$6d);
22857
22913
  return /*#__PURE__*/React.createElement("span", {
22858
22914
  role: "img",
22859
22915
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22860
22916
  }, /*#__PURE__*/React.createElement("style", {
22861
- children: loadingCircleStyle$6c
22917
+ children: loadingCircleStyle$6d
22862
22918
  }), /*#__PURE__*/React.createElement("svg", _extends({
22863
22919
  xmlns: "http://www.w3.org/2000/svg",
22864
22920
  width: size,
@@ -22895,8 +22951,8 @@ StarOutline.defaultProps = {
22895
22951
  size: '1em'
22896
22952
  };
22897
22953
 
22898
- var _excluded$6d = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22899
- var loadingCircleStyle$6d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22954
+ var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22955
+ var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22900
22956
  var StarFill = function StarFill(props) {
22901
22957
  var color = props.color,
22902
22958
  size = props.size,
@@ -22905,12 +22961,12 @@ var StarFill = function StarFill(props) {
22905
22961
  className = props.className,
22906
22962
  iconClassName = props.iconClassName,
22907
22963
  testid = props.testid,
22908
- otherProps = _objectWithoutProperties(props, _excluded$6d);
22964
+ otherProps = _objectWithoutProperties(props, _excluded$6e);
22909
22965
  return /*#__PURE__*/React.createElement("span", {
22910
22966
  role: "img",
22911
22967
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22912
22968
  }, /*#__PURE__*/React.createElement("style", {
22913
- children: loadingCircleStyle$6d
22969
+ children: loadingCircleStyle$6e
22914
22970
  }), /*#__PURE__*/React.createElement("svg", _extends({
22915
22971
  xmlns: "http://www.w3.org/2000/svg",
22916
22972
  width: size,
@@ -22947,8 +23003,8 @@ StarFill.defaultProps = {
22947
23003
  size: '1em'
22948
23004
  };
22949
23005
 
22950
- var _excluded$6e = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
22951
- var loadingCircleStyle$6e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23006
+ var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23007
+ var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
22952
23008
  var TimeLock = function TimeLock(props) {
22953
23009
  var color = props.color,
22954
23010
  size = props.size,
@@ -22957,12 +23013,12 @@ var TimeLock = function TimeLock(props) {
22957
23013
  className = props.className,
22958
23014
  iconClassName = props.iconClassName,
22959
23015
  testid = props.testid,
22960
- otherProps = _objectWithoutProperties(props, _excluded$6e);
23016
+ otherProps = _objectWithoutProperties(props, _excluded$6f);
22961
23017
  return /*#__PURE__*/React.createElement("span", {
22962
23018
  role: "img",
22963
23019
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
22964
23020
  }, /*#__PURE__*/React.createElement("style", {
22965
- children: loadingCircleStyle$6e
23021
+ children: loadingCircleStyle$6f
22966
23022
  }), /*#__PURE__*/React.createElement("svg", _extends({
22967
23023
  xmlns: "http://www.w3.org/2000/svg",
22968
23024
  width: size,
@@ -22999,8 +23055,8 @@ TimeLock.defaultProps = {
22999
23055
  size: '1em'
23000
23056
  };
23001
23057
 
23002
- var _excluded$6f = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23003
- var loadingCircleStyle$6f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23058
+ var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23059
+ var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23004
23060
  var Heart = function Heart(props) {
23005
23061
  var color = props.color,
23006
23062
  size = props.size,
@@ -23009,12 +23065,12 @@ var Heart = function Heart(props) {
23009
23065
  className = props.className,
23010
23066
  iconClassName = props.iconClassName,
23011
23067
  testid = props.testid,
23012
- otherProps = _objectWithoutProperties(props, _excluded$6f);
23068
+ otherProps = _objectWithoutProperties(props, _excluded$6g);
23013
23069
  return /*#__PURE__*/React.createElement("span", {
23014
23070
  role: "img",
23015
23071
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23016
23072
  }, /*#__PURE__*/React.createElement("style", {
23017
- children: loadingCircleStyle$6f
23073
+ children: loadingCircleStyle$6g
23018
23074
  }), /*#__PURE__*/React.createElement("svg", _extends({
23019
23075
  xmlns: "http://www.w3.org/2000/svg",
23020
23076
  width: size,
@@ -23051,8 +23107,8 @@ Heart.defaultProps = {
23051
23107
  size: '1em'
23052
23108
  };
23053
23109
 
23054
- var _excluded$6g = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23055
- var loadingCircleStyle$6g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23110
+ var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23111
+ var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23056
23112
  var Bookmark = function Bookmark(props) {
23057
23113
  var color = props.color,
23058
23114
  size = props.size,
@@ -23061,12 +23117,12 @@ var Bookmark = function Bookmark(props) {
23061
23117
  className = props.className,
23062
23118
  iconClassName = props.iconClassName,
23063
23119
  testid = props.testid,
23064
- otherProps = _objectWithoutProperties(props, _excluded$6g);
23120
+ otherProps = _objectWithoutProperties(props, _excluded$6h);
23065
23121
  return /*#__PURE__*/React.createElement("span", {
23066
23122
  role: "img",
23067
23123
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23068
23124
  }, /*#__PURE__*/React.createElement("style", {
23069
- children: loadingCircleStyle$6g
23125
+ children: loadingCircleStyle$6h
23070
23126
  }), /*#__PURE__*/React.createElement("svg", _extends({
23071
23127
  xmlns: "http://www.w3.org/2000/svg",
23072
23128
  width: size,
@@ -23103,8 +23159,8 @@ Bookmark.defaultProps = {
23103
23159
  size: '1em'
23104
23160
  };
23105
23161
 
23106
- var _excluded$6h = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23107
- var loadingCircleStyle$6h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23162
+ var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23163
+ var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23108
23164
  var Bookmark2 = function Bookmark2(props) {
23109
23165
  var color = props.color,
23110
23166
  size = props.size,
@@ -23113,12 +23169,12 @@ var Bookmark2 = function Bookmark2(props) {
23113
23169
  className = props.className,
23114
23170
  iconClassName = props.iconClassName,
23115
23171
  testid = props.testid,
23116
- otherProps = _objectWithoutProperties(props, _excluded$6h);
23172
+ otherProps = _objectWithoutProperties(props, _excluded$6i);
23117
23173
  return /*#__PURE__*/React.createElement("span", {
23118
23174
  role: "img",
23119
23175
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23120
23176
  }, /*#__PURE__*/React.createElement("style", {
23121
- children: loadingCircleStyle$6h
23177
+ children: loadingCircleStyle$6i
23122
23178
  }), /*#__PURE__*/React.createElement("svg", _extends({
23123
23179
  xmlns: "http://www.w3.org/2000/svg",
23124
23180
  width: size,
@@ -23155,8 +23211,8 @@ Bookmark2.defaultProps = {
23155
23211
  size: '1em'
23156
23212
  };
23157
23213
 
23158
- var _excluded$6i = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23159
- var loadingCircleStyle$6i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23214
+ var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23215
+ var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23160
23216
  var LockClose = function LockClose(props) {
23161
23217
  var color = props.color,
23162
23218
  size = props.size,
@@ -23165,12 +23221,12 @@ var LockClose = function LockClose(props) {
23165
23221
  className = props.className,
23166
23222
  iconClassName = props.iconClassName,
23167
23223
  testid = props.testid,
23168
- otherProps = _objectWithoutProperties(props, _excluded$6i);
23224
+ otherProps = _objectWithoutProperties(props, _excluded$6j);
23169
23225
  return /*#__PURE__*/React.createElement("span", {
23170
23226
  role: "img",
23171
23227
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23172
23228
  }, /*#__PURE__*/React.createElement("style", {
23173
- children: loadingCircleStyle$6i
23229
+ children: loadingCircleStyle$6j
23174
23230
  }), /*#__PURE__*/React.createElement("svg", _extends({
23175
23231
  xmlns: "http://www.w3.org/2000/svg",
23176
23232
  width: size,
@@ -23211,8 +23267,8 @@ LockClose.defaultProps = {
23211
23267
  size: '1em'
23212
23268
  };
23213
23269
 
23214
- var _excluded$6j = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23215
- var loadingCircleStyle$6j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23270
+ var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23271
+ var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23216
23272
  var LockCloseFill = function LockCloseFill(props) {
23217
23273
  var color = props.color,
23218
23274
  size = props.size,
@@ -23221,12 +23277,12 @@ var LockCloseFill = function LockCloseFill(props) {
23221
23277
  className = props.className,
23222
23278
  iconClassName = props.iconClassName,
23223
23279
  testid = props.testid,
23224
- otherProps = _objectWithoutProperties(props, _excluded$6j);
23280
+ otherProps = _objectWithoutProperties(props, _excluded$6k);
23225
23281
  return /*#__PURE__*/React.createElement("span", {
23226
23282
  role: "img",
23227
23283
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23228
23284
  }, /*#__PURE__*/React.createElement("style", {
23229
- children: loadingCircleStyle$6j
23285
+ children: loadingCircleStyle$6k
23230
23286
  }), /*#__PURE__*/React.createElement("svg", _extends({
23231
23287
  xmlns: "http://www.w3.org/2000/svg",
23232
23288
  width: size,
@@ -23263,8 +23319,8 @@ LockCloseFill.defaultProps = {
23263
23319
  size: '1em'
23264
23320
  };
23265
23321
 
23266
- var _excluded$6k = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23267
- var loadingCircleStyle$6k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23322
+ var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23323
+ var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23268
23324
  var LockOpen = function LockOpen(props) {
23269
23325
  var color = props.color,
23270
23326
  size = props.size,
@@ -23273,12 +23329,12 @@ var LockOpen = function LockOpen(props) {
23273
23329
  className = props.className,
23274
23330
  iconClassName = props.iconClassName,
23275
23331
  testid = props.testid,
23276
- otherProps = _objectWithoutProperties(props, _excluded$6k);
23332
+ otherProps = _objectWithoutProperties(props, _excluded$6l);
23277
23333
  return /*#__PURE__*/React.createElement("span", {
23278
23334
  role: "img",
23279
23335
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23280
23336
  }, /*#__PURE__*/React.createElement("style", {
23281
- children: loadingCircleStyle$6k
23337
+ children: loadingCircleStyle$6l
23282
23338
  }), /*#__PURE__*/React.createElement("svg", _extends({
23283
23339
  xmlns: "http://www.w3.org/2000/svg",
23284
23340
  width: size,
@@ -23315,8 +23371,8 @@ LockOpen.defaultProps = {
23315
23371
  size: '1em'
23316
23372
  };
23317
23373
 
23318
- var _excluded$6l = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23319
- var loadingCircleStyle$6l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23374
+ var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23375
+ var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23320
23376
  var LockOpenFill = function LockOpenFill(props) {
23321
23377
  var color = props.color,
23322
23378
  size = props.size,
@@ -23325,12 +23381,12 @@ var LockOpenFill = function LockOpenFill(props) {
23325
23381
  className = props.className,
23326
23382
  iconClassName = props.iconClassName,
23327
23383
  testid = props.testid,
23328
- otherProps = _objectWithoutProperties(props, _excluded$6l);
23384
+ otherProps = _objectWithoutProperties(props, _excluded$6m);
23329
23385
  return /*#__PURE__*/React.createElement("span", {
23330
23386
  role: "img",
23331
23387
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23332
23388
  }, /*#__PURE__*/React.createElement("style", {
23333
- children: loadingCircleStyle$6l
23389
+ children: loadingCircleStyle$6m
23334
23390
  }), /*#__PURE__*/React.createElement("svg", _extends({
23335
23391
  xmlns: "http://www.w3.org/2000/svg",
23336
23392
  width: size,
@@ -23367,8 +23423,8 @@ LockOpenFill.defaultProps = {
23367
23423
  size: '1em'
23368
23424
  };
23369
23425
 
23370
- var _excluded$6m = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23371
- var loadingCircleStyle$6m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23426
+ var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23427
+ var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23372
23428
  var EyeOn = function EyeOn(props) {
23373
23429
  var color = props.color,
23374
23430
  size = props.size,
@@ -23377,12 +23433,12 @@ var EyeOn = function EyeOn(props) {
23377
23433
  className = props.className,
23378
23434
  iconClassName = props.iconClassName,
23379
23435
  testid = props.testid,
23380
- otherProps = _objectWithoutProperties(props, _excluded$6m);
23436
+ otherProps = _objectWithoutProperties(props, _excluded$6n);
23381
23437
  return /*#__PURE__*/React.createElement("span", {
23382
23438
  role: "img",
23383
23439
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23384
23440
  }, /*#__PURE__*/React.createElement("style", {
23385
- children: loadingCircleStyle$6m
23441
+ children: loadingCircleStyle$6n
23386
23442
  }), /*#__PURE__*/React.createElement("svg", _extends({
23387
23443
  xmlns: "http://www.w3.org/2000/svg",
23388
23444
  width: size,
@@ -23419,8 +23475,8 @@ EyeOn.defaultProps = {
23419
23475
  size: '1em'
23420
23476
  };
23421
23477
 
23422
- var _excluded$6n = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23423
- var loadingCircleStyle$6n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23478
+ var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23479
+ var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23424
23480
  var EyeOnFill = function EyeOnFill(props) {
23425
23481
  var color = props.color,
23426
23482
  size = props.size,
@@ -23429,12 +23485,12 @@ var EyeOnFill = function EyeOnFill(props) {
23429
23485
  className = props.className,
23430
23486
  iconClassName = props.iconClassName,
23431
23487
  testid = props.testid,
23432
- otherProps = _objectWithoutProperties(props, _excluded$6n);
23488
+ otherProps = _objectWithoutProperties(props, _excluded$6o);
23433
23489
  return /*#__PURE__*/React.createElement("span", {
23434
23490
  role: "img",
23435
23491
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23436
23492
  }, /*#__PURE__*/React.createElement("style", {
23437
- children: loadingCircleStyle$6n
23493
+ children: loadingCircleStyle$6o
23438
23494
  }), /*#__PURE__*/React.createElement("svg", _extends({
23439
23495
  xmlns: "http://www.w3.org/2000/svg",
23440
23496
  width: size,
@@ -23473,8 +23529,8 @@ EyeOnFill.defaultProps = {
23473
23529
  size: '1em'
23474
23530
  };
23475
23531
 
23476
- var _excluded$6o = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23477
- var loadingCircleStyle$6o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23532
+ var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23533
+ var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23478
23534
  var EyeOff = function EyeOff(props) {
23479
23535
  var color = props.color,
23480
23536
  size = props.size,
@@ -23483,12 +23539,12 @@ var EyeOff = function EyeOff(props) {
23483
23539
  className = props.className,
23484
23540
  iconClassName = props.iconClassName,
23485
23541
  testid = props.testid,
23486
- otherProps = _objectWithoutProperties(props, _excluded$6o);
23542
+ otherProps = _objectWithoutProperties(props, _excluded$6p);
23487
23543
  return /*#__PURE__*/React.createElement("span", {
23488
23544
  role: "img",
23489
23545
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23490
23546
  }, /*#__PURE__*/React.createElement("style", {
23491
- children: loadingCircleStyle$6o
23547
+ children: loadingCircleStyle$6p
23492
23548
  }), /*#__PURE__*/React.createElement("svg", _extends({
23493
23549
  xmlns: "http://www.w3.org/2000/svg",
23494
23550
  width: size,
@@ -23525,8 +23581,8 @@ EyeOff.defaultProps = {
23525
23581
  size: '1em'
23526
23582
  };
23527
23583
 
23528
- var _excluded$6p = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23529
- var loadingCircleStyle$6p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23584
+ var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23585
+ var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23530
23586
  var EyeOffFill = function EyeOffFill(props) {
23531
23587
  var color = props.color,
23532
23588
  size = props.size,
@@ -23535,12 +23591,12 @@ var EyeOffFill = function EyeOffFill(props) {
23535
23591
  className = props.className,
23536
23592
  iconClassName = props.iconClassName,
23537
23593
  testid = props.testid,
23538
- otherProps = _objectWithoutProperties(props, _excluded$6p);
23594
+ otherProps = _objectWithoutProperties(props, _excluded$6q);
23539
23595
  return /*#__PURE__*/React.createElement("span", {
23540
23596
  role: "img",
23541
23597
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23542
23598
  }, /*#__PURE__*/React.createElement("style", {
23543
- children: loadingCircleStyle$6p
23599
+ children: loadingCircleStyle$6q
23544
23600
  }), /*#__PURE__*/React.createElement("svg", _extends({
23545
23601
  xmlns: "http://www.w3.org/2000/svg",
23546
23602
  width: size,
@@ -23579,8 +23635,8 @@ EyeOffFill.defaultProps = {
23579
23635
  size: '1em'
23580
23636
  };
23581
23637
 
23582
- var _excluded$6q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23583
- var loadingCircleStyle$6q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23638
+ var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23639
+ var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23584
23640
  var Dot = function Dot(props) {
23585
23641
  var color = props.color,
23586
23642
  size = props.size,
@@ -23589,12 +23645,12 @@ var Dot = function Dot(props) {
23589
23645
  className = props.className,
23590
23646
  iconClassName = props.iconClassName,
23591
23647
  testid = props.testid,
23592
- otherProps = _objectWithoutProperties(props, _excluded$6q);
23648
+ otherProps = _objectWithoutProperties(props, _excluded$6r);
23593
23649
  return /*#__PURE__*/React.createElement("span", {
23594
23650
  role: "img",
23595
23651
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23596
23652
  }, /*#__PURE__*/React.createElement("style", {
23597
- children: loadingCircleStyle$6q
23653
+ children: loadingCircleStyle$6r
23598
23654
  }), /*#__PURE__*/React.createElement("svg", _extends({
23599
23655
  xmlns: "http://www.w3.org/2000/svg",
23600
23656
  width: size,
@@ -23633,8 +23689,8 @@ Dot.defaultProps = {
23633
23689
  size: '1em'
23634
23690
  };
23635
23691
 
23636
- var _excluded$6r = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23637
- var loadingCircleStyle$6r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23692
+ var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23693
+ var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23638
23694
  var Anchor = function Anchor(props) {
23639
23695
  var color = props.color,
23640
23696
  size = props.size,
@@ -23643,12 +23699,12 @@ var Anchor = function Anchor(props) {
23643
23699
  className = props.className,
23644
23700
  iconClassName = props.iconClassName,
23645
23701
  testid = props.testid,
23646
- otherProps = _objectWithoutProperties(props, _excluded$6r);
23702
+ otherProps = _objectWithoutProperties(props, _excluded$6s);
23647
23703
  return /*#__PURE__*/React.createElement("span", {
23648
23704
  role: "img",
23649
23705
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23650
23706
  }, /*#__PURE__*/React.createElement("style", {
23651
- children: loadingCircleStyle$6r
23707
+ children: loadingCircleStyle$6s
23652
23708
  }), /*#__PURE__*/React.createElement("svg", _extends({
23653
23709
  xmlns: "http://www.w3.org/2000/svg",
23654
23710
  width: size,
@@ -23685,8 +23741,8 @@ Anchor.defaultProps = {
23685
23741
  size: '1em'
23686
23742
  };
23687
23743
 
23688
- var _excluded$6s = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23689
- var loadingCircleStyle$6s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23744
+ var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23745
+ var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23690
23746
  var Notice = function Notice(props) {
23691
23747
  var color = props.color,
23692
23748
  size = props.size,
@@ -23695,12 +23751,12 @@ var Notice = function Notice(props) {
23695
23751
  className = props.className,
23696
23752
  iconClassName = props.iconClassName,
23697
23753
  testid = props.testid,
23698
- otherProps = _objectWithoutProperties(props, _excluded$6s);
23754
+ otherProps = _objectWithoutProperties(props, _excluded$6t);
23699
23755
  return /*#__PURE__*/React.createElement("span", {
23700
23756
  role: "img",
23701
23757
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23702
23758
  }, /*#__PURE__*/React.createElement("style", {
23703
- children: loadingCircleStyle$6s
23759
+ children: loadingCircleStyle$6t
23704
23760
  }), /*#__PURE__*/React.createElement("svg", _extends({
23705
23761
  xmlns: "http://www.w3.org/2000/svg",
23706
23762
  width: size,
@@ -23739,8 +23795,8 @@ Notice.defaultProps = {
23739
23795
  size: '1em'
23740
23796
  };
23741
23797
 
23742
- var _excluded$6t = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23743
- var loadingCircleStyle$6t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23798
+ var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23799
+ var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23744
23800
  var ThumbUp = function ThumbUp(props) {
23745
23801
  var color = props.color,
23746
23802
  size = props.size,
@@ -23749,12 +23805,12 @@ var ThumbUp = function ThumbUp(props) {
23749
23805
  className = props.className,
23750
23806
  iconClassName = props.iconClassName,
23751
23807
  testid = props.testid,
23752
- otherProps = _objectWithoutProperties(props, _excluded$6t);
23808
+ otherProps = _objectWithoutProperties(props, _excluded$6u);
23753
23809
  return /*#__PURE__*/React.createElement("span", {
23754
23810
  role: "img",
23755
23811
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23756
23812
  }, /*#__PURE__*/React.createElement("style", {
23757
- children: loadingCircleStyle$6t
23813
+ children: loadingCircleStyle$6u
23758
23814
  }), /*#__PURE__*/React.createElement("svg", _extends({
23759
23815
  xmlns: "http://www.w3.org/2000/svg",
23760
23816
  width: size,
@@ -23791,8 +23847,8 @@ ThumbUp.defaultProps = {
23791
23847
  size: '1em'
23792
23848
  };
23793
23849
 
23794
- var _excluded$6u = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23795
- var loadingCircleStyle$6u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23850
+ var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23851
+ var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23796
23852
  var ThumbDown = function ThumbDown(props) {
23797
23853
  var color = props.color,
23798
23854
  size = props.size,
@@ -23801,12 +23857,12 @@ var ThumbDown = function ThumbDown(props) {
23801
23857
  className = props.className,
23802
23858
  iconClassName = props.iconClassName,
23803
23859
  testid = props.testid,
23804
- otherProps = _objectWithoutProperties(props, _excluded$6u);
23860
+ otherProps = _objectWithoutProperties(props, _excluded$6v);
23805
23861
  return /*#__PURE__*/React.createElement("span", {
23806
23862
  role: "img",
23807
23863
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23808
23864
  }, /*#__PURE__*/React.createElement("style", {
23809
- children: loadingCircleStyle$6u
23865
+ children: loadingCircleStyle$6v
23810
23866
  }), /*#__PURE__*/React.createElement("svg", _extends({
23811
23867
  xmlns: "http://www.w3.org/2000/svg",
23812
23868
  width: size,
@@ -23843,8 +23899,8 @@ ThumbDown.defaultProps = {
23843
23899
  size: '1em'
23844
23900
  };
23845
23901
 
23846
- var _excluded$6v = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23847
- var loadingCircleStyle$6v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23902
+ var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23903
+ var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23848
23904
  var TdLogo = function TdLogo(props) {
23849
23905
  var color = props.color,
23850
23906
  size = props.size,
@@ -23853,12 +23909,12 @@ var TdLogo = function TdLogo(props) {
23853
23909
  className = props.className,
23854
23910
  iconClassName = props.iconClassName,
23855
23911
  testid = props.testid,
23856
- otherProps = _objectWithoutProperties(props, _excluded$6v);
23912
+ otherProps = _objectWithoutProperties(props, _excluded$6w);
23857
23913
  return /*#__PURE__*/React.createElement("span", {
23858
23914
  role: "img",
23859
23915
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23860
23916
  }, /*#__PURE__*/React.createElement("style", {
23861
- children: loadingCircleStyle$6v
23917
+ children: loadingCircleStyle$6w
23862
23918
  }), /*#__PURE__*/React.createElement("svg", _extends({
23863
23919
  xmlns: "http://www.w3.org/2000/svg",
23864
23920
  width: size,
@@ -23903,8 +23959,8 @@ TdLogo.defaultProps = {
23903
23959
  size: '1em'
23904
23960
  };
23905
23961
 
23906
- var _excluded$6w = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23907
- var loadingCircleStyle$6w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23962
+ var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23963
+ var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23908
23964
  var Language = function Language(props) {
23909
23965
  var color = props.color,
23910
23966
  size = props.size,
@@ -23913,12 +23969,12 @@ var Language = function Language(props) {
23913
23969
  className = props.className,
23914
23970
  iconClassName = props.iconClassName,
23915
23971
  testid = props.testid,
23916
- otherProps = _objectWithoutProperties(props, _excluded$6w);
23972
+ otherProps = _objectWithoutProperties(props, _excluded$6x);
23917
23973
  return /*#__PURE__*/React.createElement("span", {
23918
23974
  role: "img",
23919
23975
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23920
23976
  }, /*#__PURE__*/React.createElement("style", {
23921
- children: loadingCircleStyle$6w
23977
+ children: loadingCircleStyle$6x
23922
23978
  }), /*#__PURE__*/React.createElement("svg", _extends({
23923
23979
  xmlns: "http://www.w3.org/2000/svg",
23924
23980
  width: size,
@@ -23955,8 +24011,8 @@ Language.defaultProps = {
23955
24011
  size: '1em'
23956
24012
  };
23957
24013
 
23958
- var _excluded$6x = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
23959
- var loadingCircleStyle$6x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24014
+ var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24015
+ var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
23960
24016
  var Calendar = function Calendar(props) {
23961
24017
  var color = props.color,
23962
24018
  size = props.size,
@@ -23965,12 +24021,12 @@ var Calendar = function Calendar(props) {
23965
24021
  className = props.className,
23966
24022
  iconClassName = props.iconClassName,
23967
24023
  testid = props.testid,
23968
- otherProps = _objectWithoutProperties(props, _excluded$6x);
24024
+ otherProps = _objectWithoutProperties(props, _excluded$6y);
23969
24025
  return /*#__PURE__*/React.createElement("span", {
23970
24026
  role: "img",
23971
24027
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
23972
24028
  }, /*#__PURE__*/React.createElement("style", {
23973
- children: loadingCircleStyle$6x
24029
+ children: loadingCircleStyle$6y
23974
24030
  }), /*#__PURE__*/React.createElement("svg", _extends({
23975
24031
  xmlns: "http://www.w3.org/2000/svg",
23976
24032
  width: size,
@@ -24007,8 +24063,8 @@ Calendar.defaultProps = {
24007
24063
  size: '1em'
24008
24064
  };
24009
24065
 
24010
- var _excluded$6y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24011
- var loadingCircleStyle$6y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24066
+ var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24067
+ var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24012
24068
  var Server = function Server(props) {
24013
24069
  var color = props.color,
24014
24070
  size = props.size,
@@ -24017,12 +24073,12 @@ var Server = function Server(props) {
24017
24073
  className = props.className,
24018
24074
  iconClassName = props.iconClassName,
24019
24075
  testid = props.testid,
24020
- otherProps = _objectWithoutProperties(props, _excluded$6y);
24076
+ otherProps = _objectWithoutProperties(props, _excluded$6z);
24021
24077
  return /*#__PURE__*/React.createElement("span", {
24022
24078
  role: "img",
24023
24079
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24024
24080
  }, /*#__PURE__*/React.createElement("style", {
24025
- children: loadingCircleStyle$6y
24081
+ children: loadingCircleStyle$6z
24026
24082
  }), /*#__PURE__*/React.createElement("svg", _extends({
24027
24083
  xmlns: "http://www.w3.org/2000/svg",
24028
24084
  width: size,
@@ -24059,8 +24115,8 @@ Server.defaultProps = {
24059
24115
  size: '1em'
24060
24116
  };
24061
24117
 
24062
- var _excluded$6z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24063
- var loadingCircleStyle$6z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24118
+ var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24119
+ var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24064
24120
  var Desktop = function Desktop(props) {
24065
24121
  var color = props.color,
24066
24122
  size = props.size,
@@ -24069,12 +24125,12 @@ var Desktop = function Desktop(props) {
24069
24125
  className = props.className,
24070
24126
  iconClassName = props.iconClassName,
24071
24127
  testid = props.testid,
24072
- otherProps = _objectWithoutProperties(props, _excluded$6z);
24128
+ otherProps = _objectWithoutProperties(props, _excluded$6A);
24073
24129
  return /*#__PURE__*/React.createElement("span", {
24074
24130
  role: "img",
24075
24131
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24076
24132
  }, /*#__PURE__*/React.createElement("style", {
24077
- children: loadingCircleStyle$6z
24133
+ children: loadingCircleStyle$6A
24078
24134
  }), /*#__PURE__*/React.createElement("svg", _extends({
24079
24135
  xmlns: "http://www.w3.org/2000/svg",
24080
24136
  width: size,
@@ -24111,8 +24167,8 @@ Desktop.defaultProps = {
24111
24167
  size: '1em'
24112
24168
  };
24113
24169
 
24114
- var _excluded$6A = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24115
- var loadingCircleStyle$6A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24170
+ var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24171
+ var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24116
24172
  var Demo = function Demo(props) {
24117
24173
  var color = props.color,
24118
24174
  size = props.size,
@@ -24121,12 +24177,12 @@ var Demo = function Demo(props) {
24121
24177
  className = props.className,
24122
24178
  iconClassName = props.iconClassName,
24123
24179
  testid = props.testid,
24124
- otherProps = _objectWithoutProperties(props, _excluded$6A);
24180
+ otherProps = _objectWithoutProperties(props, _excluded$6B);
24125
24181
  return /*#__PURE__*/React.createElement("span", {
24126
24182
  role: "img",
24127
24183
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24128
24184
  }, /*#__PURE__*/React.createElement("style", {
24129
- children: loadingCircleStyle$6A
24185
+ children: loadingCircleStyle$6B
24130
24186
  }), /*#__PURE__*/React.createElement("svg", _extends({
24131
24187
  xmlns: "http://www.w3.org/2000/svg",
24132
24188
  width: size,
@@ -24165,8 +24221,8 @@ Demo.defaultProps = {
24165
24221
  size: '1em'
24166
24222
  };
24167
24223
 
24168
- var _excluded$6B = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24169
- var loadingCircleStyle$6B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24224
+ var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24225
+ var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24170
24226
  var Cellphone = function Cellphone(props) {
24171
24227
  var color = props.color,
24172
24228
  size = props.size,
@@ -24175,12 +24231,12 @@ var Cellphone = function Cellphone(props) {
24175
24231
  className = props.className,
24176
24232
  iconClassName = props.iconClassName,
24177
24233
  testid = props.testid,
24178
- otherProps = _objectWithoutProperties(props, _excluded$6B);
24234
+ otherProps = _objectWithoutProperties(props, _excluded$6C);
24179
24235
  return /*#__PURE__*/React.createElement("span", {
24180
24236
  role: "img",
24181
24237
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24182
24238
  }, /*#__PURE__*/React.createElement("style", {
24183
- children: loadingCircleStyle$6B
24239
+ children: loadingCircleStyle$6C
24184
24240
  }), /*#__PURE__*/React.createElement("svg", _extends({
24185
24241
  xmlns: "http://www.w3.org/2000/svg",
24186
24242
  width: size,
@@ -24219,8 +24275,8 @@ Cellphone.defaultProps = {
24219
24275
  size: '1em'
24220
24276
  };
24221
24277
 
24222
- var _excluded$6C = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24223
- var loadingCircleStyle$6C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24278
+ var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24279
+ var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24224
24280
  var Landscape = function Landscape(props) {
24225
24281
  var color = props.color,
24226
24282
  size = props.size,
@@ -24229,12 +24285,12 @@ var Landscape = function Landscape(props) {
24229
24285
  className = props.className,
24230
24286
  iconClassName = props.iconClassName,
24231
24287
  testid = props.testid,
24232
- otherProps = _objectWithoutProperties(props, _excluded$6C);
24288
+ otherProps = _objectWithoutProperties(props, _excluded$6D);
24233
24289
  return /*#__PURE__*/React.createElement("span", {
24234
24290
  role: "img",
24235
24291
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24236
24292
  }, /*#__PURE__*/React.createElement("style", {
24237
- children: loadingCircleStyle$6C
24293
+ children: loadingCircleStyle$6D
24238
24294
  }), /*#__PURE__*/React.createElement("svg", _extends({
24239
24295
  xmlns: "http://www.w3.org/2000/svg",
24240
24296
  width: size,
@@ -24275,8 +24331,8 @@ Landscape.defaultProps = {
24275
24331
  size: '1em'
24276
24332
  };
24277
24333
 
24278
- var _excluded$6D = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24279
- var loadingCircleStyle$6D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24334
+ var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24335
+ var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24280
24336
  var Email = function Email(props) {
24281
24337
  var color = props.color,
24282
24338
  size = props.size,
@@ -24285,12 +24341,12 @@ var Email = function Email(props) {
24285
24341
  className = props.className,
24286
24342
  iconClassName = props.iconClassName,
24287
24343
  testid = props.testid,
24288
- otherProps = _objectWithoutProperties(props, _excluded$6D);
24344
+ otherProps = _objectWithoutProperties(props, _excluded$6E);
24289
24345
  return /*#__PURE__*/React.createElement("span", {
24290
24346
  role: "img",
24291
24347
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24292
24348
  }, /*#__PURE__*/React.createElement("style", {
24293
- children: loadingCircleStyle$6D
24349
+ children: loadingCircleStyle$6E
24294
24350
  }), /*#__PURE__*/React.createElement("svg", _extends({
24295
24351
  xmlns: "http://www.w3.org/2000/svg",
24296
24352
  width: size,
@@ -24327,8 +24383,8 @@ Email.defaultProps = {
24327
24383
  size: '1em'
24328
24384
  };
24329
24385
 
24330
- var _excluded$6E = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24331
- var loadingCircleStyle$6E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24386
+ var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24387
+ var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24332
24388
  var Clock = function Clock(props) {
24333
24389
  var color = props.color,
24334
24390
  size = props.size,
@@ -24337,12 +24393,12 @@ var Clock = function Clock(props) {
24337
24393
  className = props.className,
24338
24394
  iconClassName = props.iconClassName,
24339
24395
  testid = props.testid,
24340
- otherProps = _objectWithoutProperties(props, _excluded$6E);
24396
+ otherProps = _objectWithoutProperties(props, _excluded$6F);
24341
24397
  return /*#__PURE__*/React.createElement("span", {
24342
24398
  role: "img",
24343
24399
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24344
24400
  }, /*#__PURE__*/React.createElement("style", {
24345
- children: loadingCircleStyle$6E
24401
+ children: loadingCircleStyle$6F
24346
24402
  }), /*#__PURE__*/React.createElement("svg", _extends({
24347
24403
  xmlns: "http://www.w3.org/2000/svg",
24348
24404
  width: size,
@@ -24381,8 +24437,8 @@ Clock.defaultProps = {
24381
24437
  size: '1em'
24382
24438
  };
24383
24439
 
24384
- var _excluded$6F = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24385
- var loadingCircleStyle$6F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24440
+ var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24441
+ var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24386
24442
  var Password = function Password(props) {
24387
24443
  var color = props.color,
24388
24444
  size = props.size,
@@ -24391,12 +24447,12 @@ var Password = function Password(props) {
24391
24447
  className = props.className,
24392
24448
  iconClassName = props.iconClassName,
24393
24449
  testid = props.testid,
24394
- otherProps = _objectWithoutProperties(props, _excluded$6F);
24450
+ otherProps = _objectWithoutProperties(props, _excluded$6G);
24395
24451
  return /*#__PURE__*/React.createElement("span", {
24396
24452
  role: "img",
24397
24453
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24398
24454
  }, /*#__PURE__*/React.createElement("style", {
24399
- children: loadingCircleStyle$6F
24455
+ children: loadingCircleStyle$6G
24400
24456
  }), /*#__PURE__*/React.createElement("svg", _extends({
24401
24457
  xmlns: "http://www.w3.org/2000/svg",
24402
24458
  width: size,
@@ -24433,8 +24489,8 @@ Password.defaultProps = {
24433
24489
  size: '1em'
24434
24490
  };
24435
24491
 
24436
- var _excluded$6G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24437
- var loadingCircleStyle$6G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24492
+ var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24493
+ var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24438
24494
  var ResetPassword = function ResetPassword(props) {
24439
24495
  var color = props.color,
24440
24496
  size = props.size,
@@ -24443,12 +24499,12 @@ var ResetPassword = function ResetPassword(props) {
24443
24499
  className = props.className,
24444
24500
  iconClassName = props.iconClassName,
24445
24501
  testid = props.testid,
24446
- otherProps = _objectWithoutProperties(props, _excluded$6G);
24502
+ otherProps = _objectWithoutProperties(props, _excluded$6H);
24447
24503
  return /*#__PURE__*/React.createElement("span", {
24448
24504
  role: "img",
24449
24505
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24450
24506
  }, /*#__PURE__*/React.createElement("style", {
24451
- children: loadingCircleStyle$6G
24507
+ children: loadingCircleStyle$6H
24452
24508
  }), /*#__PURE__*/React.createElement("svg", _extends({
24453
24509
  xmlns: "http://www.w3.org/2000/svg",
24454
24510
  width: size,
@@ -24485,8 +24541,8 @@ ResetPassword.defaultProps = {
24485
24541
  size: '1em'
24486
24542
  };
24487
24543
 
24488
- var _excluded$6H = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24489
- var loadingCircleStyle$6H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24544
+ var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24545
+ var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24490
24546
  var Private = function Private(props) {
24491
24547
  var color = props.color,
24492
24548
  size = props.size,
@@ -24495,12 +24551,12 @@ var Private = function Private(props) {
24495
24551
  className = props.className,
24496
24552
  iconClassName = props.iconClassName,
24497
24553
  testid = props.testid,
24498
- otherProps = _objectWithoutProperties(props, _excluded$6H);
24554
+ otherProps = _objectWithoutProperties(props, _excluded$6I);
24499
24555
  return /*#__PURE__*/React.createElement("span", {
24500
24556
  role: "img",
24501
24557
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24502
24558
  }, /*#__PURE__*/React.createElement("style", {
24503
- children: loadingCircleStyle$6H
24559
+ children: loadingCircleStyle$6I
24504
24560
  }), /*#__PURE__*/React.createElement("svg", _extends({
24505
24561
  xmlns: "http://www.w3.org/2000/svg",
24506
24562
  width: size,
@@ -24537,8 +24593,8 @@ Private.defaultProps = {
24537
24593
  size: '1em'
24538
24594
  };
24539
24595
 
24540
- var _excluded$6I = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24541
- var loadingCircleStyle$6I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24596
+ var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24597
+ var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24542
24598
  var Bell = function Bell(props) {
24543
24599
  var color = props.color,
24544
24600
  size = props.size,
@@ -24547,12 +24603,12 @@ var Bell = function Bell(props) {
24547
24603
  className = props.className,
24548
24604
  iconClassName = props.iconClassName,
24549
24605
  testid = props.testid,
24550
- otherProps = _objectWithoutProperties(props, _excluded$6I);
24606
+ otherProps = _objectWithoutProperties(props, _excluded$6J);
24551
24607
  return /*#__PURE__*/React.createElement("span", {
24552
24608
  role: "img",
24553
24609
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24554
24610
  }, /*#__PURE__*/React.createElement("style", {
24555
- children: loadingCircleStyle$6I
24611
+ children: loadingCircleStyle$6J
24556
24612
  }), /*#__PURE__*/React.createElement("svg", _extends({
24557
24613
  xmlns: "http://www.w3.org/2000/svg",
24558
24614
  width: size,
@@ -24591,8 +24647,8 @@ Bell.defaultProps = {
24591
24647
  size: '1em'
24592
24648
  };
24593
24649
 
24594
- var _excluded$6J = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24595
- var loadingCircleStyle$6J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24650
+ var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24651
+ var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24596
24652
  var Logout = function Logout(props) {
24597
24653
  var color = props.color,
24598
24654
  size = props.size,
@@ -24601,12 +24657,12 @@ var Logout = function Logout(props) {
24601
24657
  className = props.className,
24602
24658
  iconClassName = props.iconClassName,
24603
24659
  testid = props.testid,
24604
- otherProps = _objectWithoutProperties(props, _excluded$6J);
24660
+ otherProps = _objectWithoutProperties(props, _excluded$6K);
24605
24661
  return /*#__PURE__*/React.createElement("span", {
24606
24662
  role: "img",
24607
24663
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24608
24664
  }, /*#__PURE__*/React.createElement("style", {
24609
- children: loadingCircleStyle$6J
24665
+ children: loadingCircleStyle$6K
24610
24666
  }), /*#__PURE__*/React.createElement("svg", _extends({
24611
24667
  xmlns: "http://www.w3.org/2000/svg",
24612
24668
  width: size,
@@ -24645,8 +24701,8 @@ Logout.defaultProps = {
24645
24701
  size: '1em'
24646
24702
  };
24647
24703
 
24648
- var _excluded$6K = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24649
- var loadingCircleStyle$6K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24704
+ var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24705
+ var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24650
24706
  var Speed = function Speed(props) {
24651
24707
  var color = props.color,
24652
24708
  size = props.size,
@@ -24655,12 +24711,12 @@ var Speed = function Speed(props) {
24655
24711
  className = props.className,
24656
24712
  iconClassName = props.iconClassName,
24657
24713
  testid = props.testid,
24658
- otherProps = _objectWithoutProperties(props, _excluded$6K);
24714
+ otherProps = _objectWithoutProperties(props, _excluded$6L);
24659
24715
  return /*#__PURE__*/React.createElement("span", {
24660
24716
  role: "img",
24661
24717
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24662
24718
  }, /*#__PURE__*/React.createElement("style", {
24663
- children: loadingCircleStyle$6K
24719
+ children: loadingCircleStyle$6L
24664
24720
  }), /*#__PURE__*/React.createElement("svg", _extends({
24665
24721
  xmlns: "http://www.w3.org/2000/svg",
24666
24722
  width: size,
@@ -24697,8 +24753,8 @@ Speed.defaultProps = {
24697
24753
  size: '1em'
24698
24754
  };
24699
24755
 
24700
- var _excluded$6L = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24701
- var loadingCircleStyle$6L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24756
+ var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24757
+ var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24702
24758
  var Mfa = function Mfa(props) {
24703
24759
  var color = props.color,
24704
24760
  size = props.size,
@@ -24707,12 +24763,12 @@ var Mfa = function Mfa(props) {
24707
24763
  className = props.className,
24708
24764
  iconClassName = props.iconClassName,
24709
24765
  testid = props.testid,
24710
- otherProps = _objectWithoutProperties(props, _excluded$6L);
24766
+ otherProps = _objectWithoutProperties(props, _excluded$6M);
24711
24767
  return /*#__PURE__*/React.createElement("span", {
24712
24768
  role: "img",
24713
24769
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24714
24770
  }, /*#__PURE__*/React.createElement("style", {
24715
- children: loadingCircleStyle$6L
24771
+ children: loadingCircleStyle$6M
24716
24772
  }), /*#__PURE__*/React.createElement("svg", _extends({
24717
24773
  xmlns: "http://www.w3.org/2000/svg",
24718
24774
  width: size,
@@ -24749,8 +24805,8 @@ Mfa.defaultProps = {
24749
24805
  size: '1em'
24750
24806
  };
24751
24807
 
24752
- var _excluded$6M = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24753
- var loadingCircleStyle$6M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24808
+ var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24809
+ var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24754
24810
  var Tracking = function Tracking(props) {
24755
24811
  var color = props.color,
24756
24812
  size = props.size,
@@ -24759,12 +24815,12 @@ var Tracking = function Tracking(props) {
24759
24815
  className = props.className,
24760
24816
  iconClassName = props.iconClassName,
24761
24817
  testid = props.testid,
24762
- otherProps = _objectWithoutProperties(props, _excluded$6M);
24818
+ otherProps = _objectWithoutProperties(props, _excluded$6N);
24763
24819
  return /*#__PURE__*/React.createElement("span", {
24764
24820
  role: "img",
24765
24821
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24766
24822
  }, /*#__PURE__*/React.createElement("style", {
24767
- children: loadingCircleStyle$6M
24823
+ children: loadingCircleStyle$6N
24768
24824
  }), /*#__PURE__*/React.createElement("svg", _extends({
24769
24825
  xmlns: "http://www.w3.org/2000/svg",
24770
24826
  width: size,
@@ -24811,8 +24867,8 @@ Tracking.defaultProps = {
24811
24867
  size: '1em'
24812
24868
  };
24813
24869
 
24814
- var _excluded$6N = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24815
- var loadingCircleStyle$6N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24870
+ var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24871
+ var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24816
24872
  var Forewarning = function Forewarning(props) {
24817
24873
  var color = props.color,
24818
24874
  size = props.size,
@@ -24821,12 +24877,12 @@ var Forewarning = function Forewarning(props) {
24821
24877
  className = props.className,
24822
24878
  iconClassName = props.iconClassName,
24823
24879
  testid = props.testid,
24824
- otherProps = _objectWithoutProperties(props, _excluded$6N);
24880
+ otherProps = _objectWithoutProperties(props, _excluded$6O);
24825
24881
  return /*#__PURE__*/React.createElement("span", {
24826
24882
  role: "img",
24827
24883
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24828
24884
  }, /*#__PURE__*/React.createElement("style", {
24829
- children: loadingCircleStyle$6N
24885
+ children: loadingCircleStyle$6O
24830
24886
  }), /*#__PURE__*/React.createElement("svg", _extends({
24831
24887
  xmlns: "http://www.w3.org/2000/svg",
24832
24888
  width: size,
@@ -24867,8 +24923,8 @@ Forewarning.defaultProps = {
24867
24923
  size: '1em'
24868
24924
  };
24869
24925
 
24870
- var _excluded$6O = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24871
- var loadingCircleStyle$6O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24926
+ var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24927
+ var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24872
24928
  var SystemMgr = function SystemMgr(props) {
24873
24929
  var color = props.color,
24874
24930
  size = props.size,
@@ -24877,12 +24933,12 @@ var SystemMgr = function SystemMgr(props) {
24877
24933
  className = props.className,
24878
24934
  iconClassName = props.iconClassName,
24879
24935
  testid = props.testid,
24880
- otherProps = _objectWithoutProperties(props, _excluded$6O);
24936
+ otherProps = _objectWithoutProperties(props, _excluded$6P);
24881
24937
  return /*#__PURE__*/React.createElement("span", {
24882
24938
  role: "img",
24883
24939
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24884
24940
  }, /*#__PURE__*/React.createElement("style", {
24885
- children: loadingCircleStyle$6O
24941
+ children: loadingCircleStyle$6P
24886
24942
  }), /*#__PURE__*/React.createElement("svg", _extends({
24887
24943
  xmlns: "http://www.w3.org/2000/svg",
24888
24944
  width: size,
@@ -24923,8 +24979,8 @@ SystemMgr.defaultProps = {
24923
24979
  size: '1em'
24924
24980
  };
24925
24981
 
24926
- var _excluded$6P = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24927
- var loadingCircleStyle$6P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24982
+ var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24983
+ var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24928
24984
  var Pattern = function Pattern(props) {
24929
24985
  var color = props.color,
24930
24986
  size = props.size,
@@ -24933,12 +24989,12 @@ var Pattern = function Pattern(props) {
24933
24989
  className = props.className,
24934
24990
  iconClassName = props.iconClassName,
24935
24991
  testid = props.testid,
24936
- otherProps = _objectWithoutProperties(props, _excluded$6P);
24992
+ otherProps = _objectWithoutProperties(props, _excluded$6Q);
24937
24993
  return /*#__PURE__*/React.createElement("span", {
24938
24994
  role: "img",
24939
24995
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
24940
24996
  }, /*#__PURE__*/React.createElement("style", {
24941
- children: loadingCircleStyle$6P
24997
+ children: loadingCircleStyle$6Q
24942
24998
  }), /*#__PURE__*/React.createElement("svg", _extends({
24943
24999
  xmlns: "http://www.w3.org/2000/svg",
24944
25000
  width: size,
@@ -24983,8 +25039,8 @@ Pattern.defaultProps = {
24983
25039
  size: '1em'
24984
25040
  };
24985
25041
 
24986
- var _excluded$6Q = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
24987
- var loadingCircleStyle$6Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25042
+ var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25043
+ var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
24988
25044
  var Debug = function Debug(props) {
24989
25045
  var color = props.color,
24990
25046
  size = props.size,
@@ -24993,12 +25049,12 @@ var Debug = function Debug(props) {
24993
25049
  className = props.className,
24994
25050
  iconClassName = props.iconClassName,
24995
25051
  testid = props.testid,
24996
- otherProps = _objectWithoutProperties(props, _excluded$6Q);
25052
+ otherProps = _objectWithoutProperties(props, _excluded$6R);
24997
25053
  return /*#__PURE__*/React.createElement("span", {
24998
25054
  role: "img",
24999
25055
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25000
25056
  }, /*#__PURE__*/React.createElement("style", {
25001
- children: loadingCircleStyle$6Q
25057
+ children: loadingCircleStyle$6R
25002
25058
  }), /*#__PURE__*/React.createElement("svg", _extends({
25003
25059
  xmlns: "http://www.w3.org/2000/svg",
25004
25060
  width: size,
@@ -25035,8 +25091,8 @@ Debug.defaultProps = {
25035
25091
  size: '1em'
25036
25092
  };
25037
25093
 
25038
- var _excluded$6R = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25039
- var loadingCircleStyle$6R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25094
+ var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25095
+ var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25040
25096
  var Live = function Live(props) {
25041
25097
  var color = props.color,
25042
25098
  size = props.size,
@@ -25045,12 +25101,12 @@ var Live = function Live(props) {
25045
25101
  className = props.className,
25046
25102
  iconClassName = props.iconClassName,
25047
25103
  testid = props.testid,
25048
- otherProps = _objectWithoutProperties(props, _excluded$6R);
25104
+ otherProps = _objectWithoutProperties(props, _excluded$6S);
25049
25105
  return /*#__PURE__*/React.createElement("span", {
25050
25106
  role: "img",
25051
25107
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25052
25108
  }, /*#__PURE__*/React.createElement("style", {
25053
- children: loadingCircleStyle$6R
25109
+ children: loadingCircleStyle$6S
25054
25110
  }), /*#__PURE__*/React.createElement("svg", _extends({
25055
25111
  xmlns: "http://www.w3.org/2000/svg",
25056
25112
  width: size,
@@ -25087,8 +25143,8 @@ Live.defaultProps = {
25087
25143
  size: '1em'
25088
25144
  };
25089
25145
 
25090
- var _excluded$6S = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25091
- var loadingCircleStyle$6S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25146
+ var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25147
+ var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25092
25148
  var Plug = function Plug(props) {
25093
25149
  var color = props.color,
25094
25150
  size = props.size,
@@ -25097,12 +25153,12 @@ var Plug = function Plug(props) {
25097
25153
  className = props.className,
25098
25154
  iconClassName = props.iconClassName,
25099
25155
  testid = props.testid,
25100
- otherProps = _objectWithoutProperties(props, _excluded$6S);
25156
+ otherProps = _objectWithoutProperties(props, _excluded$6T);
25101
25157
  return /*#__PURE__*/React.createElement("span", {
25102
25158
  role: "img",
25103
25159
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25104
25160
  }, /*#__PURE__*/React.createElement("style", {
25105
- children: loadingCircleStyle$6S
25161
+ children: loadingCircleStyle$6T
25106
25162
  }), /*#__PURE__*/React.createElement("svg", _extends({
25107
25163
  xmlns: "http://www.w3.org/2000/svg",
25108
25164
  width: size,
@@ -25139,8 +25195,8 @@ Plug.defaultProps = {
25139
25195
  size: '1em'
25140
25196
  };
25141
25197
 
25142
- var _excluded$6T = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25143
- var loadingCircleStyle$6T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25198
+ var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25199
+ var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25144
25200
  var Application = function Application(props) {
25145
25201
  var color = props.color,
25146
25202
  size = props.size,
@@ -25149,12 +25205,12 @@ var Application = function Application(props) {
25149
25205
  className = props.className,
25150
25206
  iconClassName = props.iconClassName,
25151
25207
  testid = props.testid,
25152
- otherProps = _objectWithoutProperties(props, _excluded$6T);
25208
+ otherProps = _objectWithoutProperties(props, _excluded$6U);
25153
25209
  return /*#__PURE__*/React.createElement("span", {
25154
25210
  role: "img",
25155
25211
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25156
25212
  }, /*#__PURE__*/React.createElement("style", {
25157
- children: loadingCircleStyle$6T
25213
+ children: loadingCircleStyle$6U
25158
25214
  }), /*#__PURE__*/React.createElement("svg", _extends({
25159
25215
  xmlns: "http://www.w3.org/2000/svg",
25160
25216
  width: size,
@@ -25201,8 +25257,8 @@ Application.defaultProps = {
25201
25257
  size: '1em'
25202
25258
  };
25203
25259
 
25204
- var _excluded$6U = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25205
- var loadingCircleStyle$6U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25260
+ var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25261
+ var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25206
25262
  var Gift = function Gift(props) {
25207
25263
  var color = props.color,
25208
25264
  size = props.size,
@@ -25211,12 +25267,12 @@ var Gift = function Gift(props) {
25211
25267
  className = props.className,
25212
25268
  iconClassName = props.iconClassName,
25213
25269
  testid = props.testid,
25214
- otherProps = _objectWithoutProperties(props, _excluded$6U);
25270
+ otherProps = _objectWithoutProperties(props, _excluded$6V);
25215
25271
  return /*#__PURE__*/React.createElement("span", {
25216
25272
  role: "img",
25217
25273
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25218
25274
  }, /*#__PURE__*/React.createElement("style", {
25219
- children: loadingCircleStyle$6U
25275
+ children: loadingCircleStyle$6V
25220
25276
  }), /*#__PURE__*/React.createElement("svg", _extends({
25221
25277
  xmlns: "http://www.w3.org/2000/svg",
25222
25278
  width: size,
@@ -25253,8 +25309,8 @@ Gift.defaultProps = {
25253
25309
  size: '1em'
25254
25310
  };
25255
25311
 
25256
- var _excluded$6V = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25257
- var loadingCircleStyle$6V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25312
+ var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25313
+ var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25258
25314
  var Tips = function Tips(props) {
25259
25315
  var color = props.color,
25260
25316
  size = props.size,
@@ -25263,12 +25319,12 @@ var Tips = function Tips(props) {
25263
25319
  className = props.className,
25264
25320
  iconClassName = props.iconClassName,
25265
25321
  testid = props.testid,
25266
- otherProps = _objectWithoutProperties(props, _excluded$6V);
25322
+ otherProps = _objectWithoutProperties(props, _excluded$6W);
25267
25323
  return /*#__PURE__*/React.createElement("span", {
25268
25324
  role: "img",
25269
25325
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25270
25326
  }, /*#__PURE__*/React.createElement("style", {
25271
- children: loadingCircleStyle$6V
25327
+ children: loadingCircleStyle$6W
25272
25328
  }), /*#__PURE__*/React.createElement("svg", _extends({
25273
25329
  xmlns: "http://www.w3.org/2000/svg",
25274
25330
  width: size,
@@ -25307,8 +25363,8 @@ Tips.defaultProps = {
25307
25363
  size: '1em'
25308
25364
  };
25309
25365
 
25310
- var _excluded$6W = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25311
- var loadingCircleStyle$6W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25366
+ var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25367
+ var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25312
25368
  var Usb = function Usb(props) {
25313
25369
  var color = props.color,
25314
25370
  size = props.size,
@@ -25317,12 +25373,12 @@ var Usb = function Usb(props) {
25317
25373
  className = props.className,
25318
25374
  iconClassName = props.iconClassName,
25319
25375
  testid = props.testid,
25320
- otherProps = _objectWithoutProperties(props, _excluded$6W);
25376
+ otherProps = _objectWithoutProperties(props, _excluded$6X);
25321
25377
  return /*#__PURE__*/React.createElement("span", {
25322
25378
  role: "img",
25323
25379
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25324
25380
  }, /*#__PURE__*/React.createElement("style", {
25325
- children: loadingCircleStyle$6W
25381
+ children: loadingCircleStyle$6X
25326
25382
  }), /*#__PURE__*/React.createElement("svg", _extends({
25327
25383
  xmlns: "http://www.w3.org/2000/svg",
25328
25384
  width: size,
@@ -25359,8 +25415,8 @@ Usb.defaultProps = {
25359
25415
  size: '1em'
25360
25416
  };
25361
25417
 
25362
- var _excluded$6X = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25363
- var loadingCircleStyle$6X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25418
+ var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25419
+ var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25364
25420
  var Location = function Location(props) {
25365
25421
  var color = props.color,
25366
25422
  size = props.size,
@@ -25369,12 +25425,12 @@ var Location = function Location(props) {
25369
25425
  className = props.className,
25370
25426
  iconClassName = props.iconClassName,
25371
25427
  testid = props.testid,
25372
- otherProps = _objectWithoutProperties(props, _excluded$6X);
25428
+ otherProps = _objectWithoutProperties(props, _excluded$6Y);
25373
25429
  return /*#__PURE__*/React.createElement("span", {
25374
25430
  role: "img",
25375
25431
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25376
25432
  }, /*#__PURE__*/React.createElement("style", {
25377
- children: loadingCircleStyle$6X
25433
+ children: loadingCircleStyle$6Y
25378
25434
  }), /*#__PURE__*/React.createElement("svg", _extends({
25379
25435
  xmlns: "http://www.w3.org/2000/svg",
25380
25436
  width: size,
@@ -25415,8 +25471,8 @@ Location.defaultProps = {
25415
25471
  size: '1em'
25416
25472
  };
25417
25473
 
25418
- var _excluded$6Y = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25419
- var loadingCircleStyle$6Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25474
+ var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25475
+ var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25420
25476
  var ShieldCheck = function ShieldCheck(props) {
25421
25477
  var color = props.color,
25422
25478
  size = props.size,
@@ -25425,12 +25481,12 @@ var ShieldCheck = function ShieldCheck(props) {
25425
25481
  className = props.className,
25426
25482
  iconClassName = props.iconClassName,
25427
25483
  testid = props.testid,
25428
- otherProps = _objectWithoutProperties(props, _excluded$6Y);
25484
+ otherProps = _objectWithoutProperties(props, _excluded$6Z);
25429
25485
  return /*#__PURE__*/React.createElement("span", {
25430
25486
  role: "img",
25431
25487
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25432
25488
  }, /*#__PURE__*/React.createElement("style", {
25433
- children: loadingCircleStyle$6Y
25489
+ children: loadingCircleStyle$6Z
25434
25490
  }), /*#__PURE__*/React.createElement("svg", _extends({
25435
25491
  xmlns: "http://www.w3.org/2000/svg",
25436
25492
  width: size,
@@ -25467,8 +25523,8 @@ ShieldCheck.defaultProps = {
25467
25523
  size: '1em'
25468
25524
  };
25469
25525
 
25470
- var _excluded$6Z = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25471
- var loadingCircleStyle$6Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25526
+ var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25527
+ var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25472
25528
  var ShieldCross = function ShieldCross(props) {
25473
25529
  var color = props.color,
25474
25530
  size = props.size,
@@ -25477,12 +25533,12 @@ var ShieldCross = function ShieldCross(props) {
25477
25533
  className = props.className,
25478
25534
  iconClassName = props.iconClassName,
25479
25535
  testid = props.testid,
25480
- otherProps = _objectWithoutProperties(props, _excluded$6Z);
25536
+ otherProps = _objectWithoutProperties(props, _excluded$6_);
25481
25537
  return /*#__PURE__*/React.createElement("span", {
25482
25538
  role: "img",
25483
25539
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25484
25540
  }, /*#__PURE__*/React.createElement("style", {
25485
- children: loadingCircleStyle$6Z
25541
+ children: loadingCircleStyle$6_
25486
25542
  }), /*#__PURE__*/React.createElement("svg", _extends({
25487
25543
  xmlns: "http://www.w3.org/2000/svg",
25488
25544
  width: size,
@@ -25519,8 +25575,8 @@ ShieldCross.defaultProps = {
25519
25575
  size: '1em'
25520
25576
  };
25521
25577
 
25522
- var _excluded$6_ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25523
- var loadingCircleStyle$6_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25578
+ var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25579
+ var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25524
25580
  var ShieldKeyhole = function ShieldKeyhole(props) {
25525
25581
  var color = props.color,
25526
25582
  size = props.size,
@@ -25529,12 +25585,12 @@ var ShieldKeyhole = function ShieldKeyhole(props) {
25529
25585
  className = props.className,
25530
25586
  iconClassName = props.iconClassName,
25531
25587
  testid = props.testid,
25532
- otherProps = _objectWithoutProperties(props, _excluded$6_);
25588
+ otherProps = _objectWithoutProperties(props, _excluded$6$);
25533
25589
  return /*#__PURE__*/React.createElement("span", {
25534
25590
  role: "img",
25535
25591
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25536
25592
  }, /*#__PURE__*/React.createElement("style", {
25537
- children: loadingCircleStyle$6_
25593
+ children: loadingCircleStyle$6$
25538
25594
  }), /*#__PURE__*/React.createElement("svg", _extends({
25539
25595
  xmlns: "http://www.w3.org/2000/svg",
25540
25596
  width: size,
@@ -25571,8 +25627,8 @@ ShieldKeyhole.defaultProps = {
25571
25627
  size: '1em'
25572
25628
  };
25573
25629
 
25574
- var _excluded$6$ = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25575
- var loadingCircleStyle$6$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25630
+ var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25631
+ var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25576
25632
  var Bell2Fill = function Bell2Fill(props) {
25577
25633
  var color = props.color,
25578
25634
  size = props.size,
@@ -25581,12 +25637,12 @@ var Bell2Fill = function Bell2Fill(props) {
25581
25637
  className = props.className,
25582
25638
  iconClassName = props.iconClassName,
25583
25639
  testid = props.testid,
25584
- otherProps = _objectWithoutProperties(props, _excluded$6$);
25640
+ otherProps = _objectWithoutProperties(props, _excluded$70);
25585
25641
  return /*#__PURE__*/React.createElement("span", {
25586
25642
  role: "img",
25587
25643
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25588
25644
  }, /*#__PURE__*/React.createElement("style", {
25589
- children: loadingCircleStyle$6$
25645
+ children: loadingCircleStyle$70
25590
25646
  }), /*#__PURE__*/React.createElement("svg", _extends({
25591
25647
  xmlns: "http://www.w3.org/2000/svg",
25592
25648
  width: size,
@@ -25623,8 +25679,8 @@ Bell2Fill.defaultProps = {
25623
25679
  size: '1em'
25624
25680
  };
25625
25681
 
25626
- var _excluded$70 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25627
- var loadingCircleStyle$70 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25682
+ var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25683
+ var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25628
25684
  var Box = function Box(props) {
25629
25685
  var color = props.color,
25630
25686
  size = props.size,
@@ -25633,12 +25689,12 @@ var Box = function Box(props) {
25633
25689
  className = props.className,
25634
25690
  iconClassName = props.iconClassName,
25635
25691
  testid = props.testid,
25636
- otherProps = _objectWithoutProperties(props, _excluded$70);
25692
+ otherProps = _objectWithoutProperties(props, _excluded$71);
25637
25693
  return /*#__PURE__*/React.createElement("span", {
25638
25694
  role: "img",
25639
25695
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25640
25696
  }, /*#__PURE__*/React.createElement("style", {
25641
- children: loadingCircleStyle$70
25697
+ children: loadingCircleStyle$71
25642
25698
  }), /*#__PURE__*/React.createElement("svg", _extends({
25643
25699
  xmlns: "http://www.w3.org/2000/svg",
25644
25700
  width: size,
@@ -25675,8 +25731,8 @@ Box.defaultProps = {
25675
25731
  size: '1em'
25676
25732
  };
25677
25733
 
25678
- var _excluded$71 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25679
- var loadingCircleStyle$71 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25734
+ var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25735
+ var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25680
25736
  var ShutDown = function ShutDown(props) {
25681
25737
  var color = props.color,
25682
25738
  size = props.size,
@@ -25685,12 +25741,12 @@ var ShutDown = function ShutDown(props) {
25685
25741
  className = props.className,
25686
25742
  iconClassName = props.iconClassName,
25687
25743
  testid = props.testid,
25688
- otherProps = _objectWithoutProperties(props, _excluded$71);
25744
+ otherProps = _objectWithoutProperties(props, _excluded$72);
25689
25745
  return /*#__PURE__*/React.createElement("span", {
25690
25746
  role: "img",
25691
25747
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25692
25748
  }, /*#__PURE__*/React.createElement("style", {
25693
- children: loadingCircleStyle$71
25749
+ children: loadingCircleStyle$72
25694
25750
  }), /*#__PURE__*/React.createElement("svg", _extends({
25695
25751
  xmlns: "http://www.w3.org/2000/svg",
25696
25752
  width: size,
@@ -25727,8 +25783,8 @@ ShutDown.defaultProps = {
25727
25783
  size: '1em'
25728
25784
  };
25729
25785
 
25730
- var _excluded$72 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25731
- var loadingCircleStyle$72 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25786
+ var _excluded$73 = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
25787
+ var loadingCircleStyle$73 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
25732
25788
  var Database = function Database(props) {
25733
25789
  var color = props.color,
25734
25790
  size = props.size,
@@ -25737,12 +25793,12 @@ var Database = function Database(props) {
25737
25793
  className = props.className,
25738
25794
  iconClassName = props.iconClassName,
25739
25795
  testid = props.testid,
25740
- otherProps = _objectWithoutProperties(props, _excluded$72);
25796
+ otherProps = _objectWithoutProperties(props, _excluded$73);
25741
25797
  return /*#__PURE__*/React.createElement("span", {
25742
25798
  role: "img",
25743
25799
  className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
25744
25800
  }, /*#__PURE__*/React.createElement("style", {
25745
- children: loadingCircleStyle$72
25801
+ children: loadingCircleStyle$73
25746
25802
  }), /*#__PURE__*/React.createElement("svg", _extends({
25747
25803
  xmlns: "http://www.w3.org/2000/svg",
25748
25804
  width: size,
@@ -25779,4 +25835,4 @@ Database.defaultProps = {
25779
25835
  size: '1em'
25780
25836
  };
25781
25837
 
25782
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SSpace as TaSSpace, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableKey as TaTableKey, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, TestRace as TaTestRace, TestSplit as TaTestSplit, ThumbDown as TaThumbDown, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };
25838
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddToPage as TaAddToPage, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, Comment as TaComment, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, Currency as TaCurrency, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Dashboard as TaDashboard, DashboardCl as TaDashboardCl, DashboardMgr as TaDashboardMgr, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hand as TaHand, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicWand as TaMagicWand, Manual as TaManual, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Mute as TaMute, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, NumSm as TaNumSm, Offline as TaOffline, OneTime as TaOneTime, Online as TaOnline, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Partition as TaPartition, Password as TaPassword, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pin as TaPin, PinUnsave as TaPinUnsave, Pinch as TaPinch, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Revert as TaRevert, RowsSm as TaRowsSm, Ruler as TaRuler, SSpace as TaSSpace, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, Smile as TaSmile, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableKey as TaTableKey, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, TestRace as TaTestRace, TestSplit as TaTestSplit, ThumbDown as TaThumbDown, ThumbUp as TaThumbUp, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill };