@activecollab/components 2.0.374 → 2.0.376

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 (59) hide show
  1. package/dist/cjs/components/Icons/collection/FolderPlus.js +62 -0
  2. package/dist/cjs/components/Icons/collection/FolderPlus.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/LayerBack.js +62 -0
  4. package/dist/cjs/components/Icons/collection/LayerBack.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/LayerBackward.js +79 -0
  6. package/dist/cjs/components/Icons/collection/LayerBackward.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/LayerForward.js +79 -0
  8. package/dist/cjs/components/Icons/collection/LayerForward.js.map +1 -0
  9. package/dist/cjs/components/Icons/collection/LayerFront.js +62 -0
  10. package/dist/cjs/components/Icons/collection/LayerFront.js.map +1 -0
  11. package/dist/cjs/components/Icons/collection/Layers.js +65 -0
  12. package/dist/cjs/components/Icons/collection/Layers.js.map +1 -0
  13. package/dist/cjs/components/Icons/collection/SidebarLeft.js +66 -0
  14. package/dist/cjs/components/Icons/collection/SidebarLeft.js.map +1 -0
  15. package/dist/cjs/components/Icons/collection/SidebarRight.js +66 -0
  16. package/dist/cjs/components/Icons/collection/SidebarRight.js.map +1 -0
  17. package/dist/cjs/components/Icons/collection/index.js +56 -0
  18. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  19. package/dist/esm/components/Icons/collection/FolderPlus.d.ts +32 -0
  20. package/dist/esm/components/Icons/collection/FolderPlus.d.ts.map +1 -0
  21. package/dist/esm/components/Icons/collection/FolderPlus.js +55 -0
  22. package/dist/esm/components/Icons/collection/FolderPlus.js.map +1 -0
  23. package/dist/esm/components/Icons/collection/LayerBack.d.ts +32 -0
  24. package/dist/esm/components/Icons/collection/LayerBack.d.ts.map +1 -0
  25. package/dist/esm/components/Icons/collection/LayerBack.js +55 -0
  26. package/dist/esm/components/Icons/collection/LayerBack.js.map +1 -0
  27. package/dist/esm/components/Icons/collection/LayerBackward.d.ts +32 -0
  28. package/dist/esm/components/Icons/collection/LayerBackward.d.ts.map +1 -0
  29. package/dist/esm/components/Icons/collection/LayerBackward.js +72 -0
  30. package/dist/esm/components/Icons/collection/LayerBackward.js.map +1 -0
  31. package/dist/esm/components/Icons/collection/LayerForward.d.ts +32 -0
  32. package/dist/esm/components/Icons/collection/LayerForward.d.ts.map +1 -0
  33. package/dist/esm/components/Icons/collection/LayerForward.js +72 -0
  34. package/dist/esm/components/Icons/collection/LayerForward.js.map +1 -0
  35. package/dist/esm/components/Icons/collection/LayerFront.d.ts +32 -0
  36. package/dist/esm/components/Icons/collection/LayerFront.d.ts.map +1 -0
  37. package/dist/esm/components/Icons/collection/LayerFront.js +55 -0
  38. package/dist/esm/components/Icons/collection/LayerFront.js.map +1 -0
  39. package/dist/esm/components/Icons/collection/Layers.d.ts +32 -0
  40. package/dist/esm/components/Icons/collection/Layers.d.ts.map +1 -0
  41. package/dist/esm/components/Icons/collection/Layers.js +58 -0
  42. package/dist/esm/components/Icons/collection/Layers.js.map +1 -0
  43. package/dist/esm/components/Icons/collection/SidebarLeft.d.ts +32 -0
  44. package/dist/esm/components/Icons/collection/SidebarLeft.d.ts.map +1 -0
  45. package/dist/esm/components/Icons/collection/SidebarLeft.js +59 -0
  46. package/dist/esm/components/Icons/collection/SidebarLeft.js.map +1 -0
  47. package/dist/esm/components/Icons/collection/SidebarRight.d.ts +32 -0
  48. package/dist/esm/components/Icons/collection/SidebarRight.d.ts.map +1 -0
  49. package/dist/esm/components/Icons/collection/SidebarRight.js +59 -0
  50. package/dist/esm/components/Icons/collection/SidebarRight.js.map +1 -0
  51. package/dist/esm/components/Icons/collection/index.d.ts +8 -0
  52. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  53. package/dist/esm/components/Icons/collection/index.js +8 -0
  54. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  55. package/dist/index.js +893 -432
  56. package/dist/index.js.map +1 -1
  57. package/dist/index.min.js +1 -1
  58. package/dist/index.min.js.map +1 -1
  59. 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$5p = ["children", "active", "variant", "size", "className"];
192
+ var _excluded$5x = ["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$5p);
222
+ args = _objectWithoutProperties(_ref, _excluded$5x);
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$5o = ["gradient"];
287
+ var _excluded$5w = ["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$5o);
317
+ props = _objectWithoutProperties(_ref, _excluded$5w);
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$5n = ["className", "disabled"];
337
+ var _excluded$5v = ["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$5n);
342
+ rest = _objectWithoutProperties(_ref, _excluded$5v);
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$5m = ["children", "className", "invalid"];
380
+ var _excluded$5u = ["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$5m);
385
+ rest = _objectWithoutProperties(_ref, _excluded$5u);
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$5l = ["children", "className"];
410
+ var _excluded$5t = ["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$5l);
414
+ props = _objectWithoutProperties(_ref, _excluded$5t);
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$5k = ["className"];
423
+ var _excluded$5s = ["className"];
424
424
  var ListSeparator = function ListSeparator(_ref) {
425
425
  var className = _ref.className,
426
- props = _objectWithoutProperties(_ref, _excluded$5k);
426
+ props = _objectWithoutProperties(_ref, _excluded$5s);
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$5j = ["children", "className"];
433
+ var _excluded$5r = ["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$5j);
437
+ props = _objectWithoutProperties(_ref, _excluded$5r);
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$5i = ["children", "className", "variant", "size", "active"];
953
+ var _excluded$5q = ["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$5i);
983
+ args = _objectWithoutProperties(_ref, _excluded$5q);
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$5h = ["gradient"];
994
+ var _excluded$5p = ["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$5h);
1024
+ props = _objectWithoutProperties(_ref, _excluded$5p);
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$5g = ["gradient"];
1045
+ var _excluded$5o = ["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$5g);
1075
+ props = _objectWithoutProperties(_ref, _excluded$5o);
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$5f = ["gradient"];
1103
+ var _excluded$5n = ["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$5f);
1133
+ props = _objectWithoutProperties(_ref, _excluded$5n);
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$5e = ["gradient"];
1157
+ var _excluded$5m = ["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$5e);
1187
+ props = _objectWithoutProperties(_ref, _excluded$5m);
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$5d = ["gradient"];
1207
+ var _excluded$5l = ["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$5d);
1237
+ props = _objectWithoutProperties(_ref, _excluded$5l);
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$5c = ["gradient"];
1258
+ var _excluded$5k = ["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$5c);
1288
+ props = _objectWithoutProperties(_ref, _excluded$5k);
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$5b = ["gradient"];
1309
+ var _excluded$5j = ["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$5b);
1339
+ props = _objectWithoutProperties(_ref, _excluded$5j);
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$5a = ["gradient"];
1359
+ var _excluded$5i = ["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$5a);
1389
+ props = _objectWithoutProperties(_ref, _excluded$5i);
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$59 = ["gradient"];
1409
+ var _excluded$5h = ["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$59);
1439
+ props = _objectWithoutProperties(_ref, _excluded$5h);
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$58 = ["gradient"];
1459
+ var _excluded$5g = ["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$58);
1489
+ props = _objectWithoutProperties(_ref, _excluded$5g);
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$57 = ["gradient"];
1508
+ var _excluded$5f = ["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$57);
1538
+ props = _objectWithoutProperties(_ref, _excluded$5f);
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$56 = ["gradient"];
1558
+ var _excluded$5e = ["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$56);
1588
+ props = _objectWithoutProperties(_ref, _excluded$5e);
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$55 = ["gradient"];
1608
+ var _excluded$5d = ["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$55);
1638
+ props = _objectWithoutProperties(_ref, _excluded$5d);
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$54 = ["gradient"];
1658
+ var _excluded$5c = ["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$54);
1688
+ props = _objectWithoutProperties(_ref, _excluded$5c);
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$53 = ["gradient"];
1709
+ var _excluded$5b = ["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$53);
1739
+ props = _objectWithoutProperties(_ref, _excluded$5b);
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$52 = ["gradient"];
1759
+ var _excluded$5a = ["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$52);
1789
+ props = _objectWithoutProperties(_ref, _excluded$5a);
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$51 = ["gradient"];
1809
+ var _excluded$59 = ["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$51);
1839
+ props = _objectWithoutProperties(_ref, _excluded$59);
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$50 = ["gradient"];
1859
+ var _excluded$58 = ["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$50);
1889
+ props = _objectWithoutProperties(_ref, _excluded$58);
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$4$ = ["gradient"];
1908
+ var _excluded$57 = ["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$4$);
1938
+ props = _objectWithoutProperties(_ref, _excluded$57);
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$4_ = ["gradient"];
1958
+ var _excluded$56 = ["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$4_);
1988
+ props = _objectWithoutProperties(_ref, _excluded$56);
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$4Z = ["gradient"];
2008
+ var _excluded$55 = ["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$4Z);
2038
+ props = _objectWithoutProperties(_ref, _excluded$55);
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$4Y = ["gradient"];
2058
+ var _excluded$54 = ["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$4Y);
2088
+ props = _objectWithoutProperties(_ref, _excluded$54);
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$4X = ["gradient"];
2108
+ var _excluded$53 = ["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$4X);
2138
+ props = _objectWithoutProperties(_ref, _excluded$53);
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$4W = ["gradient"];
2161
+ var _excluded$52 = ["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$4W);
2191
+ props = _objectWithoutProperties(_ref, _excluded$52);
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$4V = ["gradient"];
2211
+ var _excluded$51 = ["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$4V);
2241
+ props = _objectWithoutProperties(_ref, _excluded$51);
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$4U = ["gradient"];
2260
+ var _excluded$50 = ["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$4U);
2290
+ props = _objectWithoutProperties(_ref, _excluded$50);
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$4T = ["gradient"];
2310
+ var _excluded$4$ = ["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$4T);
2340
+ props = _objectWithoutProperties(_ref, _excluded$4$);
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$4S = ["gradient"];
2363
+ var _excluded$4_ = ["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$4S);
2393
+ props = _objectWithoutProperties(_ref, _excluded$4_);
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$4R = ["gradient"];
2413
+ var _excluded$4Z = ["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$4R);
2443
+ props = _objectWithoutProperties(_ref, _excluded$4Z);
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$4Q = ["gradient"];
2463
+ var _excluded$4Y = ["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$4Q);
2493
+ props = _objectWithoutProperties(_ref, _excluded$4Y);
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$4P = ["gradient"];
2513
+ var _excluded$4X = ["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$4P);
2543
+ props = _objectWithoutProperties(_ref, _excluded$4X);
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$4O = ["gradient"];
2563
+ var _excluded$4W = ["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$4O);
2593
+ props = _objectWithoutProperties(_ref, _excluded$4W);
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$4N = ["gradient"];
2613
+ var _excluded$4V = ["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$4N);
2643
+ props = _objectWithoutProperties(_ref, _excluded$4V);
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$4M = ["gradient"];
2663
+ var _excluded$4U = ["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$4M);
2693
+ props = _objectWithoutProperties(_ref, _excluded$4U);
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$4L = ["gradient"];
2713
+ var _excluded$4T = ["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$4L);
2743
+ props = _objectWithoutProperties(_ref, _excluded$4T);
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$4K = ["gradient"];
2763
+ var _excluded$4S = ["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$4K);
2793
+ props = _objectWithoutProperties(_ref, _excluded$4S);
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$4J = ["gradient"];
2814
+ var _excluded$4R = ["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$4J);
2844
+ props = _objectWithoutProperties(_ref, _excluded$4R);
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$4I = ["gradient"];
2864
+ var _excluded$4Q = ["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$4I);
2894
+ props = _objectWithoutProperties(_ref, _excluded$4Q);
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$4H = ["gradient"];
2924
+ var _excluded$4P = ["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$4H);
2954
+ props = _objectWithoutProperties(_ref, _excluded$4P);
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$4G = ["gradient"];
2974
+ var _excluded$4O = ["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$4G);
3004
+ props = _objectWithoutProperties(_ref, _excluded$4O);
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$4F = ["gradient"];
3024
+ var _excluded$4N = ["gradient"];
3025
3025
 
3026
3026
  /**
3027
3027
  * @component CircleDotIcon
@@ -3051,7 +3051,7 @@
3051
3051
  */
3052
3052
  var CircleDotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3053
3053
  var gradient = _ref.gradient,
3054
- props = _objectWithoutProperties(_ref, _excluded$4F);
3054
+ props = _objectWithoutProperties(_ref, _excluded$4N);
3055
3055
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3056
3056
  xmlns: "http://www.w3.org/2000/svg",
3057
3057
  width: 24,
@@ -3074,7 +3074,7 @@
3074
3074
  CircleDotIcon.displayName = "CircleDotIcon";
3075
3075
  var CircleDotIcon$1 = CircleDotIcon;
3076
3076
 
3077
- var _excluded$4E = ["gradient"];
3077
+ var _excluded$4M = ["gradient"];
3078
3078
 
3079
3079
  /**
3080
3080
  * @component CircleIcon
@@ -3104,7 +3104,7 @@
3104
3104
  */
3105
3105
  var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3106
3106
  var gradient = _ref.gradient,
3107
- props = _objectWithoutProperties(_ref, _excluded$4E);
3107
+ props = _objectWithoutProperties(_ref, _excluded$4M);
3108
3108
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3109
3109
  xmlns: "http://www.w3.org/2000/svg",
3110
3110
  width: 24,
@@ -3123,7 +3123,7 @@
3123
3123
  CircleIcon.displayName = "CircleIcon";
3124
3124
  var CircleIcon$1 = CircleIcon;
3125
3125
 
3126
- var _excluded$4D = ["gradient"];
3126
+ var _excluded$4L = ["gradient"];
3127
3127
 
3128
3128
  /**
3129
3129
  * @component CircleMultipleIcon
@@ -3153,7 +3153,7 @@
3153
3153
  */
3154
3154
  var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3155
3155
  var gradient = _ref.gradient,
3156
- props = _objectWithoutProperties(_ref, _excluded$4D);
3156
+ props = _objectWithoutProperties(_ref, _excluded$4L);
3157
3157
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3158
3158
  xmlns: "http://www.w3.org/2000/svg",
3159
3159
  width: 24,
@@ -3173,7 +3173,7 @@
3173
3173
  CircleMultipleIcon.displayName = "CircleMultipleIcon";
3174
3174
  var CircleMultipleIcon$1 = CircleMultipleIcon;
3175
3175
 
3176
- var _excluded$4C = ["gradient"];
3176
+ var _excluded$4K = ["gradient"];
3177
3177
 
3178
3178
  /**
3179
3179
  * @component ClockAddIcon
@@ -3203,7 +3203,7 @@
3203
3203
  */
3204
3204
  var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3205
3205
  var gradient = _ref.gradient,
3206
- props = _objectWithoutProperties(_ref, _excluded$4C);
3206
+ props = _objectWithoutProperties(_ref, _excluded$4K);
3207
3207
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3208
3208
  xmlns: "http://www.w3.org/2000/svg",
3209
3209
  width: 24,
@@ -3223,7 +3223,7 @@
3223
3223
  ClockAddIcon.displayName = "ClockAddIcon";
3224
3224
  var ClockAddIcon$1 = ClockAddIcon;
3225
3225
 
3226
- var _excluded$4B = ["gradient"];
3226
+ var _excluded$4J = ["gradient"];
3227
3227
 
3228
3228
  /**
3229
3229
  * @component ClockDollarIcon
@@ -3253,7 +3253,7 @@
3253
3253
  */
3254
3254
  var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3255
3255
  var gradient = _ref.gradient,
3256
- props = _objectWithoutProperties(_ref, _excluded$4B);
3256
+ props = _objectWithoutProperties(_ref, _excluded$4J);
3257
3257
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3258
3258
  xmlns: "http://www.w3.org/2000/svg",
3259
3259
  width: 24,
@@ -3276,7 +3276,7 @@
3276
3276
  ClockDollarIcon.displayName = "ClockDollarIcon";
3277
3277
  var ClockDollarIcon$1 = ClockDollarIcon;
3278
3278
 
3279
- var _excluded$4A = ["gradient"];
3279
+ var _excluded$4I = ["gradient"];
3280
3280
 
3281
3281
  /**
3282
3282
  * @component ClockSmallIcon
@@ -3306,7 +3306,7 @@
3306
3306
  */
3307
3307
  var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3308
3308
  var gradient = _ref.gradient,
3309
- props = _objectWithoutProperties(_ref, _excluded$4A);
3309
+ props = _objectWithoutProperties(_ref, _excluded$4I);
3310
3310
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3311
3311
  xmlns: "http://www.w3.org/2000/svg",
3312
3312
  width: 12,
@@ -3326,7 +3326,7 @@
3326
3326
  ClockSmallIcon.displayName = "ClockSmallIcon";
3327
3327
  var ClockSmallIcon$1 = ClockSmallIcon;
3328
3328
 
3329
- var _excluded$4z = ["gradient"];
3329
+ var _excluded$4H = ["gradient"];
3330
3330
 
3331
3331
  /**
3332
3332
  * @component ClockStopwatchIndicatorIcon
@@ -3356,7 +3356,7 @@
3356
3356
  */
3357
3357
  var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3358
3358
  var gradient = _ref.gradient,
3359
- props = _objectWithoutProperties(_ref, _excluded$4z);
3359
+ props = _objectWithoutProperties(_ref, _excluded$4H);
3360
3360
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3361
3361
  xmlns: "http://www.w3.org/2000/svg",
3362
3362
  width: 24,
@@ -3377,7 +3377,7 @@
3377
3377
  ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
3378
3378
  var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
3379
3379
 
3380
- var _excluded$4y = ["gradient"];
3380
+ var _excluded$4G = ["gradient"];
3381
3381
 
3382
3382
  /**
3383
3383
  * @component ClockStopwatchSmallIcon
@@ -3407,7 +3407,7 @@
3407
3407
  */
3408
3408
  var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3409
3409
  var gradient = _ref.gradient,
3410
- props = _objectWithoutProperties(_ref, _excluded$4y);
3410
+ props = _objectWithoutProperties(_ref, _excluded$4G);
3411
3411
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3412
3412
  xmlns: "http://www.w3.org/2000/svg",
3413
3413
  width: 12,
@@ -3427,7 +3427,7 @@
3427
3427
  ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
3428
3428
  var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
3429
3429
 
3430
- var _excluded$4x = ["gradient"];
3430
+ var _excluded$4F = ["gradient"];
3431
3431
 
3432
3432
  /**
3433
3433
  * @component ClockStopwatchIcon
@@ -3457,7 +3457,7 @@
3457
3457
  */
3458
3458
  var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3459
3459
  var gradient = _ref.gradient,
3460
- props = _objectWithoutProperties(_ref, _excluded$4x);
3460
+ props = _objectWithoutProperties(_ref, _excluded$4F);
3461
3461
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3462
3462
  xmlns: "http://www.w3.org/2000/svg",
3463
3463
  width: 24,
@@ -3477,7 +3477,7 @@
3477
3477
  ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
3478
3478
  var ClockStopwatchIcon$1 = ClockStopwatchIcon;
3479
3479
 
3480
- var _excluded$4w = ["gradient"];
3480
+ var _excluded$4E = ["gradient"];
3481
3481
 
3482
3482
  /**
3483
3483
  * @component ClockIcon
@@ -3507,7 +3507,7 @@
3507
3507
  */
3508
3508
  var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3509
3509
  var gradient = _ref.gradient,
3510
- props = _objectWithoutProperties(_ref, _excluded$4w);
3510
+ props = _objectWithoutProperties(_ref, _excluded$4E);
3511
3511
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3512
3512
  xmlns: "http://www.w3.org/2000/svg",
3513
3513
  width: 24,
@@ -3527,7 +3527,7 @@
3527
3527
  ClockIcon.displayName = "ClockIcon";
3528
3528
  var ClockIcon$1 = ClockIcon;
3529
3529
 
3530
- var _excluded$4v = ["gradient"];
3530
+ var _excluded$4D = ["gradient"];
3531
3531
 
3532
3532
  /**
3533
3533
  * @component CloseCircleIcon
@@ -3557,7 +3557,7 @@
3557
3557
  */
3558
3558
  var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3559
3559
  var gradient = _ref.gradient,
3560
- props = _objectWithoutProperties(_ref, _excluded$4v);
3560
+ props = _objectWithoutProperties(_ref, _excluded$4D);
3561
3561
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3562
3562
  xmlns: "http://www.w3.org/2000/svg",
3563
3563
  width: 24,
@@ -3578,7 +3578,7 @@
3578
3578
  CloseCircleIcon.displayName = "CloseCircleIcon";
3579
3579
  var CloseCircleIcon$1 = CloseCircleIcon;
3580
3580
 
3581
- var _excluded$4u = ["gradient"];
3581
+ var _excluded$4C = ["gradient"];
3582
3582
 
3583
3583
  /**
3584
3584
  * @component CloseDocumentIcon
@@ -3608,7 +3608,7 @@
3608
3608
  */
3609
3609
  var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3610
3610
  var gradient = _ref.gradient,
3611
- props = _objectWithoutProperties(_ref, _excluded$4u);
3611
+ props = _objectWithoutProperties(_ref, _excluded$4C);
3612
3612
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3613
3613
  xmlns: "http://www.w3.org/2000/svg",
3614
3614
  width: 24,
@@ -3628,7 +3628,7 @@
3628
3628
  CloseDocumentIcon.displayName = "CloseDocumentIcon";
3629
3629
  var CloseDocumentIcon$1 = CloseDocumentIcon;
3630
3630
 
3631
- var _excluded$4t = ["gradient"];
3631
+ var _excluded$4B = ["gradient"];
3632
3632
 
3633
3633
  /**
3634
3634
  * @component CloseSmallIcon
@@ -3658,7 +3658,7 @@
3658
3658
  */
3659
3659
  var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3660
3660
  var gradient = _ref.gradient,
3661
- props = _objectWithoutProperties(_ref, _excluded$4t);
3661
+ props = _objectWithoutProperties(_ref, _excluded$4B);
3662
3662
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3663
3663
  xmlns: "http://www.w3.org/2000/svg",
3664
3664
  width: 24,
@@ -3678,7 +3678,7 @@
3678
3678
  CloseSmallIcon.displayName = "CloseSmallIcon";
3679
3679
  var CloseSmallIcon$1 = CloseSmallIcon;
3680
3680
 
3681
- var _excluded$4s = ["gradient"];
3681
+ var _excluded$4A = ["gradient"];
3682
3682
 
3683
3683
  /**
3684
3684
  * @component CloseIcon
@@ -3708,7 +3708,7 @@
3708
3708
  */
3709
3709
  var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3710
3710
  var gradient = _ref.gradient,
3711
- props = _objectWithoutProperties(_ref, _excluded$4s);
3711
+ props = _objectWithoutProperties(_ref, _excluded$4A);
3712
3712
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3713
3713
  xmlns: "http://www.w3.org/2000/svg",
3714
3714
  width: 24,
@@ -3729,7 +3729,7 @@
3729
3729
  CloseIcon.displayName = "CloseIcon";
3730
3730
  var CloseIcon$1 = CloseIcon;
3731
3731
 
3732
- var _excluded$4r = ["gradient"];
3732
+ var _excluded$4z = ["gradient"];
3733
3733
 
3734
3734
  /**
3735
3735
  * @component CloudIcon
@@ -3742,7 +3742,7 @@
3742
3742
  */
3743
3743
  var CloudIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3744
3744
  var gradient = _ref.gradient,
3745
- props = _objectWithoutProperties(_ref, _excluded$4r);
3745
+ props = _objectWithoutProperties(_ref, _excluded$4z);
3746
3746
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3747
3747
  xmlns: "http://www.w3.org/2000/svg",
3748
3748
  width: 24,
@@ -3765,7 +3765,7 @@
3765
3765
  CloudIcon.displayName = "CloudIcon";
3766
3766
  var CloudIcon$1 = CloudIcon;
3767
3767
 
3768
- var _excluded$4q = ["gradient"];
3768
+ var _excluded$4y = ["gradient"];
3769
3769
 
3770
3770
  /**
3771
3771
  * @component CloudDeployIcon
@@ -3780,7 +3780,7 @@
3780
3780
  */
3781
3781
  var CloudDeployIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3782
3782
  var gradient = _ref.gradient,
3783
- props = _objectWithoutProperties(_ref, _excluded$4q);
3783
+ props = _objectWithoutProperties(_ref, _excluded$4y);
3784
3784
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3785
3785
  xmlns: "http://www.w3.org/2000/svg",
3786
3786
  width: 24,
@@ -3807,7 +3807,7 @@
3807
3807
  CloudDeployIcon.displayName = "CloudDeployIcon";
3808
3808
  var CloudDeployIcon$1 = CloudDeployIcon;
3809
3809
 
3810
- var _excluded$4p = ["gradient"];
3810
+ var _excluded$4x = ["gradient"];
3811
3811
 
3812
3812
  /**
3813
3813
  * @component CloudDeployFailedIcon
@@ -3822,7 +3822,7 @@
3822
3822
  */
3823
3823
  var CloudDeployFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3824
3824
  var gradient = _ref.gradient,
3825
- props = _objectWithoutProperties(_ref, _excluded$4p);
3825
+ props = _objectWithoutProperties(_ref, _excluded$4x);
3826
3826
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3827
3827
  xmlns: "http://www.w3.org/2000/svg",
3828
3828
  width: 24,
@@ -3849,7 +3849,7 @@
3849
3849
  CloudDeployFailedIcon.displayName = "CloudDeployFailedIcon";
3850
3850
  var CloudDeployFailedIcon$1 = CloudDeployFailedIcon;
3851
3851
 
3852
- var _excluded$4o = ["gradient"];
3852
+ var _excluded$4w = ["gradient"];
3853
3853
 
3854
3854
  /**
3855
3855
  * @component CollapsIcon
@@ -3879,7 +3879,7 @@
3879
3879
  */
3880
3880
  var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3881
3881
  var gradient = _ref.gradient,
3882
- props = _objectWithoutProperties(_ref, _excluded$4o);
3882
+ props = _objectWithoutProperties(_ref, _excluded$4w);
3883
3883
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3884
3884
  xmlns: "http://www.w3.org/2000/svg",
3885
3885
  width: 6,
@@ -3899,7 +3899,7 @@
3899
3899
  CollapsIcon.displayName = "CollapsIcon";
3900
3900
  var CollapsIcon$1 = CollapsIcon;
3901
3901
 
3902
- var _excluded$4n = ["gradient"];
3902
+ var _excluded$4v = ["gradient"];
3903
3903
 
3904
3904
  /**
3905
3905
  * @component CollapseAllIcon
@@ -3929,7 +3929,7 @@
3929
3929
  */
3930
3930
  var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3931
3931
  var gradient = _ref.gradient,
3932
- props = _objectWithoutProperties(_ref, _excluded$4n);
3932
+ props = _objectWithoutProperties(_ref, _excluded$4v);
3933
3933
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3934
3934
  xmlns: "http://www.w3.org/2000/svg",
3935
3935
  width: 24,
@@ -3949,7 +3949,7 @@
3949
3949
  CollapseAllIcon.displayName = "CollapseAllIcon";
3950
3950
  var CollapseAllIcon$1 = CollapseAllIcon;
3951
3951
 
3952
- var _excluded$4m = ["gradient"];
3952
+ var _excluded$4u = ["gradient"];
3953
3953
 
3954
3954
  /**
3955
3955
  * @component CollapseExpandSingleIcon
@@ -3979,7 +3979,7 @@
3979
3979
  */
3980
3980
  var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3981
3981
  var gradient = _ref.gradient,
3982
- props = _objectWithoutProperties(_ref, _excluded$4m);
3982
+ props = _objectWithoutProperties(_ref, _excluded$4u);
3983
3983
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3984
3984
  xmlns: "http://www.w3.org/2000/svg",
3985
3985
  width: 24,
@@ -3999,7 +3999,7 @@
3999
3999
  CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
4000
4000
  var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
4001
4001
 
4002
- var _excluded$4l = ["gradient"];
4002
+ var _excluded$4t = ["gradient"];
4003
4003
 
4004
4004
  /**
4005
4005
  * @component CompanyAddIcon
@@ -4029,7 +4029,7 @@
4029
4029
  */
4030
4030
  var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4031
4031
  var gradient = _ref.gradient,
4032
- props = _objectWithoutProperties(_ref, _excluded$4l);
4032
+ props = _objectWithoutProperties(_ref, _excluded$4t);
4033
4033
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4034
4034
  xmlns: "http://www.w3.org/2000/svg",
4035
4035
  width: 18,
@@ -4050,7 +4050,7 @@
4050
4050
  CompanyAddIcon.displayName = "CompanyAddIcon";
4051
4051
  var CompanyAddIcon$1 = CompanyAddIcon;
4052
4052
 
4053
- var _excluded$4k = ["gradient"];
4053
+ var _excluded$4s = ["gradient"];
4054
4054
 
4055
4055
  /**
4056
4056
  * @component CompanyIcon
@@ -4080,7 +4080,7 @@
4080
4080
  */
4081
4081
  var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4082
4082
  var gradient = _ref.gradient,
4083
- props = _objectWithoutProperties(_ref, _excluded$4k);
4083
+ props = _objectWithoutProperties(_ref, _excluded$4s);
4084
4084
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4085
4085
  xmlns: "http://www.w3.org/2000/svg",
4086
4086
  width: 24,
@@ -4101,7 +4101,7 @@
4101
4101
  CompanyIcon.displayName = "CompanyIcon";
4102
4102
  var CompanyIcon$1 = CompanyIcon;
4103
4103
 
4104
- var _excluded$4j = ["gradient"];
4104
+ var _excluded$4r = ["gradient"];
4105
4105
 
4106
4106
  /**
4107
4107
  * @component ComputerIcon
@@ -4131,7 +4131,7 @@
4131
4131
  */
4132
4132
  var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4133
4133
  var gradient = _ref.gradient,
4134
- props = _objectWithoutProperties(_ref, _excluded$4j);
4134
+ props = _objectWithoutProperties(_ref, _excluded$4r);
4135
4135
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4136
4136
  xmlns: "http://www.w3.org/2000/svg",
4137
4137
  width: 24,
@@ -4151,7 +4151,7 @@
4151
4151
  ComputerIcon.displayName = "ComputerIcon";
4152
4152
  var ComputerIcon$1 = ComputerIcon;
4153
4153
 
4154
- var _excluded$4i = ["gradient"];
4154
+ var _excluded$4q = ["gradient"];
4155
4155
 
4156
4156
  /**
4157
4157
  * @component ConnectionIcon
@@ -4181,7 +4181,7 @@
4181
4181
  */
4182
4182
  var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4183
4183
  var gradient = _ref.gradient,
4184
- props = _objectWithoutProperties(_ref, _excluded$4i);
4184
+ props = _objectWithoutProperties(_ref, _excluded$4q);
4185
4185
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4186
4186
  xmlns: "http://www.w3.org/2000/svg",
4187
4187
  width: 24,
@@ -4208,7 +4208,7 @@
4208
4208
  ConnectionIcon.displayName = "ConnectionIcon";
4209
4209
  var ConnectionIcon$1 = ConnectionIcon;
4210
4210
 
4211
- var _excluded$4h = ["gradient"];
4211
+ var _excluded$4p = ["gradient"];
4212
4212
 
4213
4213
  /**
4214
4214
  * @component CopyIcon
@@ -4238,7 +4238,7 @@
4238
4238
  */
4239
4239
  var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4240
4240
  var gradient = _ref.gradient,
4241
- props = _objectWithoutProperties(_ref, _excluded$4h);
4241
+ props = _objectWithoutProperties(_ref, _excluded$4p);
4242
4242
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4243
4243
  xmlns: "http://www.w3.org/2000/svg",
4244
4244
  width: 24,
@@ -4258,7 +4258,7 @@
4258
4258
  CopyIcon.displayName = "CopyIcon";
4259
4259
  var CopyIcon$1 = CopyIcon;
4260
4260
 
4261
- var _excluded$4g = ["gradient"];
4261
+ var _excluded$4o = ["gradient"];
4262
4262
 
4263
4263
  /**
4264
4264
  * @component CrownBlankIcon
@@ -4288,7 +4288,7 @@
4288
4288
  */
4289
4289
  var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4290
4290
  var gradient = _ref.gradient,
4291
- props = _objectWithoutProperties(_ref, _excluded$4g);
4291
+ props = _objectWithoutProperties(_ref, _excluded$4o);
4292
4292
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4293
4293
  xmlns: "http://www.w3.org/2000/svg",
4294
4294
  width: 24,
@@ -4308,7 +4308,7 @@
4308
4308
  CrownBlankIcon.displayName = "CrownBlankIcon";
4309
4309
  var CrownBlankIcon$1 = CrownBlankIcon;
4310
4310
 
4311
- var _excluded$4f = ["gradient"];
4311
+ var _excluded$4n = ["gradient"];
4312
4312
 
4313
4313
  /**
4314
4314
  * @component CrownSelectedIcon
@@ -4338,7 +4338,7 @@
4338
4338
  */
4339
4339
  var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4340
4340
  var gradient = _ref.gradient,
4341
- props = _objectWithoutProperties(_ref, _excluded$4f);
4341
+ props = _objectWithoutProperties(_ref, _excluded$4n);
4342
4342
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4343
4343
  xmlns: "http://www.w3.org/2000/svg",
4344
4344
  width: 24,
@@ -4358,7 +4358,7 @@
4358
4358
  CrownSelectedIcon.displayName = "CrownSelectedIcon";
4359
4359
  var CrownSelectedIcon$1 = CrownSelectedIcon;
4360
4360
 
4361
- var _excluded$4e = ["gradient"];
4361
+ var _excluded$4m = ["gradient"];
4362
4362
 
4363
4363
  /**
4364
4364
  * @component DependencySmallIcon
@@ -4388,7 +4388,7 @@
4388
4388
  */
4389
4389
  var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4390
4390
  var gradient = _ref.gradient,
4391
- props = _objectWithoutProperties(_ref, _excluded$4e);
4391
+ props = _objectWithoutProperties(_ref, _excluded$4m);
4392
4392
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4393
4393
  xmlns: "http://www.w3.org/2000/svg",
4394
4394
  width: 12,
@@ -4408,7 +4408,7 @@
4408
4408
  DependencySmallIcon.displayName = "DependencySmallIcon";
4409
4409
  var DependencySmallIcon$1 = DependencySmallIcon;
4410
4410
 
4411
- var _excluded$4d = ["gradient"];
4411
+ var _excluded$4l = ["gradient"];
4412
4412
 
4413
4413
  /**
4414
4414
  * @component DependencyIcon
@@ -4438,7 +4438,7 @@
4438
4438
  */
4439
4439
  var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4440
4440
  var gradient = _ref.gradient,
4441
- props = _objectWithoutProperties(_ref, _excluded$4d);
4441
+ props = _objectWithoutProperties(_ref, _excluded$4l);
4442
4442
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4443
4443
  xmlns: "http://www.w3.org/2000/svg",
4444
4444
  width: 24,
@@ -4458,7 +4458,7 @@
4458
4458
  DependencyIcon.displayName = "DependencyIcon";
4459
4459
  var DependencyIcon$1 = DependencyIcon;
4460
4460
 
4461
- var _excluded$4c = ["gradient"];
4461
+ var _excluded$4k = ["gradient"];
4462
4462
 
4463
4463
  /**
4464
4464
  * @component DescriptionSmallIcon
@@ -4488,7 +4488,7 @@
4488
4488
  */
4489
4489
  var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4490
4490
  var gradient = _ref.gradient,
4491
- props = _objectWithoutProperties(_ref, _excluded$4c);
4491
+ props = _objectWithoutProperties(_ref, _excluded$4k);
4492
4492
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4493
4493
  xmlns: "http://www.w3.org/2000/svg",
4494
4494
  width: 18,
@@ -4509,7 +4509,7 @@
4509
4509
  DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
4510
4510
  var DescriptionSmallIcon$1 = DescriptionSmallIcon;
4511
4511
 
4512
- var _excluded$4b = ["gradient"];
4512
+ var _excluded$4j = ["gradient"];
4513
4513
 
4514
4514
  /**
4515
4515
  * @component DescriptionIcon
@@ -4539,7 +4539,7 @@
4539
4539
  */
4540
4540
  var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4541
4541
  var gradient = _ref.gradient,
4542
- props = _objectWithoutProperties(_ref, _excluded$4b);
4542
+ props = _objectWithoutProperties(_ref, _excluded$4j);
4543
4543
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4544
4544
  xmlns: "http://www.w3.org/2000/svg",
4545
4545
  width: 24,
@@ -4559,7 +4559,7 @@
4559
4559
  DescriptionIcon.displayName = "DescriptionIcon";
4560
4560
  var DescriptionIcon$1 = DescriptionIcon;
4561
4561
 
4562
- var _excluded$4a = ["gradient"];
4562
+ var _excluded$4i = ["gradient"];
4563
4563
 
4564
4564
  /**
4565
4565
  * @component DiscussionAddIcon
@@ -4589,7 +4589,7 @@
4589
4589
  */
4590
4590
  var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4591
4591
  var gradient = _ref.gradient,
4592
- props = _objectWithoutProperties(_ref, _excluded$4a);
4592
+ props = _objectWithoutProperties(_ref, _excluded$4i);
4593
4593
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4594
4594
  xmlns: "http://www.w3.org/2000/svg",
4595
4595
  width: 24,
@@ -4609,7 +4609,7 @@
4609
4609
  DiscussionAddIcon.displayName = "DiscussionAddIcon";
4610
4610
  var DiscussionAddIcon$1 = DiscussionAddIcon;
4611
4611
 
4612
- var _excluded$49 = ["gradient"];
4612
+ var _excluded$4h = ["gradient"];
4613
4613
 
4614
4614
  /**
4615
4615
  * @component DiscussionIcon
@@ -4639,7 +4639,7 @@
4639
4639
  */
4640
4640
  var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4641
4641
  var gradient = _ref.gradient,
4642
- props = _objectWithoutProperties(_ref, _excluded$49);
4642
+ props = _objectWithoutProperties(_ref, _excluded$4h);
4643
4643
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4644
4644
  xmlns: "http://www.w3.org/2000/svg",
4645
4645
  width: 24,
@@ -4660,7 +4660,7 @@
4660
4660
  DiscussionIcon.displayName = "DiscussionIcon";
4661
4661
  var DiscussionIcon$1 = DiscussionIcon;
4662
4662
 
4663
- var _excluded$48 = ["gradient"];
4663
+ var _excluded$4g = ["gradient"];
4664
4664
 
4665
4665
  /**
4666
4666
  * @component DollarCheckmarkSmallIcon
@@ -4690,7 +4690,7 @@
4690
4690
  */
4691
4691
  var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4692
4692
  var gradient = _ref.gradient,
4693
- props = _objectWithoutProperties(_ref, _excluded$48);
4693
+ props = _objectWithoutProperties(_ref, _excluded$4g);
4694
4694
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4695
4695
  xmlns: "http://www.w3.org/2000/svg",
4696
4696
  width: 12,
@@ -4710,7 +4710,7 @@
4710
4710
  DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
4711
4711
  var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
4712
4712
 
4713
- var _excluded$47 = ["gradient"];
4713
+ var _excluded$4f = ["gradient"];
4714
4714
 
4715
4715
  /**
4716
4716
  * @component DollarCheckmarkIcon
@@ -4740,7 +4740,7 @@
4740
4740
  */
4741
4741
  var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4742
4742
  var gradient = _ref.gradient,
4743
- props = _objectWithoutProperties(_ref, _excluded$47);
4743
+ props = _objectWithoutProperties(_ref, _excluded$4f);
4744
4744
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4745
4745
  xmlns: "http://www.w3.org/2000/svg",
4746
4746
  width: 24,
@@ -4760,7 +4760,7 @@
4760
4760
  DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
4761
4761
  var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
4762
4762
 
4763
- var _excluded$46 = ["gradient"];
4763
+ var _excluded$4e = ["gradient"];
4764
4764
 
4765
4765
  /**
4766
4766
  * @component DollarClockSmallIcon
@@ -4790,7 +4790,7 @@
4790
4790
  */
4791
4791
  var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4792
4792
  var gradient = _ref.gradient,
4793
- props = _objectWithoutProperties(_ref, _excluded$46);
4793
+ props = _objectWithoutProperties(_ref, _excluded$4e);
4794
4794
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4795
4795
  xmlns: "http://www.w3.org/2000/svg",
4796
4796
  width: 12,
@@ -4810,7 +4810,7 @@
4810
4810
  DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
4811
4811
  var DollarClockSmallIcon$1 = DollarClockSmallIcon;
4812
4812
 
4813
- var _excluded$45 = ["gradient"];
4813
+ var _excluded$4d = ["gradient"];
4814
4814
 
4815
4815
  /**
4816
4816
  * @component DollarClockIcon
@@ -4840,7 +4840,7 @@
4840
4840
  */
4841
4841
  var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4842
4842
  var gradient = _ref.gradient,
4843
- props = _objectWithoutProperties(_ref, _excluded$45);
4843
+ props = _objectWithoutProperties(_ref, _excluded$4d);
4844
4844
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4845
4845
  xmlns: "http://www.w3.org/2000/svg",
4846
4846
  width: 24,
@@ -4860,7 +4860,7 @@
4860
4860
  DollarClockIcon.displayName = "DollarClockIcon";
4861
4861
  var DollarClockIcon$1 = DollarClockIcon;
4862
4862
 
4863
- var _excluded$44 = ["gradient"];
4863
+ var _excluded$4c = ["gradient"];
4864
4864
 
4865
4865
  /**
4866
4866
  * @component DollarDocumentPlusIcon
@@ -4890,7 +4890,7 @@
4890
4890
  */
4891
4891
  var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4892
4892
  var gradient = _ref.gradient,
4893
- props = _objectWithoutProperties(_ref, _excluded$44);
4893
+ props = _objectWithoutProperties(_ref, _excluded$4c);
4894
4894
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4895
4895
  xmlns: "http://www.w3.org/2000/svg",
4896
4896
  width: 24,
@@ -4910,7 +4910,7 @@
4910
4910
  DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
4911
4911
  var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
4912
4912
 
4913
- var _excluded$43 = ["gradient"];
4913
+ var _excluded$4b = ["gradient"];
4914
4914
 
4915
4915
  /**
4916
4916
  * @component DollarDocumentIcon
@@ -4940,7 +4940,7 @@
4940
4940
  */
4941
4941
  var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4942
4942
  var gradient = _ref.gradient,
4943
- props = _objectWithoutProperties(_ref, _excluded$43);
4943
+ props = _objectWithoutProperties(_ref, _excluded$4b);
4944
4944
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4945
4945
  xmlns: "http://www.w3.org/2000/svg",
4946
4946
  width: 24,
@@ -4961,7 +4961,7 @@
4961
4961
  DollarDocumentIcon.displayName = "DollarDocumentIcon";
4962
4962
  var DollarDocumentIcon$1 = DollarDocumentIcon;
4963
4963
 
4964
- var _excluded$42 = ["gradient"];
4964
+ var _excluded$4a = ["gradient"];
4965
4965
 
4966
4966
  /**
4967
4967
  * @component DollarOffSmallIcon
@@ -4991,7 +4991,7 @@
4991
4991
  */
4992
4992
  var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4993
4993
  var gradient = _ref.gradient,
4994
- props = _objectWithoutProperties(_ref, _excluded$42);
4994
+ props = _objectWithoutProperties(_ref, _excluded$4a);
4995
4995
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4996
4996
  xmlns: "http://www.w3.org/2000/svg",
4997
4997
  width: 12,
@@ -5011,7 +5011,7 @@
5011
5011
  DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
5012
5012
  var DollarOffSmallIcon$1 = DollarOffSmallIcon;
5013
5013
 
5014
- var _excluded$41 = ["gradient"];
5014
+ var _excluded$49 = ["gradient"];
5015
5015
 
5016
5016
  /**
5017
5017
  * @component DollarOffIcon
@@ -5041,7 +5041,7 @@
5041
5041
  */
5042
5042
  var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5043
5043
  var gradient = _ref.gradient,
5044
- props = _objectWithoutProperties(_ref, _excluded$41);
5044
+ props = _objectWithoutProperties(_ref, _excluded$49);
5045
5045
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5046
5046
  xmlns: "http://www.w3.org/2000/svg",
5047
5047
  width: 24,
@@ -5061,7 +5061,7 @@
5061
5061
  DollarOffIcon.displayName = "DollarOffIcon";
5062
5062
  var DollarOffIcon$1 = DollarOffIcon;
5063
5063
 
5064
- var _excluded$40 = ["gradient"];
5064
+ var _excluded$48 = ["gradient"];
5065
5065
 
5066
5066
  /**
5067
5067
  * @component DollarSmallIcon
@@ -5091,7 +5091,7 @@
5091
5091
  */
5092
5092
  var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5093
5093
  var gradient = _ref.gradient,
5094
- props = _objectWithoutProperties(_ref, _excluded$40);
5094
+ props = _objectWithoutProperties(_ref, _excluded$48);
5095
5095
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5096
5096
  xmlns: "http://www.w3.org/2000/svg",
5097
5097
  width: 12,
@@ -5111,7 +5111,7 @@
5111
5111
  DollarSmallIcon.displayName = "DollarSmallIcon";
5112
5112
  var DollarSmallIcon$1 = DollarSmallIcon;
5113
5113
 
5114
- var _excluded$3$ = ["gradient"];
5114
+ var _excluded$47 = ["gradient"];
5115
5115
 
5116
5116
  /**
5117
5117
  * @component DollarIcon
@@ -5141,7 +5141,7 @@
5141
5141
  */
5142
5142
  var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5143
5143
  var gradient = _ref.gradient,
5144
- props = _objectWithoutProperties(_ref, _excluded$3$);
5144
+ props = _objectWithoutProperties(_ref, _excluded$47);
5145
5145
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5146
5146
  xmlns: "http://www.w3.org/2000/svg",
5147
5147
  width: 24,
@@ -5161,7 +5161,7 @@
5161
5161
  DollarIcon.displayName = "DollarIcon";
5162
5162
  var DollarIcon$1 = DollarIcon;
5163
5163
 
5164
- var _excluded$3_ = ["gradient"];
5164
+ var _excluded$46 = ["gradient"];
5165
5165
 
5166
5166
  /**
5167
5167
  * @component DownloadIcon
@@ -5191,7 +5191,7 @@
5191
5191
  */
5192
5192
  var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5193
5193
  var gradient = _ref.gradient,
5194
- props = _objectWithoutProperties(_ref, _excluded$3_);
5194
+ props = _objectWithoutProperties(_ref, _excluded$46);
5195
5195
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5196
5196
  xmlns: "http://www.w3.org/2000/svg",
5197
5197
  width: 24,
@@ -5211,7 +5211,7 @@
5211
5211
  DownloadIcon.displayName = "DownloadIcon";
5212
5212
  var DownloadIcon$1 = DownloadIcon;
5213
5213
 
5214
- var _excluded$3Z = ["gradient"];
5214
+ var _excluded$45 = ["gradient"];
5215
5215
 
5216
5216
  /**
5217
5217
  * @component DrawIcon
@@ -5241,7 +5241,7 @@
5241
5241
  */
5242
5242
  var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5243
5243
  var gradient = _ref.gradient,
5244
- props = _objectWithoutProperties(_ref, _excluded$3Z);
5244
+ props = _objectWithoutProperties(_ref, _excluded$45);
5245
5245
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5246
5246
  xmlns: "http://www.w3.org/2000/svg",
5247
5247
  width: 24,
@@ -5262,7 +5262,7 @@
5262
5262
  DrawIcon.displayName = "DrawIcon";
5263
5263
  var DrawIcon$1 = DrawIcon;
5264
5264
 
5265
- var _excluded$3Y = ["gradient"];
5265
+ var _excluded$44 = ["gradient"];
5266
5266
 
5267
5267
  /**
5268
5268
  * @component DriveIcon
@@ -5292,7 +5292,7 @@
5292
5292
  */
5293
5293
  var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5294
5294
  var gradient = _ref.gradient,
5295
- props = _objectWithoutProperties(_ref, _excluded$3Y);
5295
+ props = _objectWithoutProperties(_ref, _excluded$44);
5296
5296
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5297
5297
  xmlns: "http://www.w3.org/2000/svg",
5298
5298
  width: 24,
@@ -5312,7 +5312,7 @@
5312
5312
  DriveIcon.displayName = "DriveIcon";
5313
5313
  var DriveIcon$1 = DriveIcon;
5314
5314
 
5315
- var _excluded$3X = ["gradient"];
5315
+ var _excluded$43 = ["gradient"];
5316
5316
 
5317
5317
  /**
5318
5318
  * @component DropboxIcon
@@ -5342,7 +5342,7 @@
5342
5342
  */
5343
5343
  var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5344
5344
  var gradient = _ref.gradient,
5345
- props = _objectWithoutProperties(_ref, _excluded$3X);
5345
+ props = _objectWithoutProperties(_ref, _excluded$43);
5346
5346
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5347
5347
  xmlns: "http://www.w3.org/2000/svg",
5348
5348
  width: 24,
@@ -5362,7 +5362,7 @@
5362
5362
  DropboxIcon.displayName = "DropboxIcon";
5363
5363
  var DropboxIcon$1 = DropboxIcon;
5364
5364
 
5365
- var _excluded$3W = ["gradient"];
5365
+ var _excluded$42 = ["gradient"];
5366
5366
 
5367
5367
  /**
5368
5368
  * @component DuplicateIcon
@@ -5392,7 +5392,7 @@
5392
5392
  */
5393
5393
  var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5394
5394
  var gradient = _ref.gradient,
5395
- props = _objectWithoutProperties(_ref, _excluded$3W);
5395
+ props = _objectWithoutProperties(_ref, _excluded$42);
5396
5396
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5397
5397
  xmlns: "http://www.w3.org/2000/svg",
5398
5398
  width: 24,
@@ -5412,7 +5412,7 @@
5412
5412
  DuplicateIcon.displayName = "DuplicateIcon";
5413
5413
  var DuplicateIcon$1 = DuplicateIcon;
5414
5414
 
5415
- var _excluded$3V = ["gradient"];
5415
+ var _excluded$41 = ["gradient"];
5416
5416
 
5417
5417
  /**
5418
5418
  * @component EditMultipleIcon
@@ -5442,7 +5442,7 @@
5442
5442
  */
5443
5443
  var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5444
5444
  var gradient = _ref.gradient,
5445
- props = _objectWithoutProperties(_ref, _excluded$3V);
5445
+ props = _objectWithoutProperties(_ref, _excluded$41);
5446
5446
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5447
5447
  xmlns: "http://www.w3.org/2000/svg",
5448
5448
  width: 24,
@@ -5462,7 +5462,7 @@
5462
5462
  EditMultipleIcon.displayName = "EditMultipleIcon";
5463
5463
  var EditMultipleIcon$1 = EditMultipleIcon;
5464
5464
 
5465
- var _excluded$3U = ["gradient"];
5465
+ var _excluded$40 = ["gradient"];
5466
5466
 
5467
5467
  /**
5468
5468
  * @component EditIcon
@@ -5492,7 +5492,7 @@
5492
5492
  */
5493
5493
  var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5494
5494
  var gradient = _ref.gradient,
5495
- props = _objectWithoutProperties(_ref, _excluded$3U);
5495
+ props = _objectWithoutProperties(_ref, _excluded$40);
5496
5496
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5497
5497
  xmlns: "http://www.w3.org/2000/svg",
5498
5498
  width: 24,
@@ -5512,7 +5512,7 @@
5512
5512
  EditIcon.displayName = "EditIcon";
5513
5513
  var EditIcon$1 = EditIcon;
5514
5514
 
5515
- var _excluded$3T = ["gradient"];
5515
+ var _excluded$3$ = ["gradient"];
5516
5516
 
5517
5517
  /**
5518
5518
  * @component EmojiIcon
@@ -5542,7 +5542,7 @@
5542
5542
  */
5543
5543
  var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5544
5544
  var gradient = _ref.gradient,
5545
- props = _objectWithoutProperties(_ref, _excluded$3T);
5545
+ props = _objectWithoutProperties(_ref, _excluded$3$);
5546
5546
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5547
5547
  xmlns: "http://www.w3.org/2000/svg",
5548
5548
  width: 24,
@@ -5562,7 +5562,7 @@
5562
5562
  EmojiIcon.displayName = "EmojiIcon";
5563
5563
  var EmojiIcon$1 = EmojiIcon;
5564
5564
 
5565
- var _excluded$3S = ["gradient"];
5565
+ var _excluded$3_ = ["gradient"];
5566
5566
 
5567
5567
  /**
5568
5568
  * @component EstimatePlusIcon
@@ -5592,7 +5592,7 @@
5592
5592
  */
5593
5593
  var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5594
5594
  var gradient = _ref.gradient,
5595
- props = _objectWithoutProperties(_ref, _excluded$3S);
5595
+ props = _objectWithoutProperties(_ref, _excluded$3_);
5596
5596
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5597
5597
  xmlns: "http://www.w3.org/2000/svg",
5598
5598
  width: 24,
@@ -5613,7 +5613,7 @@
5613
5613
  EstimatePlusIcon.displayName = "EstimatePlusIcon";
5614
5614
  var EstimatePlusIcon$1 = EstimatePlusIcon;
5615
5615
 
5616
- var _excluded$3R = ["gradient"];
5616
+ var _excluded$3Z = ["gradient"];
5617
5617
 
5618
5618
  /**
5619
5619
  * @component EstimatesIcon
@@ -5643,7 +5643,7 @@
5643
5643
  */
5644
5644
  var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5645
5645
  var gradient = _ref.gradient,
5646
- props = _objectWithoutProperties(_ref, _excluded$3R);
5646
+ props = _objectWithoutProperties(_ref, _excluded$3Z);
5647
5647
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5648
5648
  xmlns: "http://www.w3.org/2000/svg",
5649
5649
  width: 24,
@@ -5667,7 +5667,7 @@
5667
5667
  EstimatesIcon.displayName = "EstimatesIcon";
5668
5668
  var EstimatesIcon$1 = EstimatesIcon;
5669
5669
 
5670
- var _excluded$3Q = ["gradient"];
5670
+ var _excluded$3Y = ["gradient"];
5671
5671
 
5672
5672
  /**
5673
5673
  * @component ExpandAllIcon
@@ -5697,7 +5697,7 @@
5697
5697
  */
5698
5698
  var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5699
5699
  var gradient = _ref.gradient,
5700
- props = _objectWithoutProperties(_ref, _excluded$3Q);
5700
+ props = _objectWithoutProperties(_ref, _excluded$3Y);
5701
5701
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5702
5702
  xmlns: "http://www.w3.org/2000/svg",
5703
5703
  width: 24,
@@ -5717,7 +5717,7 @@
5717
5717
  ExpandAllIcon.displayName = "ExpandAllIcon";
5718
5718
  var ExpandAllIcon$1 = ExpandAllIcon;
5719
5719
 
5720
- var _excluded$3P = ["gradient"];
5720
+ var _excluded$3X = ["gradient"];
5721
5721
 
5722
5722
  /**
5723
5723
  * @component ExpenseAddIcon
@@ -5747,7 +5747,7 @@
5747
5747
  */
5748
5748
  var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5749
5749
  var gradient = _ref.gradient,
5750
- props = _objectWithoutProperties(_ref, _excluded$3P);
5750
+ props = _objectWithoutProperties(_ref, _excluded$3X);
5751
5751
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5752
5752
  xmlns: "http://www.w3.org/2000/svg",
5753
5753
  width: 24,
@@ -5767,7 +5767,7 @@
5767
5767
  ExpenseAddIcon.displayName = "ExpenseAddIcon";
5768
5768
  var ExpenseAddIcon$1 = ExpenseAddIcon;
5769
5769
 
5770
- var _excluded$3O = ["gradient"];
5770
+ var _excluded$3W = ["gradient"];
5771
5771
 
5772
5772
  /**
5773
5773
  * @component ExpensePlusIcon
@@ -5797,7 +5797,7 @@
5797
5797
  */
5798
5798
  var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5799
5799
  var gradient = _ref.gradient,
5800
- props = _objectWithoutProperties(_ref, _excluded$3O);
5800
+ props = _objectWithoutProperties(_ref, _excluded$3W);
5801
5801
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5802
5802
  xmlns: "http://www.w3.org/2000/svg",
5803
5803
  width: 24,
@@ -5819,7 +5819,7 @@
5819
5819
  ExpensePlusIcon.displayName = "ExpensePlusIcon";
5820
5820
  var ExpensePlusIcon$1 = ExpensePlusIcon;
5821
5821
 
5822
- var _excluded$3N = ["gradient"];
5822
+ var _excluded$3V = ["gradient"];
5823
5823
 
5824
5824
  /**
5825
5825
  * @component EyeOffSmallIcon
@@ -5849,7 +5849,7 @@
5849
5849
  */
5850
5850
  var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5851
5851
  var gradient = _ref.gradient,
5852
- props = _objectWithoutProperties(_ref, _excluded$3N);
5852
+ props = _objectWithoutProperties(_ref, _excluded$3V);
5853
5853
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5854
5854
  xmlns: "http://www.w3.org/2000/svg",
5855
5855
  width: 12,
@@ -5869,7 +5869,7 @@
5869
5869
  EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
5870
5870
  var EyeOffSmallIcon$1 = EyeOffSmallIcon;
5871
5871
 
5872
- var _excluded$3M = ["gradient"];
5872
+ var _excluded$3U = ["gradient"];
5873
5873
 
5874
5874
  /**
5875
5875
  * @component EyeOffIcon
@@ -5899,7 +5899,7 @@
5899
5899
  */
5900
5900
  var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5901
5901
  var gradient = _ref.gradient,
5902
- props = _objectWithoutProperties(_ref, _excluded$3M);
5902
+ props = _objectWithoutProperties(_ref, _excluded$3U);
5903
5903
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5904
5904
  xmlns: "http://www.w3.org/2000/svg",
5905
5905
  width: 24,
@@ -5919,7 +5919,7 @@
5919
5919
  EyeOffIcon.displayName = "EyeOffIcon";
5920
5920
  var EyeOffIcon$1 = EyeOffIcon;
5921
5921
 
5922
- var _excluded$3L = ["gradient"];
5922
+ var _excluded$3T = ["gradient"];
5923
5923
 
5924
5924
  /**
5925
5925
  * @component EyeSmallIcon
@@ -5949,7 +5949,7 @@
5949
5949
  */
5950
5950
  var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5951
5951
  var gradient = _ref.gradient,
5952
- props = _objectWithoutProperties(_ref, _excluded$3L);
5952
+ props = _objectWithoutProperties(_ref, _excluded$3T);
5953
5953
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5954
5954
  xmlns: "http://www.w3.org/2000/svg",
5955
5955
  width: 12,
@@ -5969,7 +5969,7 @@
5969
5969
  EyeSmallIcon.displayName = "EyeSmallIcon";
5970
5970
  var EyeSmallIcon$1 = EyeSmallIcon;
5971
5971
 
5972
- var _excluded$3K = ["gradient"];
5972
+ var _excluded$3S = ["gradient"];
5973
5973
 
5974
5974
  /**
5975
5975
  * @component EyeIcon
@@ -5999,7 +5999,7 @@
5999
5999
  */
6000
6000
  var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6001
6001
  var gradient = _ref.gradient,
6002
- props = _objectWithoutProperties(_ref, _excluded$3K);
6002
+ props = _objectWithoutProperties(_ref, _excluded$3S);
6003
6003
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6004
6004
  xmlns: "http://www.w3.org/2000/svg",
6005
6005
  width: 24,
@@ -6019,7 +6019,7 @@
6019
6019
  EyeIcon.displayName = "EyeIcon";
6020
6020
  var EyeIcon$1 = EyeIcon;
6021
6021
 
6022
- var _excluded$3J = ["gradient"];
6022
+ var _excluded$3R = ["gradient"];
6023
6023
 
6024
6024
  /**
6025
6025
  * @component FilterIcon
@@ -6049,7 +6049,7 @@
6049
6049
  */
6050
6050
  var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6051
6051
  var gradient = _ref.gradient,
6052
- props = _objectWithoutProperties(_ref, _excluded$3J);
6052
+ props = _objectWithoutProperties(_ref, _excluded$3R);
6053
6053
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6054
6054
  xmlns: "http://www.w3.org/2000/svg",
6055
6055
  width: 24,
@@ -6069,7 +6069,7 @@
6069
6069
  FilterIcon.displayName = "FilterIcon";
6070
6070
  var FilterIcon$1 = FilterIcon;
6071
6071
 
6072
- var _excluded$3I = ["gradient"];
6072
+ var _excluded$3Q = ["gradient"];
6073
6073
 
6074
6074
  /**
6075
6075
  * @component FolderMoveIcon
@@ -6099,7 +6099,7 @@
6099
6099
  */
6100
6100
  var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6101
6101
  var gradient = _ref.gradient,
6102
- props = _objectWithoutProperties(_ref, _excluded$3I);
6102
+ props = _objectWithoutProperties(_ref, _excluded$3Q);
6103
6103
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6104
6104
  xmlns: "http://www.w3.org/2000/svg",
6105
6105
  width: 24,
@@ -6119,7 +6119,7 @@
6119
6119
  FolderMoveIcon.displayName = "FolderMoveIcon";
6120
6120
  var FolderMoveIcon$1 = FolderMoveIcon;
6121
6121
 
6122
- var _excluded$3H = ["gradient"];
6122
+ var _excluded$3P = ["gradient"];
6123
6123
 
6124
6124
  /**
6125
6125
  * @component FolderOutlineIcon
@@ -6149,7 +6149,7 @@
6149
6149
  */
6150
6150
  var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6151
6151
  var gradient = _ref.gradient,
6152
- props = _objectWithoutProperties(_ref, _excluded$3H);
6152
+ props = _objectWithoutProperties(_ref, _excluded$3P);
6153
6153
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6154
6154
  xmlns: "http://www.w3.org/2000/svg",
6155
6155
  width: 24,
@@ -6169,7 +6169,58 @@
6169
6169
  FolderOutlineIcon.displayName = "FolderOutlineIcon";
6170
6170
  var FolderOutlineIcon$1 = FolderOutlineIcon;
6171
6171
 
6172
- var _excluded$3G = ["gradient"];
6172
+ var _excluded$3O = ["gradient"];
6173
+
6174
+ /**
6175
+ * @component FolderPlusIcon
6176
+ * @description
6177
+ *
6178
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
6179
+ * The Icon component is
6180
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
6181
+ *
6182
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
6183
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
6184
+ *
6185
+ * @example
6186
+ * return (
6187
+ * <FolderPlusIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
6188
+ * )
6189
+ *
6190
+ * @example
6191
+ * return (
6192
+ * <FolderPlusIcon className="mr-2" />
6193
+ * )
6194
+ *
6195
+ * @see
6196
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
6197
+ * @see
6198
+ * https://design.activecollab.com/docs/foundations/icons
6199
+ */
6200
+ var FolderPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6201
+ var gradient = _ref.gradient,
6202
+ props = _objectWithoutProperties(_ref, _excluded$3O);
6203
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6204
+ xmlns: "http://www.w3.org/2000/svg",
6205
+ width: 24,
6206
+ height: 24,
6207
+ viewBox: "0 0 24 24",
6208
+ "data-testid": "FolderPlusIcon",
6209
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
6210
+ focusable: false,
6211
+ ref: ref
6212
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6213
+ gradient: gradient
6214
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6215
+ d: "M22 12h-2V8H4v10h8v2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6l2 2h8a2 2 0 0 1 2 2v4z"
6216
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6217
+ d: "M19 14v3h3v2h-3v3h-2v-3h-3v-2h3v-3z"
6218
+ }));
6219
+ });
6220
+ FolderPlusIcon.displayName = "FolderPlusIcon";
6221
+ var FolderPlusIcon$1 = FolderPlusIcon;
6222
+
6223
+ var _excluded$3N = ["gradient"];
6173
6224
 
6174
6225
  /**
6175
6226
  * @component GearIcon
@@ -6182,7 +6233,7 @@
6182
6233
  */
6183
6234
  var GearIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6184
6235
  var gradient = _ref.gradient,
6185
- props = _objectWithoutProperties(_ref, _excluded$3G);
6236
+ props = _objectWithoutProperties(_ref, _excluded$3N);
6186
6237
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6187
6238
  xmlns: "http://www.w3.org/2000/svg",
6188
6239
  width: 24,
@@ -6207,7 +6258,7 @@
6207
6258
  GearIcon.displayName = "GearIcon";
6208
6259
  var GearIcon$1 = GearIcon;
6209
6260
 
6210
- var _excluded$3F = ["gradient"];
6261
+ var _excluded$3M = ["gradient"];
6211
6262
  var maskUid$1 = 0;
6212
6263
 
6213
6264
  /**
@@ -6223,7 +6274,7 @@
6223
6274
  */
6224
6275
  var GearFailedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6225
6276
  var gradient = _ref.gradient,
6226
- props = _objectWithoutProperties(_ref, _excluded$3F);
6277
+ props = _objectWithoutProperties(_ref, _excluded$3M);
6227
6278
  var _useState = React.useState(function () {
6228
6279
  return "gear-failed-cut-".concat(++maskUid$1);
6229
6280
  }),
@@ -6274,7 +6325,7 @@
6274
6325
  GearFailedIcon.displayName = "GearFailedIcon";
6275
6326
  var GearFailedIcon$1 = GearFailedIcon;
6276
6327
 
6277
- var _excluded$3E = ["gradient"];
6328
+ var _excluded$3L = ["gradient"];
6278
6329
 
6279
6330
  /**
6280
6331
  * @component GiftIcon
@@ -6304,7 +6355,7 @@
6304
6355
  */
6305
6356
  var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6306
6357
  var gradient = _ref.gradient,
6307
- props = _objectWithoutProperties(_ref, _excluded$3E);
6358
+ props = _objectWithoutProperties(_ref, _excluded$3L);
6308
6359
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6309
6360
  xmlns: "http://www.w3.org/2000/svg",
6310
6361
  width: 24,
@@ -6325,7 +6376,7 @@
6325
6376
  GiftIcon.displayName = "GiftIcon";
6326
6377
  var GiftIcon$1 = GiftIcon;
6327
6378
 
6328
- var _excluded$3D = ["gradient"];
6379
+ var _excluded$3K = ["gradient"];
6329
6380
 
6330
6381
  /**
6331
6382
  * @component GitBranchIcon
@@ -6338,7 +6389,7 @@
6338
6389
  */
6339
6390
  var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6340
6391
  var gradient = _ref.gradient,
6341
- props = _objectWithoutProperties(_ref, _excluded$3D);
6392
+ props = _objectWithoutProperties(_ref, _excluded$3K);
6342
6393
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6343
6394
  xmlns: "http://www.w3.org/2000/svg",
6344
6395
  width: 24,
@@ -6369,7 +6420,7 @@
6369
6420
  GitBranchIcon.displayName = "GitBranchIcon";
6370
6421
  var GitBranchIcon$1 = GitBranchIcon;
6371
6422
 
6372
- var _excluded$3C = ["gradient"];
6423
+ var _excluded$3J = ["gradient"];
6373
6424
 
6374
6425
  /**
6375
6426
  * @component GitCommitIcon
@@ -6382,7 +6433,7 @@
6382
6433
  */
6383
6434
  var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6384
6435
  var gradient = _ref.gradient,
6385
- props = _objectWithoutProperties(_ref, _excluded$3C);
6436
+ props = _objectWithoutProperties(_ref, _excluded$3J);
6386
6437
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6387
6438
  xmlns: "http://www.w3.org/2000/svg",
6388
6439
  width: 24,
@@ -6409,7 +6460,7 @@
6409
6460
  GitCommitIcon.displayName = "GitCommitIcon";
6410
6461
  var GitCommitIcon$1 = GitCommitIcon;
6411
6462
 
6412
- var _excluded$3B = ["gradient"];
6463
+ var _excluded$3I = ["gradient"];
6413
6464
 
6414
6465
  /**
6415
6466
  * @component GitHubIcon
@@ -6424,7 +6475,7 @@
6424
6475
  */
6425
6476
  var GitHubIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6426
6477
  var gradient = _ref.gradient,
6427
- props = _objectWithoutProperties(_ref, _excluded$3B);
6478
+ props = _objectWithoutProperties(_ref, _excluded$3I);
6428
6479
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6429
6480
  xmlns: "http://www.w3.org/2000/svg",
6430
6481
  width: 24,
@@ -6445,7 +6496,7 @@
6445
6496
  GitHubIcon.displayName = "GitHubIcon";
6446
6497
  var GitHubIcon$1 = GitHubIcon;
6447
6498
 
6448
- var _excluded$3A = ["gradient"];
6499
+ var _excluded$3H = ["gradient"];
6449
6500
 
6450
6501
  /**
6451
6502
  * @component GitIcon
@@ -6460,7 +6511,7 @@
6460
6511
  */
6461
6512
  var GitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6462
6513
  var gradient = _ref.gradient,
6463
- props = _objectWithoutProperties(_ref, _excluded$3A);
6514
+ props = _objectWithoutProperties(_ref, _excluded$3H);
6464
6515
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6465
6516
  xmlns: "http://www.w3.org/2000/svg",
6466
6517
  width: 24,
@@ -6481,7 +6532,7 @@
6481
6532
  GitIcon.displayName = "GitIcon";
6482
6533
  var GitIcon$1 = GitIcon;
6483
6534
 
6484
- var _excluded$3z = ["gradient"];
6535
+ var _excluded$3G = ["gradient"];
6485
6536
 
6486
6537
  /**
6487
6538
  * @component GitLabIcon
@@ -6496,7 +6547,7 @@
6496
6547
  */
6497
6548
  var GitLabIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6498
6549
  var gradient = _ref.gradient,
6499
- props = _objectWithoutProperties(_ref, _excluded$3z);
6550
+ props = _objectWithoutProperties(_ref, _excluded$3G);
6500
6551
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6501
6552
  xmlns: "http://www.w3.org/2000/svg",
6502
6553
  width: 24,
@@ -6517,7 +6568,7 @@
6517
6568
  GitLabIcon.displayName = "GitLabIcon";
6518
6569
  var GitLabIcon$1 = GitLabIcon;
6519
6570
 
6520
- var _excluded$3y = ["gradient"];
6571
+ var _excluded$3F = ["gradient"];
6521
6572
 
6522
6573
  /**
6523
6574
  * @component GitMergeIcon
@@ -6532,7 +6583,7 @@
6532
6583
  */
6533
6584
  var GitMergeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6534
6585
  var gradient = _ref.gradient,
6535
- props = _objectWithoutProperties(_ref, _excluded$3y);
6586
+ props = _objectWithoutProperties(_ref, _excluded$3F);
6536
6587
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6537
6588
  xmlns: "http://www.w3.org/2000/svg",
6538
6589
  width: 24,
@@ -6563,7 +6614,7 @@
6563
6614
  GitMergeIcon.displayName = "GitMergeIcon";
6564
6615
  var GitMergeIcon$1 = GitMergeIcon;
6565
6616
 
6566
- var _excluded$3x = ["gradient"];
6617
+ var _excluded$3E = ["gradient"];
6567
6618
 
6568
6619
  /**
6569
6620
  * @component GitPullRequestIcon
@@ -6576,7 +6627,7 @@
6576
6627
  */
6577
6628
  var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6578
6629
  var gradient = _ref.gradient,
6579
- props = _objectWithoutProperties(_ref, _excluded$3x);
6630
+ props = _objectWithoutProperties(_ref, _excluded$3E);
6580
6631
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6581
6632
  xmlns: "http://www.w3.org/2000/svg",
6582
6633
  width: 24,
@@ -6609,7 +6660,7 @@
6609
6660
  GitPullRequestIcon.displayName = "GitPullRequestIcon";
6610
6661
  var GitPullRequestIcon$1 = GitPullRequestIcon;
6611
6662
 
6612
- var _excluded$3w = ["gradient"];
6663
+ var _excluded$3D = ["gradient"];
6613
6664
 
6614
6665
  /**
6615
6666
  * @component GitPullRequestDraftIcon
@@ -6624,7 +6675,7 @@
6624
6675
  */
6625
6676
  var GitPullRequestDraftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6626
6677
  var gradient = _ref.gradient,
6627
- props = _objectWithoutProperties(_ref, _excluded$3w);
6678
+ props = _objectWithoutProperties(_ref, _excluded$3D);
6628
6679
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6629
6680
  xmlns: "http://www.w3.org/2000/svg",
6630
6681
  width: 24,
@@ -6658,7 +6709,7 @@
6658
6709
  GitPullRequestDraftIcon.displayName = "GitPullRequestDraftIcon";
6659
6710
  var GitPullRequestDraftIcon$1 = GitPullRequestDraftIcon;
6660
6711
 
6661
- var _excluded$3v = ["gradient"];
6712
+ var _excluded$3C = ["gradient"];
6662
6713
 
6663
6714
  /**
6664
6715
  * @component GitPullRequestClosedIcon
@@ -6674,7 +6725,7 @@
6674
6725
  */
6675
6726
  var GitPullRequestClosedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6676
6727
  var gradient = _ref.gradient,
6677
- props = _objectWithoutProperties(_ref, _excluded$3v);
6728
+ props = _objectWithoutProperties(_ref, _excluded$3C);
6678
6729
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6679
6730
  xmlns: "http://www.w3.org/2000/svg",
6680
6731
  width: 24,
@@ -6711,7 +6762,7 @@
6711
6762
  GitPullRequestClosedIcon.displayName = "GitPullRequestClosedIcon";
6712
6763
  var GitPullRequestClosedIcon$1 = GitPullRequestClosedIcon;
6713
6764
 
6714
- var _excluded$3u = ["gradient"];
6765
+ var _excluded$3B = ["gradient"];
6715
6766
 
6716
6767
  /**
6717
6768
  * @component GitRepositoryIcon
@@ -6725,7 +6776,7 @@
6725
6776
  */
6726
6777
  var GitRepositoryIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6727
6778
  var gradient = _ref.gradient,
6728
- props = _objectWithoutProperties(_ref, _excluded$3u);
6779
+ props = _objectWithoutProperties(_ref, _excluded$3B);
6729
6780
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6730
6781
  xmlns: "http://www.w3.org/2000/svg",
6731
6782
  width: 24,
@@ -6754,7 +6805,7 @@
6754
6805
  GitRepositoryIcon.displayName = "GitRepositoryIcon";
6755
6806
  var GitRepositoryIcon$1 = GitRepositoryIcon;
6756
6807
 
6757
- var _excluded$3t = ["gradient"];
6808
+ var _excluded$3A = ["gradient"];
6758
6809
  var maskUid = 0;
6759
6810
 
6760
6811
  /**
@@ -6770,7 +6821,7 @@
6770
6821
  */
6771
6822
  var GitRepositoryConnectIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6772
6823
  var gradient = _ref.gradient,
6773
- props = _objectWithoutProperties(_ref, _excluded$3t);
6824
+ props = _objectWithoutProperties(_ref, _excluded$3A);
6774
6825
  var _useState = React.useState(function () {
6775
6826
  return "git-repository-connect-cut-".concat(++maskUid);
6776
6827
  }),
@@ -6831,7 +6882,7 @@
6831
6882
  GitRepositoryConnectIcon.displayName = "GitRepositoryConnectIcon";
6832
6883
  var GitRepositoryConnectIcon$1 = GitRepositoryConnectIcon;
6833
6884
 
6834
- var _excluded$3s = ["gradient"];
6885
+ var _excluded$3z = ["gradient"];
6835
6886
 
6836
6887
  /**
6837
6888
  * @component GroupByIcon
@@ -6861,7 +6912,7 @@
6861
6912
  */
6862
6913
  var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6863
6914
  var gradient = _ref.gradient,
6864
- props = _objectWithoutProperties(_ref, _excluded$3s);
6915
+ props = _objectWithoutProperties(_ref, _excluded$3z);
6865
6916
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6866
6917
  xmlns: "http://www.w3.org/2000/svg",
6867
6918
  width: 24,
@@ -6880,7 +6931,7 @@
6880
6931
  GroupByIcon.displayName = "GroupByIcon";
6881
6932
  var GroupByIcon$1 = GroupByIcon;
6882
6933
 
6883
- var _excluded$3r = ["gradient"];
6934
+ var _excluded$3y = ["gradient"];
6884
6935
 
6885
6936
  /**
6886
6937
  * @component HashtagIcon
@@ -6910,7 +6961,7 @@
6910
6961
  */
6911
6962
  var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6912
6963
  var gradient = _ref.gradient,
6913
- props = _objectWithoutProperties(_ref, _excluded$3r);
6964
+ props = _objectWithoutProperties(_ref, _excluded$3y);
6914
6965
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6915
6966
  xmlns: "http://www.w3.org/2000/svg",
6916
6967
  width: 24,
@@ -6931,7 +6982,7 @@
6931
6982
  HashtagIcon.displayName = "HashtagIcon";
6932
6983
  var HashtagIcon$1 = HashtagIcon;
6933
6984
 
6934
- var _excluded$3q = ["gradient"];
6985
+ var _excluded$3x = ["gradient"];
6935
6986
 
6936
6987
  /**
6937
6988
  * @component HelpIcon
@@ -6961,7 +7012,7 @@
6961
7012
  */
6962
7013
  var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6963
7014
  var gradient = _ref.gradient,
6964
- props = _objectWithoutProperties(_ref, _excluded$3q);
7015
+ props = _objectWithoutProperties(_ref, _excluded$3x);
6965
7016
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6966
7017
  xmlns: "http://www.w3.org/2000/svg",
6967
7018
  width: 24,
@@ -6981,7 +7032,7 @@
6981
7032
  HelpIcon.displayName = "HelpIcon";
6982
7033
  var HelpIcon$1 = HelpIcon;
6983
7034
 
6984
- var _excluded$3p = ["gradient"];
7035
+ var _excluded$3w = ["gradient"];
6985
7036
 
6986
7037
  /**
6987
7038
  * @component HistoryOfChangesIcon
@@ -7011,7 +7062,7 @@
7011
7062
  */
7012
7063
  var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7013
7064
  var gradient = _ref.gradient,
7014
- props = _objectWithoutProperties(_ref, _excluded$3p);
7065
+ props = _objectWithoutProperties(_ref, _excluded$3w);
7015
7066
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7016
7067
  xmlns: "http://www.w3.org/2000/svg",
7017
7068
  width: 24,
@@ -7032,7 +7083,7 @@
7032
7083
  HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
7033
7084
  var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
7034
7085
 
7035
- var _excluded$3o = ["gradient"];
7086
+ var _excluded$3v = ["gradient"];
7036
7087
 
7037
7088
  /**
7038
7089
  * @component ImageIcon
@@ -7062,7 +7113,7 @@
7062
7113
  */
7063
7114
  var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7064
7115
  var gradient = _ref.gradient,
7065
- props = _objectWithoutProperties(_ref, _excluded$3o);
7116
+ props = _objectWithoutProperties(_ref, _excluded$3v);
7066
7117
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7067
7118
  xmlns: "http://www.w3.org/2000/svg",
7068
7119
  width: 24,
@@ -7083,7 +7134,7 @@
7083
7134
  ImageIcon.displayName = "ImageIcon";
7084
7135
  var ImageIcon$1 = ImageIcon;
7085
7136
 
7086
- var _excluded$3n = ["gradient"];
7137
+ var _excluded$3u = ["gradient"];
7087
7138
 
7088
7139
  /**
7089
7140
  * @component InfoSmallIcon
@@ -7113,7 +7164,7 @@
7113
7164
  */
7114
7165
  var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7115
7166
  var gradient = _ref.gradient,
7116
- props = _objectWithoutProperties(_ref, _excluded$3n);
7167
+ props = _objectWithoutProperties(_ref, _excluded$3u);
7117
7168
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7118
7169
  xmlns: "http://www.w3.org/2000/svg",
7119
7170
  width: 15,
@@ -7133,7 +7184,7 @@
7133
7184
  InfoSmallIcon.displayName = "InfoSmallIcon";
7134
7185
  var InfoSmallIcon$1 = InfoSmallIcon;
7135
7186
 
7136
- var _excluded$3m = ["gradient"];
7187
+ var _excluded$3t = ["gradient"];
7137
7188
 
7138
7189
  /**
7139
7190
  * @component InfoIcon
@@ -7163,7 +7214,7 @@
7163
7214
  */
7164
7215
  var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7165
7216
  var gradient = _ref.gradient,
7166
- props = _objectWithoutProperties(_ref, _excluded$3m);
7217
+ props = _objectWithoutProperties(_ref, _excluded$3t);
7167
7218
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7168
7219
  xmlns: "http://www.w3.org/2000/svg",
7169
7220
  width: 24,
@@ -7183,7 +7234,7 @@
7183
7234
  InfoIcon.displayName = "InfoIcon";
7184
7235
  var InfoIcon$1 = InfoIcon;
7185
7236
 
7186
- var _excluded$3l = ["gradient"];
7237
+ var _excluded$3s = ["gradient"];
7187
7238
 
7188
7239
  /**
7189
7240
  * @component InsertLinkIcon
@@ -7213,7 +7264,7 @@
7213
7264
  */
7214
7265
  var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7215
7266
  var gradient = _ref.gradient,
7216
- props = _objectWithoutProperties(_ref, _excluded$3l);
7267
+ props = _objectWithoutProperties(_ref, _excluded$3s);
7217
7268
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7218
7269
  xmlns: "http://www.w3.org/2000/svg",
7219
7270
  width: 24,
@@ -7233,7 +7284,7 @@
7233
7284
  InsertLinkIcon.displayName = "InsertLinkIcon";
7234
7285
  var InsertLinkIcon$1 = InsertLinkIcon;
7235
7286
 
7236
- var _excluded$3k = ["gradient"];
7287
+ var _excluded$3r = ["gradient"];
7237
7288
 
7238
7289
  /**
7239
7290
  * @component IntegrationsIcon
@@ -7263,7 +7314,7 @@
7263
7314
  */
7264
7315
  var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7265
7316
  var gradient = _ref.gradient,
7266
- props = _objectWithoutProperties(_ref, _excluded$3k);
7317
+ props = _objectWithoutProperties(_ref, _excluded$3r);
7267
7318
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7268
7319
  xmlns: "http://www.w3.org/2000/svg",
7269
7320
  width: 24,
@@ -7287,7 +7338,7 @@
7287
7338
  IntegrationsIcon.displayName = "IntegrationsIcon";
7288
7339
  var IntegrationsIcon$1 = IntegrationsIcon;
7289
7340
 
7290
- var _excluded$3j = ["gradient"];
7341
+ var _excluded$3q = ["gradient"];
7291
7342
 
7292
7343
  /**
7293
7344
  * @component InvoicesIcon
@@ -7317,7 +7368,7 @@
7317
7368
  */
7318
7369
  var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7319
7370
  var gradient = _ref.gradient,
7320
- props = _objectWithoutProperties(_ref, _excluded$3j);
7371
+ props = _objectWithoutProperties(_ref, _excluded$3q);
7321
7372
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7322
7373
  xmlns: "http://www.w3.org/2000/svg",
7323
7374
  width: 24,
@@ -7341,7 +7392,7 @@
7341
7392
  InvoicesIcon.displayName = "InvoicesIcon";
7342
7393
  var InvoicesIcon$1 = InvoicesIcon;
7343
7394
 
7344
- var _excluded$3i = ["gradient"];
7395
+ var _excluded$3p = ["gradient"];
7345
7396
 
7346
7397
  /**
7347
7398
  * @component KeyIcon
@@ -7371,7 +7422,7 @@
7371
7422
  */
7372
7423
  var KeyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7373
7424
  var gradient = _ref.gradient,
7374
- props = _objectWithoutProperties(_ref, _excluded$3i);
7425
+ props = _objectWithoutProperties(_ref, _excluded$3p);
7375
7426
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7376
7427
  xmlns: "http://www.w3.org/2000/svg",
7377
7428
  width: 24,
@@ -7390,7 +7441,7 @@
7390
7441
  KeyIcon.displayName = "KeyIcon";
7391
7442
  var KeyIcon$1 = KeyIcon;
7392
7443
 
7393
- var _excluded$3h = ["gradient"];
7444
+ var _excluded$3o = ["gradient"];
7394
7445
 
7395
7446
  /**
7396
7447
  * @component LabelsIcon
@@ -7420,7 +7471,7 @@
7420
7471
  */
7421
7472
  var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7422
7473
  var gradient = _ref.gradient,
7423
- props = _objectWithoutProperties(_ref, _excluded$3h);
7474
+ props = _objectWithoutProperties(_ref, _excluded$3o);
7424
7475
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7425
7476
  xmlns: "http://www.w3.org/2000/svg",
7426
7477
  width: 24,
@@ -7440,7 +7491,299 @@
7440
7491
  LabelsIcon.displayName = "LabelsIcon";
7441
7492
  var LabelsIcon$1 = LabelsIcon;
7442
7493
 
7443
- var _excluded$3g = ["gradient"];
7494
+ var _excluded$3n = ["gradient"];
7495
+
7496
+ /**
7497
+ * @component LayersIcon
7498
+ * @description
7499
+ *
7500
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7501
+ * The Icon component is
7502
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
7503
+ *
7504
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
7505
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
7506
+ *
7507
+ * @example
7508
+ * return (
7509
+ * <LayersIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
7510
+ * )
7511
+ *
7512
+ * @example
7513
+ * return (
7514
+ * <LayersIcon className="mr-2" />
7515
+ * )
7516
+ *
7517
+ * @see
7518
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
7519
+ * @see
7520
+ * https://design.activecollab.com/docs/foundations/icons
7521
+ */
7522
+ var LayersIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7523
+ var gradient = _ref.gradient,
7524
+ props = _objectWithoutProperties(_ref, _excluded$3n);
7525
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7526
+ xmlns: "http://www.w3.org/2000/svg",
7527
+ width: 24,
7528
+ height: 24,
7529
+ viewBox: "0 0 24 24",
7530
+ "data-testid": "LayersIcon",
7531
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
7532
+ focusable: false,
7533
+ ref: ref
7534
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
7535
+ gradient: gradient
7536
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7537
+ stroke: "#F4F5F7",
7538
+ strokeWidth: 0.1,
7539
+ d: "M.05.05h23.9v23.9H.05z",
7540
+ opacity: 0.01
7541
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7542
+ d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
7543
+ }));
7544
+ });
7545
+ LayersIcon.displayName = "LayersIcon";
7546
+ var LayersIcon$1 = LayersIcon;
7547
+
7548
+ var _excluded$3m = ["gradient"];
7549
+
7550
+ /**
7551
+ * @component LayerBackIcon
7552
+ * @description
7553
+ *
7554
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7555
+ * The Icon component is
7556
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
7557
+ *
7558
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
7559
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
7560
+ *
7561
+ * @example
7562
+ * return (
7563
+ * <LayerBackIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
7564
+ * )
7565
+ *
7566
+ * @example
7567
+ * return (
7568
+ * <LayerBackIcon className="mr-2" />
7569
+ * )
7570
+ *
7571
+ * @see
7572
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
7573
+ * @see
7574
+ * https://design.activecollab.com/docs/foundations/icons
7575
+ */
7576
+ var LayerBackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7577
+ var gradient = _ref.gradient,
7578
+ props = _objectWithoutProperties(_ref, _excluded$3m);
7579
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7580
+ xmlns: "http://www.w3.org/2000/svg",
7581
+ width: 24,
7582
+ height: 24,
7583
+ viewBox: "0 0 24 24",
7584
+ "data-testid": "LayerBackIcon",
7585
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
7586
+ focusable: false,
7587
+ ref: ref
7588
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
7589
+ gradient: gradient
7590
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7591
+ d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907z"
7592
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7593
+ d: "M19.528 15.75 12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
7594
+ }));
7595
+ });
7596
+ LayerBackIcon.displayName = "LayerBackIcon";
7597
+ var LayerBackIcon$1 = LayerBackIcon;
7598
+
7599
+ var _excluded$3l = ["gradient"];
7600
+
7601
+ /**
7602
+ * @component LayerBackwardIcon
7603
+ * @description
7604
+ *
7605
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7606
+ * The Icon component is
7607
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
7608
+ *
7609
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
7610
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
7611
+ *
7612
+ * @example
7613
+ * return (
7614
+ * <LayerBackwardIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
7615
+ * )
7616
+ *
7617
+ * @example
7618
+ * return (
7619
+ * <LayerBackwardIcon className="mr-2" />
7620
+ * )
7621
+ *
7622
+ * @see
7623
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
7624
+ * @see
7625
+ * https://design.activecollab.com/docs/foundations/icons
7626
+ */
7627
+ var LayerBackwardIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7628
+ var gradient = _ref.gradient,
7629
+ props = _objectWithoutProperties(_ref, _excluded$3l);
7630
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7631
+ xmlns: "http://www.w3.org/2000/svg",
7632
+ width: 24,
7633
+ height: 24,
7634
+ viewBox: "0 0 24 24",
7635
+ "data-testid": "LayerBackwardIcon",
7636
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
7637
+ focusable: false,
7638
+ ref: ref
7639
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
7640
+ gradient: gradient
7641
+ }), /*#__PURE__*/React__default["default"].createElement("mask", {
7642
+ id: "layer-backward-cutout"
7643
+ }, /*#__PURE__*/React__default["default"].createElement("rect", {
7644
+ x: "0",
7645
+ y: "0",
7646
+ width: "24",
7647
+ height: "24",
7648
+ fill: "#fff"
7649
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7650
+ d: "M12 14.5 15.96 10.54 14.83 9.41 12.8 11.44V6.5H11.2V11.44L9.17 9.41 8.04 10.54Z",
7651
+ fill: "#000",
7652
+ stroke: "#000",
7653
+ strokeWidth: 3,
7654
+ strokeLinejoin: "round",
7655
+ strokeLinecap: "round"
7656
+ })), /*#__PURE__*/React__default["default"].createElement("g", {
7657
+ mask: "url(#layer-backward-cutout)"
7658
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
7659
+ d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
7660
+ })), /*#__PURE__*/React__default["default"].createElement("path", {
7661
+ d: "M12 14.5 15.96 10.54 14.83 9.41 12.8 11.44V6.5H11.2V11.44L9.17 9.41 8.04 10.54Z"
7662
+ }));
7663
+ });
7664
+ LayerBackwardIcon.displayName = "LayerBackwardIcon";
7665
+ var LayerBackwardIcon$1 = LayerBackwardIcon;
7666
+
7667
+ var _excluded$3k = ["gradient"];
7668
+
7669
+ /**
7670
+ * @component LayerForwardIcon
7671
+ * @description
7672
+ *
7673
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7674
+ * The Icon component is
7675
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
7676
+ *
7677
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
7678
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
7679
+ *
7680
+ * @example
7681
+ * return (
7682
+ * <LayerForwardIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
7683
+ * )
7684
+ *
7685
+ * @example
7686
+ * return (
7687
+ * <LayerForwardIcon className="mr-2" />
7688
+ * )
7689
+ *
7690
+ * @see
7691
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
7692
+ * @see
7693
+ * https://design.activecollab.com/docs/foundations/icons
7694
+ */
7695
+ var LayerForwardIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7696
+ var gradient = _ref.gradient,
7697
+ props = _objectWithoutProperties(_ref, _excluded$3k);
7698
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7699
+ xmlns: "http://www.w3.org/2000/svg",
7700
+ width: 24,
7701
+ height: 24,
7702
+ viewBox: "0 0 24 24",
7703
+ "data-testid": "LayerForwardIcon",
7704
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
7705
+ focusable: false,
7706
+ ref: ref
7707
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
7708
+ gradient: gradient
7709
+ }), /*#__PURE__*/React__default["default"].createElement("mask", {
7710
+ id: "layer-forward-cutout"
7711
+ }, /*#__PURE__*/React__default["default"].createElement("rect", {
7712
+ x: "0",
7713
+ y: "0",
7714
+ width: "24",
7715
+ height: "24",
7716
+ fill: "#fff"
7717
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7718
+ d: "M12 2 15.96 5.96 14.83 7.09 12.8 5.06V10H11.2V5.06L9.17 7.09 8.04 5.96Z",
7719
+ fill: "#000",
7720
+ stroke: "#000",
7721
+ strokeWidth: 3,
7722
+ strokeLinejoin: "round",
7723
+ strokeLinecap: "round"
7724
+ })), /*#__PURE__*/React__default["default"].createElement("g", {
7725
+ mask: "url(#layer-forward-cutout)"
7726
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
7727
+ d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
7728
+ })), /*#__PURE__*/React__default["default"].createElement("path", {
7729
+ d: "M12 2 15.96 5.96 14.83 7.09 12.8 5.06V10H11.2V5.06L9.17 7.09 8.04 5.96Z"
7730
+ }));
7731
+ });
7732
+ LayerForwardIcon.displayName = "LayerForwardIcon";
7733
+ var LayerForwardIcon$1 = LayerForwardIcon;
7734
+
7735
+ var _excluded$3j = ["gradient"];
7736
+
7737
+ /**
7738
+ * @component LayerFrontIcon
7739
+ * @description
7740
+ *
7741
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7742
+ * The Icon component is
7743
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
7744
+ *
7745
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
7746
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
7747
+ *
7748
+ * @example
7749
+ * return (
7750
+ * <LayerFrontIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
7751
+ * )
7752
+ *
7753
+ * @example
7754
+ * return (
7755
+ * <LayerFrontIcon className="mr-2" />
7756
+ * )
7757
+ *
7758
+ * @see
7759
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
7760
+ * @see
7761
+ * https://design.activecollab.com/docs/foundations/icons
7762
+ */
7763
+ var LayerFrontIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7764
+ var gradient = _ref.gradient,
7765
+ props = _objectWithoutProperties(_ref, _excluded$3j);
7766
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7767
+ xmlns: "http://www.w3.org/2000/svg",
7768
+ width: 24,
7769
+ height: 24,
7770
+ viewBox: "0 0 24 24",
7771
+ "data-testid": "LayerFrontIcon",
7772
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
7773
+ focusable: false,
7774
+ ref: ref
7775
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
7776
+ gradient: gradient
7777
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7778
+ d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
7779
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
7780
+ d: "M12 3.801 19.528 8.251 12 12.698 4.471 8.25z"
7781
+ }));
7782
+ });
7783
+ LayerFrontIcon.displayName = "LayerFrontIcon";
7784
+ var LayerFrontIcon$1 = LayerFrontIcon;
7785
+
7786
+ var _excluded$3i = ["gradient"];
7444
7787
 
7445
7788
  /**
7446
7789
  * @component LetterArrowRightIcon
@@ -7470,7 +7813,7 @@
7470
7813
  */
7471
7814
  var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7472
7815
  var gradient = _ref.gradient,
7473
- props = _objectWithoutProperties(_ref, _excluded$3g);
7816
+ props = _objectWithoutProperties(_ref, _excluded$3i);
7474
7817
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7475
7818
  xmlns: "http://www.w3.org/2000/svg",
7476
7819
  width: 24,
@@ -7491,7 +7834,7 @@
7491
7834
  LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
7492
7835
  var LetterArrowRightIcon$1 = LetterArrowRightIcon;
7493
7836
 
7494
- var _excluded$3f = ["gradient"];
7837
+ var _excluded$3h = ["gradient"];
7495
7838
 
7496
7839
  /**
7497
7840
  * @component LetterFastIcon
@@ -7521,7 +7864,7 @@
7521
7864
  */
7522
7865
  var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7523
7866
  var gradient = _ref.gradient,
7524
- props = _objectWithoutProperties(_ref, _excluded$3f);
7867
+ props = _objectWithoutProperties(_ref, _excluded$3h);
7525
7868
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7526
7869
  xmlns: "http://www.w3.org/2000/svg",
7527
7870
  width: 24,
@@ -7541,7 +7884,7 @@
7541
7884
  LetterFastIcon.displayName = "LetterFastIcon";
7542
7885
  var LetterFastIcon$1 = LetterFastIcon;
7543
7886
 
7544
- var _excluded$3e = ["gradient"];
7887
+ var _excluded$3g = ["gradient"];
7545
7888
 
7546
7889
  /**
7547
7890
  * @component LetterIcon
@@ -7571,7 +7914,7 @@
7571
7914
  */
7572
7915
  var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7573
7916
  var gradient = _ref.gradient,
7574
- props = _objectWithoutProperties(_ref, _excluded$3e);
7917
+ props = _objectWithoutProperties(_ref, _excluded$3g);
7575
7918
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7576
7919
  xmlns: "http://www.w3.org/2000/svg",
7577
7920
  width: 24,
@@ -7592,7 +7935,7 @@
7592
7935
  LetterIcon.displayName = "LetterIcon";
7593
7936
  var LetterIcon$1 = LetterIcon;
7594
7937
 
7595
- var _excluded$3d = ["gradient"];
7938
+ var _excluded$3f = ["gradient"];
7596
7939
 
7597
7940
  /**
7598
7941
  * @component LockSmallIcon
@@ -7622,7 +7965,7 @@
7622
7965
  */
7623
7966
  var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7624
7967
  var gradient = _ref.gradient,
7625
- props = _objectWithoutProperties(_ref, _excluded$3d);
7968
+ props = _objectWithoutProperties(_ref, _excluded$3f);
7626
7969
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7627
7970
  xmlns: "http://www.w3.org/2000/svg",
7628
7971
  width: 12,
@@ -7642,7 +7985,7 @@
7642
7985
  LockSmallIcon.displayName = "LockSmallIcon";
7643
7986
  var LockSmallIcon$1 = LockSmallIcon;
7644
7987
 
7645
- var _excluded$3c = ["gradient"];
7988
+ var _excluded$3e = ["gradient"];
7646
7989
 
7647
7990
  /**
7648
7991
  * @component LockIcon
@@ -7672,7 +8015,7 @@
7672
8015
  */
7673
8016
  var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7674
8017
  var gradient = _ref.gradient,
7675
- props = _objectWithoutProperties(_ref, _excluded$3c);
8018
+ props = _objectWithoutProperties(_ref, _excluded$3e);
7676
8019
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7677
8020
  xmlns: "http://www.w3.org/2000/svg",
7678
8021
  width: 24,
@@ -7692,7 +8035,7 @@
7692
8035
  LockIcon.displayName = "LockIcon";
7693
8036
  var LockIcon$1 = LockIcon;
7694
8037
 
7695
- var _excluded$3b = ["gradient"];
8038
+ var _excluded$3d = ["gradient"];
7696
8039
 
7697
8040
  /**
7698
8041
  * @component MarkerIcon
@@ -7722,7 +8065,7 @@
7722
8065
  */
7723
8066
  var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7724
8067
  var gradient = _ref.gradient,
7725
- props = _objectWithoutProperties(_ref, _excluded$3b);
8068
+ props = _objectWithoutProperties(_ref, _excluded$3d);
7726
8069
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7727
8070
  xmlns: "http://www.w3.org/2000/svg",
7728
8071
  width: 24,
@@ -7742,7 +8085,7 @@
7742
8085
  MarkerIcon.displayName = "MarkerIcon";
7743
8086
  var MarkerIcon$1 = MarkerIcon;
7744
8087
 
7745
- var _excluded$3a = ["gradient"];
8088
+ var _excluded$3c = ["gradient"];
7746
8089
 
7747
8090
  /**
7748
8091
  * @component MessageAddIcon
@@ -7772,7 +8115,7 @@
7772
8115
  */
7773
8116
  var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7774
8117
  var gradient = _ref.gradient,
7775
- props = _objectWithoutProperties(_ref, _excluded$3a);
8118
+ props = _objectWithoutProperties(_ref, _excluded$3c);
7776
8119
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7777
8120
  xmlns: "http://www.w3.org/2000/svg",
7778
8121
  width: 24,
@@ -7791,7 +8134,7 @@
7791
8134
  MessageAddIcon.displayName = "MessageAddIcon";
7792
8135
  var MessageAddIcon$1 = MessageAddIcon;
7793
8136
 
7794
- var _excluded$39 = ["gradient"];
8137
+ var _excluded$3b = ["gradient"];
7795
8138
 
7796
8139
  /**
7797
8140
  * @component MessageEmptyIcon
@@ -7821,7 +8164,7 @@
7821
8164
  */
7822
8165
  var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7823
8166
  var gradient = _ref.gradient,
7824
- props = _objectWithoutProperties(_ref, _excluded$39);
8167
+ props = _objectWithoutProperties(_ref, _excluded$3b);
7825
8168
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7826
8169
  xmlns: "http://www.w3.org/2000/svg",
7827
8170
  width: 24,
@@ -7841,7 +8184,7 @@
7841
8184
  MessageEmptyIcon.displayName = "MessageEmptyIcon";
7842
8185
  var MessageEmptyIcon$1 = MessageEmptyIcon;
7843
8186
 
7844
- var _excluded$38 = ["gradient"];
8187
+ var _excluded$3a = ["gradient"];
7845
8188
 
7846
8189
  /**
7847
8190
  * @component MessageSmallIcon
@@ -7871,7 +8214,7 @@
7871
8214
  */
7872
8215
  var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7873
8216
  var gradient = _ref.gradient,
7874
- props = _objectWithoutProperties(_ref, _excluded$38);
8217
+ props = _objectWithoutProperties(_ref, _excluded$3a);
7875
8218
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7876
8219
  xmlns: "http://www.w3.org/2000/svg",
7877
8220
  width: 12,
@@ -7891,7 +8234,7 @@
7891
8234
  MessageSmallIcon.displayName = "MessageSmallIcon";
7892
8235
  var MessageSmallIcon$1 = MessageSmallIcon;
7893
8236
 
7894
- var _excluded$37 = ["gradient"];
8237
+ var _excluded$39 = ["gradient"];
7895
8238
 
7896
8239
  /**
7897
8240
  * @component MessageSolidIcon
@@ -7921,7 +8264,7 @@
7921
8264
  */
7922
8265
  var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7923
8266
  var gradient = _ref.gradient,
7924
- props = _objectWithoutProperties(_ref, _excluded$37);
8267
+ props = _objectWithoutProperties(_ref, _excluded$39);
7925
8268
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7926
8269
  xmlns: "http://www.w3.org/2000/svg",
7927
8270
  width: 24,
@@ -7941,7 +8284,7 @@
7941
8284
  MessageSolidIcon.displayName = "MessageSolidIcon";
7942
8285
  var MessageSolidIcon$1 = MessageSolidIcon;
7943
8286
 
7944
- var _excluded$36 = ["gradient"];
8287
+ var _excluded$38 = ["gradient"];
7945
8288
 
7946
8289
  /**
7947
8290
  * @component MessageStarIcon
@@ -7971,7 +8314,7 @@
7971
8314
  */
7972
8315
  var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7973
8316
  var gradient = _ref.gradient,
7974
- props = _objectWithoutProperties(_ref, _excluded$36);
8317
+ props = _objectWithoutProperties(_ref, _excluded$38);
7975
8318
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7976
8319
  xmlns: "http://www.w3.org/2000/svg",
7977
8320
  width: 24,
@@ -7994,7 +8337,7 @@
7994
8337
  MessageStarIcon.displayName = "MessageStarIcon";
7995
8338
  var MessageStarIcon$1 = MessageStarIcon;
7996
8339
 
7997
- var _excluded$35 = ["gradient"];
8340
+ var _excluded$37 = ["gradient"];
7998
8341
 
7999
8342
  /**
8000
8343
  * @component MessageIcon
@@ -8024,7 +8367,7 @@
8024
8367
  */
8025
8368
  var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8026
8369
  var gradient = _ref.gradient,
8027
- props = _objectWithoutProperties(_ref, _excluded$35);
8370
+ props = _objectWithoutProperties(_ref, _excluded$37);
8028
8371
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8029
8372
  xmlns: "http://www.w3.org/2000/svg",
8030
8373
  width: 24,
@@ -8044,7 +8387,7 @@
8044
8387
  MessageIcon.displayName = "MessageIcon";
8045
8388
  var MessageIcon$1 = MessageIcon;
8046
8389
 
8047
- var _excluded$34 = ["gradient"];
8390
+ var _excluded$36 = ["gradient"];
8048
8391
 
8049
8392
  /**
8050
8393
  * @component MinusIcon
@@ -8074,7 +8417,7 @@
8074
8417
  */
8075
8418
  var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8076
8419
  var gradient = _ref.gradient,
8077
- props = _objectWithoutProperties(_ref, _excluded$34);
8420
+ props = _objectWithoutProperties(_ref, _excluded$36);
8078
8421
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8079
8422
  xmlns: "http://www.w3.org/2000/svg",
8080
8423
  width: 24,
@@ -8098,7 +8441,7 @@
8098
8441
  MinusIcon.displayName = "MinusIcon";
8099
8442
  var MinusIcon$1 = MinusIcon;
8100
8443
 
8101
- var _excluded$33 = ["gradient"];
8444
+ var _excluded$35 = ["gradient"];
8102
8445
 
8103
8446
  /**
8104
8447
  * @component MobileMenuIcon
@@ -8128,7 +8471,7 @@
8128
8471
  */
8129
8472
  var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8130
8473
  var gradient = _ref.gradient,
8131
- props = _objectWithoutProperties(_ref, _excluded$33);
8474
+ props = _objectWithoutProperties(_ref, _excluded$35);
8132
8475
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8133
8476
  xmlns: "http://www.w3.org/2000/svg",
8134
8477
  width: 24,
@@ -8149,7 +8492,7 @@
8149
8492
  MobileMenuIcon.displayName = "MobileMenuIcon";
8150
8493
  var MobileMenuIcon$1 = MobileMenuIcon;
8151
8494
 
8152
- var _excluded$32 = ["gradient"];
8495
+ var _excluded$34 = ["gradient"];
8153
8496
 
8154
8497
  /**
8155
8498
  * @component MoneyStackIcon
@@ -8179,7 +8522,7 @@
8179
8522
  */
8180
8523
  var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8181
8524
  var gradient = _ref.gradient,
8182
- props = _objectWithoutProperties(_ref, _excluded$32);
8525
+ props = _objectWithoutProperties(_ref, _excluded$34);
8183
8526
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8184
8527
  xmlns: "http://www.w3.org/2000/svg",
8185
8528
  width: 24,
@@ -8206,7 +8549,7 @@
8206
8549
  MoneyStackIcon.displayName = "MoneyStackIcon";
8207
8550
  var MoneyStackIcon$1 = MoneyStackIcon;
8208
8551
 
8209
- var _excluded$31 = ["gradient"];
8552
+ var _excluded$33 = ["gradient"];
8210
8553
 
8211
8554
  /**
8212
8555
  * @component MoonIcon
@@ -8236,7 +8579,7 @@
8236
8579
  */
8237
8580
  var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8238
8581
  var gradient = _ref.gradient,
8239
- props = _objectWithoutProperties(_ref, _excluded$31);
8582
+ props = _objectWithoutProperties(_ref, _excluded$33);
8240
8583
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8241
8584
  xmlns: "http://www.w3.org/2000/svg",
8242
8585
  width: 20,
@@ -8257,7 +8600,7 @@
8257
8600
  MoonIcon.displayName = "MoonIcon";
8258
8601
  var MoonIcon$1 = MoonIcon;
8259
8602
 
8260
- var _excluded$30 = ["gradient"];
8603
+ var _excluded$32 = ["gradient"];
8261
8604
 
8262
8605
  /**
8263
8606
  * @component MoveTriggerIcon
@@ -8287,7 +8630,7 @@
8287
8630
  */
8288
8631
  var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8289
8632
  var gradient = _ref.gradient,
8290
- props = _objectWithoutProperties(_ref, _excluded$30);
8633
+ props = _objectWithoutProperties(_ref, _excluded$32);
8291
8634
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8292
8635
  xmlns: "http://www.w3.org/2000/svg",
8293
8636
  width: 10,
@@ -8307,7 +8650,7 @@
8307
8650
  MoveTriggerIcon.displayName = "MoveTriggerIcon";
8308
8651
  var MoveTriggerIcon$1 = MoveTriggerIcon;
8309
8652
 
8310
- var _excluded$2$ = ["gradient"];
8653
+ var _excluded$31 = ["gradient"];
8311
8654
 
8312
8655
  /**
8313
8656
  * @component MoveIcon
@@ -8337,7 +8680,7 @@
8337
8680
  */
8338
8681
  var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8339
8682
  var gradient = _ref.gradient,
8340
- props = _objectWithoutProperties(_ref, _excluded$2$);
8683
+ props = _objectWithoutProperties(_ref, _excluded$31);
8341
8684
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8342
8685
  xmlns: "http://www.w3.org/2000/svg",
8343
8686
  width: 24,
@@ -8358,7 +8701,7 @@
8358
8701
  MoveIcon.displayName = "MoveIcon";
8359
8702
  var MoveIcon$1 = MoveIcon;
8360
8703
 
8361
- var _excluded$2_ = ["gradient"];
8704
+ var _excluded$30 = ["gradient"];
8362
8705
 
8363
8706
  /**
8364
8707
  * @component MyWorkIcon
@@ -8388,7 +8731,7 @@
8388
8731
  */
8389
8732
  var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8390
8733
  var gradient = _ref.gradient,
8391
- props = _objectWithoutProperties(_ref, _excluded$2_);
8734
+ props = _objectWithoutProperties(_ref, _excluded$30);
8392
8735
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8393
8736
  xmlns: "http://www.w3.org/2000/svg",
8394
8737
  width: 24,
@@ -8412,7 +8755,7 @@
8412
8755
  MyWorkIcon.displayName = "MyWorkIcon";
8413
8756
  var MyWorkIcon$1 = MyWorkIcon;
8414
8757
 
8415
- var _excluded$2Z = ["gradient"];
8758
+ var _excluded$2$ = ["gradient"];
8416
8759
 
8417
8760
  /**
8418
8761
  * @component NoteAddIcon
@@ -8442,7 +8785,7 @@
8442
8785
  */
8443
8786
  var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8444
8787
  var gradient = _ref.gradient,
8445
- props = _objectWithoutProperties(_ref, _excluded$2Z);
8788
+ props = _objectWithoutProperties(_ref, _excluded$2$);
8446
8789
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8447
8790
  xmlns: "http://www.w3.org/2000/svg",
8448
8791
  width: 24,
@@ -8462,7 +8805,7 @@
8462
8805
  NoteAddIcon.displayName = "NoteAddIcon";
8463
8806
  var NoteAddIcon$1 = NoteAddIcon;
8464
8807
 
8465
- var _excluded$2Y = ["gradient"];
8808
+ var _excluded$2_ = ["gradient"];
8466
8809
 
8467
8810
  /**
8468
8811
  * @component NoteIcon
@@ -8492,7 +8835,7 @@
8492
8835
  */
8493
8836
  var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8494
8837
  var gradient = _ref.gradient,
8495
- props = _objectWithoutProperties(_ref, _excluded$2Y);
8838
+ props = _objectWithoutProperties(_ref, _excluded$2_);
8496
8839
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8497
8840
  xmlns: "http://www.w3.org/2000/svg",
8498
8841
  width: 24,
@@ -8512,7 +8855,7 @@
8512
8855
  NoteIcon.displayName = "NoteIcon";
8513
8856
  var NoteIcon$1 = NoteIcon;
8514
8857
 
8515
- var _excluded$2X = ["gradient"];
8858
+ var _excluded$2Z = ["gradient"];
8516
8859
 
8517
8860
  /**
8518
8861
  * @component NotebookIcon
@@ -8542,7 +8885,7 @@
8542
8885
  */
8543
8886
  var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8544
8887
  var gradient = _ref.gradient,
8545
- props = _objectWithoutProperties(_ref, _excluded$2X);
8888
+ props = _objectWithoutProperties(_ref, _excluded$2Z);
8546
8889
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8547
8890
  xmlns: "http://www.w3.org/2000/svg",
8548
8891
  width: 24,
@@ -8562,7 +8905,7 @@
8562
8905
  NotebookIcon.displayName = "NotebookIcon";
8563
8906
  var NotebookIcon$1 = NotebookIcon;
8564
8907
 
8565
- var _excluded$2W = ["gradient"];
8908
+ var _excluded$2Y = ["gradient"];
8566
8909
 
8567
8910
  /**
8568
8911
  * @component NotificationBellIcon
@@ -8592,7 +8935,7 @@
8592
8935
  */
8593
8936
  var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8594
8937
  var gradient = _ref.gradient,
8595
- props = _objectWithoutProperties(_ref, _excluded$2W);
8938
+ props = _objectWithoutProperties(_ref, _excluded$2Y);
8596
8939
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8597
8940
  xmlns: "http://www.w3.org/2000/svg",
8598
8941
  width: 24,
@@ -8611,7 +8954,7 @@
8611
8954
  NotificationBellIcon.displayName = "NotificationBellIcon";
8612
8955
  var NotificationBellIcon$1 = NotificationBellIcon;
8613
8956
 
8614
- var _excluded$2V = ["gradient"];
8957
+ var _excluded$2X = ["gradient"];
8615
8958
 
8616
8959
  /**
8617
8960
  * @component OpenExpandedIcon
@@ -8641,7 +8984,7 @@
8641
8984
  */
8642
8985
  var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8643
8986
  var gradient = _ref.gradient,
8644
- props = _objectWithoutProperties(_ref, _excluded$2V);
8987
+ props = _objectWithoutProperties(_ref, _excluded$2X);
8645
8988
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8646
8989
  xmlns: "http://www.w3.org/2000/svg",
8647
8990
  width: 24,
@@ -8661,7 +9004,7 @@
8661
9004
  OpenExpandedIcon.displayName = "OpenExpandedIcon";
8662
9005
  var OpenExpandedIcon$1 = OpenExpandedIcon;
8663
9006
 
8664
- var _excluded$2U = ["gradient"];
9007
+ var _excluded$2W = ["gradient"];
8665
9008
 
8666
9009
  /**
8667
9010
  * @component OpenSheetIcon
@@ -8691,7 +9034,7 @@
8691
9034
  */
8692
9035
  var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8693
9036
  var gradient = _ref.gradient,
8694
- props = _objectWithoutProperties(_ref, _excluded$2U);
9037
+ props = _objectWithoutProperties(_ref, _excluded$2W);
8695
9038
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8696
9039
  xmlns: "http://www.w3.org/2000/svg",
8697
9040
  width: 24,
@@ -8716,7 +9059,7 @@
8716
9059
  OpenSheetIcon.displayName = "OpenSheetIcon";
8717
9060
  var OpenSheetIcon$1 = OpenSheetIcon;
8718
9061
 
8719
- var _excluded$2T = ["gradient"];
9062
+ var _excluded$2V = ["gradient"];
8720
9063
 
8721
9064
  /**
8722
9065
  * @component OrderFirstIcon
@@ -8746,7 +9089,7 @@
8746
9089
  */
8747
9090
  var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8748
9091
  var gradient = _ref.gradient,
8749
- props = _objectWithoutProperties(_ref, _excluded$2T);
9092
+ props = _objectWithoutProperties(_ref, _excluded$2V);
8750
9093
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8751
9094
  xmlns: "http://www.w3.org/2000/svg",
8752
9095
  width: 24,
@@ -8766,7 +9109,7 @@
8766
9109
  OrderFirstIcon.displayName = "OrderFirstIcon";
8767
9110
  var OrderFirstIcon$1 = OrderFirstIcon;
8768
9111
 
8769
- var _excluded$2S = ["gradient"];
9112
+ var _excluded$2U = ["gradient"];
8770
9113
 
8771
9114
  /**
8772
9115
  * @component PaidSmallIcon
@@ -8796,7 +9139,7 @@
8796
9139
  */
8797
9140
  var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8798
9141
  var gradient = _ref.gradient,
8799
- props = _objectWithoutProperties(_ref, _excluded$2S);
9142
+ props = _objectWithoutProperties(_ref, _excluded$2U);
8800
9143
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8801
9144
  xmlns: "http://www.w3.org/2000/svg",
8802
9145
  width: 12,
@@ -8816,7 +9159,7 @@
8816
9159
  PaidSmallIcon.displayName = "PaidSmallIcon";
8817
9160
  var PaidSmallIcon$1 = PaidSmallIcon;
8818
9161
 
8819
- var _excluded$2R = ["gradient"];
9162
+ var _excluded$2T = ["gradient"];
8820
9163
 
8821
9164
  /**
8822
9165
  * @component PauseCircleOutlineIcon
@@ -8846,7 +9189,7 @@
8846
9189
  */
8847
9190
  var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8848
9191
  var gradient = _ref.gradient,
8849
- props = _objectWithoutProperties(_ref, _excluded$2R);
9192
+ props = _objectWithoutProperties(_ref, _excluded$2T);
8850
9193
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8851
9194
  xmlns: "http://www.w3.org/2000/svg",
8852
9195
  width: 24,
@@ -8866,7 +9209,7 @@
8866
9209
  PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
8867
9210
  var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
8868
9211
 
8869
- var _excluded$2Q = ["gradient"];
9212
+ var _excluded$2S = ["gradient"];
8870
9213
 
8871
9214
  /**
8872
9215
  * @component PauseIcon
@@ -8896,7 +9239,7 @@
8896
9239
  */
8897
9240
  var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8898
9241
  var gradient = _ref.gradient,
8899
- props = _objectWithoutProperties(_ref, _excluded$2Q);
9242
+ props = _objectWithoutProperties(_ref, _excluded$2S);
8900
9243
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8901
9244
  xmlns: "http://www.w3.org/2000/svg",
8902
9245
  width: 24,
@@ -8916,7 +9259,7 @@
8916
9259
  PauseIcon.displayName = "PauseIcon";
8917
9260
  var PauseIcon$1 = PauseIcon;
8918
9261
 
8919
- var _excluded$2P = ["gradient"];
9262
+ var _excluded$2R = ["gradient"];
8920
9263
 
8921
9264
  /**
8922
9265
  * @component PauseSmallIcon
@@ -8946,7 +9289,7 @@
8946
9289
  */
8947
9290
  var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8948
9291
  var gradient = _ref.gradient,
8949
- props = _objectWithoutProperties(_ref, _excluded$2P);
9292
+ props = _objectWithoutProperties(_ref, _excluded$2R);
8950
9293
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8951
9294
  xmlns: "http://www.w3.org/2000/svg",
8952
9295
  width: 24,
@@ -8966,7 +9309,7 @@
8966
9309
  PauseSmallIcon.displayName = "PauseSmallIcon";
8967
9310
  var PauseSmallIcon$1 = PauseSmallIcon;
8968
9311
 
8969
- var _excluded$2O = ["gradient"];
9312
+ var _excluded$2Q = ["gradient"];
8970
9313
 
8971
9314
  /**
8972
9315
  * @component PencilSmallIcon
@@ -8996,7 +9339,7 @@
8996
9339
  */
8997
9340
  var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8998
9341
  var gradient = _ref.gradient,
8999
- props = _objectWithoutProperties(_ref, _excluded$2O);
9342
+ props = _objectWithoutProperties(_ref, _excluded$2Q);
9000
9343
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9001
9344
  xmlns: "http://www.w3.org/2000/svg",
9002
9345
  width: 12,
@@ -9015,7 +9358,7 @@
9015
9358
  PencilSmallIcon.displayName = "PencilSmallIcon";
9016
9359
  var PencilSmallIcon$1 = PencilSmallIcon;
9017
9360
 
9018
- var _excluded$2N = ["gradient"];
9361
+ var _excluded$2P = ["gradient"];
9019
9362
 
9020
9363
  /**
9021
9364
  * @component PencilIcon
@@ -9045,7 +9388,7 @@
9045
9388
  */
9046
9389
  var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9047
9390
  var gradient = _ref.gradient,
9048
- props = _objectWithoutProperties(_ref, _excluded$2N);
9391
+ props = _objectWithoutProperties(_ref, _excluded$2P);
9049
9392
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9050
9393
  xmlns: "http://www.w3.org/2000/svg",
9051
9394
  width: 24,
@@ -9064,7 +9407,7 @@
9064
9407
  PencilIcon.displayName = "PencilIcon";
9065
9408
  var PencilIcon$1 = PencilIcon;
9066
9409
 
9067
- var _excluded$2M = ["gradient"];
9410
+ var _excluded$2O = ["gradient"];
9068
9411
 
9069
9412
  /**
9070
9413
  * @component PendingPaymentSmallIcon
@@ -9094,7 +9437,7 @@
9094
9437
  */
9095
9438
  var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9096
9439
  var gradient = _ref.gradient,
9097
- props = _objectWithoutProperties(_ref, _excluded$2M);
9440
+ props = _objectWithoutProperties(_ref, _excluded$2O);
9098
9441
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9099
9442
  xmlns: "http://www.w3.org/2000/svg",
9100
9443
  width: 12,
@@ -9114,7 +9457,7 @@
9114
9457
  PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
9115
9458
  var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
9116
9459
 
9117
- var _excluded$2L = ["gradient"];
9460
+ var _excluded$2N = ["gradient"];
9118
9461
 
9119
9462
  /**
9120
9463
  * @component PeopleIcon
@@ -9144,7 +9487,7 @@
9144
9487
  */
9145
9488
  var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9146
9489
  var gradient = _ref.gradient,
9147
- props = _objectWithoutProperties(_ref, _excluded$2L);
9490
+ props = _objectWithoutProperties(_ref, _excluded$2N);
9148
9491
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9149
9492
  xmlns: "http://www.w3.org/2000/svg",
9150
9493
  width: 24,
@@ -9168,7 +9511,7 @@
9168
9511
  PeopleIcon.displayName = "PeopleIcon";
9169
9512
  var PeopleIcon$1 = PeopleIcon;
9170
9513
 
9171
- var _excluded$2K = ["gradient"];
9514
+ var _excluded$2M = ["gradient"];
9172
9515
 
9173
9516
  /**
9174
9517
  * @component PersonArrowOutCircleIcon
@@ -9198,7 +9541,7 @@
9198
9541
  */
9199
9542
  var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9200
9543
  var gradient = _ref.gradient,
9201
- props = _objectWithoutProperties(_ref, _excluded$2K);
9544
+ props = _objectWithoutProperties(_ref, _excluded$2M);
9202
9545
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9203
9546
  xmlns: "http://www.w3.org/2000/svg",
9204
9547
  width: 24,
@@ -9219,7 +9562,7 @@
9219
9562
  PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
9220
9563
  var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
9221
9564
 
9222
- var _excluded$2J = ["gradient"];
9565
+ var _excluded$2L = ["gradient"];
9223
9566
 
9224
9567
  /**
9225
9568
  * @component PersonCircleOffIcon
@@ -9249,7 +9592,7 @@
9249
9592
  */
9250
9593
  var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9251
9594
  var gradient = _ref.gradient,
9252
- props = _objectWithoutProperties(_ref, _excluded$2J);
9595
+ props = _objectWithoutProperties(_ref, _excluded$2L);
9253
9596
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9254
9597
  xmlns: "http://www.w3.org/2000/svg",
9255
9598
  width: 24,
@@ -9269,7 +9612,7 @@
9269
9612
  PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
9270
9613
  var PersonCircleOffIcon$1 = PersonCircleOffIcon;
9271
9614
 
9272
- var _excluded$2I = ["gradient"];
9615
+ var _excluded$2K = ["gradient"];
9273
9616
 
9274
9617
  /**
9275
9618
  * @component PersonCircleIcon
@@ -9299,7 +9642,7 @@
9299
9642
  */
9300
9643
  var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9301
9644
  var gradient = _ref.gradient,
9302
- props = _objectWithoutProperties(_ref, _excluded$2I);
9645
+ props = _objectWithoutProperties(_ref, _excluded$2K);
9303
9646
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9304
9647
  xmlns: "http://www.w3.org/2000/svg",
9305
9648
  width: 24,
@@ -9319,7 +9662,7 @@
9319
9662
  PersonCircleIcon.displayName = "PersonCircleIcon";
9320
9663
  var PersonCircleIcon$1 = PersonCircleIcon;
9321
9664
 
9322
- var _excluded$2H = ["gradient"];
9665
+ var _excluded$2J = ["gradient"];
9323
9666
 
9324
9667
  /**
9325
9668
  * @component PersonListIcon
@@ -9349,7 +9692,7 @@
9349
9692
  */
9350
9693
  var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9351
9694
  var gradient = _ref.gradient,
9352
- props = _objectWithoutProperties(_ref, _excluded$2H);
9695
+ props = _objectWithoutProperties(_ref, _excluded$2J);
9353
9696
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9354
9697
  xmlns: "http://www.w3.org/2000/svg",
9355
9698
  width: 24,
@@ -9370,7 +9713,7 @@
9370
9713
  PersonListIcon.displayName = "PersonListIcon";
9371
9714
  var PersonListIcon$1 = PersonListIcon;
9372
9715
 
9373
- var _excluded$2G = ["gradient"];
9716
+ var _excluded$2I = ["gradient"];
9374
9717
 
9375
9718
  /**
9376
9719
  * @component PersonPlusIcon
@@ -9400,7 +9743,7 @@
9400
9743
  */
9401
9744
  var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9402
9745
  var gradient = _ref.gradient,
9403
- props = _objectWithoutProperties(_ref, _excluded$2G);
9746
+ props = _objectWithoutProperties(_ref, _excluded$2I);
9404
9747
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9405
9748
  xmlns: "http://www.w3.org/2000/svg",
9406
9749
  width: 24,
@@ -9420,7 +9763,7 @@
9420
9763
  PersonPlusIcon.displayName = "PersonPlusIcon";
9421
9764
  var PersonPlusIcon$1 = PersonPlusIcon;
9422
9765
 
9423
- var _excluded$2F = ["gradient"];
9766
+ var _excluded$2H = ["gradient"];
9424
9767
 
9425
9768
  /**
9426
9769
  * @component PersonIcon
@@ -9450,7 +9793,7 @@
9450
9793
  */
9451
9794
  var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9452
9795
  var gradient = _ref.gradient,
9453
- props = _objectWithoutProperties(_ref, _excluded$2F);
9796
+ props = _objectWithoutProperties(_ref, _excluded$2H);
9454
9797
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9455
9798
  xmlns: "http://www.w3.org/2000/svg",
9456
9799
  width: 24,
@@ -9470,7 +9813,7 @@
9470
9813
  PersonIcon.displayName = "PersonIcon";
9471
9814
  var PersonIcon$1 = PersonIcon;
9472
9815
 
9473
- var _excluded$2E = ["gradient"];
9816
+ var _excluded$2G = ["gradient"];
9474
9817
 
9475
9818
  /**
9476
9819
  * @component PinSmallIcon
@@ -9500,7 +9843,7 @@
9500
9843
  */
9501
9844
  var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9502
9845
  var gradient = _ref.gradient,
9503
- props = _objectWithoutProperties(_ref, _excluded$2E);
9846
+ props = _objectWithoutProperties(_ref, _excluded$2G);
9504
9847
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9505
9848
  xmlns: "http://www.w3.org/2000/svg",
9506
9849
  width: 12,
@@ -9521,7 +9864,7 @@
9521
9864
  PinSmallIcon.displayName = "PinSmallIcon";
9522
9865
  var PinSmallIcon$1 = PinSmallIcon;
9523
9866
 
9524
- var _excluded$2D = ["gradient"];
9867
+ var _excluded$2F = ["gradient"];
9525
9868
 
9526
9869
  /**
9527
9870
  * @component PinIcon
@@ -9551,7 +9894,7 @@
9551
9894
  */
9552
9895
  var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9553
9896
  var gradient = _ref.gradient,
9554
- props = _objectWithoutProperties(_ref, _excluded$2D);
9897
+ props = _objectWithoutProperties(_ref, _excluded$2F);
9555
9898
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9556
9899
  xmlns: "http://www.w3.org/2000/svg",
9557
9900
  width: 24,
@@ -9571,7 +9914,7 @@
9571
9914
  PinIcon.displayName = "PinIcon";
9572
9915
  var PinIcon$1 = PinIcon;
9573
9916
 
9574
- var _excluded$2C = ["gradient"];
9917
+ var _excluded$2E = ["gradient"];
9575
9918
 
9576
9919
  /**
9577
9920
  * @component PlayCircleOutlineIcon
@@ -9601,7 +9944,7 @@
9601
9944
  */
9602
9945
  var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9603
9946
  var gradient = _ref.gradient,
9604
- props = _objectWithoutProperties(_ref, _excluded$2C);
9947
+ props = _objectWithoutProperties(_ref, _excluded$2E);
9605
9948
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9606
9949
  xmlns: "http://www.w3.org/2000/svg",
9607
9950
  width: 24,
@@ -9621,7 +9964,7 @@
9621
9964
  PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
9622
9965
  var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
9623
9966
 
9624
- var _excluded$2B = ["gradient"];
9967
+ var _excluded$2D = ["gradient"];
9625
9968
 
9626
9969
  /**
9627
9970
  * @component PlayIcon
@@ -9651,7 +9994,7 @@
9651
9994
  */
9652
9995
  var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9653
9996
  var gradient = _ref.gradient,
9654
- props = _objectWithoutProperties(_ref, _excluded$2B);
9997
+ props = _objectWithoutProperties(_ref, _excluded$2D);
9655
9998
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9656
9999
  xmlns: "http://www.w3.org/2000/svg",
9657
10000
  width: 24,
@@ -9671,7 +10014,7 @@
9671
10014
  PlayIcon.displayName = "PlayIcon";
9672
10015
  var PlayIcon$1 = PlayIcon;
9673
10016
 
9674
- var _excluded$2A = ["gradient"];
10017
+ var _excluded$2C = ["gradient"];
9675
10018
 
9676
10019
  /**
9677
10020
  * @component PlaySmallIcon
@@ -9701,7 +10044,7 @@
9701
10044
  */
9702
10045
  var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9703
10046
  var gradient = _ref.gradient,
9704
- props = _objectWithoutProperties(_ref, _excluded$2A);
10047
+ props = _objectWithoutProperties(_ref, _excluded$2C);
9705
10048
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9706
10049
  xmlns: "http://www.w3.org/2000/svg",
9707
10050
  width: 24,
@@ -9721,7 +10064,7 @@
9721
10064
  PlaySmallIcon.displayName = "PlaySmallIcon";
9722
10065
  var PlaySmallIcon$1 = PlaySmallIcon;
9723
10066
 
9724
- var _excluded$2z = ["gradient"];
10067
+ var _excluded$2B = ["gradient"];
9725
10068
 
9726
10069
  /**
9727
10070
  * @component PriorityLowIcon
@@ -9751,7 +10094,7 @@
9751
10094
  */
9752
10095
  var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9753
10096
  var gradient = _ref.gradient,
9754
- props = _objectWithoutProperties(_ref, _excluded$2z);
10097
+ props = _objectWithoutProperties(_ref, _excluded$2B);
9755
10098
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9756
10099
  xmlns: "http://www.w3.org/2000/svg",
9757
10100
  width: 24,
@@ -9772,7 +10115,7 @@
9772
10115
  PriorityLowIcon.displayName = "PriorityLowIcon";
9773
10116
  var PriorityLowIcon$1 = PriorityLowIcon;
9774
10117
 
9775
- var _excluded$2y = ["gradient"];
10118
+ var _excluded$2A = ["gradient"];
9776
10119
 
9777
10120
  /**
9778
10121
  * @component ProjectAddIcon
@@ -9802,7 +10145,7 @@
9802
10145
  */
9803
10146
  var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9804
10147
  var gradient = _ref.gradient,
9805
- props = _objectWithoutProperties(_ref, _excluded$2y);
10148
+ props = _objectWithoutProperties(_ref, _excluded$2A);
9806
10149
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9807
10150
  xmlns: "http://www.w3.org/2000/svg",
9808
10151
  width: 24,
@@ -9822,7 +10165,7 @@
9822
10165
  ProjectAddIcon.displayName = "ProjectAddIcon";
9823
10166
  var ProjectAddIcon$1 = ProjectAddIcon;
9824
10167
 
9825
- var _excluded$2x = ["gradient"];
10168
+ var _excluded$2z = ["gradient"];
9826
10169
 
9827
10170
  /**
9828
10171
  * @component ProjectSearchIcon
@@ -9852,7 +10195,7 @@
9852
10195
  */
9853
10196
  var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9854
10197
  var gradient = _ref.gradient,
9855
- props = _objectWithoutProperties(_ref, _excluded$2x);
10198
+ props = _objectWithoutProperties(_ref, _excluded$2z);
9856
10199
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9857
10200
  xmlns: "http://www.w3.org/2000/svg",
9858
10201
  width: 24,
@@ -9873,7 +10216,7 @@
9873
10216
  ProjectSearchIcon.displayName = "ProjectSearchIcon";
9874
10217
  var ProjectSearchIcon$1 = ProjectSearchIcon;
9875
10218
 
9876
- var _excluded$2w = ["gradient"];
10219
+ var _excluded$2y = ["gradient"];
9877
10220
 
9878
10221
  /**
9879
10222
  * @component ProjectStarIcon
@@ -9903,7 +10246,7 @@
9903
10246
  */
9904
10247
  var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9905
10248
  var gradient = _ref.gradient,
9906
- props = _objectWithoutProperties(_ref, _excluded$2w);
10249
+ props = _objectWithoutProperties(_ref, _excluded$2y);
9907
10250
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9908
10251
  xmlns: "http://www.w3.org/2000/svg",
9909
10252
  width: 24,
@@ -9926,7 +10269,7 @@
9926
10269
  ProjectStarIcon.displayName = "ProjectStarIcon";
9927
10270
  var ProjectStarIcon$1 = ProjectStarIcon;
9928
10271
 
9929
- var _excluded$2v = ["gradient"];
10272
+ var _excluded$2x = ["gradient"];
9930
10273
 
9931
10274
  /**
9932
10275
  * @component ProjectTemplateAddIcon
@@ -9956,7 +10299,7 @@
9956
10299
  */
9957
10300
  var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9958
10301
  var gradient = _ref.gradient,
9959
- props = _objectWithoutProperties(_ref, _excluded$2v);
10302
+ props = _objectWithoutProperties(_ref, _excluded$2x);
9960
10303
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9961
10304
  xmlns: "http://www.w3.org/2000/svg",
9962
10305
  width: 24,
@@ -9976,7 +10319,7 @@
9976
10319
  ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
9977
10320
  var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
9978
10321
 
9979
- var _excluded$2u = ["gradient"];
10322
+ var _excluded$2w = ["gradient"];
9980
10323
 
9981
10324
  /**
9982
10325
  * @component ProjectTemplateConvertIcon
@@ -10006,7 +10349,7 @@
10006
10349
  */
10007
10350
  var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10008
10351
  var gradient = _ref.gradient,
10009
- props = _objectWithoutProperties(_ref, _excluded$2u);
10352
+ props = _objectWithoutProperties(_ref, _excluded$2w);
10010
10353
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10011
10354
  xmlns: "http://www.w3.org/2000/svg",
10012
10355
  width: 24,
@@ -10026,7 +10369,7 @@
10026
10369
  ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
10027
10370
  var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
10028
10371
 
10029
- var _excluded$2t = ["gradient"];
10372
+ var _excluded$2v = ["gradient"];
10030
10373
 
10031
10374
  /**
10032
10375
  * @component ProjectTemplateIcon
@@ -10056,7 +10399,7 @@
10056
10399
  */
10057
10400
  var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10058
10401
  var gradient = _ref.gradient,
10059
- props = _objectWithoutProperties(_ref, _excluded$2t);
10402
+ props = _objectWithoutProperties(_ref, _excluded$2v);
10060
10403
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10061
10404
  xmlns: "http://www.w3.org/2000/svg",
10062
10405
  width: 24,
@@ -10076,7 +10419,7 @@
10076
10419
  ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
10077
10420
  var ProjectTemplateIcon$1 = ProjectTemplateIcon;
10078
10421
 
10079
- var _excluded$2s = ["gradient"];
10422
+ var _excluded$2u = ["gradient"];
10080
10423
 
10081
10424
  /**
10082
10425
  * @component ProjectsIcon
@@ -10106,7 +10449,7 @@
10106
10449
  */
10107
10450
  var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10108
10451
  var gradient = _ref.gradient,
10109
- props = _objectWithoutProperties(_ref, _excluded$2s);
10452
+ props = _objectWithoutProperties(_ref, _excluded$2u);
10110
10453
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10111
10454
  xmlns: "http://www.w3.org/2000/svg",
10112
10455
  width: 24,
@@ -10130,7 +10473,7 @@
10130
10473
  ProjectsIcon.displayName = "ProjectsIcon";
10131
10474
  var ProjectsIcon$1 = ProjectsIcon;
10132
10475
 
10133
- var _excluded$2r = ["gradient"];
10476
+ var _excluded$2t = ["gradient"];
10134
10477
 
10135
10478
  /**
10136
10479
  * @component PuzzleIcon
@@ -10160,7 +10503,7 @@
10160
10503
  */
10161
10504
  var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10162
10505
  var gradient = _ref.gradient,
10163
- props = _objectWithoutProperties(_ref, _excluded$2r);
10506
+ props = _objectWithoutProperties(_ref, _excluded$2t);
10164
10507
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10165
10508
  xmlns: "http://www.w3.org/2000/svg",
10166
10509
  width: 24,
@@ -10181,7 +10524,7 @@
10181
10524
  PuzzleIcon.displayName = "PuzzleIcon";
10182
10525
  var PuzzleIcon$1 = PuzzleIcon;
10183
10526
 
10184
- var _excluded$2q = ["gradient"];
10527
+ var _excluded$2s = ["gradient"];
10185
10528
 
10186
10529
  /**
10187
10530
  * @component RadioBlankIcon
@@ -10211,7 +10554,7 @@
10211
10554
  */
10212
10555
  var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10213
10556
  var gradient = _ref.gradient,
10214
- props = _objectWithoutProperties(_ref, _excluded$2q);
10557
+ props = _objectWithoutProperties(_ref, _excluded$2s);
10215
10558
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10216
10559
  xmlns: "http://www.w3.org/2000/svg",
10217
10560
  width: 24,
@@ -10231,7 +10574,7 @@
10231
10574
  RadioBlankIcon.displayName = "RadioBlankIcon";
10232
10575
  var RadioBlankIcon$1 = RadioBlankIcon;
10233
10576
 
10234
- var _excluded$2p = ["gradient"];
10577
+ var _excluded$2r = ["gradient"];
10235
10578
 
10236
10579
  /**
10237
10580
  * @component RadioButtonIcon
@@ -10261,7 +10604,7 @@
10261
10604
  */
10262
10605
  var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10263
10606
  var gradient = _ref.gradient,
10264
- props = _objectWithoutProperties(_ref, _excluded$2p);
10607
+ props = _objectWithoutProperties(_ref, _excluded$2r);
10265
10608
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10266
10609
  xmlns: "http://www.w3.org/2000/svg",
10267
10610
  width: 16,
@@ -10289,7 +10632,7 @@
10289
10632
  RadioButtonIcon.displayName = "RadioButtonIcon";
10290
10633
  var RadioButtonIcon$1 = RadioButtonIcon;
10291
10634
 
10292
- var _excluded$2o = ["gradient"];
10635
+ var _excluded$2q = ["gradient"];
10293
10636
 
10294
10637
  /**
10295
10638
  * @component RearangeIcon
@@ -10319,7 +10662,7 @@
10319
10662
  */
10320
10663
  var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10321
10664
  var gradient = _ref.gradient,
10322
- props = _objectWithoutProperties(_ref, _excluded$2o);
10665
+ props = _objectWithoutProperties(_ref, _excluded$2q);
10323
10666
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10324
10667
  xmlns: "http://www.w3.org/2000/svg",
10325
10668
  width: 24,
@@ -10339,7 +10682,7 @@
10339
10682
  RearangeIcon.displayName = "RearangeIcon";
10340
10683
  var RearangeIcon$1 = RearangeIcon;
10341
10684
 
10342
- var _excluded$2n = ["gradient"];
10685
+ var _excluded$2p = ["gradient"];
10343
10686
 
10344
10687
  /**
10345
10688
  * @component RearrangeSmallIcon
@@ -10369,7 +10712,7 @@
10369
10712
  */
10370
10713
  var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10371
10714
  var gradient = _ref.gradient,
10372
- props = _objectWithoutProperties(_ref, _excluded$2n);
10715
+ props = _objectWithoutProperties(_ref, _excluded$2p);
10373
10716
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10374
10717
  xmlns: "http://www.w3.org/2000/svg",
10375
10718
  width: 12,
@@ -10389,7 +10732,7 @@
10389
10732
  RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
10390
10733
  var RearrangeSmallIcon$1 = RearrangeSmallIcon;
10391
10734
 
10392
- var _excluded$2m = ["gradient"];
10735
+ var _excluded$2o = ["gradient"];
10393
10736
 
10394
10737
  /**
10395
10738
  * @component RecurringCheckmarkSmallIcon
@@ -10419,7 +10762,7 @@
10419
10762
  */
10420
10763
  var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10421
10764
  var gradient = _ref.gradient,
10422
- props = _objectWithoutProperties(_ref, _excluded$2m);
10765
+ props = _objectWithoutProperties(_ref, _excluded$2o);
10423
10766
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10424
10767
  xmlns: "http://www.w3.org/2000/svg",
10425
10768
  width: 12,
@@ -10439,7 +10782,7 @@
10439
10782
  RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
10440
10783
  var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
10441
10784
 
10442
- var _excluded$2l = ["gradient"];
10785
+ var _excluded$2n = ["gradient"];
10443
10786
 
10444
10787
  /**
10445
10788
  * @component RecurringCheckmarkIcon
@@ -10469,7 +10812,7 @@
10469
10812
  */
10470
10813
  var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10471
10814
  var gradient = _ref.gradient,
10472
- props = _objectWithoutProperties(_ref, _excluded$2l);
10815
+ props = _objectWithoutProperties(_ref, _excluded$2n);
10473
10816
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10474
10817
  xmlns: "http://www.w3.org/2000/svg",
10475
10818
  width: 24,
@@ -10489,7 +10832,7 @@
10489
10832
  RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
10490
10833
  var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
10491
10834
 
10492
- var _excluded$2k = ["gradient"];
10835
+ var _excluded$2m = ["gradient"];
10493
10836
 
10494
10837
  /**
10495
10838
  * @component RecurringDollarIcon
@@ -10519,7 +10862,7 @@
10519
10862
  */
10520
10863
  var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10521
10864
  var gradient = _ref.gradient,
10522
- props = _objectWithoutProperties(_ref, _excluded$2k);
10865
+ props = _objectWithoutProperties(_ref, _excluded$2m);
10523
10866
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10524
10867
  xmlns: "http://www.w3.org/2000/svg",
10525
10868
  width: 24,
@@ -10541,7 +10884,7 @@
10541
10884
  RecurringDollarIcon.displayName = "RecurringDollarIcon";
10542
10885
  var RecurringDollarIcon$1 = RecurringDollarIcon;
10543
10886
 
10544
- var _excluded$2j = ["gradient"];
10887
+ var _excluded$2l = ["gradient"];
10545
10888
 
10546
10889
  /**
10547
10890
  * @component RecurringSmallIcon
@@ -10571,7 +10914,7 @@
10571
10914
  */
10572
10915
  var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10573
10916
  var gradient = _ref.gradient,
10574
- props = _objectWithoutProperties(_ref, _excluded$2j);
10917
+ props = _objectWithoutProperties(_ref, _excluded$2l);
10575
10918
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10576
10919
  xmlns: "http://www.w3.org/2000/svg",
10577
10920
  width: 12,
@@ -10592,7 +10935,7 @@
10592
10935
  RecurringSmallIcon.displayName = "RecurringSmallIcon";
10593
10936
  var RecurringSmallIcon$1 = RecurringSmallIcon;
10594
10937
 
10595
- var _excluded$2i = ["gradient"];
10938
+ var _excluded$2k = ["gradient"];
10596
10939
 
10597
10940
  /**
10598
10941
  * @component ReminderIcon
@@ -10622,7 +10965,7 @@
10622
10965
  */
10623
10966
  var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10624
10967
  var gradient = _ref.gradient,
10625
- props = _objectWithoutProperties(_ref, _excluded$2i);
10968
+ props = _objectWithoutProperties(_ref, _excluded$2k);
10626
10969
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10627
10970
  xmlns: "http://www.w3.org/2000/svg",
10628
10971
  width: 18,
@@ -10648,7 +10991,7 @@
10648
10991
  ReminderIcon.displayName = "ReminderIcon";
10649
10992
  var ReminderIcon$1 = ReminderIcon;
10650
10993
 
10651
- var _excluded$2h = ["gradient"];
10994
+ var _excluded$2j = ["gradient"];
10652
10995
 
10653
10996
  /**
10654
10997
  * @component ReorderIcon
@@ -10678,7 +11021,7 @@
10678
11021
  */
10679
11022
  var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10680
11023
  var gradient = _ref.gradient,
10681
- props = _objectWithoutProperties(_ref, _excluded$2h);
11024
+ props = _objectWithoutProperties(_ref, _excluded$2j);
10682
11025
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10683
11026
  xmlns: "http://www.w3.org/2000/svg",
10684
11027
  width: 24,
@@ -10697,7 +11040,7 @@
10697
11040
  ReorderIcon.displayName = "ReorderIcon";
10698
11041
  var ReorderIcon$1 = ReorderIcon;
10699
11042
 
10700
- var _excluded$2g = ["gradient"];
11043
+ var _excluded$2i = ["gradient"];
10701
11044
 
10702
11045
  /**
10703
11046
  * @component ReportTimeIcon
@@ -10727,7 +11070,7 @@
10727
11070
  */
10728
11071
  var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10729
11072
  var gradient = _ref.gradient,
10730
- props = _objectWithoutProperties(_ref, _excluded$2g);
11073
+ props = _objectWithoutProperties(_ref, _excluded$2i);
10731
11074
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10732
11075
  xmlns: "http://www.w3.org/2000/svg",
10733
11076
  width: 24,
@@ -10747,7 +11090,7 @@
10747
11090
  ReportTimeIcon.displayName = "ReportTimeIcon";
10748
11091
  var ReportTimeIcon$1 = ReportTimeIcon;
10749
11092
 
10750
- var _excluded$2f = ["gradient"];
11093
+ var _excluded$2h = ["gradient"];
10751
11094
 
10752
11095
  /**
10753
11096
  * @component ReportsIcon
@@ -10777,7 +11120,7 @@
10777
11120
  */
10778
11121
  var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10779
11122
  var gradient = _ref.gradient,
10780
- props = _objectWithoutProperties(_ref, _excluded$2f);
11123
+ props = _objectWithoutProperties(_ref, _excluded$2h);
10781
11124
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10782
11125
  xmlns: "http://www.w3.org/2000/svg",
10783
11126
  width: 24,
@@ -10801,7 +11144,7 @@
10801
11144
  ReportsIcon.displayName = "ReportsIcon";
10802
11145
  var ReportsIcon$1 = ReportsIcon;
10803
11146
 
10804
- var _excluded$2e = ["gradient"];
11147
+ var _excluded$2g = ["gradient"];
10805
11148
 
10806
11149
  /**
10807
11150
  * @component RobotIcon
@@ -10831,7 +11174,7 @@
10831
11174
  */
10832
11175
  var RobotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10833
11176
  var gradient = _ref.gradient,
10834
- props = _objectWithoutProperties(_ref, _excluded$2e);
11177
+ props = _objectWithoutProperties(_ref, _excluded$2g);
10835
11178
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10836
11179
  xmlns: "http://www.w3.org/2000/svg",
10837
11180
  width: 24,
@@ -10854,7 +11197,7 @@
10854
11197
  RobotIcon.displayName = "RobotIcon";
10855
11198
  var RobotIcon$1 = RobotIcon;
10856
11199
 
10857
- var _excluded$2d = ["gradient"];
11200
+ var _excluded$2f = ["gradient"];
10858
11201
 
10859
11202
  /**
10860
11203
  * @component RocketSmallIcon
@@ -10884,7 +11227,7 @@
10884
11227
  */
10885
11228
  var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10886
11229
  var gradient = _ref.gradient,
10887
- props = _objectWithoutProperties(_ref, _excluded$2d);
11230
+ props = _objectWithoutProperties(_ref, _excluded$2f);
10888
11231
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10889
11232
  xmlns: "http://www.w3.org/2000/svg",
10890
11233
  width: 18,
@@ -10902,7 +11245,7 @@
10902
11245
  RocketSmallIcon.displayName = "RocketSmallIcon";
10903
11246
  var RocketSmallIcon$1 = RocketSmallIcon;
10904
11247
 
10905
- var _excluded$2c = ["gradient"];
11248
+ var _excluded$2e = ["gradient"];
10906
11249
 
10907
11250
  /**
10908
11251
  * @component RocketIcon
@@ -10932,7 +11275,7 @@
10932
11275
  */
10933
11276
  var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10934
11277
  var gradient = _ref.gradient,
10935
- props = _objectWithoutProperties(_ref, _excluded$2c);
11278
+ props = _objectWithoutProperties(_ref, _excluded$2e);
10936
11279
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10937
11280
  xmlns: "http://www.w3.org/2000/svg",
10938
11281
  width: 24,
@@ -10951,7 +11294,7 @@
10951
11294
  RocketIcon.displayName = "RocketIcon";
10952
11295
  var RocketIcon$1 = RocketIcon;
10953
11296
 
10954
- var _excluded$2b = ["gradient"];
11297
+ var _excluded$2d = ["gradient"];
10955
11298
 
10956
11299
  /**
10957
11300
  * @component RoundedRectangleIcon
@@ -10981,7 +11324,7 @@
10981
11324
  */
10982
11325
  var RoundedRectangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10983
11326
  var gradient = _ref.gradient,
10984
- props = _objectWithoutProperties(_ref, _excluded$2b);
11327
+ props = _objectWithoutProperties(_ref, _excluded$2d);
10985
11328
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10986
11329
  xmlns: "http://www.w3.org/2000/svg",
10987
11330
  width: 24,
@@ -11007,7 +11350,7 @@
11007
11350
  RoundedRectangleIcon.displayName = "RoundedRectangleIcon";
11008
11351
  var RoundedRectangleIcon$1 = RoundedRectangleIcon;
11009
11352
 
11010
- var _excluded$2a = ["gradient"];
11353
+ var _excluded$2c = ["gradient"];
11011
11354
 
11012
11355
  /**
11013
11356
  * @component SaveIcon
@@ -11037,7 +11380,7 @@
11037
11380
  */
11038
11381
  var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11039
11382
  var gradient = _ref.gradient,
11040
- props = _objectWithoutProperties(_ref, _excluded$2a);
11383
+ props = _objectWithoutProperties(_ref, _excluded$2c);
11041
11384
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11042
11385
  xmlns: "http://www.w3.org/2000/svg",
11043
11386
  width: 24,
@@ -11058,7 +11401,7 @@
11058
11401
  SaveIcon.displayName = "SaveIcon";
11059
11402
  var SaveIcon$1 = SaveIcon;
11060
11403
 
11061
- var _excluded$29 = ["gradient"];
11404
+ var _excluded$2b = ["gradient"];
11062
11405
 
11063
11406
  /**
11064
11407
  * @component SearchLargeIcon
@@ -11088,7 +11431,7 @@
11088
11431
  */
11089
11432
  var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11090
11433
  var gradient = _ref.gradient,
11091
- props = _objectWithoutProperties(_ref, _excluded$29);
11434
+ props = _objectWithoutProperties(_ref, _excluded$2b);
11092
11435
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11093
11436
  xmlns: "http://www.w3.org/2000/svg",
11094
11437
  width: 32,
@@ -11109,7 +11452,7 @@
11109
11452
  SearchLargeIcon.displayName = "SearchLargeIcon";
11110
11453
  var SearchLargeIcon$1 = SearchLargeIcon;
11111
11454
 
11112
- var _excluded$28 = ["gradient"];
11455
+ var _excluded$2a = ["gradient"];
11113
11456
 
11114
11457
  /**
11115
11458
  * @component SearchPlusIcon
@@ -11139,7 +11482,7 @@
11139
11482
  */
11140
11483
  var SearchPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11141
11484
  var gradient = _ref.gradient,
11142
- props = _objectWithoutProperties(_ref, _excluded$28);
11485
+ props = _objectWithoutProperties(_ref, _excluded$2a);
11143
11486
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11144
11487
  xmlns: "http://www.w3.org/2000/svg",
11145
11488
  width: 24,
@@ -11163,7 +11506,7 @@
11163
11506
  SearchPlusIcon.displayName = "SearchPlusIcon";
11164
11507
  var SearchPlusIcon$1 = SearchPlusIcon;
11165
11508
 
11166
- var _excluded$27 = ["gradient"];
11509
+ var _excluded$29 = ["gradient"];
11167
11510
 
11168
11511
  /**
11169
11512
  * @component SearchIcon
@@ -11193,7 +11536,7 @@
11193
11536
  */
11194
11537
  var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11195
11538
  var gradient = _ref.gradient,
11196
- props = _objectWithoutProperties(_ref, _excluded$27);
11539
+ props = _objectWithoutProperties(_ref, _excluded$29);
11197
11540
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11198
11541
  xmlns: "http://www.w3.org/2000/svg",
11199
11542
  width: 24,
@@ -11212,7 +11555,7 @@
11212
11555
  SearchIcon.displayName = "SearchIcon";
11213
11556
  var SearchIcon$1 = SearchIcon;
11214
11557
 
11215
- var _excluded$26 = ["gradient"];
11558
+ var _excluded$28 = ["gradient"];
11216
11559
 
11217
11560
  /**
11218
11561
  * @component SendBlankIcon
@@ -11242,7 +11585,7 @@
11242
11585
  */
11243
11586
  var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11244
11587
  var gradient = _ref.gradient,
11245
- props = _objectWithoutProperties(_ref, _excluded$26);
11588
+ props = _objectWithoutProperties(_ref, _excluded$28);
11246
11589
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11247
11590
  xmlns: "http://www.w3.org/2000/svg",
11248
11591
  width: 24,
@@ -11261,7 +11604,7 @@
11261
11604
  SendBlankIcon.displayName = "SendBlankIcon";
11262
11605
  var SendBlankIcon$1 = SendBlankIcon;
11263
11606
 
11264
- var _excluded$25 = ["gradient"];
11607
+ var _excluded$27 = ["gradient"];
11265
11608
 
11266
11609
  /**
11267
11610
  * @component SendFilledIcon
@@ -11291,7 +11634,7 @@
11291
11634
  */
11292
11635
  var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11293
11636
  var gradient = _ref.gradient,
11294
- props = _objectWithoutProperties(_ref, _excluded$25);
11637
+ props = _objectWithoutProperties(_ref, _excluded$27);
11295
11638
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11296
11639
  xmlns: "http://www.w3.org/2000/svg",
11297
11640
  width: 24,
@@ -11310,7 +11653,7 @@
11310
11653
  SendFilledIcon.displayName = "SendFilledIcon";
11311
11654
  var SendFilledIcon$1 = SendFilledIcon;
11312
11655
 
11313
- var _excluded$24 = ["gradient"];
11656
+ var _excluded$26 = ["gradient"];
11314
11657
 
11315
11658
  /**
11316
11659
  * @component SettingsIcon
@@ -11340,7 +11683,7 @@
11340
11683
  */
11341
11684
  var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11342
11685
  var gradient = _ref.gradient,
11343
- props = _objectWithoutProperties(_ref, _excluded$24);
11686
+ props = _objectWithoutProperties(_ref, _excluded$26);
11344
11687
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11345
11688
  xmlns: "http://www.w3.org/2000/svg",
11346
11689
  width: 24,
@@ -11360,7 +11703,7 @@
11360
11703
  SettingsIcon.displayName = "SettingsIcon";
11361
11704
  var SettingsIcon$1 = SettingsIcon;
11362
11705
 
11363
- var _excluded$23 = ["gradient"];
11706
+ var _excluded$25 = ["gradient"];
11364
11707
 
11365
11708
  /**
11366
11709
  * @component ShapesIcon
@@ -11390,7 +11733,7 @@
11390
11733
  */
11391
11734
  var ShapesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11392
11735
  var gradient = _ref.gradient,
11393
- props = _objectWithoutProperties(_ref, _excluded$23);
11736
+ props = _objectWithoutProperties(_ref, _excluded$25);
11394
11737
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11395
11738
  xmlns: "http://www.w3.org/2000/svg",
11396
11739
  width: 24,
@@ -11410,7 +11753,7 @@
11410
11753
  ShapesIcon.displayName = "ShapesIcon";
11411
11754
  var ShapesIcon$1 = ShapesIcon;
11412
11755
 
11413
- var _excluded$22 = ["gradient"];
11756
+ var _excluded$24 = ["gradient"];
11414
11757
 
11415
11758
  /**
11416
11759
  * @component ShieldIcon
@@ -11440,7 +11783,7 @@
11440
11783
  */
11441
11784
  var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11442
11785
  var gradient = _ref.gradient,
11443
- props = _objectWithoutProperties(_ref, _excluded$22);
11786
+ props = _objectWithoutProperties(_ref, _excluded$24);
11444
11787
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11445
11788
  xmlns: "http://www.w3.org/2000/svg",
11446
11789
  width: 24,
@@ -11461,6 +11804,116 @@
11461
11804
  ShieldIcon.displayName = "ShieldIcon";
11462
11805
  var ShieldIcon$1 = ShieldIcon;
11463
11806
 
11807
+ var _excluded$23 = ["gradient"];
11808
+
11809
+ /**
11810
+ * @component SidebarLeftIcon
11811
+ * @description
11812
+ *
11813
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
11814
+ * The Icon component is
11815
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11816
+ *
11817
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11818
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
11819
+ *
11820
+ * @example
11821
+ * return (
11822
+ * <SidebarLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
11823
+ * )
11824
+ *
11825
+ * @example
11826
+ * return (
11827
+ * <SidebarLeftIcon className="mr-2" />
11828
+ * )
11829
+ *
11830
+ * @see
11831
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
11832
+ * @see
11833
+ * https://design.activecollab.com/docs/foundations/icons
11834
+ */
11835
+ var SidebarLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11836
+ var gradient = _ref.gradient,
11837
+ props = _objectWithoutProperties(_ref, _excluded$23);
11838
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11839
+ xmlns: "http://www.w3.org/2000/svg",
11840
+ width: 24,
11841
+ height: 24,
11842
+ viewBox: "0 0 24 24",
11843
+ "data-testid": "SidebarLeftIcon",
11844
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
11845
+ focusable: false,
11846
+ ref: ref
11847
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
11848
+ gradient: gradient
11849
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11850
+ fillRule: "evenodd",
11851
+ d: "M12 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm-5 2h4v10h-4z",
11852
+ clipRule: "evenodd"
11853
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11854
+ fillRule: "evenodd",
11855
+ d: "M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v16h16z",
11856
+ clipRule: "evenodd"
11857
+ }));
11858
+ });
11859
+ SidebarLeftIcon.displayName = "SidebarLeftIcon";
11860
+ var SidebarLeftIcon$1 = SidebarLeftIcon;
11861
+
11862
+ var _excluded$22 = ["gradient"];
11863
+
11864
+ /**
11865
+ * @component SidebarRightIcon
11866
+ * @description
11867
+ *
11868
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
11869
+ * The Icon component is
11870
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11871
+ *
11872
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11873
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
11874
+ *
11875
+ * @example
11876
+ * return (
11877
+ * <SidebarRightIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
11878
+ * )
11879
+ *
11880
+ * @example
11881
+ * return (
11882
+ * <SidebarRightIcon className="mr-2" />
11883
+ * )
11884
+ *
11885
+ * @see
11886
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
11887
+ * @see
11888
+ * https://design.activecollab.com/docs/foundations/icons
11889
+ */
11890
+ var SidebarRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11891
+ var gradient = _ref.gradient,
11892
+ props = _objectWithoutProperties(_ref, _excluded$22);
11893
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11894
+ xmlns: "http://www.w3.org/2000/svg",
11895
+ width: 24,
11896
+ height: 24,
11897
+ viewBox: "0 0 24 24",
11898
+ "data-testid": "SidebarRightIcon",
11899
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
11900
+ focusable: false,
11901
+ ref: ref
11902
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
11903
+ gradient: gradient
11904
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11905
+ fillRule: "evenodd",
11906
+ d: "M12 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm5 2h-4v10h4z",
11907
+ clipRule: "evenodd"
11908
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11909
+ fillRule: "evenodd",
11910
+ d: "M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v16h16z",
11911
+ clipRule: "evenodd"
11912
+ }));
11913
+ });
11914
+ SidebarRightIcon.displayName = "SidebarRightIcon";
11915
+ var SidebarRightIcon$1 = SidebarRightIcon;
11916
+
11464
11917
  var _excluded$21 = ["gradient"];
11465
11918
 
11466
11919
  /**
@@ -27951,6 +28404,7 @@
27951
28404
  exports.FolderIcon = FolderIcon$1;
27952
28405
  exports.FolderMoveIcon = FolderMoveIcon$1;
27953
28406
  exports.FolderOutlineIcon = FolderOutlineIcon$1;
28407
+ exports.FolderPlusIcon = FolderPlusIcon$1;
27954
28408
  exports.FromElement = FromElement;
27955
28409
  exports.GearFailedIcon = GearFailedIcon$1;
27956
28410
  exports.GearIcon = GearIcon$1;
@@ -27998,9 +28452,14 @@
27998
28452
  exports.KeyIcon = KeyIcon$1;
27999
28453
  exports.Label = Label;
28000
28454
  exports.LabelsIcon = LabelsIcon$1;
28455
+ exports.LayerBackIcon = LayerBackIcon$1;
28456
+ exports.LayerBackwardIcon = LayerBackwardIcon$1;
28001
28457
  exports.LayerContext = LayerContext$1;
28002
28458
  exports.LayerContextConsumer = LayerContextConsumer;
28003
28459
  exports.LayerContextProvider = LayerContextProvider;
28460
+ exports.LayerForwardIcon = LayerForwardIcon$1;
28461
+ exports.LayerFrontIcon = LayerFrontIcon$1;
28462
+ exports.LayersIcon = LayersIcon$1;
28004
28463
  exports.LetterArrowRightIcon = LetterArrowRightIcon$1;
28005
28464
  exports.LetterFastIcon = LetterFastIcon$1;
28006
28465
  exports.LetterIcon = LetterIcon$1;
@@ -28124,6 +28583,8 @@
28124
28583
  exports.ShapesIcon = ShapesIcon$1;
28125
28584
  exports.Sheet = Sheet;
28126
28585
  exports.ShieldIcon = ShieldIcon$1;
28586
+ exports.SidebarLeftIcon = SidebarLeftIcon$1;
28587
+ exports.SidebarRightIcon = SidebarRightIcon$1;
28127
28588
  exports.Signifier = Signifier;
28128
28589
  exports.SkeletonLoader = SkeletonLoader;
28129
28590
  exports.Slide = Slide;