@activecollab/components 2.0.354 → 2.0.355

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.
Files changed (29) hide show
  1. package/dist/cjs/components/Icons/collection/Gear.js +49 -0
  2. package/dist/cjs/components/Icons/collection/Gear.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/GearFailed.js +85 -0
  4. package/dist/cjs/components/Icons/collection/GearFailed.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/index.js +14 -0
  6. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  7. package/dist/cjs/presentation/shared/SourceCodeSection.js +271 -75
  8. package/dist/cjs/presentation/shared/SourceCodeSection.js.map +1 -1
  9. package/dist/esm/components/Icons/collection/Gear.d.ts +15 -0
  10. package/dist/esm/components/Icons/collection/Gear.d.ts.map +1 -0
  11. package/dist/esm/components/Icons/collection/Gear.js +42 -0
  12. package/dist/esm/components/Icons/collection/Gear.js.map +1 -0
  13. package/dist/esm/components/Icons/collection/GearFailed.d.ts +17 -0
  14. package/dist/esm/components/Icons/collection/GearFailed.d.ts.map +1 -0
  15. package/dist/esm/components/Icons/collection/GearFailed.js +68 -0
  16. package/dist/esm/components/Icons/collection/GearFailed.js.map +1 -0
  17. package/dist/esm/components/Icons/collection/index.d.ts +2 -0
  18. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  19. package/dist/esm/components/Icons/collection/index.js +2 -0
  20. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  21. package/dist/esm/presentation/shared/SourceCodeSection.d.ts +8 -1
  22. package/dist/esm/presentation/shared/SourceCodeSection.d.ts.map +1 -1
  23. package/dist/esm/presentation/shared/SourceCodeSection.js +271 -84
  24. package/dist/esm/presentation/shared/SourceCodeSection.js.map +1 -1
  25. package/dist/index.js +327 -220
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.min.js +1 -1
  28. package/dist/index.min.js.map +1 -1
  29. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -189,7 +189,7 @@
189
189
  })(["display:inline-flex;svg{margin:0 4px;}"]);
190
190
  StyledButtonElement.displayName = "StyledButtonElement";
191
191
 
192
- var _excluded$5i = ["children", "active", "variant", "size", "className"];
192
+ var _excluded$5k = ["children", "active", "variant", "size", "className"];
193
193
  /**
194
194
  * @component Button
195
195
  * @description
@@ -219,7 +219,7 @@
219
219
  _ref$size = _ref.size,
220
220
  size = _ref$size === void 0 ? "medium" : _ref$size,
221
221
  className = _ref.className,
222
- args = _objectWithoutProperties(_ref, _excluded$5i);
222
+ args = _objectWithoutProperties(_ref, _excluded$5k);
223
223
  return /*#__PURE__*/React__default["default"].createElement(StyledButton$2, _extends({
224
224
  className: classNames__default["default"]("c-btn", className, {
225
225
  "c-btn--contained": variant === "primary" || variant === "contained",
@@ -284,7 +284,7 @@
284
284
  })));
285
285
  };
286
286
 
287
- var _excluded$5h = ["gradient"];
287
+ var _excluded$5j = ["gradient"];
288
288
 
289
289
  /**
290
290
  * @component AddCrossTinyIcon
@@ -314,7 +314,7 @@
314
314
  */
315
315
  var AddCrossTinyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
316
316
  var gradient = _ref.gradient,
317
- props = _objectWithoutProperties(_ref, _excluded$5h);
317
+ props = _objectWithoutProperties(_ref, _excluded$5j);
318
318
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
319
319
  xmlns: "http://www.w3.org/2000/svg",
320
320
  width: 24,
@@ -334,12 +334,12 @@
334
334
  AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
335
335
  var AddCrossTinyIcon$1 = AddCrossTinyIcon;
336
336
 
337
- var _excluded$5g = ["className", "disabled"];
337
+ var _excluded$5i = ["className", "disabled"];
338
338
  var GlobalAddButton = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
339
339
  var className = _ref.className,
340
340
  _ref$disabled = _ref.disabled,
341
341
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
342
- rest = _objectWithoutProperties(_ref, _excluded$5g);
342
+ rest = _objectWithoutProperties(_ref, _excluded$5i);
343
343
  return /*#__PURE__*/React__default["default"].createElement(StyledGlobalAddButton, _extends({
344
344
  ref: ref,
345
345
  variant: "contained",
@@ -377,12 +377,12 @@
377
377
  });
378
378
  StyledButtonGroup$1.displayName = "StyledButtonGroup";
379
379
 
380
- var _excluded$5f = ["children", "className", "invalid"];
380
+ var _excluded$5h = ["children", "className", "invalid"];
381
381
  var ButtonGroup = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
382
382
  var children = _ref.children,
383
383
  className = _ref.className,
384
384
  invalid = _ref.invalid,
385
- rest = _objectWithoutProperties(_ref, _excluded$5f);
385
+ rest = _objectWithoutProperties(_ref, _excluded$5h);
386
386
  return /*#__PURE__*/React__default["default"].createElement(StyledButtonGroup$1, _extends({
387
387
  ref: ref,
388
388
  className: classNames__default["default"]("c-btn-group", className),
@@ -407,11 +407,11 @@
407
407
  })(["border-top:1px solid var(--border-primary);margin:12px 16px;height:1px;"]);
408
408
  StyledListSeparator$1.displayName = "StyledListSeparator";
409
409
 
410
- var _excluded$5e = ["children", "className"];
410
+ var _excluded$5g = ["children", "className"];
411
411
  var ListItem = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
412
412
  var children = _ref.children,
413
413
  className = _ref.className,
414
- props = _objectWithoutProperties(_ref, _excluded$5e);
414
+ props = _objectWithoutProperties(_ref, _excluded$5g);
415
415
  return /*#__PURE__*/React__default["default"].createElement(StyledListItem$1, _extends({
416
416
  className: classNames__default["default"]("c-list-item", className),
417
417
  ref: ref,
@@ -420,21 +420,21 @@
420
420
  });
421
421
  ListItem.displayName = "ListItem";
422
422
 
423
- var _excluded$5d = ["className"];
423
+ var _excluded$5f = ["className"];
424
424
  var ListSeparator = function ListSeparator(_ref) {
425
425
  var className = _ref.className,
426
- props = _objectWithoutProperties(_ref, _excluded$5d);
426
+ props = _objectWithoutProperties(_ref, _excluded$5f);
427
427
  return /*#__PURE__*/React__default["default"].createElement(StyledListSeparator$1, _extends({
428
428
  className: classNames__default["default"]("c-list-separator", className)
429
429
  }, props));
430
430
  };
431
431
  ListSeparator.displayName = "ListSeparator";
432
432
 
433
- var _excluded$5c = ["children", "className"];
433
+ var _excluded$5e = ["children", "className"];
434
434
  var _List = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
435
435
  var children = _ref.children,
436
436
  className = _ref.className,
437
- props = _objectWithoutProperties(_ref, _excluded$5c);
437
+ props = _objectWithoutProperties(_ref, _excluded$5e);
438
438
  return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
439
439
  className: className,
440
440
  ref: ref,
@@ -950,7 +950,7 @@
950
950
  return size === "big" && styled.css(["width:40px;"]);
951
951
  });
952
952
 
953
- var _excluded$5b = ["children", "className", "variant", "size", "active"];
953
+ var _excluded$5d = ["children", "className", "variant", "size", "active"];
954
954
 
955
955
  // eslint-disable-next-line @typescript-eslint/no-empty-interface
956
956
 
@@ -980,7 +980,7 @@
980
980
  variant = _ref.variant,
981
981
  size = _ref.size,
982
982
  active = _ref.active,
983
- args = _objectWithoutProperties(_ref, _excluded$5b);
983
+ args = _objectWithoutProperties(_ref, _excluded$5d);
984
984
  return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
985
985
  className: className,
986
986
  variant: variant,
@@ -991,7 +991,7 @@
991
991
  });
992
992
  IconButton.displayName = "IconButton";
993
993
 
994
- var _excluded$5a = ["gradient"];
994
+ var _excluded$5c = ["gradient"];
995
995
 
996
996
  /**
997
997
  * @component RecurringIcon
@@ -1021,7 +1021,7 @@
1021
1021
  */
1022
1022
  var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1023
1023
  var gradient = _ref.gradient,
1024
- props = _objectWithoutProperties(_ref, _excluded$5a);
1024
+ props = _objectWithoutProperties(_ref, _excluded$5c);
1025
1025
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1026
1026
  xmlns: "http://www.w3.org/2000/svg",
1027
1027
  width: 18,
@@ -1042,7 +1042,7 @@
1042
1042
  RecurringIcon.displayName = "RecurringIcon";
1043
1043
  var RecurringIcon$1 = RecurringIcon;
1044
1044
 
1045
- var _excluded$59 = ["gradient"];
1045
+ var _excluded$5b = ["gradient"];
1046
1046
 
1047
1047
  /**
1048
1048
  * @component AccessLogIcon
@@ -1072,7 +1072,7 @@
1072
1072
  */
1073
1073
  var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1074
1074
  var gradient = _ref.gradient,
1075
- props = _objectWithoutProperties(_ref, _excluded$59);
1075
+ props = _objectWithoutProperties(_ref, _excluded$5b);
1076
1076
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1077
1077
  xmlns: "http://www.w3.org/2000/svg",
1078
1078
  width: 24,
@@ -1100,7 +1100,7 @@
1100
1100
  AccessLogIcon.displayName = "AccessLogIcon";
1101
1101
  var AccessLogIcon$1 = AccessLogIcon;
1102
1102
 
1103
- var _excluded$58 = ["gradient"];
1103
+ var _excluded$5a = ["gradient"];
1104
1104
 
1105
1105
  /**
1106
1106
  * @component ActivityIcon
@@ -1130,7 +1130,7 @@
1130
1130
  */
1131
1131
  var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1132
1132
  var gradient = _ref.gradient,
1133
- props = _objectWithoutProperties(_ref, _excluded$58);
1133
+ props = _objectWithoutProperties(_ref, _excluded$5a);
1134
1134
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1135
1135
  xmlns: "http://www.w3.org/2000/svg",
1136
1136
  width: 24,
@@ -1154,7 +1154,7 @@
1154
1154
  ActivityIcon.displayName = "ActivityIcon";
1155
1155
  var ActivityIcon$1 = ActivityIcon;
1156
1156
 
1157
- var _excluded$57 = ["gradient"];
1157
+ var _excluded$59 = ["gradient"];
1158
1158
 
1159
1159
  /**
1160
1160
  * @component AddCrossIcon
@@ -1184,7 +1184,7 @@
1184
1184
  */
1185
1185
  var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1186
1186
  var gradient = _ref.gradient,
1187
- props = _objectWithoutProperties(_ref, _excluded$57);
1187
+ props = _objectWithoutProperties(_ref, _excluded$59);
1188
1188
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1189
1189
  xmlns: "http://www.w3.org/2000/svg",
1190
1190
  width: 10,
@@ -1204,7 +1204,7 @@
1204
1204
  AddCrossIcon.displayName = "AddCrossIcon";
1205
1205
  var AddCrossIcon$1 = AddCrossIcon;
1206
1206
 
1207
- var _excluded$56 = ["gradient"];
1207
+ var _excluded$58 = ["gradient"];
1208
1208
 
1209
1209
  /**
1210
1210
  * @component ArchiveIcon
@@ -1234,7 +1234,7 @@
1234
1234
  */
1235
1235
  var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1236
1236
  var gradient = _ref.gradient,
1237
- props = _objectWithoutProperties(_ref, _excluded$56);
1237
+ props = _objectWithoutProperties(_ref, _excluded$58);
1238
1238
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1239
1239
  xmlns: "http://www.w3.org/2000/svg",
1240
1240
  width: 24,
@@ -1255,7 +1255,7 @@
1255
1255
  ArchiveIcon.displayName = "ArchiveIcon";
1256
1256
  var ArchiveIcon$1 = ArchiveIcon;
1257
1257
 
1258
- var _excluded$55 = ["gradient"];
1258
+ var _excluded$57 = ["gradient"];
1259
1259
 
1260
1260
  /**
1261
1261
  * @component ArrowBackMobileIcon
@@ -1285,7 +1285,7 @@
1285
1285
  */
1286
1286
  var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1287
1287
  var gradient = _ref.gradient,
1288
- props = _objectWithoutProperties(_ref, _excluded$55);
1288
+ props = _objectWithoutProperties(_ref, _excluded$57);
1289
1289
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1290
1290
  xmlns: "http://www.w3.org/2000/svg",
1291
1291
  width: 24,
@@ -1306,7 +1306,7 @@
1306
1306
  ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
1307
1307
  var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
1308
1308
 
1309
- var _excluded$54 = ["gradient"];
1309
+ var _excluded$56 = ["gradient"];
1310
1310
 
1311
1311
  /**
1312
1312
  * @component ArrowCollapseMultipleIcon
@@ -1336,7 +1336,7 @@
1336
1336
  */
1337
1337
  var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1338
1338
  var gradient = _ref.gradient,
1339
- props = _objectWithoutProperties(_ref, _excluded$54);
1339
+ props = _objectWithoutProperties(_ref, _excluded$56);
1340
1340
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1341
1341
  xmlns: "http://www.w3.org/2000/svg",
1342
1342
  width: 24,
@@ -1356,7 +1356,7 @@
1356
1356
  ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
1357
1357
  var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
1358
1358
 
1359
- var _excluded$53 = ["gradient"];
1359
+ var _excluded$55 = ["gradient"];
1360
1360
 
1361
1361
  /**
1362
1362
  * @component ArrowDownLongIcon
@@ -1386,7 +1386,7 @@
1386
1386
  */
1387
1387
  var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1388
1388
  var gradient = _ref.gradient,
1389
- props = _objectWithoutProperties(_ref, _excluded$53);
1389
+ props = _objectWithoutProperties(_ref, _excluded$55);
1390
1390
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1391
1391
  xmlns: "http://www.w3.org/2000/svg",
1392
1392
  width: 24,
@@ -1406,7 +1406,7 @@
1406
1406
  ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
1407
1407
  var ArrowDownLongIcon$1 = ArrowDownLongIcon;
1408
1408
 
1409
- var _excluded$52 = ["gradient"];
1409
+ var _excluded$54 = ["gradient"];
1410
1410
 
1411
1411
  /**
1412
1412
  * @component ArrowDownSmallIcon
@@ -1436,7 +1436,7 @@
1436
1436
  */
1437
1437
  var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1438
1438
  var gradient = _ref.gradient,
1439
- props = _objectWithoutProperties(_ref, _excluded$52);
1439
+ props = _objectWithoutProperties(_ref, _excluded$54);
1440
1440
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1441
1441
  xmlns: "http://www.w3.org/2000/svg",
1442
1442
  width: 16,
@@ -1456,7 +1456,7 @@
1456
1456
  ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
1457
1457
  var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
1458
1458
 
1459
- var _excluded$51 = ["gradient"];
1459
+ var _excluded$53 = ["gradient"];
1460
1460
 
1461
1461
  /**
1462
1462
  * @component ArrowDownIcon
@@ -1486,7 +1486,7 @@
1486
1486
  */
1487
1487
  var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1488
1488
  var gradient = _ref.gradient,
1489
- props = _objectWithoutProperties(_ref, _excluded$51);
1489
+ props = _objectWithoutProperties(_ref, _excluded$53);
1490
1490
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1491
1491
  xmlns: "http://www.w3.org/2000/svg",
1492
1492
  width: 24,
@@ -1505,7 +1505,7 @@
1505
1505
  ArrowDownIcon.displayName = "ArrowDownIcon";
1506
1506
  var ArrowDownIcon$1 = ArrowDownIcon;
1507
1507
 
1508
- var _excluded$50 = ["gradient"];
1508
+ var _excluded$52 = ["gradient"];
1509
1509
 
1510
1510
  /**
1511
1511
  * @component ArrowExpandeMultipleIcon
@@ -1535,7 +1535,7 @@
1535
1535
  */
1536
1536
  var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1537
1537
  var gradient = _ref.gradient,
1538
- props = _objectWithoutProperties(_ref, _excluded$50);
1538
+ props = _objectWithoutProperties(_ref, _excluded$52);
1539
1539
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1540
1540
  xmlns: "http://www.w3.org/2000/svg",
1541
1541
  width: 24,
@@ -1555,7 +1555,7 @@
1555
1555
  ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
1556
1556
  var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
1557
1557
 
1558
- var _excluded$4$ = ["gradient"];
1558
+ var _excluded$51 = ["gradient"];
1559
1559
 
1560
1560
  /**
1561
1561
  * @component ArrowLeftBoxIcon
@@ -1585,7 +1585,7 @@
1585
1585
  */
1586
1586
  var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1587
1587
  var gradient = _ref.gradient,
1588
- props = _objectWithoutProperties(_ref, _excluded$4$);
1588
+ props = _objectWithoutProperties(_ref, _excluded$51);
1589
1589
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1590
1590
  xmlns: "http://www.w3.org/2000/svg",
1591
1591
  width: 24,
@@ -1605,7 +1605,7 @@
1605
1605
  ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
1606
1606
  var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
1607
1607
 
1608
- var _excluded$4_ = ["gradient"];
1608
+ var _excluded$50 = ["gradient"];
1609
1609
 
1610
1610
  /**
1611
1611
  * @component ArrowLeftIcon
@@ -1635,7 +1635,7 @@
1635
1635
  */
1636
1636
  var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1637
1637
  var gradient = _ref.gradient,
1638
- props = _objectWithoutProperties(_ref, _excluded$4_);
1638
+ props = _objectWithoutProperties(_ref, _excluded$50);
1639
1639
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1640
1640
  xmlns: "http://www.w3.org/2000/svg",
1641
1641
  width: 24,
@@ -1655,7 +1655,7 @@
1655
1655
  ArrowLeftIcon.displayName = "ArrowLeftIcon";
1656
1656
  var ArrowLeftIcon$1 = ArrowLeftIcon;
1657
1657
 
1658
- var _excluded$4Z = ["gradient"];
1658
+ var _excluded$4$ = ["gradient"];
1659
1659
 
1660
1660
  /**
1661
1661
  * @component ArrowRefreshIcon
@@ -1685,7 +1685,7 @@
1685
1685
  */
1686
1686
  var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1687
1687
  var gradient = _ref.gradient,
1688
- props = _objectWithoutProperties(_ref, _excluded$4Z);
1688
+ props = _objectWithoutProperties(_ref, _excluded$4$);
1689
1689
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1690
1690
  xmlns: "http://www.w3.org/2000/svg",
1691
1691
  width: 24,
@@ -1706,7 +1706,7 @@
1706
1706
  ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
1707
1707
  var ArrowRefreshIcon$1 = ArrowRefreshIcon;
1708
1708
 
1709
- var _excluded$4Y = ["gradient"];
1709
+ var _excluded$4_ = ["gradient"];
1710
1710
 
1711
1711
  /**
1712
1712
  * @component ArrowRestoreIcon
@@ -1736,7 +1736,7 @@
1736
1736
  */
1737
1737
  var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1738
1738
  var gradient = _ref.gradient,
1739
- props = _objectWithoutProperties(_ref, _excluded$4Y);
1739
+ props = _objectWithoutProperties(_ref, _excluded$4_);
1740
1740
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1741
1741
  xmlns: "http://www.w3.org/2000/svg",
1742
1742
  width: 24,
@@ -1756,7 +1756,7 @@
1756
1756
  ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
1757
1757
  var ArrowRestoreIcon$1 = ArrowRestoreIcon;
1758
1758
 
1759
- var _excluded$4X = ["gradient"];
1759
+ var _excluded$4Z = ["gradient"];
1760
1760
 
1761
1761
  /**
1762
1762
  * @component ArrowRightIcon
@@ -1786,7 +1786,7 @@
1786
1786
  */
1787
1787
  var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1788
1788
  var gradient = _ref.gradient,
1789
- props = _objectWithoutProperties(_ref, _excluded$4X);
1789
+ props = _objectWithoutProperties(_ref, _excluded$4Z);
1790
1790
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1791
1791
  xmlns: "http://www.w3.org/2000/svg",
1792
1792
  width: 24,
@@ -1806,7 +1806,7 @@
1806
1806
  ArrowRightIcon.displayName = "ArrowRightIcon";
1807
1807
  var ArrowRightIcon$1 = ArrowRightIcon;
1808
1808
 
1809
- var _excluded$4W = ["gradient"];
1809
+ var _excluded$4Y = ["gradient"];
1810
1810
 
1811
1811
  /**
1812
1812
  * @component ArrowUpLongIcon
@@ -1836,7 +1836,7 @@
1836
1836
  */
1837
1837
  var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1838
1838
  var gradient = _ref.gradient,
1839
- props = _objectWithoutProperties(_ref, _excluded$4W);
1839
+ props = _objectWithoutProperties(_ref, _excluded$4Y);
1840
1840
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1841
1841
  xmlns: "http://www.w3.org/2000/svg",
1842
1842
  width: 24,
@@ -1856,7 +1856,7 @@
1856
1856
  ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
1857
1857
  var ArrowUpLongIcon$1 = ArrowUpLongIcon;
1858
1858
 
1859
- var _excluded$4V = ["gradient"];
1859
+ var _excluded$4X = ["gradient"];
1860
1860
 
1861
1861
  /**
1862
1862
  * @component ArrowUpIcon
@@ -1886,7 +1886,7 @@
1886
1886
  */
1887
1887
  var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1888
1888
  var gradient = _ref.gradient,
1889
- props = _objectWithoutProperties(_ref, _excluded$4V);
1889
+ props = _objectWithoutProperties(_ref, _excluded$4X);
1890
1890
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1891
1891
  xmlns: "http://www.w3.org/2000/svg",
1892
1892
  width: 24,
@@ -1905,7 +1905,7 @@
1905
1905
  ArrowUpIcon.displayName = "ArrowUpIcon";
1906
1906
  var ArrowUpIcon$1 = ArrowUpIcon;
1907
1907
 
1908
- var _excluded$4U = ["gradient"];
1908
+ var _excluded$4W = ["gradient"];
1909
1909
 
1910
1910
  /**
1911
1911
  * @component AssignIcon
@@ -1935,7 +1935,7 @@
1935
1935
  */
1936
1936
  var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1937
1937
  var gradient = _ref.gradient,
1938
- props = _objectWithoutProperties(_ref, _excluded$4U);
1938
+ props = _objectWithoutProperties(_ref, _excluded$4W);
1939
1939
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1940
1940
  xmlns: "http://www.w3.org/2000/svg",
1941
1941
  width: 24,
@@ -1955,7 +1955,7 @@
1955
1955
  AssignIcon.displayName = "AssignIcon";
1956
1956
  var AssignIcon$1 = AssignIcon;
1957
1957
 
1958
- var _excluded$4T = ["gradient"];
1958
+ var _excluded$4V = ["gradient"];
1959
1959
 
1960
1960
  /**
1961
1961
  * @component AttachmentIcon
@@ -1985,7 +1985,7 @@
1985
1985
  */
1986
1986
  var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
1987
1987
  var gradient = _ref.gradient,
1988
- props = _objectWithoutProperties(_ref, _excluded$4T);
1988
+ props = _objectWithoutProperties(_ref, _excluded$4V);
1989
1989
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1990
1990
  xmlns: "http://www.w3.org/2000/svg",
1991
1991
  width: 24,
@@ -2005,7 +2005,7 @@
2005
2005
  AttachmentIcon.displayName = "AttachmentIcon";
2006
2006
  var AttachmentIcon$1 = AttachmentIcon;
2007
2007
 
2008
- var _excluded$4S = ["gradient"];
2008
+ var _excluded$4U = ["gradient"];
2009
2009
 
2010
2010
  /**
2011
2011
  * @component BellOffSmallIcon
@@ -2035,7 +2035,7 @@
2035
2035
  */
2036
2036
  var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2037
2037
  var gradient = _ref.gradient,
2038
- props = _objectWithoutProperties(_ref, _excluded$4S);
2038
+ props = _objectWithoutProperties(_ref, _excluded$4U);
2039
2039
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2040
2040
  xmlns: "http://www.w3.org/2000/svg",
2041
2041
  width: 12,
@@ -2055,7 +2055,7 @@
2055
2055
  BellOffSmallIcon.displayName = "BellOffSmallIcon";
2056
2056
  var BellOffSmallIcon$1 = BellOffSmallIcon;
2057
2057
 
2058
- var _excluded$4R = ["gradient"];
2058
+ var _excluded$4T = ["gradient"];
2059
2059
 
2060
2060
  /**
2061
2061
  * @component BellOffIcon
@@ -2085,7 +2085,7 @@
2085
2085
  */
2086
2086
  var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2087
2087
  var gradient = _ref.gradient,
2088
- props = _objectWithoutProperties(_ref, _excluded$4R);
2088
+ props = _objectWithoutProperties(_ref, _excluded$4T);
2089
2089
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2090
2090
  xmlns: "http://www.w3.org/2000/svg",
2091
2091
  width: 24,
@@ -2105,7 +2105,7 @@
2105
2105
  BellOffIcon.displayName = "BellOffIcon";
2106
2106
  var BellOffIcon$1 = BellOffIcon;
2107
2107
 
2108
- var _excluded$4Q = ["gradient"];
2108
+ var _excluded$4S = ["gradient"];
2109
2109
 
2110
2110
  /**
2111
2111
  * @component BillingIcon
@@ -2135,7 +2135,7 @@
2135
2135
  */
2136
2136
  var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2137
2137
  var gradient = _ref.gradient,
2138
- props = _objectWithoutProperties(_ref, _excluded$4Q);
2138
+ props = _objectWithoutProperties(_ref, _excluded$4S);
2139
2139
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2140
2140
  xmlns: "http://www.w3.org/2000/svg",
2141
2141
  width: 24,
@@ -2158,7 +2158,7 @@
2158
2158
  BillingIcon.displayName = "BillingIcon";
2159
2159
  var BillingIcon$1 = BillingIcon;
2160
2160
 
2161
- var _excluded$4P = ["gradient"];
2161
+ var _excluded$4R = ["gradient"];
2162
2162
 
2163
2163
  /**
2164
2164
  * @component BudgetAlertIcon
@@ -2188,7 +2188,7 @@
2188
2188
  */
2189
2189
  var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2190
2190
  var gradient = _ref.gradient,
2191
- props = _objectWithoutProperties(_ref, _excluded$4P);
2191
+ props = _objectWithoutProperties(_ref, _excluded$4R);
2192
2192
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2193
2193
  xmlns: "http://www.w3.org/2000/svg",
2194
2194
  width: 24,
@@ -2208,7 +2208,7 @@
2208
2208
  BudgetAlertIcon.displayName = "BudgetAlertIcon";
2209
2209
  var BudgetAlertIcon$1 = BudgetAlertIcon;
2210
2210
 
2211
- var _excluded$4O = ["gradient"];
2211
+ var _excluded$4Q = ["gradient"];
2212
2212
 
2213
2213
  /**
2214
2214
  * @component BulbIcon
@@ -2238,7 +2238,7 @@
2238
2238
  */
2239
2239
  var BulbIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2240
2240
  var gradient = _ref.gradient,
2241
- props = _objectWithoutProperties(_ref, _excluded$4O);
2241
+ props = _objectWithoutProperties(_ref, _excluded$4Q);
2242
2242
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2243
2243
  xmlns: "http://www.w3.org/2000/svg",
2244
2244
  width: 16,
@@ -2257,7 +2257,7 @@
2257
2257
  BulbIcon.displayName = "BulbIcon";
2258
2258
  var BulbIcon$1 = BulbIcon;
2259
2259
 
2260
- var _excluded$4N = ["gradient"];
2260
+ var _excluded$4P = ["gradient"];
2261
2261
 
2262
2262
  /**
2263
2263
  * @component CalendarAddXIcon
@@ -2287,7 +2287,7 @@
2287
2287
  */
2288
2288
  var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2289
2289
  var gradient = _ref.gradient,
2290
- props = _objectWithoutProperties(_ref, _excluded$4N);
2290
+ props = _objectWithoutProperties(_ref, _excluded$4P);
2291
2291
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2292
2292
  xmlns: "http://www.w3.org/2000/svg",
2293
2293
  width: 24,
@@ -2307,7 +2307,7 @@
2307
2307
  CalendarAddXIcon.displayName = "CalendarAddXIcon";
2308
2308
  var CalendarAddXIcon$1 = CalendarAddXIcon;
2309
2309
 
2310
- var _excluded$4M = ["gradient"];
2310
+ var _excluded$4O = ["gradient"];
2311
2311
 
2312
2312
  /**
2313
2313
  * @component CalendarImportIcon
@@ -2337,7 +2337,7 @@
2337
2337
  */
2338
2338
  var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2339
2339
  var gradient = _ref.gradient,
2340
- props = _objectWithoutProperties(_ref, _excluded$4M);
2340
+ props = _objectWithoutProperties(_ref, _excluded$4O);
2341
2341
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2342
2342
  xmlns: "http://www.w3.org/2000/svg",
2343
2343
  width: 18,
@@ -2360,7 +2360,7 @@
2360
2360
  CalendarImportIcon.displayName = "CalendarImportIcon";
2361
2361
  var CalendarImportIcon$1 = CalendarImportIcon;
2362
2362
 
2363
- var _excluded$4L = ["gradient"];
2363
+ var _excluded$4N = ["gradient"];
2364
2364
 
2365
2365
  /**
2366
2366
  * @component CalendarIcon
@@ -2390,7 +2390,7 @@
2390
2390
  */
2391
2391
  var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2392
2392
  var gradient = _ref.gradient,
2393
- props = _objectWithoutProperties(_ref, _excluded$4L);
2393
+ props = _objectWithoutProperties(_ref, _excluded$4N);
2394
2394
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2395
2395
  xmlns: "http://www.w3.org/2000/svg",
2396
2396
  width: 24,
@@ -2410,7 +2410,7 @@
2410
2410
  CalendarIcon.displayName = "CalendarIcon";
2411
2411
  var CalendarIcon$1 = CalendarIcon;
2412
2412
 
2413
- var _excluded$4K = ["gradient"];
2413
+ var _excluded$4M = ["gradient"];
2414
2414
 
2415
2415
  /**
2416
2416
  * @component CancelCrossIcon
@@ -2440,7 +2440,7 @@
2440
2440
  */
2441
2441
  var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2442
2442
  var gradient = _ref.gradient,
2443
- props = _objectWithoutProperties(_ref, _excluded$4K);
2443
+ props = _objectWithoutProperties(_ref, _excluded$4M);
2444
2444
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2445
2445
  xmlns: "http://www.w3.org/2000/svg",
2446
2446
  width: 24,
@@ -2460,7 +2460,7 @@
2460
2460
  CancelCrossIcon.displayName = "CancelCrossIcon";
2461
2461
  var CancelCrossIcon$1 = CancelCrossIcon;
2462
2462
 
2463
- var _excluded$4J = ["gradient"];
2463
+ var _excluded$4L = ["gradient"];
2464
2464
 
2465
2465
  /**
2466
2466
  * @component CaretLeftIcon
@@ -2490,7 +2490,7 @@
2490
2490
  */
2491
2491
  var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2492
2492
  var gradient = _ref.gradient,
2493
- props = _objectWithoutProperties(_ref, _excluded$4J);
2493
+ props = _objectWithoutProperties(_ref, _excluded$4L);
2494
2494
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2495
2495
  xmlns: "http://www.w3.org/2000/svg",
2496
2496
  width: 18,
@@ -2510,7 +2510,7 @@
2510
2510
  CaretLeftIcon.displayName = "CaretLeftIcon";
2511
2511
  var CaretLeftIcon$1 = CaretLeftIcon;
2512
2512
 
2513
- var _excluded$4I = ["gradient"];
2513
+ var _excluded$4K = ["gradient"];
2514
2514
 
2515
2515
  /**
2516
2516
  * @component CaretRightIcon
@@ -2540,7 +2540,7 @@
2540
2540
  */
2541
2541
  var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2542
2542
  var gradient = _ref.gradient,
2543
- props = _objectWithoutProperties(_ref, _excluded$4I);
2543
+ props = _objectWithoutProperties(_ref, _excluded$4K);
2544
2544
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2545
2545
  xmlns: "http://www.w3.org/2000/svg",
2546
2546
  width: 18,
@@ -2560,7 +2560,7 @@
2560
2560
  CaretRightIcon.displayName = "CaretRightIcon";
2561
2561
  var CaretRightIcon$1 = CaretRightIcon;
2562
2562
 
2563
- var _excluded$4H = ["gradient"];
2563
+ var _excluded$4J = ["gradient"];
2564
2564
 
2565
2565
  /**
2566
2566
  * @component ChatIcon
@@ -2590,7 +2590,7 @@
2590
2590
  */
2591
2591
  var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2592
2592
  var gradient = _ref.gradient,
2593
- props = _objectWithoutProperties(_ref, _excluded$4H);
2593
+ props = _objectWithoutProperties(_ref, _excluded$4J);
2594
2594
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2595
2595
  xmlns: "http://www.w3.org/2000/svg",
2596
2596
  width: 24,
@@ -2610,7 +2610,7 @@
2610
2610
  ChatIcon.displayName = "ChatIcon";
2611
2611
  var ChatIcon$1 = ChatIcon;
2612
2612
 
2613
- var _excluded$4G = ["gradient"];
2613
+ var _excluded$4I = ["gradient"];
2614
2614
 
2615
2615
  /**
2616
2616
  * @component CheckIcon
@@ -2640,7 +2640,7 @@
2640
2640
  */
2641
2641
  var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2642
2642
  var gradient = _ref.gradient,
2643
- props = _objectWithoutProperties(_ref, _excluded$4G);
2643
+ props = _objectWithoutProperties(_ref, _excluded$4I);
2644
2644
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2645
2645
  xmlns: "http://www.w3.org/2000/svg",
2646
2646
  width: 24,
@@ -2660,7 +2660,7 @@
2660
2660
  CheckIcon.displayName = "CheckIcon";
2661
2661
  var CheckIcon$1 = CheckIcon;
2662
2662
 
2663
- var _excluded$4F = ["gradient"];
2663
+ var _excluded$4H = ["gradient"];
2664
2664
 
2665
2665
  /**
2666
2666
  * @component CheckboxBlankTogglerIcon
@@ -2690,7 +2690,7 @@
2690
2690
  */
2691
2691
  var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2692
2692
  var gradient = _ref.gradient,
2693
- props = _objectWithoutProperties(_ref, _excluded$4F);
2693
+ props = _objectWithoutProperties(_ref, _excluded$4H);
2694
2694
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2695
2695
  xmlns: "http://www.w3.org/2000/svg",
2696
2696
  width: 24,
@@ -2710,7 +2710,7 @@
2710
2710
  CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
2711
2711
  var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
2712
2712
 
2713
- var _excluded$4E = ["gradient"];
2713
+ var _excluded$4G = ["gradient"];
2714
2714
 
2715
2715
  /**
2716
2716
  * @component CheckboxCircleArrowIcon
@@ -2740,7 +2740,7 @@
2740
2740
  */
2741
2741
  var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2742
2742
  var gradient = _ref.gradient,
2743
- props = _objectWithoutProperties(_ref, _excluded$4E);
2743
+ props = _objectWithoutProperties(_ref, _excluded$4G);
2744
2744
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2745
2745
  xmlns: "http://www.w3.org/2000/svg",
2746
2746
  width: 24,
@@ -2760,7 +2760,7 @@
2760
2760
  CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
2761
2761
  var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
2762
2762
 
2763
- var _excluded$4D = ["gradient"];
2763
+ var _excluded$4F = ["gradient"];
2764
2764
 
2765
2765
  /**
2766
2766
  * @component CheckboxCircleBlankIcon
@@ -2790,7 +2790,7 @@
2790
2790
  */
2791
2791
  var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2792
2792
  var gradient = _ref.gradient,
2793
- props = _objectWithoutProperties(_ref, _excluded$4D);
2793
+ props = _objectWithoutProperties(_ref, _excluded$4F);
2794
2794
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2795
2795
  xmlns: "http://www.w3.org/2000/svg",
2796
2796
  width: 15,
@@ -2811,7 +2811,7 @@
2811
2811
  CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
2812
2812
  var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
2813
2813
 
2814
- var _excluded$4C = ["gradient"];
2814
+ var _excluded$4E = ["gradient"];
2815
2815
 
2816
2816
  /**
2817
2817
  * @component CheckboxDocumentsIcon
@@ -2841,7 +2841,7 @@
2841
2841
  */
2842
2842
  var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2843
2843
  var gradient = _ref.gradient,
2844
- props = _objectWithoutProperties(_ref, _excluded$4C);
2844
+ props = _objectWithoutProperties(_ref, _excluded$4E);
2845
2845
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2846
2846
  xmlns: "http://www.w3.org/2000/svg",
2847
2847
  width: 24,
@@ -2861,7 +2861,7 @@
2861
2861
  CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
2862
2862
  var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
2863
2863
 
2864
- var _excluded$4B = ["gradient"];
2864
+ var _excluded$4D = ["gradient"];
2865
2865
 
2866
2866
  /**
2867
2867
  * @component CheckboxIcon
@@ -2891,7 +2891,7 @@
2891
2891
  */
2892
2892
  var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2893
2893
  var gradient = _ref.gradient,
2894
- props = _objectWithoutProperties(_ref, _excluded$4B);
2894
+ props = _objectWithoutProperties(_ref, _excluded$4D);
2895
2895
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2896
2896
  xmlns: "http://www.w3.org/2000/svg",
2897
2897
  width: 16,
@@ -2921,7 +2921,7 @@
2921
2921
  CheckboxIcon$2.displayName = "CheckboxIcon";
2922
2922
  var CheckboxIcon$3 = CheckboxIcon$2;
2923
2923
 
2924
- var _excluded$4A = ["gradient"];
2924
+ var _excluded$4C = ["gradient"];
2925
2925
 
2926
2926
  /**
2927
2927
  * @component ChecklistSmallIcon
@@ -2951,7 +2951,7 @@
2951
2951
  */
2952
2952
  var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
2953
2953
  var gradient = _ref.gradient,
2954
- props = _objectWithoutProperties(_ref, _excluded$4A);
2954
+ props = _objectWithoutProperties(_ref, _excluded$4C);
2955
2955
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2956
2956
  xmlns: "http://www.w3.org/2000/svg",
2957
2957
  width: 12,
@@ -2971,7 +2971,7 @@
2971
2971
  ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
2972
2972
  var ChecklistSmallIcon$1 = ChecklistSmallIcon;
2973
2973
 
2974
- var _excluded$4z = ["gradient"];
2974
+ var _excluded$4B = ["gradient"];
2975
2975
 
2976
2976
  /**
2977
2977
  * @component ChecklistIcon
@@ -3001,7 +3001,7 @@
3001
3001
  */
3002
3002
  var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3003
3003
  var gradient = _ref.gradient,
3004
- props = _objectWithoutProperties(_ref, _excluded$4z);
3004
+ props = _objectWithoutProperties(_ref, _excluded$4B);
3005
3005
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3006
3006
  xmlns: "http://www.w3.org/2000/svg",
3007
3007
  width: 24,
@@ -3021,7 +3021,7 @@
3021
3021
  ChecklistIcon.displayName = "ChecklistIcon";
3022
3022
  var ChecklistIcon$1 = ChecklistIcon;
3023
3023
 
3024
- var _excluded$4y = ["gradient"];
3024
+ var _excluded$4A = ["gradient"];
3025
3025
 
3026
3026
  /**
3027
3027
  * @component CircleIcon
@@ -3051,7 +3051,7 @@
3051
3051
  */
3052
3052
  var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3053
3053
  var gradient = _ref.gradient,
3054
- props = _objectWithoutProperties(_ref, _excluded$4y);
3054
+ props = _objectWithoutProperties(_ref, _excluded$4A);
3055
3055
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3056
3056
  xmlns: "http://www.w3.org/2000/svg",
3057
3057
  width: 24,
@@ -3070,7 +3070,7 @@
3070
3070
  CircleIcon.displayName = "CircleIcon";
3071
3071
  var CircleIcon$1 = CircleIcon;
3072
3072
 
3073
- var _excluded$4x = ["gradient"];
3073
+ var _excluded$4z = ["gradient"];
3074
3074
 
3075
3075
  /**
3076
3076
  * @component CircleMultipleIcon
@@ -3100,7 +3100,7 @@
3100
3100
  */
3101
3101
  var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3102
3102
  var gradient = _ref.gradient,
3103
- props = _objectWithoutProperties(_ref, _excluded$4x);
3103
+ props = _objectWithoutProperties(_ref, _excluded$4z);
3104
3104
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3105
3105
  xmlns: "http://www.w3.org/2000/svg",
3106
3106
  width: 24,
@@ -3120,7 +3120,7 @@
3120
3120
  CircleMultipleIcon.displayName = "CircleMultipleIcon";
3121
3121
  var CircleMultipleIcon$1 = CircleMultipleIcon;
3122
3122
 
3123
- var _excluded$4w = ["gradient"];
3123
+ var _excluded$4y = ["gradient"];
3124
3124
 
3125
3125
  /**
3126
3126
  * @component ClockAddIcon
@@ -3150,7 +3150,7 @@
3150
3150
  */
3151
3151
  var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3152
3152
  var gradient = _ref.gradient,
3153
- props = _objectWithoutProperties(_ref, _excluded$4w);
3153
+ props = _objectWithoutProperties(_ref, _excluded$4y);
3154
3154
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3155
3155
  xmlns: "http://www.w3.org/2000/svg",
3156
3156
  width: 24,
@@ -3170,7 +3170,7 @@
3170
3170
  ClockAddIcon.displayName = "ClockAddIcon";
3171
3171
  var ClockAddIcon$1 = ClockAddIcon;
3172
3172
 
3173
- var _excluded$4v = ["gradient"];
3173
+ var _excluded$4x = ["gradient"];
3174
3174
 
3175
3175
  /**
3176
3176
  * @component ClockDollarIcon
@@ -3200,7 +3200,7 @@
3200
3200
  */
3201
3201
  var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3202
3202
  var gradient = _ref.gradient,
3203
- props = _objectWithoutProperties(_ref, _excluded$4v);
3203
+ props = _objectWithoutProperties(_ref, _excluded$4x);
3204
3204
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3205
3205
  xmlns: "http://www.w3.org/2000/svg",
3206
3206
  width: 24,
@@ -3223,7 +3223,7 @@
3223
3223
  ClockDollarIcon.displayName = "ClockDollarIcon";
3224
3224
  var ClockDollarIcon$1 = ClockDollarIcon;
3225
3225
 
3226
- var _excluded$4u = ["gradient"];
3226
+ var _excluded$4w = ["gradient"];
3227
3227
 
3228
3228
  /**
3229
3229
  * @component ClockSmallIcon
@@ -3253,7 +3253,7 @@
3253
3253
  */
3254
3254
  var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3255
3255
  var gradient = _ref.gradient,
3256
- props = _objectWithoutProperties(_ref, _excluded$4u);
3256
+ props = _objectWithoutProperties(_ref, _excluded$4w);
3257
3257
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3258
3258
  xmlns: "http://www.w3.org/2000/svg",
3259
3259
  width: 12,
@@ -3273,7 +3273,7 @@
3273
3273
  ClockSmallIcon.displayName = "ClockSmallIcon";
3274
3274
  var ClockSmallIcon$1 = ClockSmallIcon;
3275
3275
 
3276
- var _excluded$4t = ["gradient"];
3276
+ var _excluded$4v = ["gradient"];
3277
3277
 
3278
3278
  /**
3279
3279
  * @component ClockStopwatchIndicatorIcon
@@ -3303,7 +3303,7 @@
3303
3303
  */
3304
3304
  var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3305
3305
  var gradient = _ref.gradient,
3306
- props = _objectWithoutProperties(_ref, _excluded$4t);
3306
+ props = _objectWithoutProperties(_ref, _excluded$4v);
3307
3307
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3308
3308
  xmlns: "http://www.w3.org/2000/svg",
3309
3309
  width: 24,
@@ -3324,7 +3324,7 @@
3324
3324
  ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
3325
3325
  var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
3326
3326
 
3327
- var _excluded$4s = ["gradient"];
3327
+ var _excluded$4u = ["gradient"];
3328
3328
 
3329
3329
  /**
3330
3330
  * @component ClockStopwatchSmallIcon
@@ -3354,7 +3354,7 @@
3354
3354
  */
3355
3355
  var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3356
3356
  var gradient = _ref.gradient,
3357
- props = _objectWithoutProperties(_ref, _excluded$4s);
3357
+ props = _objectWithoutProperties(_ref, _excluded$4u);
3358
3358
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3359
3359
  xmlns: "http://www.w3.org/2000/svg",
3360
3360
  width: 12,
@@ -3374,7 +3374,7 @@
3374
3374
  ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
3375
3375
  var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
3376
3376
 
3377
- var _excluded$4r = ["gradient"];
3377
+ var _excluded$4t = ["gradient"];
3378
3378
 
3379
3379
  /**
3380
3380
  * @component ClockStopwatchIcon
@@ -3404,7 +3404,7 @@
3404
3404
  */
3405
3405
  var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3406
3406
  var gradient = _ref.gradient,
3407
- props = _objectWithoutProperties(_ref, _excluded$4r);
3407
+ props = _objectWithoutProperties(_ref, _excluded$4t);
3408
3408
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3409
3409
  xmlns: "http://www.w3.org/2000/svg",
3410
3410
  width: 24,
@@ -3424,7 +3424,7 @@
3424
3424
  ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
3425
3425
  var ClockStopwatchIcon$1 = ClockStopwatchIcon;
3426
3426
 
3427
- var _excluded$4q = ["gradient"];
3427
+ var _excluded$4s = ["gradient"];
3428
3428
 
3429
3429
  /**
3430
3430
  * @component ClockIcon
@@ -3454,7 +3454,7 @@
3454
3454
  */
3455
3455
  var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3456
3456
  var gradient = _ref.gradient,
3457
- props = _objectWithoutProperties(_ref, _excluded$4q);
3457
+ props = _objectWithoutProperties(_ref, _excluded$4s);
3458
3458
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3459
3459
  xmlns: "http://www.w3.org/2000/svg",
3460
3460
  width: 24,
@@ -3474,7 +3474,7 @@
3474
3474
  ClockIcon.displayName = "ClockIcon";
3475
3475
  var ClockIcon$1 = ClockIcon;
3476
3476
 
3477
- var _excluded$4p = ["gradient"];
3477
+ var _excluded$4r = ["gradient"];
3478
3478
 
3479
3479
  /**
3480
3480
  * @component CloseCircleIcon
@@ -3504,7 +3504,7 @@
3504
3504
  */
3505
3505
  var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3506
3506
  var gradient = _ref.gradient,
3507
- props = _objectWithoutProperties(_ref, _excluded$4p);
3507
+ props = _objectWithoutProperties(_ref, _excluded$4r);
3508
3508
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3509
3509
  xmlns: "http://www.w3.org/2000/svg",
3510
3510
  width: 24,
@@ -3525,7 +3525,7 @@
3525
3525
  CloseCircleIcon.displayName = "CloseCircleIcon";
3526
3526
  var CloseCircleIcon$1 = CloseCircleIcon;
3527
3527
 
3528
- var _excluded$4o = ["gradient"];
3528
+ var _excluded$4q = ["gradient"];
3529
3529
 
3530
3530
  /**
3531
3531
  * @component CloseDocumentIcon
@@ -3555,7 +3555,7 @@
3555
3555
  */
3556
3556
  var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3557
3557
  var gradient = _ref.gradient,
3558
- props = _objectWithoutProperties(_ref, _excluded$4o);
3558
+ props = _objectWithoutProperties(_ref, _excluded$4q);
3559
3559
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3560
3560
  xmlns: "http://www.w3.org/2000/svg",
3561
3561
  width: 24,
@@ -3575,7 +3575,7 @@
3575
3575
  CloseDocumentIcon.displayName = "CloseDocumentIcon";
3576
3576
  var CloseDocumentIcon$1 = CloseDocumentIcon;
3577
3577
 
3578
- var _excluded$4n = ["gradient"];
3578
+ var _excluded$4p = ["gradient"];
3579
3579
 
3580
3580
  /**
3581
3581
  * @component CloseSmallIcon
@@ -3605,7 +3605,7 @@
3605
3605
  */
3606
3606
  var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3607
3607
  var gradient = _ref.gradient,
3608
- props = _objectWithoutProperties(_ref, _excluded$4n);
3608
+ props = _objectWithoutProperties(_ref, _excluded$4p);
3609
3609
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3610
3610
  xmlns: "http://www.w3.org/2000/svg",
3611
3611
  width: 24,
@@ -3625,7 +3625,7 @@
3625
3625
  CloseSmallIcon.displayName = "CloseSmallIcon";
3626
3626
  var CloseSmallIcon$1 = CloseSmallIcon;
3627
3627
 
3628
- var _excluded$4m = ["gradient"];
3628
+ var _excluded$4o = ["gradient"];
3629
3629
 
3630
3630
  /**
3631
3631
  * @component CloseIcon
@@ -3655,7 +3655,7 @@
3655
3655
  */
3656
3656
  var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3657
3657
  var gradient = _ref.gradient,
3658
- props = _objectWithoutProperties(_ref, _excluded$4m);
3658
+ props = _objectWithoutProperties(_ref, _excluded$4o);
3659
3659
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3660
3660
  xmlns: "http://www.w3.org/2000/svg",
3661
3661
  width: 24,
@@ -3676,7 +3676,7 @@
3676
3676
  CloseIcon.displayName = "CloseIcon";
3677
3677
  var CloseIcon$1 = CloseIcon;
3678
3678
 
3679
- var _excluded$4l = ["gradient"];
3679
+ var _excluded$4n = ["gradient"];
3680
3680
 
3681
3681
  /**
3682
3682
  * @component CloudIcon
@@ -3689,7 +3689,7 @@
3689
3689
  */
3690
3690
  var CloudIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3691
3691
  var gradient = _ref.gradient,
3692
- props = _objectWithoutProperties(_ref, _excluded$4l);
3692
+ props = _objectWithoutProperties(_ref, _excluded$4n);
3693
3693
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3694
3694
  xmlns: "http://www.w3.org/2000/svg",
3695
3695
  width: 24,
@@ -3712,7 +3712,7 @@
3712
3712
  CloudIcon.displayName = "CloudIcon";
3713
3713
  var CloudIcon$1 = CloudIcon;
3714
3714
 
3715
- var _excluded$4k = ["gradient"];
3715
+ var _excluded$4m = ["gradient"];
3716
3716
 
3717
3717
  /**
3718
3718
  * @component CloudDeployIcon
@@ -3727,7 +3727,7 @@
3727
3727
  */
3728
3728
  var CloudDeployIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3729
3729
  var gradient = _ref.gradient,
3730
- props = _objectWithoutProperties(_ref, _excluded$4k);
3730
+ props = _objectWithoutProperties(_ref, _excluded$4m);
3731
3731
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3732
3732
  xmlns: "http://www.w3.org/2000/svg",
3733
3733
  width: 24,
@@ -3754,7 +3754,7 @@
3754
3754
  CloudDeployIcon.displayName = "CloudDeployIcon";
3755
3755
  var CloudDeployIcon$1 = CloudDeployIcon;
3756
3756
 
3757
- var _excluded$4j = ["gradient"];
3757
+ var _excluded$4l = ["gradient"];
3758
3758
 
3759
3759
  /**
3760
3760
  * @component CloudDeployFailedIcon
@@ -3769,7 +3769,7 @@
3769
3769
  */
3770
3770
  var CloudDeployFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3771
3771
  var gradient = _ref.gradient,
3772
- props = _objectWithoutProperties(_ref, _excluded$4j);
3772
+ props = _objectWithoutProperties(_ref, _excluded$4l);
3773
3773
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3774
3774
  xmlns: "http://www.w3.org/2000/svg",
3775
3775
  width: 24,
@@ -3796,7 +3796,7 @@
3796
3796
  CloudDeployFailedIcon.displayName = "CloudDeployFailedIcon";
3797
3797
  var CloudDeployFailedIcon$1 = CloudDeployFailedIcon;
3798
3798
 
3799
- var _excluded$4i = ["gradient"];
3799
+ var _excluded$4k = ["gradient"];
3800
3800
 
3801
3801
  /**
3802
3802
  * @component CollapsIcon
@@ -3826,7 +3826,7 @@
3826
3826
  */
3827
3827
  var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3828
3828
  var gradient = _ref.gradient,
3829
- props = _objectWithoutProperties(_ref, _excluded$4i);
3829
+ props = _objectWithoutProperties(_ref, _excluded$4k);
3830
3830
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3831
3831
  xmlns: "http://www.w3.org/2000/svg",
3832
3832
  width: 6,
@@ -3846,7 +3846,7 @@
3846
3846
  CollapsIcon.displayName = "CollapsIcon";
3847
3847
  var CollapsIcon$1 = CollapsIcon;
3848
3848
 
3849
- var _excluded$4h = ["gradient"];
3849
+ var _excluded$4j = ["gradient"];
3850
3850
 
3851
3851
  /**
3852
3852
  * @component CollapseAllIcon
@@ -3876,7 +3876,7 @@
3876
3876
  */
3877
3877
  var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3878
3878
  var gradient = _ref.gradient,
3879
- props = _objectWithoutProperties(_ref, _excluded$4h);
3879
+ props = _objectWithoutProperties(_ref, _excluded$4j);
3880
3880
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3881
3881
  xmlns: "http://www.w3.org/2000/svg",
3882
3882
  width: 24,
@@ -3896,7 +3896,7 @@
3896
3896
  CollapseAllIcon.displayName = "CollapseAllIcon";
3897
3897
  var CollapseAllIcon$1 = CollapseAllIcon;
3898
3898
 
3899
- var _excluded$4g = ["gradient"];
3899
+ var _excluded$4i = ["gradient"];
3900
3900
 
3901
3901
  /**
3902
3902
  * @component CollapseExpandSingleIcon
@@ -3926,7 +3926,7 @@
3926
3926
  */
3927
3927
  var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3928
3928
  var gradient = _ref.gradient,
3929
- props = _objectWithoutProperties(_ref, _excluded$4g);
3929
+ props = _objectWithoutProperties(_ref, _excluded$4i);
3930
3930
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3931
3931
  xmlns: "http://www.w3.org/2000/svg",
3932
3932
  width: 24,
@@ -3946,7 +3946,7 @@
3946
3946
  CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
3947
3947
  var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
3948
3948
 
3949
- var _excluded$4f = ["gradient"];
3949
+ var _excluded$4h = ["gradient"];
3950
3950
 
3951
3951
  /**
3952
3952
  * @component CompanyAddIcon
@@ -3976,7 +3976,7 @@
3976
3976
  */
3977
3977
  var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3978
3978
  var gradient = _ref.gradient,
3979
- props = _objectWithoutProperties(_ref, _excluded$4f);
3979
+ props = _objectWithoutProperties(_ref, _excluded$4h);
3980
3980
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3981
3981
  xmlns: "http://www.w3.org/2000/svg",
3982
3982
  width: 18,
@@ -3997,7 +3997,7 @@
3997
3997
  CompanyAddIcon.displayName = "CompanyAddIcon";
3998
3998
  var CompanyAddIcon$1 = CompanyAddIcon;
3999
3999
 
4000
- var _excluded$4e = ["gradient"];
4000
+ var _excluded$4g = ["gradient"];
4001
4001
 
4002
4002
  /**
4003
4003
  * @component CompanyIcon
@@ -4027,7 +4027,7 @@
4027
4027
  */
4028
4028
  var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4029
4029
  var gradient = _ref.gradient,
4030
- props = _objectWithoutProperties(_ref, _excluded$4e);
4030
+ props = _objectWithoutProperties(_ref, _excluded$4g);
4031
4031
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4032
4032
  xmlns: "http://www.w3.org/2000/svg",
4033
4033
  width: 24,
@@ -4048,7 +4048,7 @@
4048
4048
  CompanyIcon.displayName = "CompanyIcon";
4049
4049
  var CompanyIcon$1 = CompanyIcon;
4050
4050
 
4051
- var _excluded$4d = ["gradient"];
4051
+ var _excluded$4f = ["gradient"];
4052
4052
 
4053
4053
  /**
4054
4054
  * @component ComputerIcon
@@ -4078,7 +4078,7 @@
4078
4078
  */
4079
4079
  var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4080
4080
  var gradient = _ref.gradient,
4081
- props = _objectWithoutProperties(_ref, _excluded$4d);
4081
+ props = _objectWithoutProperties(_ref, _excluded$4f);
4082
4082
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4083
4083
  xmlns: "http://www.w3.org/2000/svg",
4084
4084
  width: 24,
@@ -4098,7 +4098,7 @@
4098
4098
  ComputerIcon.displayName = "ComputerIcon";
4099
4099
  var ComputerIcon$1 = ComputerIcon;
4100
4100
 
4101
- var _excluded$4c = ["gradient"];
4101
+ var _excluded$4e = ["gradient"];
4102
4102
 
4103
4103
  /**
4104
4104
  * @component ConnectionIcon
@@ -4128,7 +4128,7 @@
4128
4128
  */
4129
4129
  var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4130
4130
  var gradient = _ref.gradient,
4131
- props = _objectWithoutProperties(_ref, _excluded$4c);
4131
+ props = _objectWithoutProperties(_ref, _excluded$4e);
4132
4132
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4133
4133
  xmlns: "http://www.w3.org/2000/svg",
4134
4134
  width: 24,
@@ -4163,7 +4163,7 @@
4163
4163
  ConnectionIcon.displayName = "ConnectionIcon";
4164
4164
  var ConnectionIcon$1 = ConnectionIcon;
4165
4165
 
4166
- var _excluded$4b = ["gradient"];
4166
+ var _excluded$4d = ["gradient"];
4167
4167
 
4168
4168
  /**
4169
4169
  * @component CopyIcon
@@ -4193,7 +4193,7 @@
4193
4193
  */
4194
4194
  var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4195
4195
  var gradient = _ref.gradient,
4196
- props = _objectWithoutProperties(_ref, _excluded$4b);
4196
+ props = _objectWithoutProperties(_ref, _excluded$4d);
4197
4197
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4198
4198
  xmlns: "http://www.w3.org/2000/svg",
4199
4199
  width: 24,
@@ -4213,7 +4213,7 @@
4213
4213
  CopyIcon.displayName = "CopyIcon";
4214
4214
  var CopyIcon$1 = CopyIcon;
4215
4215
 
4216
- var _excluded$4a = ["gradient"];
4216
+ var _excluded$4c = ["gradient"];
4217
4217
 
4218
4218
  /**
4219
4219
  * @component CrownBlankIcon
@@ -4243,7 +4243,7 @@
4243
4243
  */
4244
4244
  var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4245
4245
  var gradient = _ref.gradient,
4246
- props = _objectWithoutProperties(_ref, _excluded$4a);
4246
+ props = _objectWithoutProperties(_ref, _excluded$4c);
4247
4247
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4248
4248
  xmlns: "http://www.w3.org/2000/svg",
4249
4249
  width: 24,
@@ -4263,7 +4263,7 @@
4263
4263
  CrownBlankIcon.displayName = "CrownBlankIcon";
4264
4264
  var CrownBlankIcon$1 = CrownBlankIcon;
4265
4265
 
4266
- var _excluded$49 = ["gradient"];
4266
+ var _excluded$4b = ["gradient"];
4267
4267
 
4268
4268
  /**
4269
4269
  * @component CrownSelectedIcon
@@ -4293,7 +4293,7 @@
4293
4293
  */
4294
4294
  var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4295
4295
  var gradient = _ref.gradient,
4296
- props = _objectWithoutProperties(_ref, _excluded$49);
4296
+ props = _objectWithoutProperties(_ref, _excluded$4b);
4297
4297
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4298
4298
  xmlns: "http://www.w3.org/2000/svg",
4299
4299
  width: 24,
@@ -4313,7 +4313,7 @@
4313
4313
  CrownSelectedIcon.displayName = "CrownSelectedIcon";
4314
4314
  var CrownSelectedIcon$1 = CrownSelectedIcon;
4315
4315
 
4316
- var _excluded$48 = ["gradient"];
4316
+ var _excluded$4a = ["gradient"];
4317
4317
 
4318
4318
  /**
4319
4319
  * @component DependencySmallIcon
@@ -4343,7 +4343,7 @@
4343
4343
  */
4344
4344
  var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4345
4345
  var gradient = _ref.gradient,
4346
- props = _objectWithoutProperties(_ref, _excluded$48);
4346
+ props = _objectWithoutProperties(_ref, _excluded$4a);
4347
4347
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4348
4348
  xmlns: "http://www.w3.org/2000/svg",
4349
4349
  width: 12,
@@ -4363,7 +4363,7 @@
4363
4363
  DependencySmallIcon.displayName = "DependencySmallIcon";
4364
4364
  var DependencySmallIcon$1 = DependencySmallIcon;
4365
4365
 
4366
- var _excluded$47 = ["gradient"];
4366
+ var _excluded$49 = ["gradient"];
4367
4367
 
4368
4368
  /**
4369
4369
  * @component DependencyIcon
@@ -4393,7 +4393,7 @@
4393
4393
  */
4394
4394
  var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4395
4395
  var gradient = _ref.gradient,
4396
- props = _objectWithoutProperties(_ref, _excluded$47);
4396
+ props = _objectWithoutProperties(_ref, _excluded$49);
4397
4397
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4398
4398
  xmlns: "http://www.w3.org/2000/svg",
4399
4399
  width: 24,
@@ -4413,7 +4413,7 @@
4413
4413
  DependencyIcon.displayName = "DependencyIcon";
4414
4414
  var DependencyIcon$1 = DependencyIcon;
4415
4415
 
4416
- var _excluded$46 = ["gradient"];
4416
+ var _excluded$48 = ["gradient"];
4417
4417
 
4418
4418
  /**
4419
4419
  * @component DescriptionSmallIcon
@@ -4443,7 +4443,7 @@
4443
4443
  */
4444
4444
  var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4445
4445
  var gradient = _ref.gradient,
4446
- props = _objectWithoutProperties(_ref, _excluded$46);
4446
+ props = _objectWithoutProperties(_ref, _excluded$48);
4447
4447
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4448
4448
  xmlns: "http://www.w3.org/2000/svg",
4449
4449
  width: 18,
@@ -4464,7 +4464,7 @@
4464
4464
  DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
4465
4465
  var DescriptionSmallIcon$1 = DescriptionSmallIcon;
4466
4466
 
4467
- var _excluded$45 = ["gradient"];
4467
+ var _excluded$47 = ["gradient"];
4468
4468
 
4469
4469
  /**
4470
4470
  * @component DescriptionIcon
@@ -4494,7 +4494,7 @@
4494
4494
  */
4495
4495
  var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4496
4496
  var gradient = _ref.gradient,
4497
- props = _objectWithoutProperties(_ref, _excluded$45);
4497
+ props = _objectWithoutProperties(_ref, _excluded$47);
4498
4498
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4499
4499
  xmlns: "http://www.w3.org/2000/svg",
4500
4500
  width: 24,
@@ -4514,7 +4514,7 @@
4514
4514
  DescriptionIcon.displayName = "DescriptionIcon";
4515
4515
  var DescriptionIcon$1 = DescriptionIcon;
4516
4516
 
4517
- var _excluded$44 = ["gradient"];
4517
+ var _excluded$46 = ["gradient"];
4518
4518
 
4519
4519
  /**
4520
4520
  * @component DiscussionAddIcon
@@ -4544,7 +4544,7 @@
4544
4544
  */
4545
4545
  var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4546
4546
  var gradient = _ref.gradient,
4547
- props = _objectWithoutProperties(_ref, _excluded$44);
4547
+ props = _objectWithoutProperties(_ref, _excluded$46);
4548
4548
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4549
4549
  xmlns: "http://www.w3.org/2000/svg",
4550
4550
  width: 24,
@@ -4564,7 +4564,7 @@
4564
4564
  DiscussionAddIcon.displayName = "DiscussionAddIcon";
4565
4565
  var DiscussionAddIcon$1 = DiscussionAddIcon;
4566
4566
 
4567
- var _excluded$43 = ["gradient"];
4567
+ var _excluded$45 = ["gradient"];
4568
4568
 
4569
4569
  /**
4570
4570
  * @component DiscussionIcon
@@ -4594,7 +4594,7 @@
4594
4594
  */
4595
4595
  var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4596
4596
  var gradient = _ref.gradient,
4597
- props = _objectWithoutProperties(_ref, _excluded$43);
4597
+ props = _objectWithoutProperties(_ref, _excluded$45);
4598
4598
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4599
4599
  xmlns: "http://www.w3.org/2000/svg",
4600
4600
  width: 24,
@@ -4615,7 +4615,7 @@
4615
4615
  DiscussionIcon.displayName = "DiscussionIcon";
4616
4616
  var DiscussionIcon$1 = DiscussionIcon;
4617
4617
 
4618
- var _excluded$42 = ["gradient"];
4618
+ var _excluded$44 = ["gradient"];
4619
4619
 
4620
4620
  /**
4621
4621
  * @component DollarCheckmarkSmallIcon
@@ -4645,7 +4645,7 @@
4645
4645
  */
4646
4646
  var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4647
4647
  var gradient = _ref.gradient,
4648
- props = _objectWithoutProperties(_ref, _excluded$42);
4648
+ props = _objectWithoutProperties(_ref, _excluded$44);
4649
4649
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4650
4650
  xmlns: "http://www.w3.org/2000/svg",
4651
4651
  width: 12,
@@ -4665,7 +4665,7 @@
4665
4665
  DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
4666
4666
  var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
4667
4667
 
4668
- var _excluded$41 = ["gradient"];
4668
+ var _excluded$43 = ["gradient"];
4669
4669
 
4670
4670
  /**
4671
4671
  * @component DollarCheckmarkIcon
@@ -4695,7 +4695,7 @@
4695
4695
  */
4696
4696
  var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4697
4697
  var gradient = _ref.gradient,
4698
- props = _objectWithoutProperties(_ref, _excluded$41);
4698
+ props = _objectWithoutProperties(_ref, _excluded$43);
4699
4699
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4700
4700
  xmlns: "http://www.w3.org/2000/svg",
4701
4701
  width: 24,
@@ -4715,7 +4715,7 @@
4715
4715
  DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
4716
4716
  var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
4717
4717
 
4718
- var _excluded$40 = ["gradient"];
4718
+ var _excluded$42 = ["gradient"];
4719
4719
 
4720
4720
  /**
4721
4721
  * @component DollarClockSmallIcon
@@ -4745,7 +4745,7 @@
4745
4745
  */
4746
4746
  var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4747
4747
  var gradient = _ref.gradient,
4748
- props = _objectWithoutProperties(_ref, _excluded$40);
4748
+ props = _objectWithoutProperties(_ref, _excluded$42);
4749
4749
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4750
4750
  xmlns: "http://www.w3.org/2000/svg",
4751
4751
  width: 12,
@@ -4765,7 +4765,7 @@
4765
4765
  DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
4766
4766
  var DollarClockSmallIcon$1 = DollarClockSmallIcon;
4767
4767
 
4768
- var _excluded$3$ = ["gradient"];
4768
+ var _excluded$41 = ["gradient"];
4769
4769
 
4770
4770
  /**
4771
4771
  * @component DollarClockIcon
@@ -4795,7 +4795,7 @@
4795
4795
  */
4796
4796
  var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4797
4797
  var gradient = _ref.gradient,
4798
- props = _objectWithoutProperties(_ref, _excluded$3$);
4798
+ props = _objectWithoutProperties(_ref, _excluded$41);
4799
4799
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4800
4800
  xmlns: "http://www.w3.org/2000/svg",
4801
4801
  width: 24,
@@ -4815,7 +4815,7 @@
4815
4815
  DollarClockIcon.displayName = "DollarClockIcon";
4816
4816
  var DollarClockIcon$1 = DollarClockIcon;
4817
4817
 
4818
- var _excluded$3_ = ["gradient"];
4818
+ var _excluded$40 = ["gradient"];
4819
4819
 
4820
4820
  /**
4821
4821
  * @component DollarDocumentPlusIcon
@@ -4845,7 +4845,7 @@
4845
4845
  */
4846
4846
  var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4847
4847
  var gradient = _ref.gradient,
4848
- props = _objectWithoutProperties(_ref, _excluded$3_);
4848
+ props = _objectWithoutProperties(_ref, _excluded$40);
4849
4849
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4850
4850
  xmlns: "http://www.w3.org/2000/svg",
4851
4851
  width: 24,
@@ -4865,7 +4865,7 @@
4865
4865
  DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
4866
4866
  var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
4867
4867
 
4868
- var _excluded$3Z = ["gradient"];
4868
+ var _excluded$3$ = ["gradient"];
4869
4869
 
4870
4870
  /**
4871
4871
  * @component DollarDocumentIcon
@@ -4895,7 +4895,7 @@
4895
4895
  */
4896
4896
  var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4897
4897
  var gradient = _ref.gradient,
4898
- props = _objectWithoutProperties(_ref, _excluded$3Z);
4898
+ props = _objectWithoutProperties(_ref, _excluded$3$);
4899
4899
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4900
4900
  xmlns: "http://www.w3.org/2000/svg",
4901
4901
  width: 24,
@@ -4916,7 +4916,7 @@
4916
4916
  DollarDocumentIcon.displayName = "DollarDocumentIcon";
4917
4917
  var DollarDocumentIcon$1 = DollarDocumentIcon;
4918
4918
 
4919
- var _excluded$3Y = ["gradient"];
4919
+ var _excluded$3_ = ["gradient"];
4920
4920
 
4921
4921
  /**
4922
4922
  * @component DollarOffSmallIcon
@@ -4946,7 +4946,7 @@
4946
4946
  */
4947
4947
  var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4948
4948
  var gradient = _ref.gradient,
4949
- props = _objectWithoutProperties(_ref, _excluded$3Y);
4949
+ props = _objectWithoutProperties(_ref, _excluded$3_);
4950
4950
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4951
4951
  xmlns: "http://www.w3.org/2000/svg",
4952
4952
  width: 12,
@@ -4966,7 +4966,7 @@
4966
4966
  DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
4967
4967
  var DollarOffSmallIcon$1 = DollarOffSmallIcon;
4968
4968
 
4969
- var _excluded$3X = ["gradient"];
4969
+ var _excluded$3Z = ["gradient"];
4970
4970
 
4971
4971
  /**
4972
4972
  * @component DollarOffIcon
@@ -4996,7 +4996,7 @@
4996
4996
  */
4997
4997
  var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4998
4998
  var gradient = _ref.gradient,
4999
- props = _objectWithoutProperties(_ref, _excluded$3X);
4999
+ props = _objectWithoutProperties(_ref, _excluded$3Z);
5000
5000
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5001
5001
  xmlns: "http://www.w3.org/2000/svg",
5002
5002
  width: 24,
@@ -5016,7 +5016,7 @@
5016
5016
  DollarOffIcon.displayName = "DollarOffIcon";
5017
5017
  var DollarOffIcon$1 = DollarOffIcon;
5018
5018
 
5019
- var _excluded$3W = ["gradient"];
5019
+ var _excluded$3Y = ["gradient"];
5020
5020
 
5021
5021
  /**
5022
5022
  * @component DollarSmallIcon
@@ -5046,7 +5046,7 @@
5046
5046
  */
5047
5047
  var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5048
5048
  var gradient = _ref.gradient,
5049
- props = _objectWithoutProperties(_ref, _excluded$3W);
5049
+ props = _objectWithoutProperties(_ref, _excluded$3Y);
5050
5050
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5051
5051
  xmlns: "http://www.w3.org/2000/svg",
5052
5052
  width: 12,
@@ -5066,7 +5066,7 @@
5066
5066
  DollarSmallIcon.displayName = "DollarSmallIcon";
5067
5067
  var DollarSmallIcon$1 = DollarSmallIcon;
5068
5068
 
5069
- var _excluded$3V = ["gradient"];
5069
+ var _excluded$3X = ["gradient"];
5070
5070
 
5071
5071
  /**
5072
5072
  * @component DollarIcon
@@ -5096,7 +5096,7 @@
5096
5096
  */
5097
5097
  var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5098
5098
  var gradient = _ref.gradient,
5099
- props = _objectWithoutProperties(_ref, _excluded$3V);
5099
+ props = _objectWithoutProperties(_ref, _excluded$3X);
5100
5100
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5101
5101
  xmlns: "http://www.w3.org/2000/svg",
5102
5102
  width: 24,
@@ -5116,7 +5116,7 @@
5116
5116
  DollarIcon.displayName = "DollarIcon";
5117
5117
  var DollarIcon$1 = DollarIcon;
5118
5118
 
5119
- var _excluded$3U = ["gradient"];
5119
+ var _excluded$3W = ["gradient"];
5120
5120
 
5121
5121
  /**
5122
5122
  * @component DownloadIcon
@@ -5146,7 +5146,7 @@
5146
5146
  */
5147
5147
  var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5148
5148
  var gradient = _ref.gradient,
5149
- props = _objectWithoutProperties(_ref, _excluded$3U);
5149
+ props = _objectWithoutProperties(_ref, _excluded$3W);
5150
5150
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5151
5151
  xmlns: "http://www.w3.org/2000/svg",
5152
5152
  width: 24,
@@ -5166,7 +5166,7 @@
5166
5166
  DownloadIcon.displayName = "DownloadIcon";
5167
5167
  var DownloadIcon$1 = DownloadIcon;
5168
5168
 
5169
- var _excluded$3T = ["gradient"];
5169
+ var _excluded$3V = ["gradient"];
5170
5170
 
5171
5171
  /**
5172
5172
  * @component DrawIcon
@@ -5196,7 +5196,7 @@
5196
5196
  */
5197
5197
  var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5198
5198
  var gradient = _ref.gradient,
5199
- props = _objectWithoutProperties(_ref, _excluded$3T);
5199
+ props = _objectWithoutProperties(_ref, _excluded$3V);
5200
5200
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5201
5201
  xmlns: "http://www.w3.org/2000/svg",
5202
5202
  width: 24,
@@ -5217,7 +5217,7 @@
5217
5217
  DrawIcon.displayName = "DrawIcon";
5218
5218
  var DrawIcon$1 = DrawIcon;
5219
5219
 
5220
- var _excluded$3S = ["gradient"];
5220
+ var _excluded$3U = ["gradient"];
5221
5221
 
5222
5222
  /**
5223
5223
  * @component DriveIcon
@@ -5247,7 +5247,7 @@
5247
5247
  */
5248
5248
  var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5249
5249
  var gradient = _ref.gradient,
5250
- props = _objectWithoutProperties(_ref, _excluded$3S);
5250
+ props = _objectWithoutProperties(_ref, _excluded$3U);
5251
5251
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5252
5252
  xmlns: "http://www.w3.org/2000/svg",
5253
5253
  width: 24,
@@ -5267,7 +5267,7 @@
5267
5267
  DriveIcon.displayName = "DriveIcon";
5268
5268
  var DriveIcon$1 = DriveIcon;
5269
5269
 
5270
- var _excluded$3R = ["gradient"];
5270
+ var _excluded$3T = ["gradient"];
5271
5271
 
5272
5272
  /**
5273
5273
  * @component DropboxIcon
@@ -5297,7 +5297,7 @@
5297
5297
  */
5298
5298
  var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5299
5299
  var gradient = _ref.gradient,
5300
- props = _objectWithoutProperties(_ref, _excluded$3R);
5300
+ props = _objectWithoutProperties(_ref, _excluded$3T);
5301
5301
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5302
5302
  xmlns: "http://www.w3.org/2000/svg",
5303
5303
  width: 24,
@@ -5317,7 +5317,7 @@
5317
5317
  DropboxIcon.displayName = "DropboxIcon";
5318
5318
  var DropboxIcon$1 = DropboxIcon;
5319
5319
 
5320
- var _excluded$3Q = ["gradient"];
5320
+ var _excluded$3S = ["gradient"];
5321
5321
 
5322
5322
  /**
5323
5323
  * @component DuplicateIcon
@@ -5347,7 +5347,7 @@
5347
5347
  */
5348
5348
  var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5349
5349
  var gradient = _ref.gradient,
5350
- props = _objectWithoutProperties(_ref, _excluded$3Q);
5350
+ props = _objectWithoutProperties(_ref, _excluded$3S);
5351
5351
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5352
5352
  xmlns: "http://www.w3.org/2000/svg",
5353
5353
  width: 24,
@@ -5367,7 +5367,7 @@
5367
5367
  DuplicateIcon.displayName = "DuplicateIcon";
5368
5368
  var DuplicateIcon$1 = DuplicateIcon;
5369
5369
 
5370
- var _excluded$3P = ["gradient"];
5370
+ var _excluded$3R = ["gradient"];
5371
5371
 
5372
5372
  /**
5373
5373
  * @component EditMultipleIcon
@@ -5397,7 +5397,7 @@
5397
5397
  */
5398
5398
  var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5399
5399
  var gradient = _ref.gradient,
5400
- props = _objectWithoutProperties(_ref, _excluded$3P);
5400
+ props = _objectWithoutProperties(_ref, _excluded$3R);
5401
5401
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5402
5402
  xmlns: "http://www.w3.org/2000/svg",
5403
5403
  width: 24,
@@ -5417,7 +5417,7 @@
5417
5417
  EditMultipleIcon.displayName = "EditMultipleIcon";
5418
5418
  var EditMultipleIcon$1 = EditMultipleIcon;
5419
5419
 
5420
- var _excluded$3O = ["gradient"];
5420
+ var _excluded$3Q = ["gradient"];
5421
5421
 
5422
5422
  /**
5423
5423
  * @component EditIcon
@@ -5447,7 +5447,7 @@
5447
5447
  */
5448
5448
  var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5449
5449
  var gradient = _ref.gradient,
5450
- props = _objectWithoutProperties(_ref, _excluded$3O);
5450
+ props = _objectWithoutProperties(_ref, _excluded$3Q);
5451
5451
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5452
5452
  xmlns: "http://www.w3.org/2000/svg",
5453
5453
  width: 24,
@@ -5467,7 +5467,7 @@
5467
5467
  EditIcon.displayName = "EditIcon";
5468
5468
  var EditIcon$1 = EditIcon;
5469
5469
 
5470
- var _excluded$3N = ["gradient"];
5470
+ var _excluded$3P = ["gradient"];
5471
5471
 
5472
5472
  /**
5473
5473
  * @component EmojiIcon
@@ -5497,7 +5497,7 @@
5497
5497
  */
5498
5498
  var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5499
5499
  var gradient = _ref.gradient,
5500
- props = _objectWithoutProperties(_ref, _excluded$3N);
5500
+ props = _objectWithoutProperties(_ref, _excluded$3P);
5501
5501
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5502
5502
  xmlns: "http://www.w3.org/2000/svg",
5503
5503
  width: 24,
@@ -5517,7 +5517,7 @@
5517
5517
  EmojiIcon.displayName = "EmojiIcon";
5518
5518
  var EmojiIcon$1 = EmojiIcon;
5519
5519
 
5520
- var _excluded$3M = ["gradient"];
5520
+ var _excluded$3O = ["gradient"];
5521
5521
 
5522
5522
  /**
5523
5523
  * @component EstimatePlusIcon
@@ -5547,7 +5547,7 @@
5547
5547
  */
5548
5548
  var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5549
5549
  var gradient = _ref.gradient,
5550
- props = _objectWithoutProperties(_ref, _excluded$3M);
5550
+ props = _objectWithoutProperties(_ref, _excluded$3O);
5551
5551
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5552
5552
  xmlns: "http://www.w3.org/2000/svg",
5553
5553
  width: 24,
@@ -5568,7 +5568,7 @@
5568
5568
  EstimatePlusIcon.displayName = "EstimatePlusIcon";
5569
5569
  var EstimatePlusIcon$1 = EstimatePlusIcon;
5570
5570
 
5571
- var _excluded$3L = ["gradient"];
5571
+ var _excluded$3N = ["gradient"];
5572
5572
 
5573
5573
  /**
5574
5574
  * @component EstimatesIcon
@@ -5598,7 +5598,7 @@
5598
5598
  */
5599
5599
  var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5600
5600
  var gradient = _ref.gradient,
5601
- props = _objectWithoutProperties(_ref, _excluded$3L);
5601
+ props = _objectWithoutProperties(_ref, _excluded$3N);
5602
5602
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5603
5603
  xmlns: "http://www.w3.org/2000/svg",
5604
5604
  width: 24,
@@ -5622,7 +5622,7 @@
5622
5622
  EstimatesIcon.displayName = "EstimatesIcon";
5623
5623
  var EstimatesIcon$1 = EstimatesIcon;
5624
5624
 
5625
- var _excluded$3K = ["gradient"];
5625
+ var _excluded$3M = ["gradient"];
5626
5626
 
5627
5627
  /**
5628
5628
  * @component ExpandAllIcon
@@ -5652,7 +5652,7 @@
5652
5652
  */
5653
5653
  var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5654
5654
  var gradient = _ref.gradient,
5655
- props = _objectWithoutProperties(_ref, _excluded$3K);
5655
+ props = _objectWithoutProperties(_ref, _excluded$3M);
5656
5656
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5657
5657
  xmlns: "http://www.w3.org/2000/svg",
5658
5658
  width: 24,
@@ -5672,7 +5672,7 @@
5672
5672
  ExpandAllIcon.displayName = "ExpandAllIcon";
5673
5673
  var ExpandAllIcon$1 = ExpandAllIcon;
5674
5674
 
5675
- var _excluded$3J = ["gradient"];
5675
+ var _excluded$3L = ["gradient"];
5676
5676
 
5677
5677
  /**
5678
5678
  * @component ExpenseAddIcon
@@ -5702,7 +5702,7 @@
5702
5702
  */
5703
5703
  var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5704
5704
  var gradient = _ref.gradient,
5705
- props = _objectWithoutProperties(_ref, _excluded$3J);
5705
+ props = _objectWithoutProperties(_ref, _excluded$3L);
5706
5706
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5707
5707
  xmlns: "http://www.w3.org/2000/svg",
5708
5708
  width: 24,
@@ -5722,7 +5722,7 @@
5722
5722
  ExpenseAddIcon.displayName = "ExpenseAddIcon";
5723
5723
  var ExpenseAddIcon$1 = ExpenseAddIcon;
5724
5724
 
5725
- var _excluded$3I = ["gradient"];
5725
+ var _excluded$3K = ["gradient"];
5726
5726
 
5727
5727
  /**
5728
5728
  * @component ExpensePlusIcon
@@ -5752,7 +5752,7 @@
5752
5752
  */
5753
5753
  var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5754
5754
  var gradient = _ref.gradient,
5755
- props = _objectWithoutProperties(_ref, _excluded$3I);
5755
+ props = _objectWithoutProperties(_ref, _excluded$3K);
5756
5756
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5757
5757
  xmlns: "http://www.w3.org/2000/svg",
5758
5758
  width: 24,
@@ -5774,7 +5774,7 @@
5774
5774
  ExpensePlusIcon.displayName = "ExpensePlusIcon";
5775
5775
  var ExpensePlusIcon$1 = ExpensePlusIcon;
5776
5776
 
5777
- var _excluded$3H = ["gradient"];
5777
+ var _excluded$3J = ["gradient"];
5778
5778
 
5779
5779
  /**
5780
5780
  * @component EyeOffSmallIcon
@@ -5804,7 +5804,7 @@
5804
5804
  */
5805
5805
  var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5806
5806
  var gradient = _ref.gradient,
5807
- props = _objectWithoutProperties(_ref, _excluded$3H);
5807
+ props = _objectWithoutProperties(_ref, _excluded$3J);
5808
5808
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5809
5809
  xmlns: "http://www.w3.org/2000/svg",
5810
5810
  width: 12,
@@ -5824,7 +5824,7 @@
5824
5824
  EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
5825
5825
  var EyeOffSmallIcon$1 = EyeOffSmallIcon;
5826
5826
 
5827
- var _excluded$3G = ["gradient"];
5827
+ var _excluded$3I = ["gradient"];
5828
5828
 
5829
5829
  /**
5830
5830
  * @component EyeOffIcon
@@ -5854,7 +5854,7 @@
5854
5854
  */
5855
5855
  var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5856
5856
  var gradient = _ref.gradient,
5857
- props = _objectWithoutProperties(_ref, _excluded$3G);
5857
+ props = _objectWithoutProperties(_ref, _excluded$3I);
5858
5858
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5859
5859
  xmlns: "http://www.w3.org/2000/svg",
5860
5860
  width: 24,
@@ -5874,7 +5874,7 @@
5874
5874
  EyeOffIcon.displayName = "EyeOffIcon";
5875
5875
  var EyeOffIcon$1 = EyeOffIcon;
5876
5876
 
5877
- var _excluded$3F = ["gradient"];
5877
+ var _excluded$3H = ["gradient"];
5878
5878
 
5879
5879
  /**
5880
5880
  * @component EyeSmallIcon
@@ -5904,7 +5904,7 @@
5904
5904
  */
5905
5905
  var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5906
5906
  var gradient = _ref.gradient,
5907
- props = _objectWithoutProperties(_ref, _excluded$3F);
5907
+ props = _objectWithoutProperties(_ref, _excluded$3H);
5908
5908
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5909
5909
  xmlns: "http://www.w3.org/2000/svg",
5910
5910
  width: 12,
@@ -5924,7 +5924,7 @@
5924
5924
  EyeSmallIcon.displayName = "EyeSmallIcon";
5925
5925
  var EyeSmallIcon$1 = EyeSmallIcon;
5926
5926
 
5927
- var _excluded$3E = ["gradient"];
5927
+ var _excluded$3G = ["gradient"];
5928
5928
 
5929
5929
  /**
5930
5930
  * @component EyeIcon
@@ -5954,7 +5954,7 @@
5954
5954
  */
5955
5955
  var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5956
5956
  var gradient = _ref.gradient,
5957
- props = _objectWithoutProperties(_ref, _excluded$3E);
5957
+ props = _objectWithoutProperties(_ref, _excluded$3G);
5958
5958
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5959
5959
  xmlns: "http://www.w3.org/2000/svg",
5960
5960
  width: 24,
@@ -5974,7 +5974,7 @@
5974
5974
  EyeIcon.displayName = "EyeIcon";
5975
5975
  var EyeIcon$1 = EyeIcon;
5976
5976
 
5977
- var _excluded$3D = ["gradient"];
5977
+ var _excluded$3F = ["gradient"];
5978
5978
 
5979
5979
  /**
5980
5980
  * @component FilterIcon
@@ -6004,7 +6004,7 @@
6004
6004
  */
6005
6005
  var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6006
6006
  var gradient = _ref.gradient,
6007
- props = _objectWithoutProperties(_ref, _excluded$3D);
6007
+ props = _objectWithoutProperties(_ref, _excluded$3F);
6008
6008
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6009
6009
  xmlns: "http://www.w3.org/2000/svg",
6010
6010
  width: 24,
@@ -6024,7 +6024,7 @@
6024
6024
  FilterIcon.displayName = "FilterIcon";
6025
6025
  var FilterIcon$1 = FilterIcon;
6026
6026
 
6027
- var _excluded$3C = ["gradient"];
6027
+ var _excluded$3E = ["gradient"];
6028
6028
 
6029
6029
  /**
6030
6030
  * @component FolderMoveIcon
@@ -6054,7 +6054,7 @@
6054
6054
  */
6055
6055
  var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6056
6056
  var gradient = _ref.gradient,
6057
- props = _objectWithoutProperties(_ref, _excluded$3C);
6057
+ props = _objectWithoutProperties(_ref, _excluded$3E);
6058
6058
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6059
6059
  xmlns: "http://www.w3.org/2000/svg",
6060
6060
  width: 24,
@@ -6074,7 +6074,7 @@
6074
6074
  FolderMoveIcon.displayName = "FolderMoveIcon";
6075
6075
  var FolderMoveIcon$1 = FolderMoveIcon;
6076
6076
 
6077
- var _excluded$3B = ["gradient"];
6077
+ var _excluded$3D = ["gradient"];
6078
6078
 
6079
6079
  /**
6080
6080
  * @component FolderOutlineIcon
@@ -6104,7 +6104,7 @@
6104
6104
  */
6105
6105
  var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6106
6106
  var gradient = _ref.gradient,
6107
- props = _objectWithoutProperties(_ref, _excluded$3B);
6107
+ props = _objectWithoutProperties(_ref, _excluded$3D);
6108
6108
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6109
6109
  xmlns: "http://www.w3.org/2000/svg",
6110
6110
  width: 24,
@@ -6124,6 +6124,111 @@
6124
6124
  FolderOutlineIcon.displayName = "FolderOutlineIcon";
6125
6125
  var FolderOutlineIcon$1 = FolderOutlineIcon;
6126
6126
 
6127
+ var _excluded$3C = ["gradient"];
6128
+
6129
+ /**
6130
+ * @component GearIcon
6131
+ * @description
6132
+ * Outline gear/cog glyph for settings/configuration signifiers.
6133
+ *
6134
+ * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
6135
+ *
6136
+ * @see https://design.activecollab.com/docs/foundations/icons
6137
+ */
6138
+ var GearIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6139
+ var gradient = _ref.gradient,
6140
+ props = _objectWithoutProperties(_ref, _excluded$3C);
6141
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6142
+ xmlns: "http://www.w3.org/2000/svg",
6143
+ width: 24,
6144
+ height: 24,
6145
+ viewBox: "0 0 24 24",
6146
+ "data-testid": "GearIcon",
6147
+ fill: "none",
6148
+ stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
6149
+ strokeWidth: 2,
6150
+ strokeLinecap: "round",
6151
+ strokeLinejoin: "round",
6152
+ focusable: false,
6153
+ ref: ref
6154
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6155
+ gradient: gradient
6156
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6157
+ d: "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z"
6158
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6159
+ d: "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"
6160
+ }));
6161
+ });
6162
+ GearIcon.displayName = "GearIcon";
6163
+ var GearIcon$1 = GearIcon;
6164
+
6165
+ var _excluded$3B = ["gradient"];
6166
+ var maskUid$1 = 0;
6167
+
6168
+ /**
6169
+ * @component GearFailedIcon
6170
+ * @description
6171
+ * Outline gear/cog glyph with a cutout in the lower-right corner holding an X
6172
+ * badge — used to signify a failed settings/configuration action. The cutout
6173
+ * separates the X from the gear outline.
6174
+ *
6175
+ * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
6176
+ *
6177
+ * @see https://design.activecollab.com/docs/foundations/icons
6178
+ */
6179
+ var GearFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6180
+ var gradient = _ref.gradient,
6181
+ props = _objectWithoutProperties(_ref, _excluded$3B);
6182
+ var _useState = React.useState(function () {
6183
+ return "gear-failed-cut-".concat(++maskUid$1);
6184
+ }),
6185
+ _useState2 = _slicedToArray(_useState, 1),
6186
+ maskId = _useState2[0];
6187
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6188
+ xmlns: "http://www.w3.org/2000/svg",
6189
+ width: 24,
6190
+ height: 24,
6191
+ viewBox: "0 0 24 24",
6192
+ "data-testid": "GearFailedIcon",
6193
+ fill: "none",
6194
+ stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
6195
+ strokeWidth: 2,
6196
+ strokeLinecap: "round",
6197
+ strokeLinejoin: "round",
6198
+ focusable: false,
6199
+ ref: ref
6200
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6201
+ gradient: gradient
6202
+ }), /*#__PURE__*/React__default["default"].createElement("defs", null, /*#__PURE__*/React__default["default"].createElement("mask", {
6203
+ id: maskId
6204
+ }, /*#__PURE__*/React__default["default"].createElement("rect", {
6205
+ x: 0,
6206
+ y: 0,
6207
+ width: 24,
6208
+ height: 24,
6209
+ fill: "#fff",
6210
+ stroke: "none"
6211
+ }), /*#__PURE__*/React__default["default"].createElement("circle", {
6212
+ cx: 17.5,
6213
+ cy: 17.5,
6214
+ r: 5.5,
6215
+ fill: "#000",
6216
+ stroke: "none"
6217
+ }))), /*#__PURE__*/React__default["default"].createElement("g", {
6218
+ mask: "url(#".concat(maskId, ")")
6219
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
6220
+ d: "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z"
6221
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6222
+ d: "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0"
6223
+ })), /*#__PURE__*/React__default["default"].createElement("path", {
6224
+ d: "M15 15l5 5"
6225
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6226
+ d: "M20 15l-5 5"
6227
+ }));
6228
+ });
6229
+ GearFailedIcon.displayName = "GearFailedIcon";
6230
+ var GearFailedIcon$1 = GearFailedIcon;
6231
+
6127
6232
  var _excluded$3A = ["gradient"];
6128
6233
 
6129
6234
  /**
@@ -26669,6 +26774,8 @@
26669
26774
  exports.FolderMoveIcon = FolderMoveIcon$1;
26670
26775
  exports.FolderOutlineIcon = FolderOutlineIcon$1;
26671
26776
  exports.FromElement = FromElement;
26777
+ exports.GearFailedIcon = GearFailedIcon$1;
26778
+ exports.GearIcon = GearIcon$1;
26672
26779
  exports.GiftIcon = GiftIcon$1;
26673
26780
  exports.GitBranchIcon = GitBranchIcon$1;
26674
26781
  exports.GitCommitIcon = GitCommitIcon$1;