@tant/icons 1.0.15 → 1.0.18

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.
@@ -6017,7 +6017,7 @@ LogoKingCl.defaultProps = {
6017
6017
 
6018
6018
  var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6019
6019
 
6020
- var Info = function Info(props) {
6020
+ var LogoCurrencylayer = function LogoCurrencylayer(props) {
6021
6021
  var color = props.color,
6022
6022
  size = props.size,
6023
6023
  spin = props.spin,
@@ -6041,6 +6041,53 @@ var Info = function Info(props) {
6041
6041
  } : {}), {}, {
6042
6042
  cursor: 'pointer'
6043
6043
  })
6044
+ }), /*#__PURE__*/React.createElement("rect", {
6045
+ width: "24",
6046
+ height: "24"
6047
+ }), /*#__PURE__*/React.createElement("path", {
6048
+ fillRule: "evenodd",
6049
+ clipRule: "evenodd",
6050
+ d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z"
6051
+ })));
6052
+ };
6053
+
6054
+ LogoCurrencylayer.propTypes = {
6055
+ spin: PropTypes["boolean"],
6056
+ color: PropTypes.string,
6057
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6058
+ };
6059
+ LogoCurrencylayer.defaultProps = {
6060
+ spin: false,
6061
+ color: 'currentColor',
6062
+ size: '16'
6063
+ };
6064
+
6065
+ var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6066
+
6067
+ var Info = function Info(props) {
6068
+ var color = props.color,
6069
+ size = props.size,
6070
+ spin = props.spin,
6071
+ style = props.style,
6072
+ otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6073
+
6074
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6075
+ children: loadingCircleStyle$25
6076
+ }), /*#__PURE__*/React.createElement("svg", _extends({
6077
+ xmlns: "http://www.w3.org/2000/svg",
6078
+ width: size,
6079
+ height: size,
6080
+ viewBox: "0 0 24 24",
6081
+ fill: color
6082
+ }, otherProps, {
6083
+ style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
6084
+ animationDuration: '1s',
6085
+ animationIterationCount: 'infinite',
6086
+ animationName: 'loadingCircle',
6087
+ animationTimingFunction: 'linear'
6088
+ } : {}), {}, {
6089
+ cursor: 'pointer'
6090
+ })
6044
6091
  }), /*#__PURE__*/React.createElement("path", {
6045
6092
  d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
6046
6093
  }), /*#__PURE__*/React.createElement("path", {
@@ -6061,7 +6108,7 @@ Info.defaultProps = {
6061
6108
  size: '16'
6062
6109
  };
6063
6110
 
6064
- var loadingCircleStyle$25 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6111
+ var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6065
6112
 
6066
6113
  var Help = function Help(props) {
6067
6114
  var color = props.color,
@@ -6071,7 +6118,7 @@ var Help = function Help(props) {
6071
6118
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6072
6119
 
6073
6120
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6074
- children: loadingCircleStyle$25
6121
+ children: loadingCircleStyle$26
6075
6122
  }), /*#__PURE__*/React.createElement("svg", _extends({
6076
6123
  xmlns: "http://www.w3.org/2000/svg",
6077
6124
  width: size,
@@ -6103,7 +6150,7 @@ Help.defaultProps = {
6103
6150
  size: '16'
6104
6151
  };
6105
6152
 
6106
- var loadingCircleStyle$26 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6153
+ var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6107
6154
 
6108
6155
  var History = function History(props) {
6109
6156
  var color = props.color,
@@ -6113,7 +6160,7 @@ var History = function History(props) {
6113
6160
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6114
6161
 
6115
6162
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6116
- children: loadingCircleStyle$26
6163
+ children: loadingCircleStyle$27
6117
6164
  }), /*#__PURE__*/React.createElement("svg", _extends({
6118
6165
  xmlns: "http://www.w3.org/2000/svg",
6119
6166
  width: size,
@@ -6145,7 +6192,7 @@ History.defaultProps = {
6145
6192
  size: '16'
6146
6193
  };
6147
6194
 
6148
- var loadingCircleStyle$27 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6195
+ var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6149
6196
 
6150
6197
  var Backup = function Backup(props) {
6151
6198
  var color = props.color,
@@ -6155,7 +6202,7 @@ var Backup = function Backup(props) {
6155
6202
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6156
6203
 
6157
6204
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6158
- children: loadingCircleStyle$27
6205
+ children: loadingCircleStyle$28
6159
6206
  }), /*#__PURE__*/React.createElement("svg", _extends({
6160
6207
  xmlns: "http://www.w3.org/2000/svg",
6161
6208
  width: size,
@@ -6189,7 +6236,7 @@ Backup.defaultProps = {
6189
6236
  size: '16'
6190
6237
  };
6191
6238
 
6192
- var loadingCircleStyle$28 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6239
+ var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6193
6240
 
6194
6241
  var Error = function Error(props) {
6195
6242
  var color = props.color,
@@ -6199,7 +6246,7 @@ var Error = function Error(props) {
6199
6246
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6200
6247
 
6201
6248
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6202
- children: loadingCircleStyle$28
6249
+ children: loadingCircleStyle$29
6203
6250
  }), /*#__PURE__*/React.createElement("svg", _extends({
6204
6251
  xmlns: "http://www.w3.org/2000/svg",
6205
6252
  width: size,
@@ -6235,7 +6282,7 @@ Error.defaultProps = {
6235
6282
  size: '16'
6236
6283
  };
6237
6284
 
6238
- var loadingCircleStyle$29 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6285
+ var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6239
6286
 
6240
6287
  var ErrorFill = function ErrorFill(props) {
6241
6288
  var color = props.color,
@@ -6245,7 +6292,7 @@ var ErrorFill = function ErrorFill(props) {
6245
6292
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6246
6293
 
6247
6294
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6248
- children: loadingCircleStyle$29
6295
+ children: loadingCircleStyle$2a
6249
6296
  }), /*#__PURE__*/React.createElement("svg", _extends({
6250
6297
  xmlns: "http://www.w3.org/2000/svg",
6251
6298
  width: size,
@@ -6277,7 +6324,7 @@ ErrorFill.defaultProps = {
6277
6324
  size: '16'
6278
6325
  };
6279
6326
 
6280
- var loadingCircleStyle$2a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6327
+ var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6281
6328
 
6282
6329
  var Error2 = function Error2(props) {
6283
6330
  var color = props.color,
@@ -6287,7 +6334,7 @@ var Error2 = function Error2(props) {
6287
6334
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6288
6335
 
6289
6336
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6290
- children: loadingCircleStyle$2a
6337
+ children: loadingCircleStyle$2b
6291
6338
  }), /*#__PURE__*/React.createElement("svg", _extends({
6292
6339
  xmlns: "http://www.w3.org/2000/svg",
6293
6340
  width: size,
@@ -6321,7 +6368,7 @@ Error2.defaultProps = {
6321
6368
  size: '16'
6322
6369
  };
6323
6370
 
6324
- var loadingCircleStyle$2b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6371
+ var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6325
6372
 
6326
6373
  var Error2Fill = function Error2Fill(props) {
6327
6374
  var color = props.color,
@@ -6331,7 +6378,7 @@ var Error2Fill = function Error2Fill(props) {
6331
6378
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6332
6379
 
6333
6380
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6334
- children: loadingCircleStyle$2b
6381
+ children: loadingCircleStyle$2c
6335
6382
  }), /*#__PURE__*/React.createElement("svg", _extends({
6336
6383
  xmlns: "http://www.w3.org/2000/svg",
6337
6384
  width: size,
@@ -6365,7 +6412,7 @@ Error2Fill.defaultProps = {
6365
6412
  size: '16'
6366
6413
  };
6367
6414
 
6368
- var loadingCircleStyle$2c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6415
+ var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6369
6416
 
6370
6417
  var Success = function Success(props) {
6371
6418
  var color = props.color,
@@ -6375,7 +6422,7 @@ var Success = function Success(props) {
6375
6422
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6376
6423
 
6377
6424
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6378
- children: loadingCircleStyle$2c
6425
+ children: loadingCircleStyle$2d
6379
6426
  }), /*#__PURE__*/React.createElement("svg", _extends({
6380
6427
  xmlns: "http://www.w3.org/2000/svg",
6381
6428
  width: size,
@@ -6407,7 +6454,7 @@ Success.defaultProps = {
6407
6454
  size: '16'
6408
6455
  };
6409
6456
 
6410
- var loadingCircleStyle$2d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6457
+ var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6411
6458
 
6412
6459
  var SuccessFill = function SuccessFill(props) {
6413
6460
  var color = props.color,
@@ -6417,7 +6464,7 @@ var SuccessFill = function SuccessFill(props) {
6417
6464
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6418
6465
 
6419
6466
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6420
- children: loadingCircleStyle$2d
6467
+ children: loadingCircleStyle$2e
6421
6468
  }), /*#__PURE__*/React.createElement("svg", _extends({
6422
6469
  xmlns: "http://www.w3.org/2000/svg",
6423
6470
  width: size,
@@ -6451,7 +6498,7 @@ SuccessFill.defaultProps = {
6451
6498
  size: '16'
6452
6499
  };
6453
6500
 
6454
- var loadingCircleStyle$2e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6501
+ var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6455
6502
 
6456
6503
  var Delete2 = function Delete2(props) {
6457
6504
  var color = props.color,
@@ -6461,7 +6508,7 @@ var Delete2 = function Delete2(props) {
6461
6508
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6462
6509
 
6463
6510
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6464
- children: loadingCircleStyle$2e
6511
+ children: loadingCircleStyle$2f
6465
6512
  }), /*#__PURE__*/React.createElement("svg", _extends({
6466
6513
  xmlns: "http://www.w3.org/2000/svg",
6467
6514
  width: size,
@@ -6493,7 +6540,7 @@ Delete2.defaultProps = {
6493
6540
  size: '16'
6494
6541
  };
6495
6542
 
6496
- var loadingCircleStyle$2f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6543
+ var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6497
6544
 
6498
6545
  var Delete2Fill = function Delete2Fill(props) {
6499
6546
  var color = props.color,
@@ -6503,7 +6550,7 @@ var Delete2Fill = function Delete2Fill(props) {
6503
6550
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6504
6551
 
6505
6552
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6506
- children: loadingCircleStyle$2f
6553
+ children: loadingCircleStyle$2g
6507
6554
  }), /*#__PURE__*/React.createElement("svg", _extends({
6508
6555
  xmlns: "http://www.w3.org/2000/svg",
6509
6556
  width: size,
@@ -6535,7 +6582,7 @@ Delete2Fill.defaultProps = {
6535
6582
  size: '16'
6536
6583
  };
6537
6584
 
6538
- var loadingCircleStyle$2g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6585
+ var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6539
6586
 
6540
6587
  var Exchange = function Exchange(props) {
6541
6588
  var color = props.color,
@@ -6545,7 +6592,7 @@ var Exchange = function Exchange(props) {
6545
6592
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6546
6593
 
6547
6594
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6548
- children: loadingCircleStyle$2g
6595
+ children: loadingCircleStyle$2h
6549
6596
  }), /*#__PURE__*/React.createElement("svg", _extends({
6550
6597
  xmlns: "http://www.w3.org/2000/svg",
6551
6598
  width: size,
@@ -6577,7 +6624,7 @@ Exchange.defaultProps = {
6577
6624
  size: '16'
6578
6625
  };
6579
6626
 
6580
- var loadingCircleStyle$2h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6627
+ var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6581
6628
 
6582
6629
  var SwapFill = function SwapFill(props) {
6583
6630
  var color = props.color,
@@ -6587,7 +6634,7 @@ var SwapFill = function SwapFill(props) {
6587
6634
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6588
6635
 
6589
6636
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6590
- children: loadingCircleStyle$2h
6637
+ children: loadingCircleStyle$2i
6591
6638
  }), /*#__PURE__*/React.createElement("svg", _extends({
6592
6639
  xmlns: "http://www.w3.org/2000/svg",
6593
6640
  width: size,
@@ -6619,7 +6666,7 @@ SwapFill.defaultProps = {
6619
6666
  size: '16'
6620
6667
  };
6621
6668
 
6622
- var loadingCircleStyle$2i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6669
+ var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6623
6670
 
6624
6671
  var Processing = function Processing(props) {
6625
6672
  var color = props.color,
@@ -6629,7 +6676,7 @@ var Processing = function Processing(props) {
6629
6676
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6630
6677
 
6631
6678
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6632
- children: loadingCircleStyle$2i
6679
+ children: loadingCircleStyle$2j
6633
6680
  }), /*#__PURE__*/React.createElement("svg", _extends({
6634
6681
  xmlns: "http://www.w3.org/2000/svg",
6635
6682
  width: size,
@@ -6661,7 +6708,7 @@ Processing.defaultProps = {
6661
6708
  size: '16'
6662
6709
  };
6663
6710
 
6664
- var loadingCircleStyle$2j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6711
+ var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6665
6712
 
6666
6713
  var Processing2 = function Processing2(props) {
6667
6714
  var color = props.color,
@@ -6671,7 +6718,7 @@ var Processing2 = function Processing2(props) {
6671
6718
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6672
6719
 
6673
6720
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6674
- children: loadingCircleStyle$2j
6721
+ children: loadingCircleStyle$2k
6675
6722
  }), /*#__PURE__*/React.createElement("svg", _extends({
6676
6723
  xmlns: "http://www.w3.org/2000/svg",
6677
6724
  width: size,
@@ -6705,7 +6752,7 @@ Processing2.defaultProps = {
6705
6752
  size: '16'
6706
6753
  };
6707
6754
 
6708
- var loadingCircleStyle$2k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6755
+ var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6709
6756
 
6710
6757
  var Done = function Done(props) {
6711
6758
  var color = props.color,
@@ -6715,7 +6762,7 @@ var Done = function Done(props) {
6715
6762
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6716
6763
 
6717
6764
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6718
- children: loadingCircleStyle$2k
6765
+ children: loadingCircleStyle$2l
6719
6766
  }), /*#__PURE__*/React.createElement("svg", _extends({
6720
6767
  xmlns: "http://www.w3.org/2000/svg",
6721
6768
  width: size,
@@ -6747,7 +6794,7 @@ Done.defaultProps = {
6747
6794
  size: '16'
6748
6795
  };
6749
6796
 
6750
- var loadingCircleStyle$2l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6797
+ var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6751
6798
 
6752
6799
  var Close = function Close(props) {
6753
6800
  var color = props.color,
@@ -6757,7 +6804,7 @@ var Close = function Close(props) {
6757
6804
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6758
6805
 
6759
6806
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6760
- children: loadingCircleStyle$2l
6807
+ children: loadingCircleStyle$2m
6761
6808
  }), /*#__PURE__*/React.createElement("svg", _extends({
6762
6809
  xmlns: "http://www.w3.org/2000/svg",
6763
6810
  width: size,
@@ -6789,7 +6836,7 @@ Close.defaultProps = {
6789
6836
  size: '16'
6790
6837
  };
6791
6838
 
6792
- var loadingCircleStyle$2m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6839
+ var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6793
6840
 
6794
6841
  var StarOutline = function StarOutline(props) {
6795
6842
  var color = props.color,
@@ -6799,7 +6846,7 @@ var StarOutline = function StarOutline(props) {
6799
6846
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6800
6847
 
6801
6848
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6802
- children: loadingCircleStyle$2m
6849
+ children: loadingCircleStyle$2n
6803
6850
  }), /*#__PURE__*/React.createElement("svg", _extends({
6804
6851
  xmlns: "http://www.w3.org/2000/svg",
6805
6852
  width: size,
@@ -6831,7 +6878,7 @@ StarOutline.defaultProps = {
6831
6878
  size: '16'
6832
6879
  };
6833
6880
 
6834
- var loadingCircleStyle$2n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6881
+ var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6835
6882
 
6836
6883
  var StarFill = function StarFill(props) {
6837
6884
  var color = props.color,
@@ -6841,7 +6888,7 @@ var StarFill = function StarFill(props) {
6841
6888
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6842
6889
 
6843
6890
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6844
- children: loadingCircleStyle$2n
6891
+ children: loadingCircleStyle$2o
6845
6892
  }), /*#__PURE__*/React.createElement("svg", _extends({
6846
6893
  xmlns: "http://www.w3.org/2000/svg",
6847
6894
  width: size,
@@ -6873,7 +6920,7 @@ StarFill.defaultProps = {
6873
6920
  size: '16'
6874
6921
  };
6875
6922
 
6876
- var loadingCircleStyle$2o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6923
+ var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6877
6924
 
6878
6925
  var TimeLock = function TimeLock(props) {
6879
6926
  var color = props.color,
@@ -6883,7 +6930,7 @@ var TimeLock = function TimeLock(props) {
6883
6930
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6884
6931
 
6885
6932
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6886
- children: loadingCircleStyle$2o
6933
+ children: loadingCircleStyle$2p
6887
6934
  }), /*#__PURE__*/React.createElement("svg", _extends({
6888
6935
  xmlns: "http://www.w3.org/2000/svg",
6889
6936
  width: size,
@@ -6915,7 +6962,7 @@ TimeLock.defaultProps = {
6915
6962
  size: '16'
6916
6963
  };
6917
6964
 
6918
- var loadingCircleStyle$2p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6965
+ var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6919
6966
 
6920
6967
  var Heart = function Heart(props) {
6921
6968
  var color = props.color,
@@ -6925,7 +6972,7 @@ var Heart = function Heart(props) {
6925
6972
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6926
6973
 
6927
6974
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6928
- children: loadingCircleStyle$2p
6975
+ children: loadingCircleStyle$2q
6929
6976
  }), /*#__PURE__*/React.createElement("svg", _extends({
6930
6977
  xmlns: "http://www.w3.org/2000/svg",
6931
6978
  width: size,
@@ -6957,7 +7004,7 @@ Heart.defaultProps = {
6957
7004
  size: '16'
6958
7005
  };
6959
7006
 
6960
- var loadingCircleStyle$2q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7007
+ var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
6961
7008
 
6962
7009
  var Bookmark = function Bookmark(props) {
6963
7010
  var color = props.color,
@@ -6967,7 +7014,7 @@ var Bookmark = function Bookmark(props) {
6967
7014
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
6968
7015
 
6969
7016
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
6970
- children: loadingCircleStyle$2q
7017
+ children: loadingCircleStyle$2r
6971
7018
  }), /*#__PURE__*/React.createElement("svg", _extends({
6972
7019
  xmlns: "http://www.w3.org/2000/svg",
6973
7020
  width: size,
@@ -6999,7 +7046,7 @@ Bookmark.defaultProps = {
6999
7046
  size: '16'
7000
7047
  };
7001
7048
 
7002
- var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7049
+ var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7003
7050
 
7004
7051
  var Bookmark2 = function Bookmark2(props) {
7005
7052
  var color = props.color,
@@ -7009,7 +7056,7 @@ var Bookmark2 = function Bookmark2(props) {
7009
7056
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7010
7057
 
7011
7058
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7012
- children: loadingCircleStyle$2r
7059
+ children: loadingCircleStyle$2s
7013
7060
  }), /*#__PURE__*/React.createElement("svg", _extends({
7014
7061
  xmlns: "http://www.w3.org/2000/svg",
7015
7062
  width: size,
@@ -7041,7 +7088,7 @@ Bookmark2.defaultProps = {
7041
7088
  size: '16'
7042
7089
  };
7043
7090
 
7044
- var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7091
+ var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7045
7092
 
7046
7093
  var LockClose = function LockClose(props) {
7047
7094
  var color = props.color,
@@ -7051,7 +7098,7 @@ var LockClose = function LockClose(props) {
7051
7098
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7052
7099
 
7053
7100
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7054
- children: loadingCircleStyle$2s
7101
+ children: loadingCircleStyle$2t
7055
7102
  }), /*#__PURE__*/React.createElement("svg", _extends({
7056
7103
  xmlns: "http://www.w3.org/2000/svg",
7057
7104
  width: size,
@@ -7087,7 +7134,7 @@ LockClose.defaultProps = {
7087
7134
  size: '16'
7088
7135
  };
7089
7136
 
7090
- var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7137
+ var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7091
7138
 
7092
7139
  var LockCloseFill = function LockCloseFill(props) {
7093
7140
  var color = props.color,
@@ -7097,7 +7144,7 @@ var LockCloseFill = function LockCloseFill(props) {
7097
7144
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7098
7145
 
7099
7146
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7100
- children: loadingCircleStyle$2t
7147
+ children: loadingCircleStyle$2u
7101
7148
  }), /*#__PURE__*/React.createElement("svg", _extends({
7102
7149
  xmlns: "http://www.w3.org/2000/svg",
7103
7150
  width: size,
@@ -7129,7 +7176,7 @@ LockCloseFill.defaultProps = {
7129
7176
  size: '16'
7130
7177
  };
7131
7178
 
7132
- var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7179
+ var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7133
7180
 
7134
7181
  var LockOpen = function LockOpen(props) {
7135
7182
  var color = props.color,
@@ -7139,7 +7186,7 @@ var LockOpen = function LockOpen(props) {
7139
7186
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7140
7187
 
7141
7188
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7142
- children: loadingCircleStyle$2u
7189
+ children: loadingCircleStyle$2v
7143
7190
  }), /*#__PURE__*/React.createElement("svg", _extends({
7144
7191
  xmlns: "http://www.w3.org/2000/svg",
7145
7192
  width: size,
@@ -7171,7 +7218,7 @@ LockOpen.defaultProps = {
7171
7218
  size: '16'
7172
7219
  };
7173
7220
 
7174
- var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7221
+ var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7175
7222
 
7176
7223
  var LockOpenFill = function LockOpenFill(props) {
7177
7224
  var color = props.color,
@@ -7181,7 +7228,7 @@ var LockOpenFill = function LockOpenFill(props) {
7181
7228
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7182
7229
 
7183
7230
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7184
- children: loadingCircleStyle$2v
7231
+ children: loadingCircleStyle$2w
7185
7232
  }), /*#__PURE__*/React.createElement("svg", _extends({
7186
7233
  xmlns: "http://www.w3.org/2000/svg",
7187
7234
  width: size,
@@ -7213,7 +7260,7 @@ LockOpenFill.defaultProps = {
7213
7260
  size: '16'
7214
7261
  };
7215
7262
 
7216
- var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7263
+ var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7217
7264
 
7218
7265
  var EyeOn = function EyeOn(props) {
7219
7266
  var color = props.color,
@@ -7223,7 +7270,7 @@ var EyeOn = function EyeOn(props) {
7223
7270
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7224
7271
 
7225
7272
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7226
- children: loadingCircleStyle$2w
7273
+ children: loadingCircleStyle$2x
7227
7274
  }), /*#__PURE__*/React.createElement("svg", _extends({
7228
7275
  xmlns: "http://www.w3.org/2000/svg",
7229
7276
  width: size,
@@ -7255,7 +7302,7 @@ EyeOn.defaultProps = {
7255
7302
  size: '16'
7256
7303
  };
7257
7304
 
7258
- var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7305
+ var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7259
7306
 
7260
7307
  var EyeOnFill = function EyeOnFill(props) {
7261
7308
  var color = props.color,
@@ -7265,7 +7312,7 @@ var EyeOnFill = function EyeOnFill(props) {
7265
7312
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7266
7313
 
7267
7314
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7268
- children: loadingCircleStyle$2x
7315
+ children: loadingCircleStyle$2y
7269
7316
  }), /*#__PURE__*/React.createElement("svg", _extends({
7270
7317
  xmlns: "http://www.w3.org/2000/svg",
7271
7318
  width: size,
@@ -7299,7 +7346,7 @@ EyeOnFill.defaultProps = {
7299
7346
  size: '16'
7300
7347
  };
7301
7348
 
7302
- var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7349
+ var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7303
7350
 
7304
7351
  var EyeOff = function EyeOff(props) {
7305
7352
  var color = props.color,
@@ -7309,7 +7356,7 @@ var EyeOff = function EyeOff(props) {
7309
7356
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7310
7357
 
7311
7358
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7312
- children: loadingCircleStyle$2y
7359
+ children: loadingCircleStyle$2z
7313
7360
  }), /*#__PURE__*/React.createElement("svg", _extends({
7314
7361
  xmlns: "http://www.w3.org/2000/svg",
7315
7362
  width: size,
@@ -7341,7 +7388,7 @@ EyeOff.defaultProps = {
7341
7388
  size: '16'
7342
7389
  };
7343
7390
 
7344
- var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7391
+ var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7345
7392
 
7346
7393
  var EyeOffFill = function EyeOffFill(props) {
7347
7394
  var color = props.color,
@@ -7351,7 +7398,7 @@ var EyeOffFill = function EyeOffFill(props) {
7351
7398
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7352
7399
 
7353
7400
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7354
- children: loadingCircleStyle$2z
7401
+ children: loadingCircleStyle$2A
7355
7402
  }), /*#__PURE__*/React.createElement("svg", _extends({
7356
7403
  xmlns: "http://www.w3.org/2000/svg",
7357
7404
  width: size,
@@ -7385,7 +7432,7 @@ EyeOffFill.defaultProps = {
7385
7432
  size: '16'
7386
7433
  };
7387
7434
 
7388
- var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7435
+ var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7389
7436
 
7390
7437
  var Dot = function Dot(props) {
7391
7438
  var color = props.color,
@@ -7395,7 +7442,7 @@ var Dot = function Dot(props) {
7395
7442
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7396
7443
 
7397
7444
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7398
- children: loadingCircleStyle$2A
7445
+ children: loadingCircleStyle$2B
7399
7446
  }), /*#__PURE__*/React.createElement("svg", _extends({
7400
7447
  xmlns: "http://www.w3.org/2000/svg",
7401
7448
  width: size,
@@ -7429,7 +7476,7 @@ Dot.defaultProps = {
7429
7476
  size: '16'
7430
7477
  };
7431
7478
 
7432
- var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7479
+ var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7433
7480
 
7434
7481
  var Anchor = function Anchor(props) {
7435
7482
  var color = props.color,
@@ -7439,7 +7486,7 @@ var Anchor = function Anchor(props) {
7439
7486
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7440
7487
 
7441
7488
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7442
- children: loadingCircleStyle$2B
7489
+ children: loadingCircleStyle$2C
7443
7490
  }), /*#__PURE__*/React.createElement("svg", _extends({
7444
7491
  xmlns: "http://www.w3.org/2000/svg",
7445
7492
  width: size,
@@ -7471,7 +7518,7 @@ Anchor.defaultProps = {
7471
7518
  size: '16'
7472
7519
  };
7473
7520
 
7474
- var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7521
+ var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7475
7522
 
7476
7523
  var ChartLine = function ChartLine(props) {
7477
7524
  var color = props.color,
@@ -7481,7 +7528,7 @@ var ChartLine = function ChartLine(props) {
7481
7528
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7482
7529
 
7483
7530
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7484
- children: loadingCircleStyle$2C
7531
+ children: loadingCircleStyle$2D
7485
7532
  }), /*#__PURE__*/React.createElement("svg", _extends({
7486
7533
  xmlns: "http://www.w3.org/2000/svg",
7487
7534
  width: size,
@@ -7519,7 +7566,7 @@ ChartLine.defaultProps = {
7519
7566
  size: '16'
7520
7567
  };
7521
7568
 
7522
- var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7569
+ var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7523
7570
 
7524
7571
  var ChartBar = function ChartBar(props) {
7525
7572
  var color = props.color,
@@ -7529,7 +7576,7 @@ var ChartBar = function ChartBar(props) {
7529
7576
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7530
7577
 
7531
7578
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7532
- children: loadingCircleStyle$2D
7579
+ children: loadingCircleStyle$2E
7533
7580
  }), /*#__PURE__*/React.createElement("svg", _extends({
7534
7581
  xmlns: "http://www.w3.org/2000/svg",
7535
7582
  width: size,
@@ -7565,7 +7612,7 @@ ChartBar.defaultProps = {
7565
7612
  size: '16'
7566
7613
  };
7567
7614
 
7568
- var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7615
+ var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7569
7616
 
7570
7617
  var ChartCum = function ChartCum(props) {
7571
7618
  var color = props.color,
@@ -7575,7 +7622,7 @@ var ChartCum = function ChartCum(props) {
7575
7622
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7576
7623
 
7577
7624
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7578
- children: loadingCircleStyle$2E
7625
+ children: loadingCircleStyle$2F
7579
7626
  }), /*#__PURE__*/React.createElement("svg", _extends({
7580
7627
  xmlns: "http://www.w3.org/2000/svg",
7581
7628
  width: size,
@@ -7617,7 +7664,7 @@ ChartCum.defaultProps = {
7617
7664
  size: '16'
7618
7665
  };
7619
7666
 
7620
- var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7667
+ var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7621
7668
 
7622
7669
  var ChartPie = function ChartPie(props) {
7623
7670
  var color = props.color,
@@ -7627,7 +7674,7 @@ var ChartPie = function ChartPie(props) {
7627
7674
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7628
7675
 
7629
7676
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7630
- children: loadingCircleStyle$2F
7677
+ children: loadingCircleStyle$2G
7631
7678
  }), /*#__PURE__*/React.createElement("svg", _extends({
7632
7679
  xmlns: "http://www.w3.org/2000/svg",
7633
7680
  width: size,
@@ -7661,7 +7708,7 @@ ChartPie.defaultProps = {
7661
7708
  size: '16'
7662
7709
  };
7663
7710
 
7664
- var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7711
+ var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7665
7712
 
7666
7713
  var ChartDNRe = function ChartDNRe(props) {
7667
7714
  var color = props.color,
@@ -7671,7 +7718,7 @@ var ChartDNRe = function ChartDNRe(props) {
7671
7718
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7672
7719
 
7673
7720
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7674
- children: loadingCircleStyle$2G
7721
+ children: loadingCircleStyle$2H
7675
7722
  }), /*#__PURE__*/React.createElement("svg", _extends({
7676
7723
  xmlns: "http://www.w3.org/2000/svg",
7677
7724
  width: size,
@@ -7715,7 +7762,7 @@ ChartDNRe.defaultProps = {
7715
7762
  size: '16'
7716
7763
  };
7717
7764
 
7718
- var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7765
+ var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7719
7766
 
7720
7767
  var ChartDRe = function ChartDRe(props) {
7721
7768
  var color = props.color,
@@ -7725,7 +7772,7 @@ var ChartDRe = function ChartDRe(props) {
7725
7772
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7726
7773
 
7727
7774
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7728
- children: loadingCircleStyle$2H
7775
+ children: loadingCircleStyle$2I
7729
7776
  }), /*#__PURE__*/React.createElement("svg", _extends({
7730
7777
  xmlns: "http://www.w3.org/2000/svg",
7731
7778
  width: size,
@@ -7769,7 +7816,7 @@ ChartDRe.defaultProps = {
7769
7816
  size: '16'
7770
7817
  };
7771
7818
 
7772
- var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7819
+ var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7773
7820
 
7774
7821
  var ChartFunnel = function ChartFunnel(props) {
7775
7822
  var color = props.color,
@@ -7779,7 +7826,7 @@ var ChartFunnel = function ChartFunnel(props) {
7779
7826
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7780
7827
 
7781
7828
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7782
- children: loadingCircleStyle$2I
7829
+ children: loadingCircleStyle$2J
7783
7830
  }), /*#__PURE__*/React.createElement("svg", _extends({
7784
7831
  xmlns: "http://www.w3.org/2000/svg",
7785
7832
  width: size,
@@ -7815,7 +7862,7 @@ ChartFunnel.defaultProps = {
7815
7862
  size: '16'
7816
7863
  };
7817
7864
 
7818
- var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7865
+ var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7819
7866
 
7820
7867
  var ChartInterval = function ChartInterval(props) {
7821
7868
  var color = props.color,
@@ -7825,7 +7872,7 @@ var ChartInterval = function ChartInterval(props) {
7825
7872
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7826
7873
 
7827
7874
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7828
- children: loadingCircleStyle$2J
7875
+ children: loadingCircleStyle$2K
7829
7876
  }), /*#__PURE__*/React.createElement("svg", _extends({
7830
7877
  xmlns: "http://www.w3.org/2000/svg",
7831
7878
  width: size,
@@ -7859,7 +7906,7 @@ ChartInterval.defaultProps = {
7859
7906
  size: '16'
7860
7907
  };
7861
7908
 
7862
- var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7909
+ var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7863
7910
 
7864
7911
  var ChartStack = function ChartStack(props) {
7865
7912
  var color = props.color,
@@ -7869,7 +7916,7 @@ var ChartStack = function ChartStack(props) {
7869
7916
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7870
7917
 
7871
7918
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7872
- children: loadingCircleStyle$2K
7919
+ children: loadingCircleStyle$2L
7873
7920
  }), /*#__PURE__*/React.createElement("svg", _extends({
7874
7921
  xmlns: "http://www.w3.org/2000/svg",
7875
7922
  width: size,
@@ -7903,7 +7950,7 @@ ChartStack.defaultProps = {
7903
7950
  size: '16'
7904
7951
  };
7905
7952
 
7906
- var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7953
+ var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7907
7954
 
7908
7955
  var ChartStackn = function ChartStackn(props) {
7909
7956
  var color = props.color,
@@ -7913,7 +7960,7 @@ var ChartStackn = function ChartStackn(props) {
7913
7960
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7914
7961
 
7915
7962
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7916
- children: loadingCircleStyle$2L
7963
+ children: loadingCircleStyle$2M
7917
7964
  }), /*#__PURE__*/React.createElement("svg", _extends({
7918
7965
  xmlns: "http://www.w3.org/2000/svg",
7919
7966
  width: size,
@@ -7947,7 +7994,7 @@ ChartStackn.defaultProps = {
7947
7994
  size: '16'
7948
7995
  };
7949
7996
 
7950
- var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7997
+ var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7951
7998
 
7952
7999
  var ChartStackPerc = function ChartStackPerc(props) {
7953
8000
  var color = props.color,
@@ -7957,7 +8004,7 @@ var ChartStackPerc = function ChartStackPerc(props) {
7957
8004
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
7958
8005
 
7959
8006
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
7960
- children: loadingCircleStyle$2M
8007
+ children: loadingCircleStyle$2N
7961
8008
  }), /*#__PURE__*/React.createElement("svg", _extends({
7962
8009
  xmlns: "http://www.w3.org/2000/svg",
7963
8010
  width: size,
@@ -7991,7 +8038,7 @@ ChartStackPerc.defaultProps = {
7991
8038
  size: '16'
7992
8039
  };
7993
8040
 
7994
- var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8041
+ var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
7995
8042
 
7996
8043
  var ChartComplex = function ChartComplex(props) {
7997
8044
  var color = props.color,
@@ -8001,7 +8048,7 @@ var ChartComplex = function ChartComplex(props) {
8001
8048
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8002
8049
 
8003
8050
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8004
- children: loadingCircleStyle$2N
8051
+ children: loadingCircleStyle$2O
8005
8052
  }), /*#__PURE__*/React.createElement("svg", _extends({
8006
8053
  xmlns: "http://www.w3.org/2000/svg",
8007
8054
  width: size,
@@ -8041,7 +8088,7 @@ ChartComplex.defaultProps = {
8041
8088
  size: '16'
8042
8089
  };
8043
8090
 
8044
- var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8091
+ var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8045
8092
 
8046
8093
  var ChartHistogram = function ChartHistogram(props) {
8047
8094
  var color = props.color,
@@ -8051,7 +8098,7 @@ var ChartHistogram = function ChartHistogram(props) {
8051
8098
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8052
8099
 
8053
8100
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8054
- children: loadingCircleStyle$2O
8101
+ children: loadingCircleStyle$2P
8055
8102
  }), /*#__PURE__*/React.createElement("svg", _extends({
8056
8103
  xmlns: "http://www.w3.org/2000/svg",
8057
8104
  width: size,
@@ -8097,7 +8144,7 @@ ChartHistogram.defaultProps = {
8097
8144
  size: '16'
8098
8145
  };
8099
8146
 
8100
- var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8147
+ var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8101
8148
 
8102
8149
  var ChartTable = function ChartTable(props) {
8103
8150
  var color = props.color,
@@ -8107,7 +8154,7 @@ var ChartTable = function ChartTable(props) {
8107
8154
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8108
8155
 
8109
8156
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8110
- children: loadingCircleStyle$2P
8157
+ children: loadingCircleStyle$2Q
8111
8158
  }), /*#__PURE__*/React.createElement("svg", _extends({
8112
8159
  xmlns: "http://www.w3.org/2000/svg",
8113
8160
  width: size,
@@ -8139,7 +8186,7 @@ ChartTable.defaultProps = {
8139
8186
  size: '16'
8140
8187
  };
8141
8188
 
8142
- var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8189
+ var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8143
8190
 
8144
8191
  var ChartFieldlist = function ChartFieldlist(props) {
8145
8192
  var color = props.color,
@@ -8149,7 +8196,7 @@ var ChartFieldlist = function ChartFieldlist(props) {
8149
8196
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8150
8197
 
8151
8198
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8152
- children: loadingCircleStyle$2Q
8199
+ children: loadingCircleStyle$2R
8153
8200
  }), /*#__PURE__*/React.createElement("svg", _extends({
8154
8201
  xmlns: "http://www.w3.org/2000/svg",
8155
8202
  width: size,
@@ -8181,7 +8228,7 @@ ChartFieldlist.defaultProps = {
8181
8228
  size: '16'
8182
8229
  };
8183
8230
 
8184
- var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8231
+ var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8185
8232
 
8186
8233
  var Table1dtable = function Table1dtable(props) {
8187
8234
  var color = props.color,
@@ -8191,7 +8238,7 @@ var Table1dtable = function Table1dtable(props) {
8191
8238
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8192
8239
 
8193
8240
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8194
- children: loadingCircleStyle$2R
8241
+ children: loadingCircleStyle$2S
8195
8242
  }), /*#__PURE__*/React.createElement("svg", _extends({
8196
8243
  xmlns: "http://www.w3.org/2000/svg",
8197
8244
  width: size,
@@ -8241,7 +8288,7 @@ Table1dtable.defaultProps = {
8241
8288
  size: '16'
8242
8289
  };
8243
8290
 
8244
- var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8291
+ var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8245
8292
 
8246
8293
  var ChartSqltable = function ChartSqltable(props) {
8247
8294
  var color = props.color,
@@ -8251,7 +8298,7 @@ var ChartSqltable = function ChartSqltable(props) {
8251
8298
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8252
8299
 
8253
8300
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8254
- children: loadingCircleStyle$2S
8301
+ children: loadingCircleStyle$2T
8255
8302
  }), /*#__PURE__*/React.createElement("svg", _extends({
8256
8303
  xmlns: "http://www.w3.org/2000/svg",
8257
8304
  width: size,
@@ -8283,7 +8330,7 @@ ChartSqltable.defaultProps = {
8283
8330
  size: '16'
8284
8331
  };
8285
8332
 
8286
- var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8333
+ var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8287
8334
 
8288
8335
  var ChartCombinedTable = function ChartCombinedTable(props) {
8289
8336
  var color = props.color,
@@ -8293,7 +8340,7 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
8293
8340
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8294
8341
 
8295
8342
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8296
- children: loadingCircleStyle$2T
8343
+ children: loadingCircleStyle$2U
8297
8344
  }), /*#__PURE__*/React.createElement("svg", _extends({
8298
8345
  xmlns: "http://www.w3.org/2000/svg",
8299
8346
  width: size,
@@ -8325,7 +8372,7 @@ ChartCombinedTable.defaultProps = {
8325
8372
  size: '16'
8326
8373
  };
8327
8374
 
8328
- var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8375
+ var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8329
8376
 
8330
8377
  var ChartDistTable = function ChartDistTable(props) {
8331
8378
  var color = props.color,
@@ -8335,7 +8382,7 @@ var ChartDistTable = function ChartDistTable(props) {
8335
8382
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8336
8383
 
8337
8384
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8338
- children: loadingCircleStyle$2U
8385
+ children: loadingCircleStyle$2V
8339
8386
  }), /*#__PURE__*/React.createElement("svg", _extends({
8340
8387
  xmlns: "http://www.w3.org/2000/svg",
8341
8388
  width: size,
@@ -8367,7 +8414,7 @@ ChartDistTable.defaultProps = {
8367
8414
  size: '16'
8368
8415
  };
8369
8416
 
8370
- var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8417
+ var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8371
8418
 
8372
8419
  var ChartBarTable = function ChartBarTable(props) {
8373
8420
  var color = props.color,
@@ -8377,7 +8424,7 @@ var ChartBarTable = function ChartBarTable(props) {
8377
8424
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8378
8425
 
8379
8426
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8380
- children: loadingCircleStyle$2V
8427
+ children: loadingCircleStyle$2W
8381
8428
  }), /*#__PURE__*/React.createElement("svg", _extends({
8382
8429
  xmlns: "http://www.w3.org/2000/svg",
8383
8430
  width: size,
@@ -8411,7 +8458,7 @@ ChartBarTable.defaultProps = {
8411
8458
  size: '16'
8412
8459
  };
8413
8460
 
8414
- var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8461
+ var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8415
8462
 
8416
8463
  var ChartLineTable = function ChartLineTable(props) {
8417
8464
  var color = props.color,
@@ -8421,7 +8468,7 @@ var ChartLineTable = function ChartLineTable(props) {
8421
8468
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8422
8469
 
8423
8470
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8424
- children: loadingCircleStyle$2W
8471
+ children: loadingCircleStyle$2X
8425
8472
  }), /*#__PURE__*/React.createElement("svg", _extends({
8426
8473
  xmlns: "http://www.w3.org/2000/svg",
8427
8474
  width: size,
@@ -8461,7 +8508,7 @@ ChartLineTable.defaultProps = {
8461
8508
  size: '16'
8462
8509
  };
8463
8510
 
8464
- var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8511
+ var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8465
8512
 
8466
8513
  var Play = function Play(props) {
8467
8514
  var color = props.color,
@@ -8471,7 +8518,7 @@ var Play = function Play(props) {
8471
8518
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8472
8519
 
8473
8520
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8474
- children: loadingCircleStyle$2X
8521
+ children: loadingCircleStyle$2Y
8475
8522
  }), /*#__PURE__*/React.createElement("svg", _extends({
8476
8523
  xmlns: "http://www.w3.org/2000/svg",
8477
8524
  width: size,
@@ -8503,7 +8550,7 @@ Play.defaultProps = {
8503
8550
  size: '16'
8504
8551
  };
8505
8552
 
8506
- var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8553
+ var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8507
8554
 
8508
8555
  var Config = function Config(props) {
8509
8556
  var color = props.color,
@@ -8513,7 +8560,7 @@ var Config = function Config(props) {
8513
8560
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8514
8561
 
8515
8562
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8516
- children: loadingCircleStyle$2Y
8563
+ children: loadingCircleStyle$2Z
8517
8564
  }), /*#__PURE__*/React.createElement("svg", _extends({
8518
8565
  xmlns: "http://www.w3.org/2000/svg",
8519
8566
  width: size,
@@ -8545,7 +8592,7 @@ Config.defaultProps = {
8545
8592
  size: '16'
8546
8593
  };
8547
8594
 
8548
- var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8595
+ var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8549
8596
 
8550
8597
  var Setting = function Setting(props) {
8551
8598
  var color = props.color,
@@ -8555,7 +8602,7 @@ var Setting = function Setting(props) {
8555
8602
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8556
8603
 
8557
8604
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8558
- children: loadingCircleStyle$2Z
8605
+ children: loadingCircleStyle$2_
8559
8606
  }), /*#__PURE__*/React.createElement("svg", _extends({
8560
8607
  xmlns: "http://www.w3.org/2000/svg",
8561
8608
  width: size,
@@ -8587,7 +8634,7 @@ Setting.defaultProps = {
8587
8634
  size: '16'
8588
8635
  };
8589
8636
 
8590
- var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8637
+ var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8591
8638
 
8592
8639
  var Search = function Search(props) {
8593
8640
  var color = props.color,
@@ -8597,7 +8644,7 @@ var Search = function Search(props) {
8597
8644
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8598
8645
 
8599
8646
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8600
- children: loadingCircleStyle$2_
8647
+ children: loadingCircleStyle$2$
8601
8648
  }), /*#__PURE__*/React.createElement("svg", _extends({
8602
8649
  xmlns: "http://www.w3.org/2000/svg",
8603
8650
  width: size,
@@ -8629,7 +8676,7 @@ Search.defaultProps = {
8629
8676
  size: '16'
8630
8677
  };
8631
8678
 
8632
- var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8679
+ var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8633
8680
 
8634
8681
  var Copy = function Copy(props) {
8635
8682
  var color = props.color,
@@ -8639,7 +8686,7 @@ var Copy = function Copy(props) {
8639
8686
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8640
8687
 
8641
8688
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8642
- children: loadingCircleStyle$2$
8689
+ children: loadingCircleStyle$30
8643
8690
  }), /*#__PURE__*/React.createElement("svg", _extends({
8644
8691
  xmlns: "http://www.w3.org/2000/svg",
8645
8692
  width: size,
@@ -8671,7 +8718,7 @@ Copy.defaultProps = {
8671
8718
  size: '16'
8672
8719
  };
8673
8720
 
8674
- var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8721
+ var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8675
8722
 
8676
8723
  var Copy2 = function Copy2(props) {
8677
8724
  var color = props.color,
@@ -8681,7 +8728,7 @@ var Copy2 = function Copy2(props) {
8681
8728
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8682
8729
 
8683
8730
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8684
- children: loadingCircleStyle$30
8731
+ children: loadingCircleStyle$31
8685
8732
  }), /*#__PURE__*/React.createElement("svg", _extends({
8686
8733
  xmlns: "http://www.w3.org/2000/svg",
8687
8734
  width: size,
@@ -8713,7 +8760,7 @@ Copy2.defaultProps = {
8713
8760
  size: '16'
8714
8761
  };
8715
8762
 
8716
- var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8763
+ var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8717
8764
 
8718
8765
  var Format = function Format(props) {
8719
8766
  var color = props.color,
@@ -8723,7 +8770,7 @@ var Format = function Format(props) {
8723
8770
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8724
8771
 
8725
8772
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8726
- children: loadingCircleStyle$31
8773
+ children: loadingCircleStyle$32
8727
8774
  }), /*#__PURE__*/React.createElement("svg", _extends({
8728
8775
  xmlns: "http://www.w3.org/2000/svg",
8729
8776
  width: size,
@@ -8757,7 +8804,7 @@ Format.defaultProps = {
8757
8804
  size: '16'
8758
8805
  };
8759
8806
 
8760
- var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8807
+ var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8761
8808
 
8762
8809
  var Code = function Code(props) {
8763
8810
  var color = props.color,
@@ -8767,7 +8814,7 @@ var Code = function Code(props) {
8767
8814
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8768
8815
 
8769
8816
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8770
- children: loadingCircleStyle$32
8817
+ children: loadingCircleStyle$33
8771
8818
  }), /*#__PURE__*/React.createElement("svg", _extends({
8772
8819
  xmlns: "http://www.w3.org/2000/svg",
8773
8820
  width: size,
@@ -8799,7 +8846,7 @@ Code.defaultProps = {
8799
8846
  size: '16'
8800
8847
  };
8801
8848
 
8802
- var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8849
+ var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8803
8850
 
8804
8851
  var Edit = function Edit(props) {
8805
8852
  var color = props.color,
@@ -8809,7 +8856,7 @@ var Edit = function Edit(props) {
8809
8856
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8810
8857
 
8811
8858
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8812
- children: loadingCircleStyle$33
8859
+ children: loadingCircleStyle$34
8813
8860
  }), /*#__PURE__*/React.createElement("svg", _extends({
8814
8861
  xmlns: "http://www.w3.org/2000/svg",
8815
8862
  width: size,
@@ -8841,7 +8888,7 @@ Edit.defaultProps = {
8841
8888
  size: '16'
8842
8889
  };
8843
8890
 
8844
- var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8891
+ var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8845
8892
 
8846
8893
  var EditFill = function EditFill(props) {
8847
8894
  var color = props.color,
@@ -8851,7 +8898,7 @@ var EditFill = function EditFill(props) {
8851
8898
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8852
8899
 
8853
8900
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8854
- children: loadingCircleStyle$34
8901
+ children: loadingCircleStyle$35
8855
8902
  }), /*#__PURE__*/React.createElement("svg", _extends({
8856
8903
  xmlns: "http://www.w3.org/2000/svg",
8857
8904
  width: size,
@@ -8885,7 +8932,7 @@ EditFill.defaultProps = {
8885
8932
  size: '16'
8886
8933
  };
8887
8934
 
8888
- var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8935
+ var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8889
8936
 
8890
8937
  var Delete1 = function Delete1(props) {
8891
8938
  var color = props.color,
@@ -8895,7 +8942,7 @@ var Delete1 = function Delete1(props) {
8895
8942
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8896
8943
 
8897
8944
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8898
- children: loadingCircleStyle$35
8945
+ children: loadingCircleStyle$36
8899
8946
  }), /*#__PURE__*/React.createElement("svg", _extends({
8900
8947
  xmlns: "http://www.w3.org/2000/svg",
8901
8948
  width: size,
@@ -8927,7 +8974,7 @@ Delete1.defaultProps = {
8927
8974
  size: '16'
8928
8975
  };
8929
8976
 
8930
- var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8977
+ var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8931
8978
 
8932
8979
  var Save = function Save(props) {
8933
8980
  var color = props.color,
@@ -8937,7 +8984,7 @@ var Save = function Save(props) {
8937
8984
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8938
8985
 
8939
8986
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8940
- children: loadingCircleStyle$36
8987
+ children: loadingCircleStyle$37
8941
8988
  }), /*#__PURE__*/React.createElement("svg", _extends({
8942
8989
  xmlns: "http://www.w3.org/2000/svg",
8943
8990
  width: size,
@@ -8969,7 +9016,7 @@ Save.defaultProps = {
8969
9016
  size: '16'
8970
9017
  };
8971
9018
 
8972
- var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9019
+ var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
8973
9020
 
8974
9021
  var Send = function Send(props) {
8975
9022
  var color = props.color,
@@ -8979,7 +9026,7 @@ var Send = function Send(props) {
8979
9026
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
8980
9027
 
8981
9028
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
8982
- children: loadingCircleStyle$37
9029
+ children: loadingCircleStyle$38
8983
9030
  }), /*#__PURE__*/React.createElement("svg", _extends({
8984
9031
  xmlns: "http://www.w3.org/2000/svg",
8985
9032
  width: size,
@@ -9011,7 +9058,7 @@ Send.defaultProps = {
9011
9058
  size: '16'
9012
9059
  };
9013
9060
 
9014
- var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9061
+ var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9015
9062
 
9016
9063
  var Fullscreen = function Fullscreen(props) {
9017
9064
  var color = props.color,
@@ -9021,7 +9068,7 @@ var Fullscreen = function Fullscreen(props) {
9021
9068
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9022
9069
 
9023
9070
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9024
- children: loadingCircleStyle$38
9071
+ children: loadingCircleStyle$39
9025
9072
  }), /*#__PURE__*/React.createElement("svg", _extends({
9026
9073
  xmlns: "http://www.w3.org/2000/svg",
9027
9074
  width: size,
@@ -9053,7 +9100,7 @@ Fullscreen.defaultProps = {
9053
9100
  size: '16'
9054
9101
  };
9055
9102
 
9056
- var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9103
+ var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9057
9104
 
9058
9105
  var ArrowLeftDown = function ArrowLeftDown(props) {
9059
9106
  var color = props.color,
@@ -9063,7 +9110,7 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
9063
9110
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9064
9111
 
9065
9112
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9066
- children: loadingCircleStyle$39
9113
+ children: loadingCircleStyle$3a
9067
9114
  }), /*#__PURE__*/React.createElement("svg", _extends({
9068
9115
  xmlns: "http://www.w3.org/2000/svg",
9069
9116
  width: size,
@@ -9095,7 +9142,7 @@ ArrowLeftDown.defaultProps = {
9095
9142
  size: '16'
9096
9143
  };
9097
9144
 
9098
- var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9145
+ var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9099
9146
 
9100
9147
  var Link = function Link(props) {
9101
9148
  var color = props.color,
@@ -9105,7 +9152,7 @@ var Link = function Link(props) {
9105
9152
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9106
9153
 
9107
9154
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9108
- children: loadingCircleStyle$3a
9155
+ children: loadingCircleStyle$3b
9109
9156
  }), /*#__PURE__*/React.createElement("svg", _extends({
9110
9157
  xmlns: "http://www.w3.org/2000/svg",
9111
9158
  width: size,
@@ -9141,7 +9188,7 @@ Link.defaultProps = {
9141
9188
  size: '16'
9142
9189
  };
9143
9190
 
9144
- var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9191
+ var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9145
9192
 
9146
9193
  var Unlink = function Unlink(props) {
9147
9194
  var color = props.color,
@@ -9151,7 +9198,7 @@ var Unlink = function Unlink(props) {
9151
9198
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9152
9199
 
9153
9200
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9154
- children: loadingCircleStyle$3b
9201
+ children: loadingCircleStyle$3c
9155
9202
  }), /*#__PURE__*/React.createElement("svg", _extends({
9156
9203
  xmlns: "http://www.w3.org/2000/svg",
9157
9204
  width: size,
@@ -9189,7 +9236,7 @@ Unlink.defaultProps = {
9189
9236
  size: '16'
9190
9237
  };
9191
9238
 
9192
- var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9239
+ var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9193
9240
 
9194
9241
  var MenuUnfold = function MenuUnfold(props) {
9195
9242
  var color = props.color,
@@ -9199,7 +9246,7 @@ var MenuUnfold = function MenuUnfold(props) {
9199
9246
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9200
9247
 
9201
9248
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9202
- children: loadingCircleStyle$3c
9249
+ children: loadingCircleStyle$3d
9203
9250
  }), /*#__PURE__*/React.createElement("svg", _extends({
9204
9251
  xmlns: "http://www.w3.org/2000/svg",
9205
9252
  width: size,
@@ -9231,7 +9278,7 @@ MenuUnfold.defaultProps = {
9231
9278
  size: '16'
9232
9279
  };
9233
9280
 
9234
- var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9281
+ var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9235
9282
 
9236
9283
  var MenuFold = function MenuFold(props) {
9237
9284
  var color = props.color,
@@ -9241,7 +9288,7 @@ var MenuFold = function MenuFold(props) {
9241
9288
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9242
9289
 
9243
9290
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9244
- children: loadingCircleStyle$3d
9291
+ children: loadingCircleStyle$3e
9245
9292
  }), /*#__PURE__*/React.createElement("svg", _extends({
9246
9293
  xmlns: "http://www.w3.org/2000/svg",
9247
9294
  width: size,
@@ -9273,7 +9320,7 @@ MenuFold.defaultProps = {
9273
9320
  size: '16'
9274
9321
  };
9275
9322
 
9276
- var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9323
+ var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9277
9324
 
9278
9325
  var List = function List(props) {
9279
9326
  var color = props.color,
@@ -9283,7 +9330,7 @@ var List = function List(props) {
9283
9330
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9284
9331
 
9285
9332
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9286
- children: loadingCircleStyle$3e
9333
+ children: loadingCircleStyle$3f
9287
9334
  }), /*#__PURE__*/React.createElement("svg", _extends({
9288
9335
  xmlns: "http://www.w3.org/2000/svg",
9289
9336
  width: size,
@@ -9315,7 +9362,7 @@ List.defaultProps = {
9315
9362
  size: '16'
9316
9363
  };
9317
9364
 
9318
- var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9365
+ var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9319
9366
 
9320
9367
  var ListNested = function ListNested(props) {
9321
9368
  var color = props.color,
@@ -9325,7 +9372,7 @@ var ListNested = function ListNested(props) {
9325
9372
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9326
9373
 
9327
9374
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9328
- children: loadingCircleStyle$3f
9375
+ children: loadingCircleStyle$3g
9329
9376
  }), /*#__PURE__*/React.createElement("svg", _extends({
9330
9377
  xmlns: "http://www.w3.org/2000/svg",
9331
9378
  width: size,
@@ -9359,7 +9406,7 @@ ListNested.defaultProps = {
9359
9406
  size: '16'
9360
9407
  };
9361
9408
 
9362
- var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9409
+ var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9363
9410
 
9364
9411
  var DoubleList = function DoubleList(props) {
9365
9412
  var color = props.color,
@@ -9369,7 +9416,7 @@ var DoubleList = function DoubleList(props) {
9369
9416
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9370
9417
 
9371
9418
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9372
- children: loadingCircleStyle$3g
9419
+ children: loadingCircleStyle$3h
9373
9420
  }), /*#__PURE__*/React.createElement("svg", _extends({
9374
9421
  xmlns: "http://www.w3.org/2000/svg",
9375
9422
  width: size,
@@ -9411,7 +9458,7 @@ DoubleList.defaultProps = {
9411
9458
  size: '16'
9412
9459
  };
9413
9460
 
9414
- var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9461
+ var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9415
9462
 
9416
9463
  var Download = function Download(props) {
9417
9464
  var color = props.color,
@@ -9421,7 +9468,7 @@ var Download = function Download(props) {
9421
9468
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9422
9469
 
9423
9470
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9424
- children: loadingCircleStyle$3h
9471
+ children: loadingCircleStyle$3i
9425
9472
  }), /*#__PURE__*/React.createElement("svg", _extends({
9426
9473
  xmlns: "http://www.w3.org/2000/svg",
9427
9474
  width: size,
@@ -9453,7 +9500,7 @@ Download.defaultProps = {
9453
9500
  size: '16'
9454
9501
  };
9455
9502
 
9456
- var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9503
+ var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9457
9504
 
9458
9505
  var FullDownload = function FullDownload(props) {
9459
9506
  var color = props.color,
@@ -9463,7 +9510,7 @@ var FullDownload = function FullDownload(props) {
9463
9510
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9464
9511
 
9465
9512
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9466
- children: loadingCircleStyle$3i
9513
+ children: loadingCircleStyle$3j
9467
9514
  }), /*#__PURE__*/React.createElement("svg", _extends({
9468
9515
  xmlns: "http://www.w3.org/2000/svg",
9469
9516
  width: size,
@@ -9497,7 +9544,7 @@ FullDownload.defaultProps = {
9497
9544
  size: '16'
9498
9545
  };
9499
9546
 
9500
- var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9547
+ var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9501
9548
 
9502
9549
  var Export = function Export(props) {
9503
9550
  var color = props.color,
@@ -9507,7 +9554,7 @@ var Export = function Export(props) {
9507
9554
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9508
9555
 
9509
9556
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9510
- children: loadingCircleStyle$3j
9557
+ children: loadingCircleStyle$3k
9511
9558
  }), /*#__PURE__*/React.createElement("svg", _extends({
9512
9559
  xmlns: "http://www.w3.org/2000/svg",
9513
9560
  width: size,
@@ -9541,7 +9588,7 @@ Export.defaultProps = {
9541
9588
  size: '16'
9542
9589
  };
9543
9590
 
9544
- var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9591
+ var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9545
9592
 
9546
9593
  var Import = function Import(props) {
9547
9594
  var color = props.color,
@@ -9551,7 +9598,7 @@ var Import = function Import(props) {
9551
9598
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9552
9599
 
9553
9600
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9554
- children: loadingCircleStyle$3k
9601
+ children: loadingCircleStyle$3l
9555
9602
  }), /*#__PURE__*/React.createElement("svg", _extends({
9556
9603
  xmlns: "http://www.w3.org/2000/svg",
9557
9604
  width: size,
@@ -9585,7 +9632,7 @@ Import.defaultProps = {
9585
9632
  size: '16'
9586
9633
  };
9587
9634
 
9588
- var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9635
+ var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9589
9636
 
9590
9637
  var Add1 = function Add1(props) {
9591
9638
  var color = props.color,
@@ -9595,7 +9642,7 @@ var Add1 = function Add1(props) {
9595
9642
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9596
9643
 
9597
9644
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9598
- children: loadingCircleStyle$3l
9645
+ children: loadingCircleStyle$3m
9599
9646
  }), /*#__PURE__*/React.createElement("svg", _extends({
9600
9647
  xmlns: "http://www.w3.org/2000/svg",
9601
9648
  width: size,
@@ -9627,7 +9674,7 @@ Add1.defaultProps = {
9627
9674
  size: '16'
9628
9675
  };
9629
9676
 
9630
- var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9677
+ var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9631
9678
 
9632
9679
  var Add2 = function Add2(props) {
9633
9680
  var color = props.color,
@@ -9637,7 +9684,7 @@ var Add2 = function Add2(props) {
9637
9684
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9638
9685
 
9639
9686
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9640
- children: loadingCircleStyle$3m
9687
+ children: loadingCircleStyle$3n
9641
9688
  }), /*#__PURE__*/React.createElement("svg", _extends({
9642
9689
  xmlns: "http://www.w3.org/2000/svg",
9643
9690
  width: size,
@@ -9669,7 +9716,7 @@ Add2.defaultProps = {
9669
9716
  size: '16'
9670
9717
  };
9671
9718
 
9672
- var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9719
+ var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9673
9720
 
9674
9721
  var Add3 = function Add3(props) {
9675
9722
  var color = props.color,
@@ -9679,7 +9726,7 @@ var Add3 = function Add3(props) {
9679
9726
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9680
9727
 
9681
9728
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9682
- children: loadingCircleStyle$3n
9729
+ children: loadingCircleStyle$3o
9683
9730
  }), /*#__PURE__*/React.createElement("svg", _extends({
9684
9731
  xmlns: "http://www.w3.org/2000/svg",
9685
9732
  width: size,
@@ -9711,7 +9758,7 @@ Add3.defaultProps = {
9711
9758
  size: '16'
9712
9759
  };
9713
9760
 
9714
- var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9761
+ var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9715
9762
 
9716
9763
  var Add3Fill = function Add3Fill(props) {
9717
9764
  var color = props.color,
@@ -9721,7 +9768,7 @@ var Add3Fill = function Add3Fill(props) {
9721
9768
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9722
9769
 
9723
9770
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9724
- children: loadingCircleStyle$3o
9771
+ children: loadingCircleStyle$3p
9725
9772
  }), /*#__PURE__*/React.createElement("svg", _extends({
9726
9773
  xmlns: "http://www.w3.org/2000/svg",
9727
9774
  width: size,
@@ -9753,7 +9800,7 @@ Add3Fill.defaultProps = {
9753
9800
  size: '16'
9754
9801
  };
9755
9802
 
9756
- var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9803
+ var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9757
9804
 
9758
9805
  var Subtract = function Subtract(props) {
9759
9806
  var color = props.color,
@@ -9763,7 +9810,7 @@ var Subtract = function Subtract(props) {
9763
9810
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9764
9811
 
9765
9812
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9766
- children: loadingCircleStyle$3p
9813
+ children: loadingCircleStyle$3q
9767
9814
  }), /*#__PURE__*/React.createElement("svg", _extends({
9768
9815
  xmlns: "http://www.w3.org/2000/svg",
9769
9816
  width: size,
@@ -9798,7 +9845,7 @@ Subtract.defaultProps = {
9798
9845
  size: '16'
9799
9846
  };
9800
9847
 
9801
- var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9848
+ var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9802
9849
 
9803
9850
  var Subtract2 = function Subtract2(props) {
9804
9851
  var color = props.color,
@@ -9808,7 +9855,7 @@ var Subtract2 = function Subtract2(props) {
9808
9855
  otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9809
9856
 
9810
9857
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9811
- children: loadingCircleStyle$3q
9858
+ children: loadingCircleStyle$3r
9812
9859
  }), /*#__PURE__*/React.createElement("svg", _extends({
9813
9860
  xmlns: "http://www.w3.org/2000/svg",
9814
9861
  width: size,
@@ -9844,48 +9891,6 @@ Subtract2.defaultProps = {
9844
9891
  size: '16'
9845
9892
  };
9846
9893
 
9847
- var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9848
-
9849
- var Update = function Update(props) {
9850
- var color = props.color,
9851
- size = props.size,
9852
- spin = props.spin,
9853
- style = props.style,
9854
- otherProps = _objectWithoutProperties(props, ["color", "size", "spin", "style"]);
9855
-
9856
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("style", {
9857
- children: loadingCircleStyle$3r
9858
- }), /*#__PURE__*/React.createElement("svg", _extends({
9859
- xmlns: "http://www.w3.org/2000/svg",
9860
- width: size,
9861
- height: size,
9862
- viewBox: "0 0 24 24",
9863
- fill: color
9864
- }, otherProps, {
9865
- style: _objectSpread2(_objectSpread2(_objectSpread2({}, style), spin ? {
9866
- animationDuration: '1s',
9867
- animationIterationCount: 'infinite',
9868
- animationName: 'loadingCircle',
9869
- animationTimingFunction: 'linear'
9870
- } : {}), {}, {
9871
- cursor: 'pointer'
9872
- })
9873
- }), /*#__PURE__*/React.createElement("path", {
9874
- d: "M5.463 4.433A9.961 9.961 0 0112 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 006.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0112 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0013.54 5.772l.997 1.795z"
9875
- })));
9876
- };
9877
-
9878
- Update.propTypes = {
9879
- spin: PropTypes["boolean"],
9880
- color: PropTypes.string,
9881
- size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
9882
- };
9883
- Update.defaultProps = {
9884
- spin: false,
9885
- color: 'currentColor',
9886
- size: '16'
9887
- };
9888
-
9889
9894
  var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
9890
9895
 
9891
9896
  var Report = function Report(props) {
@@ -12589,4 +12594,4 @@ Placeholder.defaultProps = {
12589
12594
  size: '16'
12590
12595
  };
12591
12596
 
12592
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, 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, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, 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, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, 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, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, 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, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, 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, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Placeholder as TaPlaceholder, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, 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, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };
12597
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, 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, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, 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, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, 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, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, 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, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoCurrencylayer as TaLogoCurrencylayer, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, 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, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Placeholder as TaPlaceholder, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, 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, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };