@activecollab/components 2.0.310 → 2.0.312

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 (53) hide show
  1. package/dist/cjs/components/Icons/collection/GitBranch.js +55 -0
  2. package/dist/cjs/components/Icons/collection/GitBranch.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/GitCommit.js +51 -0
  4. package/dist/cjs/components/Icons/collection/GitCommit.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/GitPullRequest.js +57 -0
  6. package/dist/cjs/components/Icons/collection/GitPullRequest.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/SourceCode.js +52 -0
  8. package/dist/cjs/components/Icons/collection/SourceCode.js.map +1 -0
  9. package/dist/cjs/components/Icons/collection/index.js +28 -0
  10. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  11. package/dist/cjs/presentation/shared/LinkingCommandsButton.js +145 -0
  12. package/dist/cjs/presentation/shared/LinkingCommandsButton.js.map +1 -0
  13. package/dist/cjs/presentation/shared/SuggestSubtasksButton.js +35 -0
  14. package/dist/cjs/presentation/shared/SuggestSubtasksButton.js.map +1 -0
  15. package/dist/cjs/presentation/shared/index.js +16 -0
  16. package/dist/cjs/presentation/shared/index.js.map +1 -1
  17. package/dist/esm/components/Icons/collection/GitBranch.d.ts +15 -0
  18. package/dist/esm/components/Icons/collection/GitBranch.d.ts.map +1 -0
  19. package/dist/esm/components/Icons/collection/GitBranch.js +48 -0
  20. package/dist/esm/components/Icons/collection/GitBranch.js.map +1 -0
  21. package/dist/esm/components/Icons/collection/GitCommit.d.ts +15 -0
  22. package/dist/esm/components/Icons/collection/GitCommit.d.ts.map +1 -0
  23. package/dist/esm/components/Icons/collection/GitCommit.js +44 -0
  24. package/dist/esm/components/Icons/collection/GitCommit.js.map +1 -0
  25. package/dist/esm/components/Icons/collection/GitPullRequest.d.ts +15 -0
  26. package/dist/esm/components/Icons/collection/GitPullRequest.d.ts.map +1 -0
  27. package/dist/esm/components/Icons/collection/GitPullRequest.js +50 -0
  28. package/dist/esm/components/Icons/collection/GitPullRequest.js.map +1 -0
  29. package/dist/esm/components/Icons/collection/SourceCode.d.ts +16 -0
  30. package/dist/esm/components/Icons/collection/SourceCode.d.ts.map +1 -0
  31. package/dist/esm/components/Icons/collection/SourceCode.js +45 -0
  32. package/dist/esm/components/Icons/collection/SourceCode.js.map +1 -0
  33. package/dist/esm/components/Icons/collection/index.d.ts +4 -0
  34. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  35. package/dist/esm/components/Icons/collection/index.js +4 -0
  36. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  37. package/dist/esm/presentation/shared/LinkingCommandsButton.d.ts +6 -0
  38. package/dist/esm/presentation/shared/LinkingCommandsButton.d.ts.map +1 -0
  39. package/dist/esm/presentation/shared/LinkingCommandsButton.js +123 -0
  40. package/dist/esm/presentation/shared/LinkingCommandsButton.js.map +1 -0
  41. package/dist/esm/presentation/shared/SuggestSubtasksButton.d.ts +6 -0
  42. package/dist/esm/presentation/shared/SuggestSubtasksButton.d.ts.map +1 -0
  43. package/dist/esm/presentation/shared/SuggestSubtasksButton.js +27 -0
  44. package/dist/esm/presentation/shared/SuggestSubtasksButton.js.map +1 -0
  45. package/dist/esm/presentation/shared/index.d.ts +2 -0
  46. package/dist/esm/presentation/shared/index.d.ts.map +1 -1
  47. package/dist/esm/presentation/shared/index.js +2 -0
  48. package/dist/esm/presentation/shared/index.js.map +1 -1
  49. package/dist/index.js +569 -394
  50. package/dist/index.js.map +1 -1
  51. package/dist/index.min.js +1 -1
  52. package/dist/index.min.js.map +1 -1
  53. 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$4Z = ["children", "active", "variant", "size", "className"];
192
+ var _excluded$51 = ["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$4Z);
222
+ args = _objectWithoutProperties(_ref, _excluded$51);
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$4Y = ["gradient"];
287
+ var _excluded$50 = ["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$4Y);
317
+ props = _objectWithoutProperties(_ref, _excluded$50);
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$4X = ["className", "disabled"];
337
+ var _excluded$4$ = ["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$4X);
342
+ rest = _objectWithoutProperties(_ref, _excluded$4$);
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$4W = ["children", "className", "invalid"];
380
+ var _excluded$4_ = ["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$4W);
385
+ rest = _objectWithoutProperties(_ref, _excluded$4_);
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$4V = ["children", "className"];
410
+ var _excluded$4Z = ["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$4V);
414
+ props = _objectWithoutProperties(_ref, _excluded$4Z);
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$4U = ["className"];
423
+ var _excluded$4Y = ["className"];
424
424
  var ListSeparator = function ListSeparator(_ref) {
425
425
  var className = _ref.className,
426
- props = _objectWithoutProperties(_ref, _excluded$4U);
426
+ props = _objectWithoutProperties(_ref, _excluded$4Y);
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$4T = ["children", "className"];
433
+ var _excluded$4X = ["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$4T);
437
+ props = _objectWithoutProperties(_ref, _excluded$4X);
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$4S = ["children", "className", "variant", "size", "active"];
953
+ var _excluded$4W = ["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$4S);
983
+ args = _objectWithoutProperties(_ref, _excluded$4W);
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$4R = ["gradient"];
994
+ var _excluded$4V = ["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$4R);
1024
+ props = _objectWithoutProperties(_ref, _excluded$4V);
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$4Q = ["gradient"];
1045
+ var _excluded$4U = ["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$4Q);
1075
+ props = _objectWithoutProperties(_ref, _excluded$4U);
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$4P = ["gradient"];
1103
+ var _excluded$4T = ["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$4P);
1133
+ props = _objectWithoutProperties(_ref, _excluded$4T);
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$4O = ["gradient"];
1157
+ var _excluded$4S = ["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$4O);
1187
+ props = _objectWithoutProperties(_ref, _excluded$4S);
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$4N = ["gradient"];
1207
+ var _excluded$4R = ["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$4N);
1237
+ props = _objectWithoutProperties(_ref, _excluded$4R);
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$4M = ["gradient"];
1258
+ var _excluded$4Q = ["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$4M);
1288
+ props = _objectWithoutProperties(_ref, _excluded$4Q);
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$4L = ["gradient"];
1309
+ var _excluded$4P = ["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$4L);
1339
+ props = _objectWithoutProperties(_ref, _excluded$4P);
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$4K = ["gradient"];
1359
+ var _excluded$4O = ["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$4K);
1389
+ props = _objectWithoutProperties(_ref, _excluded$4O);
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$4J = ["gradient"];
1409
+ var _excluded$4N = ["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$4J);
1439
+ props = _objectWithoutProperties(_ref, _excluded$4N);
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$4I = ["gradient"];
1459
+ var _excluded$4M = ["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$4I);
1489
+ props = _objectWithoutProperties(_ref, _excluded$4M);
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$4H = ["gradient"];
1508
+ var _excluded$4L = ["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$4H);
1538
+ props = _objectWithoutProperties(_ref, _excluded$4L);
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$4G = ["gradient"];
1558
+ var _excluded$4K = ["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$4G);
1588
+ props = _objectWithoutProperties(_ref, _excluded$4K);
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$4F = ["gradient"];
1608
+ var _excluded$4J = ["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$4F);
1638
+ props = _objectWithoutProperties(_ref, _excluded$4J);
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$4E = ["gradient"];
1658
+ var _excluded$4I = ["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$4E);
1688
+ props = _objectWithoutProperties(_ref, _excluded$4I);
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$4D = ["gradient"];
1709
+ var _excluded$4H = ["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$4D);
1739
+ props = _objectWithoutProperties(_ref, _excluded$4H);
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$4C = ["gradient"];
1759
+ var _excluded$4G = ["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$4C);
1789
+ props = _objectWithoutProperties(_ref, _excluded$4G);
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$4B = ["gradient"];
1809
+ var _excluded$4F = ["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$4B);
1839
+ props = _objectWithoutProperties(_ref, _excluded$4F);
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$4A = ["gradient"];
1859
+ var _excluded$4E = ["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$4A);
1889
+ props = _objectWithoutProperties(_ref, _excluded$4E);
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$4z = ["gradient"];
1908
+ var _excluded$4D = ["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$4z);
1938
+ props = _objectWithoutProperties(_ref, _excluded$4D);
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$4y = ["gradient"];
1958
+ var _excluded$4C = ["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$4y);
1988
+ props = _objectWithoutProperties(_ref, _excluded$4C);
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$4x = ["gradient"];
2008
+ var _excluded$4B = ["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$4x);
2038
+ props = _objectWithoutProperties(_ref, _excluded$4B);
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$4w = ["gradient"];
2058
+ var _excluded$4A = ["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$4w);
2088
+ props = _objectWithoutProperties(_ref, _excluded$4A);
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$4v = ["gradient"];
2108
+ var _excluded$4z = ["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$4v);
2138
+ props = _objectWithoutProperties(_ref, _excluded$4z);
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$4u = ["gradient"];
2161
+ var _excluded$4y = ["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$4u);
2191
+ props = _objectWithoutProperties(_ref, _excluded$4y);
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$4t = ["gradient"];
2211
+ var _excluded$4x = ["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$4t);
2241
+ props = _objectWithoutProperties(_ref, _excluded$4x);
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$4s = ["gradient"];
2260
+ var _excluded$4w = ["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$4s);
2290
+ props = _objectWithoutProperties(_ref, _excluded$4w);
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$4r = ["gradient"];
2310
+ var _excluded$4v = ["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$4r);
2340
+ props = _objectWithoutProperties(_ref, _excluded$4v);
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$4q = ["gradient"];
2363
+ var _excluded$4u = ["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$4q);
2393
+ props = _objectWithoutProperties(_ref, _excluded$4u);
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$4p = ["gradient"];
2413
+ var _excluded$4t = ["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$4p);
2443
+ props = _objectWithoutProperties(_ref, _excluded$4t);
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$4o = ["gradient"];
2463
+ var _excluded$4s = ["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$4o);
2493
+ props = _objectWithoutProperties(_ref, _excluded$4s);
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$4n = ["gradient"];
2513
+ var _excluded$4r = ["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$4n);
2543
+ props = _objectWithoutProperties(_ref, _excluded$4r);
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$4m = ["gradient"];
2563
+ var _excluded$4q = ["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$4m);
2593
+ props = _objectWithoutProperties(_ref, _excluded$4q);
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$4l = ["gradient"];
2613
+ var _excluded$4p = ["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$4l);
2643
+ props = _objectWithoutProperties(_ref, _excluded$4p);
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$4k = ["gradient"];
2663
+ var _excluded$4o = ["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$4k);
2693
+ props = _objectWithoutProperties(_ref, _excluded$4o);
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$4j = ["gradient"];
2713
+ var _excluded$4n = ["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$4j);
2743
+ props = _objectWithoutProperties(_ref, _excluded$4n);
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$4i = ["gradient"];
2763
+ var _excluded$4m = ["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$4i);
2793
+ props = _objectWithoutProperties(_ref, _excluded$4m);
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$4h = ["gradient"];
2814
+ var _excluded$4l = ["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$4h);
2844
+ props = _objectWithoutProperties(_ref, _excluded$4l);
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$4g = ["gradient"];
2864
+ var _excluded$4k = ["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$4g);
2894
+ props = _objectWithoutProperties(_ref, _excluded$4k);
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$4f = ["gradient"];
2924
+ var _excluded$4j = ["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$4f);
2954
+ props = _objectWithoutProperties(_ref, _excluded$4j);
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$4e = ["gradient"];
2974
+ var _excluded$4i = ["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$4e);
3004
+ props = _objectWithoutProperties(_ref, _excluded$4i);
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$4d = ["gradient"];
3024
+ var _excluded$4h = ["gradient"];
3025
3025
 
3026
3026
  /**
3027
3027
  * @component CircleMultipleIcon
@@ -3051,7 +3051,7 @@
3051
3051
  */
3052
3052
  var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3053
3053
  var gradient = _ref.gradient,
3054
- props = _objectWithoutProperties(_ref, _excluded$4d);
3054
+ props = _objectWithoutProperties(_ref, _excluded$4h);
3055
3055
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3056
3056
  xmlns: "http://www.w3.org/2000/svg",
3057
3057
  width: 24,
@@ -3071,7 +3071,7 @@
3071
3071
  CircleMultipleIcon.displayName = "CircleMultipleIcon";
3072
3072
  var CircleMultipleIcon$1 = CircleMultipleIcon;
3073
3073
 
3074
- var _excluded$4c = ["gradient"];
3074
+ var _excluded$4g = ["gradient"];
3075
3075
 
3076
3076
  /**
3077
3077
  * @component ClockAddIcon
@@ -3101,7 +3101,7 @@
3101
3101
  */
3102
3102
  var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3103
3103
  var gradient = _ref.gradient,
3104
- props = _objectWithoutProperties(_ref, _excluded$4c);
3104
+ props = _objectWithoutProperties(_ref, _excluded$4g);
3105
3105
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3106
3106
  xmlns: "http://www.w3.org/2000/svg",
3107
3107
  width: 24,
@@ -3121,7 +3121,7 @@
3121
3121
  ClockAddIcon.displayName = "ClockAddIcon";
3122
3122
  var ClockAddIcon$1 = ClockAddIcon;
3123
3123
 
3124
- var _excluded$4b = ["gradient"];
3124
+ var _excluded$4f = ["gradient"];
3125
3125
 
3126
3126
  /**
3127
3127
  * @component ClockDollarIcon
@@ -3151,7 +3151,7 @@
3151
3151
  */
3152
3152
  var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3153
3153
  var gradient = _ref.gradient,
3154
- props = _objectWithoutProperties(_ref, _excluded$4b);
3154
+ props = _objectWithoutProperties(_ref, _excluded$4f);
3155
3155
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3156
3156
  xmlns: "http://www.w3.org/2000/svg",
3157
3157
  width: 24,
@@ -3174,7 +3174,7 @@
3174
3174
  ClockDollarIcon.displayName = "ClockDollarIcon";
3175
3175
  var ClockDollarIcon$1 = ClockDollarIcon;
3176
3176
 
3177
- var _excluded$4a = ["gradient"];
3177
+ var _excluded$4e = ["gradient"];
3178
3178
 
3179
3179
  /**
3180
3180
  * @component ClockSmallIcon
@@ -3204,7 +3204,7 @@
3204
3204
  */
3205
3205
  var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3206
3206
  var gradient = _ref.gradient,
3207
- props = _objectWithoutProperties(_ref, _excluded$4a);
3207
+ props = _objectWithoutProperties(_ref, _excluded$4e);
3208
3208
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3209
3209
  xmlns: "http://www.w3.org/2000/svg",
3210
3210
  width: 12,
@@ -3224,7 +3224,7 @@
3224
3224
  ClockSmallIcon.displayName = "ClockSmallIcon";
3225
3225
  var ClockSmallIcon$1 = ClockSmallIcon;
3226
3226
 
3227
- var _excluded$49 = ["gradient"];
3227
+ var _excluded$4d = ["gradient"];
3228
3228
 
3229
3229
  /**
3230
3230
  * @component ClockStopwatchIndicatorIcon
@@ -3254,7 +3254,7 @@
3254
3254
  */
3255
3255
  var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3256
3256
  var gradient = _ref.gradient,
3257
- props = _objectWithoutProperties(_ref, _excluded$49);
3257
+ props = _objectWithoutProperties(_ref, _excluded$4d);
3258
3258
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3259
3259
  xmlns: "http://www.w3.org/2000/svg",
3260
3260
  width: 24,
@@ -3275,7 +3275,7 @@
3275
3275
  ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
3276
3276
  var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
3277
3277
 
3278
- var _excluded$48 = ["gradient"];
3278
+ var _excluded$4c = ["gradient"];
3279
3279
 
3280
3280
  /**
3281
3281
  * @component ClockStopwatchSmallIcon
@@ -3305,7 +3305,7 @@
3305
3305
  */
3306
3306
  var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3307
3307
  var gradient = _ref.gradient,
3308
- props = _objectWithoutProperties(_ref, _excluded$48);
3308
+ props = _objectWithoutProperties(_ref, _excluded$4c);
3309
3309
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3310
3310
  xmlns: "http://www.w3.org/2000/svg",
3311
3311
  width: 12,
@@ -3325,7 +3325,7 @@
3325
3325
  ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
3326
3326
  var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
3327
3327
 
3328
- var _excluded$47 = ["gradient"];
3328
+ var _excluded$4b = ["gradient"];
3329
3329
 
3330
3330
  /**
3331
3331
  * @component ClockStopwatchIcon
@@ -3355,7 +3355,7 @@
3355
3355
  */
3356
3356
  var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3357
3357
  var gradient = _ref.gradient,
3358
- props = _objectWithoutProperties(_ref, _excluded$47);
3358
+ props = _objectWithoutProperties(_ref, _excluded$4b);
3359
3359
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3360
3360
  xmlns: "http://www.w3.org/2000/svg",
3361
3361
  width: 24,
@@ -3375,7 +3375,7 @@
3375
3375
  ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
3376
3376
  var ClockStopwatchIcon$1 = ClockStopwatchIcon;
3377
3377
 
3378
- var _excluded$46 = ["gradient"];
3378
+ var _excluded$4a = ["gradient"];
3379
3379
 
3380
3380
  /**
3381
3381
  * @component ClockIcon
@@ -3405,7 +3405,7 @@
3405
3405
  */
3406
3406
  var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3407
3407
  var gradient = _ref.gradient,
3408
- props = _objectWithoutProperties(_ref, _excluded$46);
3408
+ props = _objectWithoutProperties(_ref, _excluded$4a);
3409
3409
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3410
3410
  xmlns: "http://www.w3.org/2000/svg",
3411
3411
  width: 24,
@@ -3425,7 +3425,7 @@
3425
3425
  ClockIcon.displayName = "ClockIcon";
3426
3426
  var ClockIcon$1 = ClockIcon;
3427
3427
 
3428
- var _excluded$45 = ["gradient"];
3428
+ var _excluded$49 = ["gradient"];
3429
3429
 
3430
3430
  /**
3431
3431
  * @component CloseCircleIcon
@@ -3455,7 +3455,7 @@
3455
3455
  */
3456
3456
  var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3457
3457
  var gradient = _ref.gradient,
3458
- props = _objectWithoutProperties(_ref, _excluded$45);
3458
+ props = _objectWithoutProperties(_ref, _excluded$49);
3459
3459
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3460
3460
  xmlns: "http://www.w3.org/2000/svg",
3461
3461
  width: 24,
@@ -3476,7 +3476,7 @@
3476
3476
  CloseCircleIcon.displayName = "CloseCircleIcon";
3477
3477
  var CloseCircleIcon$1 = CloseCircleIcon;
3478
3478
 
3479
- var _excluded$44 = ["gradient"];
3479
+ var _excluded$48 = ["gradient"];
3480
3480
 
3481
3481
  /**
3482
3482
  * @component CloseDocumentIcon
@@ -3506,7 +3506,7 @@
3506
3506
  */
3507
3507
  var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3508
3508
  var gradient = _ref.gradient,
3509
- props = _objectWithoutProperties(_ref, _excluded$44);
3509
+ props = _objectWithoutProperties(_ref, _excluded$48);
3510
3510
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3511
3511
  xmlns: "http://www.w3.org/2000/svg",
3512
3512
  width: 24,
@@ -3526,7 +3526,7 @@
3526
3526
  CloseDocumentIcon.displayName = "CloseDocumentIcon";
3527
3527
  var CloseDocumentIcon$1 = CloseDocumentIcon;
3528
3528
 
3529
- var _excluded$43 = ["gradient"];
3529
+ var _excluded$47 = ["gradient"];
3530
3530
 
3531
3531
  /**
3532
3532
  * @component CloseSmallIcon
@@ -3556,7 +3556,7 @@
3556
3556
  */
3557
3557
  var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3558
3558
  var gradient = _ref.gradient,
3559
- props = _objectWithoutProperties(_ref, _excluded$43);
3559
+ props = _objectWithoutProperties(_ref, _excluded$47);
3560
3560
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3561
3561
  xmlns: "http://www.w3.org/2000/svg",
3562
3562
  width: 24,
@@ -3576,7 +3576,7 @@
3576
3576
  CloseSmallIcon.displayName = "CloseSmallIcon";
3577
3577
  var CloseSmallIcon$1 = CloseSmallIcon;
3578
3578
 
3579
- var _excluded$42 = ["gradient"];
3579
+ var _excluded$46 = ["gradient"];
3580
3580
 
3581
3581
  /**
3582
3582
  * @component CloseIcon
@@ -3606,7 +3606,7 @@
3606
3606
  */
3607
3607
  var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3608
3608
  var gradient = _ref.gradient,
3609
- props = _objectWithoutProperties(_ref, _excluded$42);
3609
+ props = _objectWithoutProperties(_ref, _excluded$46);
3610
3610
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3611
3611
  xmlns: "http://www.w3.org/2000/svg",
3612
3612
  width: 24,
@@ -3627,7 +3627,7 @@
3627
3627
  CloseIcon.displayName = "CloseIcon";
3628
3628
  var CloseIcon$1 = CloseIcon;
3629
3629
 
3630
- var _excluded$41 = ["gradient"];
3630
+ var _excluded$45 = ["gradient"];
3631
3631
 
3632
3632
  /**
3633
3633
  * @component CollapsIcon
@@ -3657,7 +3657,7 @@
3657
3657
  */
3658
3658
  var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3659
3659
  var gradient = _ref.gradient,
3660
- props = _objectWithoutProperties(_ref, _excluded$41);
3660
+ props = _objectWithoutProperties(_ref, _excluded$45);
3661
3661
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3662
3662
  xmlns: "http://www.w3.org/2000/svg",
3663
3663
  width: 6,
@@ -3677,7 +3677,7 @@
3677
3677
  CollapsIcon.displayName = "CollapsIcon";
3678
3678
  var CollapsIcon$1 = CollapsIcon;
3679
3679
 
3680
- var _excluded$40 = ["gradient"];
3680
+ var _excluded$44 = ["gradient"];
3681
3681
 
3682
3682
  /**
3683
3683
  * @component CollapseAllIcon
@@ -3707,7 +3707,7 @@
3707
3707
  */
3708
3708
  var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3709
3709
  var gradient = _ref.gradient,
3710
- props = _objectWithoutProperties(_ref, _excluded$40);
3710
+ props = _objectWithoutProperties(_ref, _excluded$44);
3711
3711
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3712
3712
  xmlns: "http://www.w3.org/2000/svg",
3713
3713
  width: 24,
@@ -3727,7 +3727,7 @@
3727
3727
  CollapseAllIcon.displayName = "CollapseAllIcon";
3728
3728
  var CollapseAllIcon$1 = CollapseAllIcon;
3729
3729
 
3730
- var _excluded$3$ = ["gradient"];
3730
+ var _excluded$43 = ["gradient"];
3731
3731
 
3732
3732
  /**
3733
3733
  * @component CollapseExpandSingleIcon
@@ -3757,7 +3757,7 @@
3757
3757
  */
3758
3758
  var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3759
3759
  var gradient = _ref.gradient,
3760
- props = _objectWithoutProperties(_ref, _excluded$3$);
3760
+ props = _objectWithoutProperties(_ref, _excluded$43);
3761
3761
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3762
3762
  xmlns: "http://www.w3.org/2000/svg",
3763
3763
  width: 24,
@@ -3777,7 +3777,7 @@
3777
3777
  CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
3778
3778
  var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
3779
3779
 
3780
- var _excluded$3_ = ["gradient"];
3780
+ var _excluded$42 = ["gradient"];
3781
3781
 
3782
3782
  /**
3783
3783
  * @component CompanyAddIcon
@@ -3807,7 +3807,7 @@
3807
3807
  */
3808
3808
  var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3809
3809
  var gradient = _ref.gradient,
3810
- props = _objectWithoutProperties(_ref, _excluded$3_);
3810
+ props = _objectWithoutProperties(_ref, _excluded$42);
3811
3811
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3812
3812
  xmlns: "http://www.w3.org/2000/svg",
3813
3813
  width: 18,
@@ -3828,7 +3828,7 @@
3828
3828
  CompanyAddIcon.displayName = "CompanyAddIcon";
3829
3829
  var CompanyAddIcon$1 = CompanyAddIcon;
3830
3830
 
3831
- var _excluded$3Z = ["gradient"];
3831
+ var _excluded$41 = ["gradient"];
3832
3832
 
3833
3833
  /**
3834
3834
  * @component CompanyIcon
@@ -3858,7 +3858,7 @@
3858
3858
  */
3859
3859
  var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3860
3860
  var gradient = _ref.gradient,
3861
- props = _objectWithoutProperties(_ref, _excluded$3Z);
3861
+ props = _objectWithoutProperties(_ref, _excluded$41);
3862
3862
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3863
3863
  xmlns: "http://www.w3.org/2000/svg",
3864
3864
  width: 24,
@@ -3879,7 +3879,7 @@
3879
3879
  CompanyIcon.displayName = "CompanyIcon";
3880
3880
  var CompanyIcon$1 = CompanyIcon;
3881
3881
 
3882
- var _excluded$3Y = ["gradient"];
3882
+ var _excluded$40 = ["gradient"];
3883
3883
 
3884
3884
  /**
3885
3885
  * @component ComputerIcon
@@ -3909,7 +3909,7 @@
3909
3909
  */
3910
3910
  var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3911
3911
  var gradient = _ref.gradient,
3912
- props = _objectWithoutProperties(_ref, _excluded$3Y);
3912
+ props = _objectWithoutProperties(_ref, _excluded$40);
3913
3913
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3914
3914
  xmlns: "http://www.w3.org/2000/svg",
3915
3915
  width: 24,
@@ -3929,7 +3929,7 @@
3929
3929
  ComputerIcon.displayName = "ComputerIcon";
3930
3930
  var ComputerIcon$1 = ComputerIcon;
3931
3931
 
3932
- var _excluded$3X = ["gradient"];
3932
+ var _excluded$3$ = ["gradient"];
3933
3933
 
3934
3934
  /**
3935
3935
  * @component CopyIcon
@@ -3959,7 +3959,7 @@
3959
3959
  */
3960
3960
  var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3961
3961
  var gradient = _ref.gradient,
3962
- props = _objectWithoutProperties(_ref, _excluded$3X);
3962
+ props = _objectWithoutProperties(_ref, _excluded$3$);
3963
3963
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3964
3964
  xmlns: "http://www.w3.org/2000/svg",
3965
3965
  width: 24,
@@ -3979,7 +3979,7 @@
3979
3979
  CopyIcon.displayName = "CopyIcon";
3980
3980
  var CopyIcon$1 = CopyIcon;
3981
3981
 
3982
- var _excluded$3W = ["gradient"];
3982
+ var _excluded$3_ = ["gradient"];
3983
3983
 
3984
3984
  /**
3985
3985
  * @component CrownBlankIcon
@@ -4009,7 +4009,7 @@
4009
4009
  */
4010
4010
  var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4011
4011
  var gradient = _ref.gradient,
4012
- props = _objectWithoutProperties(_ref, _excluded$3W);
4012
+ props = _objectWithoutProperties(_ref, _excluded$3_);
4013
4013
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4014
4014
  xmlns: "http://www.w3.org/2000/svg",
4015
4015
  width: 24,
@@ -4029,7 +4029,7 @@
4029
4029
  CrownBlankIcon.displayName = "CrownBlankIcon";
4030
4030
  var CrownBlankIcon$1 = CrownBlankIcon;
4031
4031
 
4032
- var _excluded$3V = ["gradient"];
4032
+ var _excluded$3Z = ["gradient"];
4033
4033
 
4034
4034
  /**
4035
4035
  * @component CrownSelectedIcon
@@ -4059,7 +4059,7 @@
4059
4059
  */
4060
4060
  var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4061
4061
  var gradient = _ref.gradient,
4062
- props = _objectWithoutProperties(_ref, _excluded$3V);
4062
+ props = _objectWithoutProperties(_ref, _excluded$3Z);
4063
4063
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4064
4064
  xmlns: "http://www.w3.org/2000/svg",
4065
4065
  width: 24,
@@ -4079,7 +4079,7 @@
4079
4079
  CrownSelectedIcon.displayName = "CrownSelectedIcon";
4080
4080
  var CrownSelectedIcon$1 = CrownSelectedIcon;
4081
4081
 
4082
- var _excluded$3U = ["gradient"];
4082
+ var _excluded$3Y = ["gradient"];
4083
4083
 
4084
4084
  /**
4085
4085
  * @component DependencySmallIcon
@@ -4109,7 +4109,7 @@
4109
4109
  */
4110
4110
  var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4111
4111
  var gradient = _ref.gradient,
4112
- props = _objectWithoutProperties(_ref, _excluded$3U);
4112
+ props = _objectWithoutProperties(_ref, _excluded$3Y);
4113
4113
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4114
4114
  xmlns: "http://www.w3.org/2000/svg",
4115
4115
  width: 12,
@@ -4129,7 +4129,7 @@
4129
4129
  DependencySmallIcon.displayName = "DependencySmallIcon";
4130
4130
  var DependencySmallIcon$1 = DependencySmallIcon;
4131
4131
 
4132
- var _excluded$3T = ["gradient"];
4132
+ var _excluded$3X = ["gradient"];
4133
4133
 
4134
4134
  /**
4135
4135
  * @component DependencyIcon
@@ -4159,7 +4159,7 @@
4159
4159
  */
4160
4160
  var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4161
4161
  var gradient = _ref.gradient,
4162
- props = _objectWithoutProperties(_ref, _excluded$3T);
4162
+ props = _objectWithoutProperties(_ref, _excluded$3X);
4163
4163
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4164
4164
  xmlns: "http://www.w3.org/2000/svg",
4165
4165
  width: 24,
@@ -4179,7 +4179,7 @@
4179
4179
  DependencyIcon.displayName = "DependencyIcon";
4180
4180
  var DependencyIcon$1 = DependencyIcon;
4181
4181
 
4182
- var _excluded$3S = ["gradient"];
4182
+ var _excluded$3W = ["gradient"];
4183
4183
 
4184
4184
  /**
4185
4185
  * @component DescriptionSmallIcon
@@ -4209,7 +4209,7 @@
4209
4209
  */
4210
4210
  var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4211
4211
  var gradient = _ref.gradient,
4212
- props = _objectWithoutProperties(_ref, _excluded$3S);
4212
+ props = _objectWithoutProperties(_ref, _excluded$3W);
4213
4213
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4214
4214
  xmlns: "http://www.w3.org/2000/svg",
4215
4215
  width: 18,
@@ -4230,7 +4230,7 @@
4230
4230
  DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
4231
4231
  var DescriptionSmallIcon$1 = DescriptionSmallIcon;
4232
4232
 
4233
- var _excluded$3R = ["gradient"];
4233
+ var _excluded$3V = ["gradient"];
4234
4234
 
4235
4235
  /**
4236
4236
  * @component DescriptionIcon
@@ -4260,7 +4260,7 @@
4260
4260
  */
4261
4261
  var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4262
4262
  var gradient = _ref.gradient,
4263
- props = _objectWithoutProperties(_ref, _excluded$3R);
4263
+ props = _objectWithoutProperties(_ref, _excluded$3V);
4264
4264
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4265
4265
  xmlns: "http://www.w3.org/2000/svg",
4266
4266
  width: 24,
@@ -4280,7 +4280,7 @@
4280
4280
  DescriptionIcon.displayName = "DescriptionIcon";
4281
4281
  var DescriptionIcon$1 = DescriptionIcon;
4282
4282
 
4283
- var _excluded$3Q = ["gradient"];
4283
+ var _excluded$3U = ["gradient"];
4284
4284
 
4285
4285
  /**
4286
4286
  * @component DiscussionAddIcon
@@ -4310,7 +4310,7 @@
4310
4310
  */
4311
4311
  var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4312
4312
  var gradient = _ref.gradient,
4313
- props = _objectWithoutProperties(_ref, _excluded$3Q);
4313
+ props = _objectWithoutProperties(_ref, _excluded$3U);
4314
4314
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4315
4315
  xmlns: "http://www.w3.org/2000/svg",
4316
4316
  width: 24,
@@ -4330,7 +4330,7 @@
4330
4330
  DiscussionAddIcon.displayName = "DiscussionAddIcon";
4331
4331
  var DiscussionAddIcon$1 = DiscussionAddIcon;
4332
4332
 
4333
- var _excluded$3P = ["gradient"];
4333
+ var _excluded$3T = ["gradient"];
4334
4334
 
4335
4335
  /**
4336
4336
  * @component DiscussionIcon
@@ -4360,7 +4360,7 @@
4360
4360
  */
4361
4361
  var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4362
4362
  var gradient = _ref.gradient,
4363
- props = _objectWithoutProperties(_ref, _excluded$3P);
4363
+ props = _objectWithoutProperties(_ref, _excluded$3T);
4364
4364
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4365
4365
  xmlns: "http://www.w3.org/2000/svg",
4366
4366
  width: 24,
@@ -4381,7 +4381,7 @@
4381
4381
  DiscussionIcon.displayName = "DiscussionIcon";
4382
4382
  var DiscussionIcon$1 = DiscussionIcon;
4383
4383
 
4384
- var _excluded$3O = ["gradient"];
4384
+ var _excluded$3S = ["gradient"];
4385
4385
 
4386
4386
  /**
4387
4387
  * @component DollarCheckmarkSmallIcon
@@ -4411,7 +4411,7 @@
4411
4411
  */
4412
4412
  var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4413
4413
  var gradient = _ref.gradient,
4414
- props = _objectWithoutProperties(_ref, _excluded$3O);
4414
+ props = _objectWithoutProperties(_ref, _excluded$3S);
4415
4415
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4416
4416
  xmlns: "http://www.w3.org/2000/svg",
4417
4417
  width: 12,
@@ -4431,7 +4431,7 @@
4431
4431
  DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
4432
4432
  var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
4433
4433
 
4434
- var _excluded$3N = ["gradient"];
4434
+ var _excluded$3R = ["gradient"];
4435
4435
 
4436
4436
  /**
4437
4437
  * @component DollarCheckmarkIcon
@@ -4461,7 +4461,7 @@
4461
4461
  */
4462
4462
  var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4463
4463
  var gradient = _ref.gradient,
4464
- props = _objectWithoutProperties(_ref, _excluded$3N);
4464
+ props = _objectWithoutProperties(_ref, _excluded$3R);
4465
4465
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4466
4466
  xmlns: "http://www.w3.org/2000/svg",
4467
4467
  width: 24,
@@ -4481,7 +4481,7 @@
4481
4481
  DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
4482
4482
  var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
4483
4483
 
4484
- var _excluded$3M = ["gradient"];
4484
+ var _excluded$3Q = ["gradient"];
4485
4485
 
4486
4486
  /**
4487
4487
  * @component DollarClockSmallIcon
@@ -4511,7 +4511,7 @@
4511
4511
  */
4512
4512
  var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4513
4513
  var gradient = _ref.gradient,
4514
- props = _objectWithoutProperties(_ref, _excluded$3M);
4514
+ props = _objectWithoutProperties(_ref, _excluded$3Q);
4515
4515
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4516
4516
  xmlns: "http://www.w3.org/2000/svg",
4517
4517
  width: 12,
@@ -4531,7 +4531,7 @@
4531
4531
  DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
4532
4532
  var DollarClockSmallIcon$1 = DollarClockSmallIcon;
4533
4533
 
4534
- var _excluded$3L = ["gradient"];
4534
+ var _excluded$3P = ["gradient"];
4535
4535
 
4536
4536
  /**
4537
4537
  * @component DollarClockIcon
@@ -4561,7 +4561,7 @@
4561
4561
  */
4562
4562
  var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4563
4563
  var gradient = _ref.gradient,
4564
- props = _objectWithoutProperties(_ref, _excluded$3L);
4564
+ props = _objectWithoutProperties(_ref, _excluded$3P);
4565
4565
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4566
4566
  xmlns: "http://www.w3.org/2000/svg",
4567
4567
  width: 24,
@@ -4581,7 +4581,7 @@
4581
4581
  DollarClockIcon.displayName = "DollarClockIcon";
4582
4582
  var DollarClockIcon$1 = DollarClockIcon;
4583
4583
 
4584
- var _excluded$3K = ["gradient"];
4584
+ var _excluded$3O = ["gradient"];
4585
4585
 
4586
4586
  /**
4587
4587
  * @component DollarDocumentPlusIcon
@@ -4611,7 +4611,7 @@
4611
4611
  */
4612
4612
  var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4613
4613
  var gradient = _ref.gradient,
4614
- props = _objectWithoutProperties(_ref, _excluded$3K);
4614
+ props = _objectWithoutProperties(_ref, _excluded$3O);
4615
4615
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4616
4616
  xmlns: "http://www.w3.org/2000/svg",
4617
4617
  width: 24,
@@ -4631,7 +4631,7 @@
4631
4631
  DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
4632
4632
  var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
4633
4633
 
4634
- var _excluded$3J = ["gradient"];
4634
+ var _excluded$3N = ["gradient"];
4635
4635
 
4636
4636
  /**
4637
4637
  * @component DollarDocumentIcon
@@ -4661,7 +4661,7 @@
4661
4661
  */
4662
4662
  var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4663
4663
  var gradient = _ref.gradient,
4664
- props = _objectWithoutProperties(_ref, _excluded$3J);
4664
+ props = _objectWithoutProperties(_ref, _excluded$3N);
4665
4665
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4666
4666
  xmlns: "http://www.w3.org/2000/svg",
4667
4667
  width: 24,
@@ -4682,7 +4682,7 @@
4682
4682
  DollarDocumentIcon.displayName = "DollarDocumentIcon";
4683
4683
  var DollarDocumentIcon$1 = DollarDocumentIcon;
4684
4684
 
4685
- var _excluded$3I = ["gradient"];
4685
+ var _excluded$3M = ["gradient"];
4686
4686
 
4687
4687
  /**
4688
4688
  * @component DollarOffSmallIcon
@@ -4712,7 +4712,7 @@
4712
4712
  */
4713
4713
  var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4714
4714
  var gradient = _ref.gradient,
4715
- props = _objectWithoutProperties(_ref, _excluded$3I);
4715
+ props = _objectWithoutProperties(_ref, _excluded$3M);
4716
4716
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4717
4717
  xmlns: "http://www.w3.org/2000/svg",
4718
4718
  width: 12,
@@ -4732,7 +4732,7 @@
4732
4732
  DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
4733
4733
  var DollarOffSmallIcon$1 = DollarOffSmallIcon;
4734
4734
 
4735
- var _excluded$3H = ["gradient"];
4735
+ var _excluded$3L = ["gradient"];
4736
4736
 
4737
4737
  /**
4738
4738
  * @component DollarOffIcon
@@ -4762,7 +4762,7 @@
4762
4762
  */
4763
4763
  var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4764
4764
  var gradient = _ref.gradient,
4765
- props = _objectWithoutProperties(_ref, _excluded$3H);
4765
+ props = _objectWithoutProperties(_ref, _excluded$3L);
4766
4766
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4767
4767
  xmlns: "http://www.w3.org/2000/svg",
4768
4768
  width: 24,
@@ -4782,7 +4782,7 @@
4782
4782
  DollarOffIcon.displayName = "DollarOffIcon";
4783
4783
  var DollarOffIcon$1 = DollarOffIcon;
4784
4784
 
4785
- var _excluded$3G = ["gradient"];
4785
+ var _excluded$3K = ["gradient"];
4786
4786
 
4787
4787
  /**
4788
4788
  * @component DollarSmallIcon
@@ -4812,7 +4812,7 @@
4812
4812
  */
4813
4813
  var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4814
4814
  var gradient = _ref.gradient,
4815
- props = _objectWithoutProperties(_ref, _excluded$3G);
4815
+ props = _objectWithoutProperties(_ref, _excluded$3K);
4816
4816
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4817
4817
  xmlns: "http://www.w3.org/2000/svg",
4818
4818
  width: 12,
@@ -4832,7 +4832,7 @@
4832
4832
  DollarSmallIcon.displayName = "DollarSmallIcon";
4833
4833
  var DollarSmallIcon$1 = DollarSmallIcon;
4834
4834
 
4835
- var _excluded$3F = ["gradient"];
4835
+ var _excluded$3J = ["gradient"];
4836
4836
 
4837
4837
  /**
4838
4838
  * @component DollarIcon
@@ -4862,7 +4862,7 @@
4862
4862
  */
4863
4863
  var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4864
4864
  var gradient = _ref.gradient,
4865
- props = _objectWithoutProperties(_ref, _excluded$3F);
4865
+ props = _objectWithoutProperties(_ref, _excluded$3J);
4866
4866
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4867
4867
  xmlns: "http://www.w3.org/2000/svg",
4868
4868
  width: 24,
@@ -4882,7 +4882,7 @@
4882
4882
  DollarIcon.displayName = "DollarIcon";
4883
4883
  var DollarIcon$1 = DollarIcon;
4884
4884
 
4885
- var _excluded$3E = ["gradient"];
4885
+ var _excluded$3I = ["gradient"];
4886
4886
 
4887
4887
  /**
4888
4888
  * @component DownloadIcon
@@ -4912,7 +4912,7 @@
4912
4912
  */
4913
4913
  var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4914
4914
  var gradient = _ref.gradient,
4915
- props = _objectWithoutProperties(_ref, _excluded$3E);
4915
+ props = _objectWithoutProperties(_ref, _excluded$3I);
4916
4916
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4917
4917
  xmlns: "http://www.w3.org/2000/svg",
4918
4918
  width: 24,
@@ -4932,7 +4932,7 @@
4932
4932
  DownloadIcon.displayName = "DownloadIcon";
4933
4933
  var DownloadIcon$1 = DownloadIcon;
4934
4934
 
4935
- var _excluded$3D = ["gradient"];
4935
+ var _excluded$3H = ["gradient"];
4936
4936
 
4937
4937
  /**
4938
4938
  * @component DriveIcon
@@ -4962,7 +4962,7 @@
4962
4962
  */
4963
4963
  var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4964
4964
  var gradient = _ref.gradient,
4965
- props = _objectWithoutProperties(_ref, _excluded$3D);
4965
+ props = _objectWithoutProperties(_ref, _excluded$3H);
4966
4966
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4967
4967
  xmlns: "http://www.w3.org/2000/svg",
4968
4968
  width: 24,
@@ -4982,7 +4982,7 @@
4982
4982
  DriveIcon.displayName = "DriveIcon";
4983
4983
  var DriveIcon$1 = DriveIcon;
4984
4984
 
4985
- var _excluded$3C = ["gradient"];
4985
+ var _excluded$3G = ["gradient"];
4986
4986
 
4987
4987
  /**
4988
4988
  * @component DropboxIcon
@@ -5012,7 +5012,7 @@
5012
5012
  */
5013
5013
  var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5014
5014
  var gradient = _ref.gradient,
5015
- props = _objectWithoutProperties(_ref, _excluded$3C);
5015
+ props = _objectWithoutProperties(_ref, _excluded$3G);
5016
5016
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5017
5017
  xmlns: "http://www.w3.org/2000/svg",
5018
5018
  width: 24,
@@ -5032,7 +5032,7 @@
5032
5032
  DropboxIcon.displayName = "DropboxIcon";
5033
5033
  var DropboxIcon$1 = DropboxIcon;
5034
5034
 
5035
- var _excluded$3B = ["gradient"];
5035
+ var _excluded$3F = ["gradient"];
5036
5036
 
5037
5037
  /**
5038
5038
  * @component DuplicateIcon
@@ -5062,7 +5062,7 @@
5062
5062
  */
5063
5063
  var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5064
5064
  var gradient = _ref.gradient,
5065
- props = _objectWithoutProperties(_ref, _excluded$3B);
5065
+ props = _objectWithoutProperties(_ref, _excluded$3F);
5066
5066
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5067
5067
  xmlns: "http://www.w3.org/2000/svg",
5068
5068
  width: 24,
@@ -5082,7 +5082,7 @@
5082
5082
  DuplicateIcon.displayName = "DuplicateIcon";
5083
5083
  var DuplicateIcon$1 = DuplicateIcon;
5084
5084
 
5085
- var _excluded$3A = ["gradient"];
5085
+ var _excluded$3E = ["gradient"];
5086
5086
 
5087
5087
  /**
5088
5088
  * @component EditMultipleIcon
@@ -5112,7 +5112,7 @@
5112
5112
  */
5113
5113
  var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5114
5114
  var gradient = _ref.gradient,
5115
- props = _objectWithoutProperties(_ref, _excluded$3A);
5115
+ props = _objectWithoutProperties(_ref, _excluded$3E);
5116
5116
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5117
5117
  xmlns: "http://www.w3.org/2000/svg",
5118
5118
  width: 24,
@@ -5132,7 +5132,7 @@
5132
5132
  EditMultipleIcon.displayName = "EditMultipleIcon";
5133
5133
  var EditMultipleIcon$1 = EditMultipleIcon;
5134
5134
 
5135
- var _excluded$3z = ["gradient"];
5135
+ var _excluded$3D = ["gradient"];
5136
5136
 
5137
5137
  /**
5138
5138
  * @component EditIcon
@@ -5162,7 +5162,7 @@
5162
5162
  */
5163
5163
  var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5164
5164
  var gradient = _ref.gradient,
5165
- props = _objectWithoutProperties(_ref, _excluded$3z);
5165
+ props = _objectWithoutProperties(_ref, _excluded$3D);
5166
5166
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5167
5167
  xmlns: "http://www.w3.org/2000/svg",
5168
5168
  width: 24,
@@ -5182,7 +5182,7 @@
5182
5182
  EditIcon.displayName = "EditIcon";
5183
5183
  var EditIcon$1 = EditIcon;
5184
5184
 
5185
- var _excluded$3y = ["gradient"];
5185
+ var _excluded$3C = ["gradient"];
5186
5186
 
5187
5187
  /**
5188
5188
  * @component EmojiIcon
@@ -5212,7 +5212,7 @@
5212
5212
  */
5213
5213
  var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5214
5214
  var gradient = _ref.gradient,
5215
- props = _objectWithoutProperties(_ref, _excluded$3y);
5215
+ props = _objectWithoutProperties(_ref, _excluded$3C);
5216
5216
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5217
5217
  xmlns: "http://www.w3.org/2000/svg",
5218
5218
  width: 24,
@@ -5232,7 +5232,7 @@
5232
5232
  EmojiIcon.displayName = "EmojiIcon";
5233
5233
  var EmojiIcon$1 = EmojiIcon;
5234
5234
 
5235
- var _excluded$3x = ["gradient"];
5235
+ var _excluded$3B = ["gradient"];
5236
5236
 
5237
5237
  /**
5238
5238
  * @component EstimatePlusIcon
@@ -5262,7 +5262,7 @@
5262
5262
  */
5263
5263
  var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5264
5264
  var gradient = _ref.gradient,
5265
- props = _objectWithoutProperties(_ref, _excluded$3x);
5265
+ props = _objectWithoutProperties(_ref, _excluded$3B);
5266
5266
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5267
5267
  xmlns: "http://www.w3.org/2000/svg",
5268
5268
  width: 24,
@@ -5283,7 +5283,7 @@
5283
5283
  EstimatePlusIcon.displayName = "EstimatePlusIcon";
5284
5284
  var EstimatePlusIcon$1 = EstimatePlusIcon;
5285
5285
 
5286
- var _excluded$3w = ["gradient"];
5286
+ var _excluded$3A = ["gradient"];
5287
5287
 
5288
5288
  /**
5289
5289
  * @component EstimatesIcon
@@ -5313,7 +5313,7 @@
5313
5313
  */
5314
5314
  var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5315
5315
  var gradient = _ref.gradient,
5316
- props = _objectWithoutProperties(_ref, _excluded$3w);
5316
+ props = _objectWithoutProperties(_ref, _excluded$3A);
5317
5317
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5318
5318
  xmlns: "http://www.w3.org/2000/svg",
5319
5319
  width: 24,
@@ -5337,7 +5337,7 @@
5337
5337
  EstimatesIcon.displayName = "EstimatesIcon";
5338
5338
  var EstimatesIcon$1 = EstimatesIcon;
5339
5339
 
5340
- var _excluded$3v = ["gradient"];
5340
+ var _excluded$3z = ["gradient"];
5341
5341
 
5342
5342
  /**
5343
5343
  * @component ExpandAllIcon
@@ -5367,7 +5367,7 @@
5367
5367
  */
5368
5368
  var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5369
5369
  var gradient = _ref.gradient,
5370
- props = _objectWithoutProperties(_ref, _excluded$3v);
5370
+ props = _objectWithoutProperties(_ref, _excluded$3z);
5371
5371
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5372
5372
  xmlns: "http://www.w3.org/2000/svg",
5373
5373
  width: 24,
@@ -5387,7 +5387,7 @@
5387
5387
  ExpandAllIcon.displayName = "ExpandAllIcon";
5388
5388
  var ExpandAllIcon$1 = ExpandAllIcon;
5389
5389
 
5390
- var _excluded$3u = ["gradient"];
5390
+ var _excluded$3y = ["gradient"];
5391
5391
 
5392
5392
  /**
5393
5393
  * @component ExpenseAddIcon
@@ -5417,7 +5417,7 @@
5417
5417
  */
5418
5418
  var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5419
5419
  var gradient = _ref.gradient,
5420
- props = _objectWithoutProperties(_ref, _excluded$3u);
5420
+ props = _objectWithoutProperties(_ref, _excluded$3y);
5421
5421
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5422
5422
  xmlns: "http://www.w3.org/2000/svg",
5423
5423
  width: 24,
@@ -5437,7 +5437,7 @@
5437
5437
  ExpenseAddIcon.displayName = "ExpenseAddIcon";
5438
5438
  var ExpenseAddIcon$1 = ExpenseAddIcon;
5439
5439
 
5440
- var _excluded$3t = ["gradient"];
5440
+ var _excluded$3x = ["gradient"];
5441
5441
 
5442
5442
  /**
5443
5443
  * @component ExpensePlusIcon
@@ -5467,7 +5467,7 @@
5467
5467
  */
5468
5468
  var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5469
5469
  var gradient = _ref.gradient,
5470
- props = _objectWithoutProperties(_ref, _excluded$3t);
5470
+ props = _objectWithoutProperties(_ref, _excluded$3x);
5471
5471
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5472
5472
  xmlns: "http://www.w3.org/2000/svg",
5473
5473
  width: 24,
@@ -5489,7 +5489,7 @@
5489
5489
  ExpensePlusIcon.displayName = "ExpensePlusIcon";
5490
5490
  var ExpensePlusIcon$1 = ExpensePlusIcon;
5491
5491
 
5492
- var _excluded$3s = ["gradient"];
5492
+ var _excluded$3w = ["gradient"];
5493
5493
 
5494
5494
  /**
5495
5495
  * @component EyeOffSmallIcon
@@ -5519,7 +5519,7 @@
5519
5519
  */
5520
5520
  var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5521
5521
  var gradient = _ref.gradient,
5522
- props = _objectWithoutProperties(_ref, _excluded$3s);
5522
+ props = _objectWithoutProperties(_ref, _excluded$3w);
5523
5523
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5524
5524
  xmlns: "http://www.w3.org/2000/svg",
5525
5525
  width: 12,
@@ -5539,7 +5539,7 @@
5539
5539
  EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
5540
5540
  var EyeOffSmallIcon$1 = EyeOffSmallIcon;
5541
5541
 
5542
- var _excluded$3r = ["gradient"];
5542
+ var _excluded$3v = ["gradient"];
5543
5543
 
5544
5544
  /**
5545
5545
  * @component EyeOffIcon
@@ -5569,7 +5569,7 @@
5569
5569
  */
5570
5570
  var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5571
5571
  var gradient = _ref.gradient,
5572
- props = _objectWithoutProperties(_ref, _excluded$3r);
5572
+ props = _objectWithoutProperties(_ref, _excluded$3v);
5573
5573
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5574
5574
  xmlns: "http://www.w3.org/2000/svg",
5575
5575
  width: 24,
@@ -5589,7 +5589,7 @@
5589
5589
  EyeOffIcon.displayName = "EyeOffIcon";
5590
5590
  var EyeOffIcon$1 = EyeOffIcon;
5591
5591
 
5592
- var _excluded$3q = ["gradient"];
5592
+ var _excluded$3u = ["gradient"];
5593
5593
 
5594
5594
  /**
5595
5595
  * @component EyeSmallIcon
@@ -5619,7 +5619,7 @@
5619
5619
  */
5620
5620
  var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5621
5621
  var gradient = _ref.gradient,
5622
- props = _objectWithoutProperties(_ref, _excluded$3q);
5622
+ props = _objectWithoutProperties(_ref, _excluded$3u);
5623
5623
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5624
5624
  xmlns: "http://www.w3.org/2000/svg",
5625
5625
  width: 12,
@@ -5639,7 +5639,7 @@
5639
5639
  EyeSmallIcon.displayName = "EyeSmallIcon";
5640
5640
  var EyeSmallIcon$1 = EyeSmallIcon;
5641
5641
 
5642
- var _excluded$3p = ["gradient"];
5642
+ var _excluded$3t = ["gradient"];
5643
5643
 
5644
5644
  /**
5645
5645
  * @component EyeIcon
@@ -5669,7 +5669,7 @@
5669
5669
  */
5670
5670
  var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5671
5671
  var gradient = _ref.gradient,
5672
- props = _objectWithoutProperties(_ref, _excluded$3p);
5672
+ props = _objectWithoutProperties(_ref, _excluded$3t);
5673
5673
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5674
5674
  xmlns: "http://www.w3.org/2000/svg",
5675
5675
  width: 24,
@@ -5689,7 +5689,7 @@
5689
5689
  EyeIcon.displayName = "EyeIcon";
5690
5690
  var EyeIcon$1 = EyeIcon;
5691
5691
 
5692
- var _excluded$3o = ["gradient"];
5692
+ var _excluded$3s = ["gradient"];
5693
5693
 
5694
5694
  /**
5695
5695
  * @component FilterIcon
@@ -5719,7 +5719,7 @@
5719
5719
  */
5720
5720
  var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5721
5721
  var gradient = _ref.gradient,
5722
- props = _objectWithoutProperties(_ref, _excluded$3o);
5722
+ props = _objectWithoutProperties(_ref, _excluded$3s);
5723
5723
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5724
5724
  xmlns: "http://www.w3.org/2000/svg",
5725
5725
  width: 24,
@@ -5739,7 +5739,7 @@
5739
5739
  FilterIcon.displayName = "FilterIcon";
5740
5740
  var FilterIcon$1 = FilterIcon;
5741
5741
 
5742
- var _excluded$3n = ["gradient"];
5742
+ var _excluded$3r = ["gradient"];
5743
5743
 
5744
5744
  /**
5745
5745
  * @component FolderMoveIcon
@@ -5769,7 +5769,7 @@
5769
5769
  */
5770
5770
  var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5771
5771
  var gradient = _ref.gradient,
5772
- props = _objectWithoutProperties(_ref, _excluded$3n);
5772
+ props = _objectWithoutProperties(_ref, _excluded$3r);
5773
5773
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5774
5774
  xmlns: "http://www.w3.org/2000/svg",
5775
5775
  width: 24,
@@ -5789,7 +5789,7 @@
5789
5789
  FolderMoveIcon.displayName = "FolderMoveIcon";
5790
5790
  var FolderMoveIcon$1 = FolderMoveIcon;
5791
5791
 
5792
- var _excluded$3m = ["gradient"];
5792
+ var _excluded$3q = ["gradient"];
5793
5793
 
5794
5794
  /**
5795
5795
  * @component FolderOutlineIcon
@@ -5819,7 +5819,7 @@
5819
5819
  */
5820
5820
  var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5821
5821
  var gradient = _ref.gradient,
5822
- props = _objectWithoutProperties(_ref, _excluded$3m);
5822
+ props = _objectWithoutProperties(_ref, _excluded$3q);
5823
5823
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5824
5824
  xmlns: "http://www.w3.org/2000/svg",
5825
5825
  width: 24,
@@ -5839,7 +5839,7 @@
5839
5839
  FolderOutlineIcon.displayName = "FolderOutlineIcon";
5840
5840
  var FolderOutlineIcon$1 = FolderOutlineIcon;
5841
5841
 
5842
- var _excluded$3l = ["gradient"];
5842
+ var _excluded$3p = ["gradient"];
5843
5843
 
5844
5844
  /**
5845
5845
  * @component GiftIcon
@@ -5869,7 +5869,7 @@
5869
5869
  */
5870
5870
  var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5871
5871
  var gradient = _ref.gradient,
5872
- props = _objectWithoutProperties(_ref, _excluded$3l);
5872
+ props = _objectWithoutProperties(_ref, _excluded$3p);
5873
5873
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5874
5874
  xmlns: "http://www.w3.org/2000/svg",
5875
5875
  width: 24,
@@ -5890,7 +5890,137 @@
5890
5890
  GiftIcon.displayName = "GiftIcon";
5891
5891
  var GiftIcon$1 = GiftIcon;
5892
5892
 
5893
- var _excluded$3k = ["gradient"];
5893
+ var _excluded$3o = ["gradient"];
5894
+
5895
+ /**
5896
+ * @component GitBranchIcon
5897
+ * @description
5898
+ * Outline git-branch glyph for source-control signifiers.
5899
+ *
5900
+ * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
5901
+ *
5902
+ * @see https://design.activecollab.com/docs/foundations/icons
5903
+ */
5904
+ var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5905
+ var gradient = _ref.gradient,
5906
+ props = _objectWithoutProperties(_ref, _excluded$3o);
5907
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5908
+ xmlns: "http://www.w3.org/2000/svg",
5909
+ width: 24,
5910
+ height: 24,
5911
+ viewBox: "0 0 24 24",
5912
+ "data-testid": "GitBranchIcon",
5913
+ fill: "none",
5914
+ stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
5915
+ strokeWidth: 2,
5916
+ strokeLinecap: "round",
5917
+ strokeLinejoin: "round",
5918
+ focusable: false,
5919
+ ref: ref
5920
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
5921
+ gradient: gradient
5922
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5923
+ d: "M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
5924
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5925
+ d: "M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
5926
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5927
+ d: "M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
5928
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5929
+ d: "M7 8v8"
5930
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5931
+ d: "M9 18h4a4 4 0 0 0 4 -4v-6"
5932
+ }));
5933
+ });
5934
+ GitBranchIcon.displayName = "GitBranchIcon";
5935
+ var GitBranchIcon$1 = GitBranchIcon;
5936
+
5937
+ var _excluded$3n = ["gradient"];
5938
+
5939
+ /**
5940
+ * @component GitCommitIcon
5941
+ * @description
5942
+ * Outline git-commit glyph (a node on a line) for source-control signifiers.
5943
+ *
5944
+ * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
5945
+ *
5946
+ * @see https://design.activecollab.com/docs/foundations/icons
5947
+ */
5948
+ var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5949
+ var gradient = _ref.gradient,
5950
+ props = _objectWithoutProperties(_ref, _excluded$3n);
5951
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5952
+ xmlns: "http://www.w3.org/2000/svg",
5953
+ width: 24,
5954
+ height: 24,
5955
+ viewBox: "0 0 24 24",
5956
+ "data-testid": "GitCommitIcon",
5957
+ fill: "none",
5958
+ stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
5959
+ strokeWidth: 2,
5960
+ strokeLinecap: "round",
5961
+ strokeLinejoin: "round",
5962
+ focusable: false,
5963
+ ref: ref
5964
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
5965
+ gradient: gradient
5966
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5967
+ d: "M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0"
5968
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5969
+ d: "M3 12h6"
5970
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5971
+ d: "M15 12h6"
5972
+ }));
5973
+ });
5974
+ GitCommitIcon.displayName = "GitCommitIcon";
5975
+ var GitCommitIcon$1 = GitCommitIcon;
5976
+
5977
+ var _excluded$3m = ["gradient"];
5978
+
5979
+ /**
5980
+ * @component GitPullRequestIcon
5981
+ * @description
5982
+ * Outline git pull-request glyph for source-control signifiers.
5983
+ *
5984
+ * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
5985
+ *
5986
+ * @see https://design.activecollab.com/docs/foundations/icons
5987
+ */
5988
+ var GitPullRequestIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5989
+ var gradient = _ref.gradient,
5990
+ props = _objectWithoutProperties(_ref, _excluded$3m);
5991
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5992
+ xmlns: "http://www.w3.org/2000/svg",
5993
+ width: 24,
5994
+ height: 24,
5995
+ viewBox: "0 0 24 24",
5996
+ "data-testid": "GitPullRequestIcon",
5997
+ fill: "none",
5998
+ stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
5999
+ strokeWidth: 2,
6000
+ strokeLinecap: "round",
6001
+ strokeLinejoin: "round",
6002
+ focusable: false,
6003
+ ref: ref
6004
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6005
+ gradient: gradient
6006
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6007
+ d: "M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
6008
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6009
+ d: "M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
6010
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6011
+ d: "M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"
6012
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6013
+ d: "M6 8v8"
6014
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6015
+ d: "M11 6h5a2 2 0 0 1 2 2v8"
6016
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6017
+ d: "M14 9l-3 -3l3 -3"
6018
+ }));
6019
+ });
6020
+ GitPullRequestIcon.displayName = "GitPullRequestIcon";
6021
+ var GitPullRequestIcon$1 = GitPullRequestIcon;
6022
+
6023
+ var _excluded$3l = ["gradient"];
5894
6024
 
5895
6025
  /**
5896
6026
  * @component GroupByIcon
@@ -5920,7 +6050,7 @@
5920
6050
  */
5921
6051
  var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5922
6052
  var gradient = _ref.gradient,
5923
- props = _objectWithoutProperties(_ref, _excluded$3k);
6053
+ props = _objectWithoutProperties(_ref, _excluded$3l);
5924
6054
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5925
6055
  xmlns: "http://www.w3.org/2000/svg",
5926
6056
  width: 24,
@@ -5939,7 +6069,7 @@
5939
6069
  GroupByIcon.displayName = "GroupByIcon";
5940
6070
  var GroupByIcon$1 = GroupByIcon;
5941
6071
 
5942
- var _excluded$3j = ["gradient"];
6072
+ var _excluded$3k = ["gradient"];
5943
6073
 
5944
6074
  /**
5945
6075
  * @component HashtagIcon
@@ -5969,7 +6099,7 @@
5969
6099
  */
5970
6100
  var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5971
6101
  var gradient = _ref.gradient,
5972
- props = _objectWithoutProperties(_ref, _excluded$3j);
6102
+ props = _objectWithoutProperties(_ref, _excluded$3k);
5973
6103
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5974
6104
  xmlns: "http://www.w3.org/2000/svg",
5975
6105
  width: 24,
@@ -5990,7 +6120,7 @@
5990
6120
  HashtagIcon.displayName = "HashtagIcon";
5991
6121
  var HashtagIcon$1 = HashtagIcon;
5992
6122
 
5993
- var _excluded$3i = ["gradient"];
6123
+ var _excluded$3j = ["gradient"];
5994
6124
 
5995
6125
  /**
5996
6126
  * @component HelpIcon
@@ -6020,7 +6150,7 @@
6020
6150
  */
6021
6151
  var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6022
6152
  var gradient = _ref.gradient,
6023
- props = _objectWithoutProperties(_ref, _excluded$3i);
6153
+ props = _objectWithoutProperties(_ref, _excluded$3j);
6024
6154
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6025
6155
  xmlns: "http://www.w3.org/2000/svg",
6026
6156
  width: 24,
@@ -6040,7 +6170,7 @@
6040
6170
  HelpIcon.displayName = "HelpIcon";
6041
6171
  var HelpIcon$1 = HelpIcon;
6042
6172
 
6043
- var _excluded$3h = ["gradient"];
6173
+ var _excluded$3i = ["gradient"];
6044
6174
 
6045
6175
  /**
6046
6176
  * @component HistoryOfChangesIcon
@@ -6070,7 +6200,7 @@
6070
6200
  */
6071
6201
  var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6072
6202
  var gradient = _ref.gradient,
6073
- props = _objectWithoutProperties(_ref, _excluded$3h);
6203
+ props = _objectWithoutProperties(_ref, _excluded$3i);
6074
6204
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6075
6205
  xmlns: "http://www.w3.org/2000/svg",
6076
6206
  width: 24,
@@ -6091,7 +6221,7 @@
6091
6221
  HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
6092
6222
  var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
6093
6223
 
6094
- var _excluded$3g = ["gradient"];
6224
+ var _excluded$3h = ["gradient"];
6095
6225
 
6096
6226
  /**
6097
6227
  * @component ImageIcon
@@ -6121,7 +6251,7 @@
6121
6251
  */
6122
6252
  var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6123
6253
  var gradient = _ref.gradient,
6124
- props = _objectWithoutProperties(_ref, _excluded$3g);
6254
+ props = _objectWithoutProperties(_ref, _excluded$3h);
6125
6255
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6126
6256
  xmlns: "http://www.w3.org/2000/svg",
6127
6257
  width: 24,
@@ -6142,7 +6272,7 @@
6142
6272
  ImageIcon.displayName = "ImageIcon";
6143
6273
  var ImageIcon$1 = ImageIcon;
6144
6274
 
6145
- var _excluded$3f = ["gradient"];
6275
+ var _excluded$3g = ["gradient"];
6146
6276
 
6147
6277
  /**
6148
6278
  * @component InfoSmallIcon
@@ -6172,7 +6302,7 @@
6172
6302
  */
6173
6303
  var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6174
6304
  var gradient = _ref.gradient,
6175
- props = _objectWithoutProperties(_ref, _excluded$3f);
6305
+ props = _objectWithoutProperties(_ref, _excluded$3g);
6176
6306
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6177
6307
  xmlns: "http://www.w3.org/2000/svg",
6178
6308
  width: 15,
@@ -6192,7 +6322,7 @@
6192
6322
  InfoSmallIcon.displayName = "InfoSmallIcon";
6193
6323
  var InfoSmallIcon$1 = InfoSmallIcon;
6194
6324
 
6195
- var _excluded$3e = ["gradient"];
6325
+ var _excluded$3f = ["gradient"];
6196
6326
 
6197
6327
  /**
6198
6328
  * @component InfoIcon
@@ -6222,7 +6352,7 @@
6222
6352
  */
6223
6353
  var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6224
6354
  var gradient = _ref.gradient,
6225
- props = _objectWithoutProperties(_ref, _excluded$3e);
6355
+ props = _objectWithoutProperties(_ref, _excluded$3f);
6226
6356
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6227
6357
  xmlns: "http://www.w3.org/2000/svg",
6228
6358
  width: 24,
@@ -6242,7 +6372,7 @@
6242
6372
  InfoIcon.displayName = "InfoIcon";
6243
6373
  var InfoIcon$1 = InfoIcon;
6244
6374
 
6245
- var _excluded$3d = ["gradient"];
6375
+ var _excluded$3e = ["gradient"];
6246
6376
 
6247
6377
  /**
6248
6378
  * @component InsertLinkIcon
@@ -6272,7 +6402,7 @@
6272
6402
  */
6273
6403
  var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6274
6404
  var gradient = _ref.gradient,
6275
- props = _objectWithoutProperties(_ref, _excluded$3d);
6405
+ props = _objectWithoutProperties(_ref, _excluded$3e);
6276
6406
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6277
6407
  xmlns: "http://www.w3.org/2000/svg",
6278
6408
  width: 24,
@@ -6292,7 +6422,7 @@
6292
6422
  InsertLinkIcon.displayName = "InsertLinkIcon";
6293
6423
  var InsertLinkIcon$1 = InsertLinkIcon;
6294
6424
 
6295
- var _excluded$3c = ["gradient"];
6425
+ var _excluded$3d = ["gradient"];
6296
6426
 
6297
6427
  /**
6298
6428
  * @component IntegrationsIcon
@@ -6322,7 +6452,7 @@
6322
6452
  */
6323
6453
  var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6324
6454
  var gradient = _ref.gradient,
6325
- props = _objectWithoutProperties(_ref, _excluded$3c);
6455
+ props = _objectWithoutProperties(_ref, _excluded$3d);
6326
6456
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6327
6457
  xmlns: "http://www.w3.org/2000/svg",
6328
6458
  width: 24,
@@ -6346,7 +6476,7 @@
6346
6476
  IntegrationsIcon.displayName = "IntegrationsIcon";
6347
6477
  var IntegrationsIcon$1 = IntegrationsIcon;
6348
6478
 
6349
- var _excluded$3b = ["gradient"];
6479
+ var _excluded$3c = ["gradient"];
6350
6480
 
6351
6481
  /**
6352
6482
  * @component InvoicesIcon
@@ -6376,7 +6506,7 @@
6376
6506
  */
6377
6507
  var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6378
6508
  var gradient = _ref.gradient,
6379
- props = _objectWithoutProperties(_ref, _excluded$3b);
6509
+ props = _objectWithoutProperties(_ref, _excluded$3c);
6380
6510
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6381
6511
  xmlns: "http://www.w3.org/2000/svg",
6382
6512
  width: 24,
@@ -6400,7 +6530,7 @@
6400
6530
  InvoicesIcon.displayName = "InvoicesIcon";
6401
6531
  var InvoicesIcon$1 = InvoicesIcon;
6402
6532
 
6403
- var _excluded$3a = ["gradient"];
6533
+ var _excluded$3b = ["gradient"];
6404
6534
 
6405
6535
  /**
6406
6536
  * @component LabelsIcon
@@ -6430,7 +6560,7 @@
6430
6560
  */
6431
6561
  var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6432
6562
  var gradient = _ref.gradient,
6433
- props = _objectWithoutProperties(_ref, _excluded$3a);
6563
+ props = _objectWithoutProperties(_ref, _excluded$3b);
6434
6564
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6435
6565
  xmlns: "http://www.w3.org/2000/svg",
6436
6566
  width: 24,
@@ -6450,7 +6580,7 @@
6450
6580
  LabelsIcon.displayName = "LabelsIcon";
6451
6581
  var LabelsIcon$1 = LabelsIcon;
6452
6582
 
6453
- var _excluded$39 = ["gradient"];
6583
+ var _excluded$3a = ["gradient"];
6454
6584
 
6455
6585
  /**
6456
6586
  * @component LetterArrowRightIcon
@@ -6480,7 +6610,7 @@
6480
6610
  */
6481
6611
  var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6482
6612
  var gradient = _ref.gradient,
6483
- props = _objectWithoutProperties(_ref, _excluded$39);
6613
+ props = _objectWithoutProperties(_ref, _excluded$3a);
6484
6614
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6485
6615
  xmlns: "http://www.w3.org/2000/svg",
6486
6616
  width: 24,
@@ -6501,7 +6631,7 @@
6501
6631
  LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
6502
6632
  var LetterArrowRightIcon$1 = LetterArrowRightIcon;
6503
6633
 
6504
- var _excluded$38 = ["gradient"];
6634
+ var _excluded$39 = ["gradient"];
6505
6635
 
6506
6636
  /**
6507
6637
  * @component LetterFastIcon
@@ -6531,7 +6661,7 @@
6531
6661
  */
6532
6662
  var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6533
6663
  var gradient = _ref.gradient,
6534
- props = _objectWithoutProperties(_ref, _excluded$38);
6664
+ props = _objectWithoutProperties(_ref, _excluded$39);
6535
6665
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6536
6666
  xmlns: "http://www.w3.org/2000/svg",
6537
6667
  width: 24,
@@ -6551,7 +6681,7 @@
6551
6681
  LetterFastIcon.displayName = "LetterFastIcon";
6552
6682
  var LetterFastIcon$1 = LetterFastIcon;
6553
6683
 
6554
- var _excluded$37 = ["gradient"];
6684
+ var _excluded$38 = ["gradient"];
6555
6685
 
6556
6686
  /**
6557
6687
  * @component LetterIcon
@@ -6581,7 +6711,7 @@
6581
6711
  */
6582
6712
  var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6583
6713
  var gradient = _ref.gradient,
6584
- props = _objectWithoutProperties(_ref, _excluded$37);
6714
+ props = _objectWithoutProperties(_ref, _excluded$38);
6585
6715
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6586
6716
  xmlns: "http://www.w3.org/2000/svg",
6587
6717
  width: 24,
@@ -6602,7 +6732,7 @@
6602
6732
  LetterIcon.displayName = "LetterIcon";
6603
6733
  var LetterIcon$1 = LetterIcon;
6604
6734
 
6605
- var _excluded$36 = ["gradient"];
6735
+ var _excluded$37 = ["gradient"];
6606
6736
 
6607
6737
  /**
6608
6738
  * @component LockSmallIcon
@@ -6632,7 +6762,7 @@
6632
6762
  */
6633
6763
  var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6634
6764
  var gradient = _ref.gradient,
6635
- props = _objectWithoutProperties(_ref, _excluded$36);
6765
+ props = _objectWithoutProperties(_ref, _excluded$37);
6636
6766
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6637
6767
  xmlns: "http://www.w3.org/2000/svg",
6638
6768
  width: 12,
@@ -6652,7 +6782,7 @@
6652
6782
  LockSmallIcon.displayName = "LockSmallIcon";
6653
6783
  var LockSmallIcon$1 = LockSmallIcon;
6654
6784
 
6655
- var _excluded$35 = ["gradient"];
6785
+ var _excluded$36 = ["gradient"];
6656
6786
 
6657
6787
  /**
6658
6788
  * @component LockIcon
@@ -6682,7 +6812,7 @@
6682
6812
  */
6683
6813
  var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6684
6814
  var gradient = _ref.gradient,
6685
- props = _objectWithoutProperties(_ref, _excluded$35);
6815
+ props = _objectWithoutProperties(_ref, _excluded$36);
6686
6816
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6687
6817
  xmlns: "http://www.w3.org/2000/svg",
6688
6818
  width: 24,
@@ -6702,7 +6832,7 @@
6702
6832
  LockIcon.displayName = "LockIcon";
6703
6833
  var LockIcon$1 = LockIcon;
6704
6834
 
6705
- var _excluded$34 = ["gradient"];
6835
+ var _excluded$35 = ["gradient"];
6706
6836
 
6707
6837
  /**
6708
6838
  * @component MarkerIcon
@@ -6732,7 +6862,7 @@
6732
6862
  */
6733
6863
  var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6734
6864
  var gradient = _ref.gradient,
6735
- props = _objectWithoutProperties(_ref, _excluded$34);
6865
+ props = _objectWithoutProperties(_ref, _excluded$35);
6736
6866
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6737
6867
  xmlns: "http://www.w3.org/2000/svg",
6738
6868
  width: 24,
@@ -6752,7 +6882,7 @@
6752
6882
  MarkerIcon.displayName = "MarkerIcon";
6753
6883
  var MarkerIcon$1 = MarkerIcon;
6754
6884
 
6755
- var _excluded$33 = ["gradient"];
6885
+ var _excluded$34 = ["gradient"];
6756
6886
 
6757
6887
  /**
6758
6888
  * @component MessageAddIcon
@@ -6782,7 +6912,7 @@
6782
6912
  */
6783
6913
  var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6784
6914
  var gradient = _ref.gradient,
6785
- props = _objectWithoutProperties(_ref, _excluded$33);
6915
+ props = _objectWithoutProperties(_ref, _excluded$34);
6786
6916
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6787
6917
  xmlns: "http://www.w3.org/2000/svg",
6788
6918
  width: 24,
@@ -6801,7 +6931,7 @@
6801
6931
  MessageAddIcon.displayName = "MessageAddIcon";
6802
6932
  var MessageAddIcon$1 = MessageAddIcon;
6803
6933
 
6804
- var _excluded$32 = ["gradient"];
6934
+ var _excluded$33 = ["gradient"];
6805
6935
 
6806
6936
  /**
6807
6937
  * @component MessageEmptyIcon
@@ -6831,7 +6961,7 @@
6831
6961
  */
6832
6962
  var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6833
6963
  var gradient = _ref.gradient,
6834
- props = _objectWithoutProperties(_ref, _excluded$32);
6964
+ props = _objectWithoutProperties(_ref, _excluded$33);
6835
6965
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6836
6966
  xmlns: "http://www.w3.org/2000/svg",
6837
6967
  width: 24,
@@ -6851,7 +6981,7 @@
6851
6981
  MessageEmptyIcon.displayName = "MessageEmptyIcon";
6852
6982
  var MessageEmptyIcon$1 = MessageEmptyIcon;
6853
6983
 
6854
- var _excluded$31 = ["gradient"];
6984
+ var _excluded$32 = ["gradient"];
6855
6985
 
6856
6986
  /**
6857
6987
  * @component MessageSmallIcon
@@ -6881,7 +7011,7 @@
6881
7011
  */
6882
7012
  var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6883
7013
  var gradient = _ref.gradient,
6884
- props = _objectWithoutProperties(_ref, _excluded$31);
7014
+ props = _objectWithoutProperties(_ref, _excluded$32);
6885
7015
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6886
7016
  xmlns: "http://www.w3.org/2000/svg",
6887
7017
  width: 12,
@@ -6901,7 +7031,7 @@
6901
7031
  MessageSmallIcon.displayName = "MessageSmallIcon";
6902
7032
  var MessageSmallIcon$1 = MessageSmallIcon;
6903
7033
 
6904
- var _excluded$30 = ["gradient"];
7034
+ var _excluded$31 = ["gradient"];
6905
7035
 
6906
7036
  /**
6907
7037
  * @component MessageSolidIcon
@@ -6931,7 +7061,7 @@
6931
7061
  */
6932
7062
  var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6933
7063
  var gradient = _ref.gradient,
6934
- props = _objectWithoutProperties(_ref, _excluded$30);
7064
+ props = _objectWithoutProperties(_ref, _excluded$31);
6935
7065
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6936
7066
  xmlns: "http://www.w3.org/2000/svg",
6937
7067
  width: 24,
@@ -6951,7 +7081,7 @@
6951
7081
  MessageSolidIcon.displayName = "MessageSolidIcon";
6952
7082
  var MessageSolidIcon$1 = MessageSolidIcon;
6953
7083
 
6954
- var _excluded$2$ = ["gradient"];
7084
+ var _excluded$30 = ["gradient"];
6955
7085
 
6956
7086
  /**
6957
7087
  * @component MessageStarIcon
@@ -6981,7 +7111,7 @@
6981
7111
  */
6982
7112
  var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6983
7113
  var gradient = _ref.gradient,
6984
- props = _objectWithoutProperties(_ref, _excluded$2$);
7114
+ props = _objectWithoutProperties(_ref, _excluded$30);
6985
7115
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6986
7116
  xmlns: "http://www.w3.org/2000/svg",
6987
7117
  width: 24,
@@ -7004,7 +7134,7 @@
7004
7134
  MessageStarIcon.displayName = "MessageStarIcon";
7005
7135
  var MessageStarIcon$1 = MessageStarIcon;
7006
7136
 
7007
- var _excluded$2_ = ["gradient"];
7137
+ var _excluded$2$ = ["gradient"];
7008
7138
 
7009
7139
  /**
7010
7140
  * @component MessageIcon
@@ -7034,7 +7164,7 @@
7034
7164
  */
7035
7165
  var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7036
7166
  var gradient = _ref.gradient,
7037
- props = _objectWithoutProperties(_ref, _excluded$2_);
7167
+ props = _objectWithoutProperties(_ref, _excluded$2$);
7038
7168
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7039
7169
  xmlns: "http://www.w3.org/2000/svg",
7040
7170
  width: 24,
@@ -7054,7 +7184,7 @@
7054
7184
  MessageIcon.displayName = "MessageIcon";
7055
7185
  var MessageIcon$1 = MessageIcon;
7056
7186
 
7057
- var _excluded$2Z = ["gradient"];
7187
+ var _excluded$2_ = ["gradient"];
7058
7188
 
7059
7189
  /**
7060
7190
  * @component MinusIcon
@@ -7084,7 +7214,7 @@
7084
7214
  */
7085
7215
  var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7086
7216
  var gradient = _ref.gradient,
7087
- props = _objectWithoutProperties(_ref, _excluded$2Z);
7217
+ props = _objectWithoutProperties(_ref, _excluded$2_);
7088
7218
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7089
7219
  xmlns: "http://www.w3.org/2000/svg",
7090
7220
  width: 24,
@@ -7108,7 +7238,7 @@
7108
7238
  MinusIcon.displayName = "MinusIcon";
7109
7239
  var MinusIcon$1 = MinusIcon;
7110
7240
 
7111
- var _excluded$2Y = ["gradient"];
7241
+ var _excluded$2Z = ["gradient"];
7112
7242
 
7113
7243
  /**
7114
7244
  * @component MobileMenuIcon
@@ -7138,7 +7268,7 @@
7138
7268
  */
7139
7269
  var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7140
7270
  var gradient = _ref.gradient,
7141
- props = _objectWithoutProperties(_ref, _excluded$2Y);
7271
+ props = _objectWithoutProperties(_ref, _excluded$2Z);
7142
7272
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7143
7273
  xmlns: "http://www.w3.org/2000/svg",
7144
7274
  width: 24,
@@ -7159,7 +7289,7 @@
7159
7289
  MobileMenuIcon.displayName = "MobileMenuIcon";
7160
7290
  var MobileMenuIcon$1 = MobileMenuIcon;
7161
7291
 
7162
- var _excluded$2X = ["gradient"];
7292
+ var _excluded$2Y = ["gradient"];
7163
7293
 
7164
7294
  /**
7165
7295
  * @component MoneyStackIcon
@@ -7189,7 +7319,7 @@
7189
7319
  */
7190
7320
  var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7191
7321
  var gradient = _ref.gradient,
7192
- props = _objectWithoutProperties(_ref, _excluded$2X);
7322
+ props = _objectWithoutProperties(_ref, _excluded$2Y);
7193
7323
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7194
7324
  xmlns: "http://www.w3.org/2000/svg",
7195
7325
  width: 24,
@@ -7216,7 +7346,7 @@
7216
7346
  MoneyStackIcon.displayName = "MoneyStackIcon";
7217
7347
  var MoneyStackIcon$1 = MoneyStackIcon;
7218
7348
 
7219
- var _excluded$2W = ["gradient"];
7349
+ var _excluded$2X = ["gradient"];
7220
7350
 
7221
7351
  /**
7222
7352
  * @component MoonIcon
@@ -7246,7 +7376,7 @@
7246
7376
  */
7247
7377
  var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7248
7378
  var gradient = _ref.gradient,
7249
- props = _objectWithoutProperties(_ref, _excluded$2W);
7379
+ props = _objectWithoutProperties(_ref, _excluded$2X);
7250
7380
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7251
7381
  xmlns: "http://www.w3.org/2000/svg",
7252
7382
  width: 20,
@@ -7267,7 +7397,7 @@
7267
7397
  MoonIcon.displayName = "MoonIcon";
7268
7398
  var MoonIcon$1 = MoonIcon;
7269
7399
 
7270
- var _excluded$2V = ["gradient"];
7400
+ var _excluded$2W = ["gradient"];
7271
7401
 
7272
7402
  /**
7273
7403
  * @component MoveTriggerIcon
@@ -7297,7 +7427,7 @@
7297
7427
  */
7298
7428
  var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7299
7429
  var gradient = _ref.gradient,
7300
- props = _objectWithoutProperties(_ref, _excluded$2V);
7430
+ props = _objectWithoutProperties(_ref, _excluded$2W);
7301
7431
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7302
7432
  xmlns: "http://www.w3.org/2000/svg",
7303
7433
  width: 10,
@@ -7317,7 +7447,7 @@
7317
7447
  MoveTriggerIcon.displayName = "MoveTriggerIcon";
7318
7448
  var MoveTriggerIcon$1 = MoveTriggerIcon;
7319
7449
 
7320
- var _excluded$2U = ["gradient"];
7450
+ var _excluded$2V = ["gradient"];
7321
7451
 
7322
7452
  /**
7323
7453
  * @component MoveIcon
@@ -7347,7 +7477,7 @@
7347
7477
  */
7348
7478
  var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7349
7479
  var gradient = _ref.gradient,
7350
- props = _objectWithoutProperties(_ref, _excluded$2U);
7480
+ props = _objectWithoutProperties(_ref, _excluded$2V);
7351
7481
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7352
7482
  xmlns: "http://www.w3.org/2000/svg",
7353
7483
  width: 24,
@@ -7368,7 +7498,7 @@
7368
7498
  MoveIcon.displayName = "MoveIcon";
7369
7499
  var MoveIcon$1 = MoveIcon;
7370
7500
 
7371
- var _excluded$2T = ["gradient"];
7501
+ var _excluded$2U = ["gradient"];
7372
7502
 
7373
7503
  /**
7374
7504
  * @component MyWorkIcon
@@ -7398,7 +7528,7 @@
7398
7528
  */
7399
7529
  var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7400
7530
  var gradient = _ref.gradient,
7401
- props = _objectWithoutProperties(_ref, _excluded$2T);
7531
+ props = _objectWithoutProperties(_ref, _excluded$2U);
7402
7532
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7403
7533
  xmlns: "http://www.w3.org/2000/svg",
7404
7534
  width: 24,
@@ -7422,7 +7552,7 @@
7422
7552
  MyWorkIcon.displayName = "MyWorkIcon";
7423
7553
  var MyWorkIcon$1 = MyWorkIcon;
7424
7554
 
7425
- var _excluded$2S = ["gradient"];
7555
+ var _excluded$2T = ["gradient"];
7426
7556
 
7427
7557
  /**
7428
7558
  * @component NoteAddIcon
@@ -7452,7 +7582,7 @@
7452
7582
  */
7453
7583
  var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7454
7584
  var gradient = _ref.gradient,
7455
- props = _objectWithoutProperties(_ref, _excluded$2S);
7585
+ props = _objectWithoutProperties(_ref, _excluded$2T);
7456
7586
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7457
7587
  xmlns: "http://www.w3.org/2000/svg",
7458
7588
  width: 24,
@@ -7472,7 +7602,7 @@
7472
7602
  NoteAddIcon.displayName = "NoteAddIcon";
7473
7603
  var NoteAddIcon$1 = NoteAddIcon;
7474
7604
 
7475
- var _excluded$2R = ["gradient"];
7605
+ var _excluded$2S = ["gradient"];
7476
7606
 
7477
7607
  /**
7478
7608
  * @component NoteIcon
@@ -7502,7 +7632,7 @@
7502
7632
  */
7503
7633
  var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7504
7634
  var gradient = _ref.gradient,
7505
- props = _objectWithoutProperties(_ref, _excluded$2R);
7635
+ props = _objectWithoutProperties(_ref, _excluded$2S);
7506
7636
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7507
7637
  xmlns: "http://www.w3.org/2000/svg",
7508
7638
  width: 24,
@@ -7522,7 +7652,7 @@
7522
7652
  NoteIcon.displayName = "NoteIcon";
7523
7653
  var NoteIcon$1 = NoteIcon;
7524
7654
 
7525
- var _excluded$2Q = ["gradient"];
7655
+ var _excluded$2R = ["gradient"];
7526
7656
 
7527
7657
  /**
7528
7658
  * @component NotebookIcon
@@ -7552,7 +7682,7 @@
7552
7682
  */
7553
7683
  var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7554
7684
  var gradient = _ref.gradient,
7555
- props = _objectWithoutProperties(_ref, _excluded$2Q);
7685
+ props = _objectWithoutProperties(_ref, _excluded$2R);
7556
7686
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7557
7687
  xmlns: "http://www.w3.org/2000/svg",
7558
7688
  width: 24,
@@ -7572,7 +7702,7 @@
7572
7702
  NotebookIcon.displayName = "NotebookIcon";
7573
7703
  var NotebookIcon$1 = NotebookIcon;
7574
7704
 
7575
- var _excluded$2P = ["gradient"];
7705
+ var _excluded$2Q = ["gradient"];
7576
7706
 
7577
7707
  /**
7578
7708
  * @component NotificationBellIcon
@@ -7602,7 +7732,7 @@
7602
7732
  */
7603
7733
  var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7604
7734
  var gradient = _ref.gradient,
7605
- props = _objectWithoutProperties(_ref, _excluded$2P);
7735
+ props = _objectWithoutProperties(_ref, _excluded$2Q);
7606
7736
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7607
7737
  xmlns: "http://www.w3.org/2000/svg",
7608
7738
  width: 24,
@@ -7621,7 +7751,7 @@
7621
7751
  NotificationBellIcon.displayName = "NotificationBellIcon";
7622
7752
  var NotificationBellIcon$1 = NotificationBellIcon;
7623
7753
 
7624
- var _excluded$2O = ["gradient"];
7754
+ var _excluded$2P = ["gradient"];
7625
7755
 
7626
7756
  /**
7627
7757
  * @component OpenExpandedIcon
@@ -7651,7 +7781,7 @@
7651
7781
  */
7652
7782
  var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7653
7783
  var gradient = _ref.gradient,
7654
- props = _objectWithoutProperties(_ref, _excluded$2O);
7784
+ props = _objectWithoutProperties(_ref, _excluded$2P);
7655
7785
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7656
7786
  xmlns: "http://www.w3.org/2000/svg",
7657
7787
  width: 24,
@@ -7671,7 +7801,7 @@
7671
7801
  OpenExpandedIcon.displayName = "OpenExpandedIcon";
7672
7802
  var OpenExpandedIcon$1 = OpenExpandedIcon;
7673
7803
 
7674
- var _excluded$2N = ["gradient"];
7804
+ var _excluded$2O = ["gradient"];
7675
7805
 
7676
7806
  /**
7677
7807
  * @component OpenSheetIcon
@@ -7701,7 +7831,7 @@
7701
7831
  */
7702
7832
  var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7703
7833
  var gradient = _ref.gradient,
7704
- props = _objectWithoutProperties(_ref, _excluded$2N);
7834
+ props = _objectWithoutProperties(_ref, _excluded$2O);
7705
7835
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7706
7836
  xmlns: "http://www.w3.org/2000/svg",
7707
7837
  width: 24,
@@ -7726,7 +7856,7 @@
7726
7856
  OpenSheetIcon.displayName = "OpenSheetIcon";
7727
7857
  var OpenSheetIcon$1 = OpenSheetIcon;
7728
7858
 
7729
- var _excluded$2M = ["gradient"];
7859
+ var _excluded$2N = ["gradient"];
7730
7860
 
7731
7861
  /**
7732
7862
  * @component OrderFirstIcon
@@ -7756,7 +7886,7 @@
7756
7886
  */
7757
7887
  var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7758
7888
  var gradient = _ref.gradient,
7759
- props = _objectWithoutProperties(_ref, _excluded$2M);
7889
+ props = _objectWithoutProperties(_ref, _excluded$2N);
7760
7890
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7761
7891
  xmlns: "http://www.w3.org/2000/svg",
7762
7892
  width: 24,
@@ -7776,7 +7906,7 @@
7776
7906
  OrderFirstIcon.displayName = "OrderFirstIcon";
7777
7907
  var OrderFirstIcon$1 = OrderFirstIcon;
7778
7908
 
7779
- var _excluded$2L = ["gradient"];
7909
+ var _excluded$2M = ["gradient"];
7780
7910
 
7781
7911
  /**
7782
7912
  * @component PaidSmallIcon
@@ -7806,7 +7936,7 @@
7806
7936
  */
7807
7937
  var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7808
7938
  var gradient = _ref.gradient,
7809
- props = _objectWithoutProperties(_ref, _excluded$2L);
7939
+ props = _objectWithoutProperties(_ref, _excluded$2M);
7810
7940
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7811
7941
  xmlns: "http://www.w3.org/2000/svg",
7812
7942
  width: 12,
@@ -7826,7 +7956,7 @@
7826
7956
  PaidSmallIcon.displayName = "PaidSmallIcon";
7827
7957
  var PaidSmallIcon$1 = PaidSmallIcon;
7828
7958
 
7829
- var _excluded$2K = ["gradient"];
7959
+ var _excluded$2L = ["gradient"];
7830
7960
 
7831
7961
  /**
7832
7962
  * @component PauseCircleOutlineIcon
@@ -7856,7 +7986,7 @@
7856
7986
  */
7857
7987
  var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7858
7988
  var gradient = _ref.gradient,
7859
- props = _objectWithoutProperties(_ref, _excluded$2K);
7989
+ props = _objectWithoutProperties(_ref, _excluded$2L);
7860
7990
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7861
7991
  xmlns: "http://www.w3.org/2000/svg",
7862
7992
  width: 24,
@@ -7876,7 +8006,7 @@
7876
8006
  PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
7877
8007
  var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
7878
8008
 
7879
- var _excluded$2J = ["gradient"];
8009
+ var _excluded$2K = ["gradient"];
7880
8010
 
7881
8011
  /**
7882
8012
  * @component PauseIcon
@@ -7906,7 +8036,7 @@
7906
8036
  */
7907
8037
  var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7908
8038
  var gradient = _ref.gradient,
7909
- props = _objectWithoutProperties(_ref, _excluded$2J);
8039
+ props = _objectWithoutProperties(_ref, _excluded$2K);
7910
8040
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7911
8041
  xmlns: "http://www.w3.org/2000/svg",
7912
8042
  width: 24,
@@ -7926,7 +8056,7 @@
7926
8056
  PauseIcon.displayName = "PauseIcon";
7927
8057
  var PauseIcon$1 = PauseIcon;
7928
8058
 
7929
- var _excluded$2I = ["gradient"];
8059
+ var _excluded$2J = ["gradient"];
7930
8060
 
7931
8061
  /**
7932
8062
  * @component PauseSmallIcon
@@ -7956,7 +8086,7 @@
7956
8086
  */
7957
8087
  var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7958
8088
  var gradient = _ref.gradient,
7959
- props = _objectWithoutProperties(_ref, _excluded$2I);
8089
+ props = _objectWithoutProperties(_ref, _excluded$2J);
7960
8090
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7961
8091
  xmlns: "http://www.w3.org/2000/svg",
7962
8092
  width: 24,
@@ -7976,7 +8106,7 @@
7976
8106
  PauseSmallIcon.displayName = "PauseSmallIcon";
7977
8107
  var PauseSmallIcon$1 = PauseSmallIcon;
7978
8108
 
7979
- var _excluded$2H = ["gradient"];
8109
+ var _excluded$2I = ["gradient"];
7980
8110
 
7981
8111
  /**
7982
8112
  * @component PencilSmallIcon
@@ -8006,7 +8136,7 @@
8006
8136
  */
8007
8137
  var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8008
8138
  var gradient = _ref.gradient,
8009
- props = _objectWithoutProperties(_ref, _excluded$2H);
8139
+ props = _objectWithoutProperties(_ref, _excluded$2I);
8010
8140
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8011
8141
  xmlns: "http://www.w3.org/2000/svg",
8012
8142
  width: 12,
@@ -8025,7 +8155,7 @@
8025
8155
  PencilSmallIcon.displayName = "PencilSmallIcon";
8026
8156
  var PencilSmallIcon$1 = PencilSmallIcon;
8027
8157
 
8028
- var _excluded$2G = ["gradient"];
8158
+ var _excluded$2H = ["gradient"];
8029
8159
 
8030
8160
  /**
8031
8161
  * @component PencilIcon
@@ -8055,7 +8185,7 @@
8055
8185
  */
8056
8186
  var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8057
8187
  var gradient = _ref.gradient,
8058
- props = _objectWithoutProperties(_ref, _excluded$2G);
8188
+ props = _objectWithoutProperties(_ref, _excluded$2H);
8059
8189
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8060
8190
  xmlns: "http://www.w3.org/2000/svg",
8061
8191
  width: 24,
@@ -8074,7 +8204,7 @@
8074
8204
  PencilIcon.displayName = "PencilIcon";
8075
8205
  var PencilIcon$1 = PencilIcon;
8076
8206
 
8077
- var _excluded$2F = ["gradient"];
8207
+ var _excluded$2G = ["gradient"];
8078
8208
 
8079
8209
  /**
8080
8210
  * @component PendingPaymentSmallIcon
@@ -8104,7 +8234,7 @@
8104
8234
  */
8105
8235
  var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8106
8236
  var gradient = _ref.gradient,
8107
- props = _objectWithoutProperties(_ref, _excluded$2F);
8237
+ props = _objectWithoutProperties(_ref, _excluded$2G);
8108
8238
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8109
8239
  xmlns: "http://www.w3.org/2000/svg",
8110
8240
  width: 12,
@@ -8124,7 +8254,7 @@
8124
8254
  PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
8125
8255
  var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
8126
8256
 
8127
- var _excluded$2E = ["gradient"];
8257
+ var _excluded$2F = ["gradient"];
8128
8258
 
8129
8259
  /**
8130
8260
  * @component PeopleIcon
@@ -8154,7 +8284,7 @@
8154
8284
  */
8155
8285
  var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8156
8286
  var gradient = _ref.gradient,
8157
- props = _objectWithoutProperties(_ref, _excluded$2E);
8287
+ props = _objectWithoutProperties(_ref, _excluded$2F);
8158
8288
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8159
8289
  xmlns: "http://www.w3.org/2000/svg",
8160
8290
  width: 24,
@@ -8178,7 +8308,7 @@
8178
8308
  PeopleIcon.displayName = "PeopleIcon";
8179
8309
  var PeopleIcon$1 = PeopleIcon;
8180
8310
 
8181
- var _excluded$2D = ["gradient"];
8311
+ var _excluded$2E = ["gradient"];
8182
8312
 
8183
8313
  /**
8184
8314
  * @component PersonArrowOutCircleIcon
@@ -8208,7 +8338,7 @@
8208
8338
  */
8209
8339
  var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8210
8340
  var gradient = _ref.gradient,
8211
- props = _objectWithoutProperties(_ref, _excluded$2D);
8341
+ props = _objectWithoutProperties(_ref, _excluded$2E);
8212
8342
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8213
8343
  xmlns: "http://www.w3.org/2000/svg",
8214
8344
  width: 24,
@@ -8229,7 +8359,7 @@
8229
8359
  PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
8230
8360
  var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
8231
8361
 
8232
- var _excluded$2C = ["gradient"];
8362
+ var _excluded$2D = ["gradient"];
8233
8363
 
8234
8364
  /**
8235
8365
  * @component PersonCircleOffIcon
@@ -8259,7 +8389,7 @@
8259
8389
  */
8260
8390
  var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8261
8391
  var gradient = _ref.gradient,
8262
- props = _objectWithoutProperties(_ref, _excluded$2C);
8392
+ props = _objectWithoutProperties(_ref, _excluded$2D);
8263
8393
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8264
8394
  xmlns: "http://www.w3.org/2000/svg",
8265
8395
  width: 24,
@@ -8279,7 +8409,7 @@
8279
8409
  PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
8280
8410
  var PersonCircleOffIcon$1 = PersonCircleOffIcon;
8281
8411
 
8282
- var _excluded$2B = ["gradient"];
8412
+ var _excluded$2C = ["gradient"];
8283
8413
 
8284
8414
  /**
8285
8415
  * @component PersonCircleIcon
@@ -8309,7 +8439,7 @@
8309
8439
  */
8310
8440
  var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8311
8441
  var gradient = _ref.gradient,
8312
- props = _objectWithoutProperties(_ref, _excluded$2B);
8442
+ props = _objectWithoutProperties(_ref, _excluded$2C);
8313
8443
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8314
8444
  xmlns: "http://www.w3.org/2000/svg",
8315
8445
  width: 24,
@@ -8329,7 +8459,7 @@
8329
8459
  PersonCircleIcon.displayName = "PersonCircleIcon";
8330
8460
  var PersonCircleIcon$1 = PersonCircleIcon;
8331
8461
 
8332
- var _excluded$2A = ["gradient"];
8462
+ var _excluded$2B = ["gradient"];
8333
8463
 
8334
8464
  /**
8335
8465
  * @component PersonListIcon
@@ -8359,7 +8489,7 @@
8359
8489
  */
8360
8490
  var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8361
8491
  var gradient = _ref.gradient,
8362
- props = _objectWithoutProperties(_ref, _excluded$2A);
8492
+ props = _objectWithoutProperties(_ref, _excluded$2B);
8363
8493
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8364
8494
  xmlns: "http://www.w3.org/2000/svg",
8365
8495
  width: 24,
@@ -8380,7 +8510,7 @@
8380
8510
  PersonListIcon.displayName = "PersonListIcon";
8381
8511
  var PersonListIcon$1 = PersonListIcon;
8382
8512
 
8383
- var _excluded$2z = ["gradient"];
8513
+ var _excluded$2A = ["gradient"];
8384
8514
 
8385
8515
  /**
8386
8516
  * @component PersonPlusIcon
@@ -8410,7 +8540,7 @@
8410
8540
  */
8411
8541
  var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8412
8542
  var gradient = _ref.gradient,
8413
- props = _objectWithoutProperties(_ref, _excluded$2z);
8543
+ props = _objectWithoutProperties(_ref, _excluded$2A);
8414
8544
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8415
8545
  xmlns: "http://www.w3.org/2000/svg",
8416
8546
  width: 24,
@@ -8430,7 +8560,7 @@
8430
8560
  PersonPlusIcon.displayName = "PersonPlusIcon";
8431
8561
  var PersonPlusIcon$1 = PersonPlusIcon;
8432
8562
 
8433
- var _excluded$2y = ["gradient"];
8563
+ var _excluded$2z = ["gradient"];
8434
8564
 
8435
8565
  /**
8436
8566
  * @component PersonIcon
@@ -8460,7 +8590,7 @@
8460
8590
  */
8461
8591
  var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8462
8592
  var gradient = _ref.gradient,
8463
- props = _objectWithoutProperties(_ref, _excluded$2y);
8593
+ props = _objectWithoutProperties(_ref, _excluded$2z);
8464
8594
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8465
8595
  xmlns: "http://www.w3.org/2000/svg",
8466
8596
  width: 24,
@@ -8480,7 +8610,7 @@
8480
8610
  PersonIcon.displayName = "PersonIcon";
8481
8611
  var PersonIcon$1 = PersonIcon;
8482
8612
 
8483
- var _excluded$2x = ["gradient"];
8613
+ var _excluded$2y = ["gradient"];
8484
8614
 
8485
8615
  /**
8486
8616
  * @component PinSmallIcon
@@ -8510,7 +8640,7 @@
8510
8640
  */
8511
8641
  var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8512
8642
  var gradient = _ref.gradient,
8513
- props = _objectWithoutProperties(_ref, _excluded$2x);
8643
+ props = _objectWithoutProperties(_ref, _excluded$2y);
8514
8644
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8515
8645
  xmlns: "http://www.w3.org/2000/svg",
8516
8646
  width: 12,
@@ -8531,7 +8661,7 @@
8531
8661
  PinSmallIcon.displayName = "PinSmallIcon";
8532
8662
  var PinSmallIcon$1 = PinSmallIcon;
8533
8663
 
8534
- var _excluded$2w = ["gradient"];
8664
+ var _excluded$2x = ["gradient"];
8535
8665
 
8536
8666
  /**
8537
8667
  * @component PinIcon
@@ -8561,7 +8691,7 @@
8561
8691
  */
8562
8692
  var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8563
8693
  var gradient = _ref.gradient,
8564
- props = _objectWithoutProperties(_ref, _excluded$2w);
8694
+ props = _objectWithoutProperties(_ref, _excluded$2x);
8565
8695
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8566
8696
  xmlns: "http://www.w3.org/2000/svg",
8567
8697
  width: 24,
@@ -8581,7 +8711,7 @@
8581
8711
  PinIcon.displayName = "PinIcon";
8582
8712
  var PinIcon$1 = PinIcon;
8583
8713
 
8584
- var _excluded$2v = ["gradient"];
8714
+ var _excluded$2w = ["gradient"];
8585
8715
 
8586
8716
  /**
8587
8717
  * @component PlayCircleOutlineIcon
@@ -8611,7 +8741,7 @@
8611
8741
  */
8612
8742
  var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8613
8743
  var gradient = _ref.gradient,
8614
- props = _objectWithoutProperties(_ref, _excluded$2v);
8744
+ props = _objectWithoutProperties(_ref, _excluded$2w);
8615
8745
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8616
8746
  xmlns: "http://www.w3.org/2000/svg",
8617
8747
  width: 24,
@@ -8631,7 +8761,7 @@
8631
8761
  PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
8632
8762
  var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
8633
8763
 
8634
- var _excluded$2u = ["gradient"];
8764
+ var _excluded$2v = ["gradient"];
8635
8765
 
8636
8766
  /**
8637
8767
  * @component PlayIcon
@@ -8661,7 +8791,7 @@
8661
8791
  */
8662
8792
  var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8663
8793
  var gradient = _ref.gradient,
8664
- props = _objectWithoutProperties(_ref, _excluded$2u);
8794
+ props = _objectWithoutProperties(_ref, _excluded$2v);
8665
8795
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8666
8796
  xmlns: "http://www.w3.org/2000/svg",
8667
8797
  width: 24,
@@ -8681,7 +8811,7 @@
8681
8811
  PlayIcon.displayName = "PlayIcon";
8682
8812
  var PlayIcon$1 = PlayIcon;
8683
8813
 
8684
- var _excluded$2t = ["gradient"];
8814
+ var _excluded$2u = ["gradient"];
8685
8815
 
8686
8816
  /**
8687
8817
  * @component PlaySmallIcon
@@ -8711,7 +8841,7 @@
8711
8841
  */
8712
8842
  var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8713
8843
  var gradient = _ref.gradient,
8714
- props = _objectWithoutProperties(_ref, _excluded$2t);
8844
+ props = _objectWithoutProperties(_ref, _excluded$2u);
8715
8845
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8716
8846
  xmlns: "http://www.w3.org/2000/svg",
8717
8847
  width: 24,
@@ -8731,7 +8861,7 @@
8731
8861
  PlaySmallIcon.displayName = "PlaySmallIcon";
8732
8862
  var PlaySmallIcon$1 = PlaySmallIcon;
8733
8863
 
8734
- var _excluded$2s = ["gradient"];
8864
+ var _excluded$2t = ["gradient"];
8735
8865
 
8736
8866
  /**
8737
8867
  * @component PriorityLowIcon
@@ -8761,7 +8891,7 @@
8761
8891
  */
8762
8892
  var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8763
8893
  var gradient = _ref.gradient,
8764
- props = _objectWithoutProperties(_ref, _excluded$2s);
8894
+ props = _objectWithoutProperties(_ref, _excluded$2t);
8765
8895
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8766
8896
  xmlns: "http://www.w3.org/2000/svg",
8767
8897
  width: 24,
@@ -8782,7 +8912,7 @@
8782
8912
  PriorityLowIcon.displayName = "PriorityLowIcon";
8783
8913
  var PriorityLowIcon$1 = PriorityLowIcon;
8784
8914
 
8785
- var _excluded$2r = ["gradient"];
8915
+ var _excluded$2s = ["gradient"];
8786
8916
 
8787
8917
  /**
8788
8918
  * @component ProjectAddIcon
@@ -8812,7 +8942,7 @@
8812
8942
  */
8813
8943
  var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8814
8944
  var gradient = _ref.gradient,
8815
- props = _objectWithoutProperties(_ref, _excluded$2r);
8945
+ props = _objectWithoutProperties(_ref, _excluded$2s);
8816
8946
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8817
8947
  xmlns: "http://www.w3.org/2000/svg",
8818
8948
  width: 24,
@@ -8832,7 +8962,7 @@
8832
8962
  ProjectAddIcon.displayName = "ProjectAddIcon";
8833
8963
  var ProjectAddIcon$1 = ProjectAddIcon;
8834
8964
 
8835
- var _excluded$2q = ["gradient"];
8965
+ var _excluded$2r = ["gradient"];
8836
8966
 
8837
8967
  /**
8838
8968
  * @component ProjectSearchIcon
@@ -8862,7 +8992,7 @@
8862
8992
  */
8863
8993
  var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8864
8994
  var gradient = _ref.gradient,
8865
- props = _objectWithoutProperties(_ref, _excluded$2q);
8995
+ props = _objectWithoutProperties(_ref, _excluded$2r);
8866
8996
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8867
8997
  xmlns: "http://www.w3.org/2000/svg",
8868
8998
  width: 24,
@@ -8883,7 +9013,7 @@
8883
9013
  ProjectSearchIcon.displayName = "ProjectSearchIcon";
8884
9014
  var ProjectSearchIcon$1 = ProjectSearchIcon;
8885
9015
 
8886
- var _excluded$2p = ["gradient"];
9016
+ var _excluded$2q = ["gradient"];
8887
9017
 
8888
9018
  /**
8889
9019
  * @component ProjectStarIcon
@@ -8913,7 +9043,7 @@
8913
9043
  */
8914
9044
  var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8915
9045
  var gradient = _ref.gradient,
8916
- props = _objectWithoutProperties(_ref, _excluded$2p);
9046
+ props = _objectWithoutProperties(_ref, _excluded$2q);
8917
9047
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8918
9048
  xmlns: "http://www.w3.org/2000/svg",
8919
9049
  width: 24,
@@ -8936,7 +9066,7 @@
8936
9066
  ProjectStarIcon.displayName = "ProjectStarIcon";
8937
9067
  var ProjectStarIcon$1 = ProjectStarIcon;
8938
9068
 
8939
- var _excluded$2o = ["gradient"];
9069
+ var _excluded$2p = ["gradient"];
8940
9070
 
8941
9071
  /**
8942
9072
  * @component ProjectTemplateAddIcon
@@ -8966,7 +9096,7 @@
8966
9096
  */
8967
9097
  var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8968
9098
  var gradient = _ref.gradient,
8969
- props = _objectWithoutProperties(_ref, _excluded$2o);
9099
+ props = _objectWithoutProperties(_ref, _excluded$2p);
8970
9100
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8971
9101
  xmlns: "http://www.w3.org/2000/svg",
8972
9102
  width: 24,
@@ -8986,7 +9116,7 @@
8986
9116
  ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
8987
9117
  var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
8988
9118
 
8989
- var _excluded$2n = ["gradient"];
9119
+ var _excluded$2o = ["gradient"];
8990
9120
 
8991
9121
  /**
8992
9122
  * @component ProjectTemplateConvertIcon
@@ -9016,7 +9146,7 @@
9016
9146
  */
9017
9147
  var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9018
9148
  var gradient = _ref.gradient,
9019
- props = _objectWithoutProperties(_ref, _excluded$2n);
9149
+ props = _objectWithoutProperties(_ref, _excluded$2o);
9020
9150
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9021
9151
  xmlns: "http://www.w3.org/2000/svg",
9022
9152
  width: 24,
@@ -9036,7 +9166,7 @@
9036
9166
  ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
9037
9167
  var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
9038
9168
 
9039
- var _excluded$2m = ["gradient"];
9169
+ var _excluded$2n = ["gradient"];
9040
9170
 
9041
9171
  /**
9042
9172
  * @component ProjectTemplateIcon
@@ -9066,7 +9196,7 @@
9066
9196
  */
9067
9197
  var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9068
9198
  var gradient = _ref.gradient,
9069
- props = _objectWithoutProperties(_ref, _excluded$2m);
9199
+ props = _objectWithoutProperties(_ref, _excluded$2n);
9070
9200
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9071
9201
  xmlns: "http://www.w3.org/2000/svg",
9072
9202
  width: 24,
@@ -9086,7 +9216,7 @@
9086
9216
  ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
9087
9217
  var ProjectTemplateIcon$1 = ProjectTemplateIcon;
9088
9218
 
9089
- var _excluded$2l = ["gradient"];
9219
+ var _excluded$2m = ["gradient"];
9090
9220
 
9091
9221
  /**
9092
9222
  * @component ProjectsIcon
@@ -9116,7 +9246,7 @@
9116
9246
  */
9117
9247
  var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9118
9248
  var gradient = _ref.gradient,
9119
- props = _objectWithoutProperties(_ref, _excluded$2l);
9249
+ props = _objectWithoutProperties(_ref, _excluded$2m);
9120
9250
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9121
9251
  xmlns: "http://www.w3.org/2000/svg",
9122
9252
  width: 24,
@@ -9140,7 +9270,7 @@
9140
9270
  ProjectsIcon.displayName = "ProjectsIcon";
9141
9271
  var ProjectsIcon$1 = ProjectsIcon;
9142
9272
 
9143
- var _excluded$2k = ["gradient"];
9273
+ var _excluded$2l = ["gradient"];
9144
9274
 
9145
9275
  /**
9146
9276
  * @component PuzzleIcon
@@ -9170,7 +9300,7 @@
9170
9300
  */
9171
9301
  var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9172
9302
  var gradient = _ref.gradient,
9173
- props = _objectWithoutProperties(_ref, _excluded$2k);
9303
+ props = _objectWithoutProperties(_ref, _excluded$2l);
9174
9304
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9175
9305
  xmlns: "http://www.w3.org/2000/svg",
9176
9306
  width: 24,
@@ -9191,7 +9321,7 @@
9191
9321
  PuzzleIcon.displayName = "PuzzleIcon";
9192
9322
  var PuzzleIcon$1 = PuzzleIcon;
9193
9323
 
9194
- var _excluded$2j = ["gradient"];
9324
+ var _excluded$2k = ["gradient"];
9195
9325
 
9196
9326
  /**
9197
9327
  * @component RadioBlankIcon
@@ -9221,7 +9351,7 @@
9221
9351
  */
9222
9352
  var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9223
9353
  var gradient = _ref.gradient,
9224
- props = _objectWithoutProperties(_ref, _excluded$2j);
9354
+ props = _objectWithoutProperties(_ref, _excluded$2k);
9225
9355
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9226
9356
  xmlns: "http://www.w3.org/2000/svg",
9227
9357
  width: 24,
@@ -9241,7 +9371,7 @@
9241
9371
  RadioBlankIcon.displayName = "RadioBlankIcon";
9242
9372
  var RadioBlankIcon$1 = RadioBlankIcon;
9243
9373
 
9244
- var _excluded$2i = ["gradient"];
9374
+ var _excluded$2j = ["gradient"];
9245
9375
 
9246
9376
  /**
9247
9377
  * @component RadioButtonIcon
@@ -9271,7 +9401,7 @@
9271
9401
  */
9272
9402
  var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9273
9403
  var gradient = _ref.gradient,
9274
- props = _objectWithoutProperties(_ref, _excluded$2i);
9404
+ props = _objectWithoutProperties(_ref, _excluded$2j);
9275
9405
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9276
9406
  xmlns: "http://www.w3.org/2000/svg",
9277
9407
  width: 16,
@@ -9299,7 +9429,7 @@
9299
9429
  RadioButtonIcon.displayName = "RadioButtonIcon";
9300
9430
  var RadioButtonIcon$1 = RadioButtonIcon;
9301
9431
 
9302
- var _excluded$2h = ["gradient"];
9432
+ var _excluded$2i = ["gradient"];
9303
9433
 
9304
9434
  /**
9305
9435
  * @component RearangeIcon
@@ -9329,7 +9459,7 @@
9329
9459
  */
9330
9460
  var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9331
9461
  var gradient = _ref.gradient,
9332
- props = _objectWithoutProperties(_ref, _excluded$2h);
9462
+ props = _objectWithoutProperties(_ref, _excluded$2i);
9333
9463
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9334
9464
  xmlns: "http://www.w3.org/2000/svg",
9335
9465
  width: 24,
@@ -9349,7 +9479,7 @@
9349
9479
  RearangeIcon.displayName = "RearangeIcon";
9350
9480
  var RearangeIcon$1 = RearangeIcon;
9351
9481
 
9352
- var _excluded$2g = ["gradient"];
9482
+ var _excluded$2h = ["gradient"];
9353
9483
 
9354
9484
  /**
9355
9485
  * @component RearrangeSmallIcon
@@ -9379,7 +9509,7 @@
9379
9509
  */
9380
9510
  var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9381
9511
  var gradient = _ref.gradient,
9382
- props = _objectWithoutProperties(_ref, _excluded$2g);
9512
+ props = _objectWithoutProperties(_ref, _excluded$2h);
9383
9513
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9384
9514
  xmlns: "http://www.w3.org/2000/svg",
9385
9515
  width: 12,
@@ -9399,7 +9529,7 @@
9399
9529
  RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
9400
9530
  var RearrangeSmallIcon$1 = RearrangeSmallIcon;
9401
9531
 
9402
- var _excluded$2f = ["gradient"];
9532
+ var _excluded$2g = ["gradient"];
9403
9533
 
9404
9534
  /**
9405
9535
  * @component RecurringCheckmarkSmallIcon
@@ -9429,7 +9559,7 @@
9429
9559
  */
9430
9560
  var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9431
9561
  var gradient = _ref.gradient,
9432
- props = _objectWithoutProperties(_ref, _excluded$2f);
9562
+ props = _objectWithoutProperties(_ref, _excluded$2g);
9433
9563
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9434
9564
  xmlns: "http://www.w3.org/2000/svg",
9435
9565
  width: 12,
@@ -9449,7 +9579,7 @@
9449
9579
  RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
9450
9580
  var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
9451
9581
 
9452
- var _excluded$2e = ["gradient"];
9582
+ var _excluded$2f = ["gradient"];
9453
9583
 
9454
9584
  /**
9455
9585
  * @component RecurringCheckmarkIcon
@@ -9479,7 +9609,7 @@
9479
9609
  */
9480
9610
  var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9481
9611
  var gradient = _ref.gradient,
9482
- props = _objectWithoutProperties(_ref, _excluded$2e);
9612
+ props = _objectWithoutProperties(_ref, _excluded$2f);
9483
9613
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9484
9614
  xmlns: "http://www.w3.org/2000/svg",
9485
9615
  width: 24,
@@ -9499,7 +9629,7 @@
9499
9629
  RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
9500
9630
  var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
9501
9631
 
9502
- var _excluded$2d = ["gradient"];
9632
+ var _excluded$2e = ["gradient"];
9503
9633
 
9504
9634
  /**
9505
9635
  * @component RecurringDollarIcon
@@ -9529,7 +9659,7 @@
9529
9659
  */
9530
9660
  var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9531
9661
  var gradient = _ref.gradient,
9532
- props = _objectWithoutProperties(_ref, _excluded$2d);
9662
+ props = _objectWithoutProperties(_ref, _excluded$2e);
9533
9663
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9534
9664
  xmlns: "http://www.w3.org/2000/svg",
9535
9665
  width: 24,
@@ -9551,7 +9681,7 @@
9551
9681
  RecurringDollarIcon.displayName = "RecurringDollarIcon";
9552
9682
  var RecurringDollarIcon$1 = RecurringDollarIcon;
9553
9683
 
9554
- var _excluded$2c = ["gradient"];
9684
+ var _excluded$2d = ["gradient"];
9555
9685
 
9556
9686
  /**
9557
9687
  * @component RecurringSmallIcon
@@ -9581,7 +9711,7 @@
9581
9711
  */
9582
9712
  var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9583
9713
  var gradient = _ref.gradient,
9584
- props = _objectWithoutProperties(_ref, _excluded$2c);
9714
+ props = _objectWithoutProperties(_ref, _excluded$2d);
9585
9715
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9586
9716
  xmlns: "http://www.w3.org/2000/svg",
9587
9717
  width: 12,
@@ -9602,7 +9732,7 @@
9602
9732
  RecurringSmallIcon.displayName = "RecurringSmallIcon";
9603
9733
  var RecurringSmallIcon$1 = RecurringSmallIcon;
9604
9734
 
9605
- var _excluded$2b = ["gradient"];
9735
+ var _excluded$2c = ["gradient"];
9606
9736
 
9607
9737
  /**
9608
9738
  * @component ReminderIcon
@@ -9632,7 +9762,7 @@
9632
9762
  */
9633
9763
  var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9634
9764
  var gradient = _ref.gradient,
9635
- props = _objectWithoutProperties(_ref, _excluded$2b);
9765
+ props = _objectWithoutProperties(_ref, _excluded$2c);
9636
9766
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9637
9767
  xmlns: "http://www.w3.org/2000/svg",
9638
9768
  width: 18,
@@ -9658,7 +9788,7 @@
9658
9788
  ReminderIcon.displayName = "ReminderIcon";
9659
9789
  var ReminderIcon$1 = ReminderIcon;
9660
9790
 
9661
- var _excluded$2a = ["gradient"];
9791
+ var _excluded$2b = ["gradient"];
9662
9792
 
9663
9793
  /**
9664
9794
  * @component ReorderIcon
@@ -9688,7 +9818,7 @@
9688
9818
  */
9689
9819
  var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9690
9820
  var gradient = _ref.gradient,
9691
- props = _objectWithoutProperties(_ref, _excluded$2a);
9821
+ props = _objectWithoutProperties(_ref, _excluded$2b);
9692
9822
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9693
9823
  xmlns: "http://www.w3.org/2000/svg",
9694
9824
  width: 24,
@@ -9707,7 +9837,7 @@
9707
9837
  ReorderIcon.displayName = "ReorderIcon";
9708
9838
  var ReorderIcon$1 = ReorderIcon;
9709
9839
 
9710
- var _excluded$29 = ["gradient"];
9840
+ var _excluded$2a = ["gradient"];
9711
9841
 
9712
9842
  /**
9713
9843
  * @component ReportTimeIcon
@@ -9737,7 +9867,7 @@
9737
9867
  */
9738
9868
  var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9739
9869
  var gradient = _ref.gradient,
9740
- props = _objectWithoutProperties(_ref, _excluded$29);
9870
+ props = _objectWithoutProperties(_ref, _excluded$2a);
9741
9871
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9742
9872
  xmlns: "http://www.w3.org/2000/svg",
9743
9873
  width: 24,
@@ -9757,7 +9887,7 @@
9757
9887
  ReportTimeIcon.displayName = "ReportTimeIcon";
9758
9888
  var ReportTimeIcon$1 = ReportTimeIcon;
9759
9889
 
9760
- var _excluded$28 = ["gradient"];
9890
+ var _excluded$29 = ["gradient"];
9761
9891
 
9762
9892
  /**
9763
9893
  * @component ReportsIcon
@@ -9787,7 +9917,7 @@
9787
9917
  */
9788
9918
  var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9789
9919
  var gradient = _ref.gradient,
9790
- props = _objectWithoutProperties(_ref, _excluded$28);
9920
+ props = _objectWithoutProperties(_ref, _excluded$29);
9791
9921
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9792
9922
  xmlns: "http://www.w3.org/2000/svg",
9793
9923
  width: 24,
@@ -9811,7 +9941,7 @@
9811
9941
  ReportsIcon.displayName = "ReportsIcon";
9812
9942
  var ReportsIcon$1 = ReportsIcon;
9813
9943
 
9814
- var _excluded$27 = ["gradient"];
9944
+ var _excluded$28 = ["gradient"];
9815
9945
 
9816
9946
  /**
9817
9947
  * @component RobotIcon
@@ -9841,7 +9971,7 @@
9841
9971
  */
9842
9972
  var RobotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9843
9973
  var gradient = _ref.gradient,
9844
- props = _objectWithoutProperties(_ref, _excluded$27);
9974
+ props = _objectWithoutProperties(_ref, _excluded$28);
9845
9975
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9846
9976
  xmlns: "http://www.w3.org/2000/svg",
9847
9977
  width: 24,
@@ -9864,7 +9994,7 @@
9864
9994
  RobotIcon.displayName = "RobotIcon";
9865
9995
  var RobotIcon$1 = RobotIcon;
9866
9996
 
9867
- var _excluded$26 = ["gradient"];
9997
+ var _excluded$27 = ["gradient"];
9868
9998
 
9869
9999
  /**
9870
10000
  * @component RocketSmallIcon
@@ -9894,7 +10024,7 @@
9894
10024
  */
9895
10025
  var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9896
10026
  var gradient = _ref.gradient,
9897
- props = _objectWithoutProperties(_ref, _excluded$26);
10027
+ props = _objectWithoutProperties(_ref, _excluded$27);
9898
10028
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9899
10029
  xmlns: "http://www.w3.org/2000/svg",
9900
10030
  width: 18,
@@ -9912,7 +10042,7 @@
9912
10042
  RocketSmallIcon.displayName = "RocketSmallIcon";
9913
10043
  var RocketSmallIcon$1 = RocketSmallIcon;
9914
10044
 
9915
- var _excluded$25 = ["gradient"];
10045
+ var _excluded$26 = ["gradient"];
9916
10046
 
9917
10047
  /**
9918
10048
  * @component RocketIcon
@@ -9942,7 +10072,7 @@
9942
10072
  */
9943
10073
  var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9944
10074
  var gradient = _ref.gradient,
9945
- props = _objectWithoutProperties(_ref, _excluded$25);
10075
+ props = _objectWithoutProperties(_ref, _excluded$26);
9946
10076
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9947
10077
  xmlns: "http://www.w3.org/2000/svg",
9948
10078
  width: 24,
@@ -9961,7 +10091,7 @@
9961
10091
  RocketIcon.displayName = "RocketIcon";
9962
10092
  var RocketIcon$1 = RocketIcon;
9963
10093
 
9964
- var _excluded$24 = ["gradient"];
10094
+ var _excluded$25 = ["gradient"];
9965
10095
 
9966
10096
  /**
9967
10097
  * @component SaveIcon
@@ -9991,7 +10121,7 @@
9991
10121
  */
9992
10122
  var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9993
10123
  var gradient = _ref.gradient,
9994
- props = _objectWithoutProperties(_ref, _excluded$24);
10124
+ props = _objectWithoutProperties(_ref, _excluded$25);
9995
10125
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9996
10126
  xmlns: "http://www.w3.org/2000/svg",
9997
10127
  width: 24,
@@ -10012,7 +10142,7 @@
10012
10142
  SaveIcon.displayName = "SaveIcon";
10013
10143
  var SaveIcon$1 = SaveIcon;
10014
10144
 
10015
- var _excluded$23 = ["gradient"];
10145
+ var _excluded$24 = ["gradient"];
10016
10146
 
10017
10147
  /**
10018
10148
  * @component SearchLargeIcon
@@ -10042,7 +10172,7 @@
10042
10172
  */
10043
10173
  var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10044
10174
  var gradient = _ref.gradient,
10045
- props = _objectWithoutProperties(_ref, _excluded$23);
10175
+ props = _objectWithoutProperties(_ref, _excluded$24);
10046
10176
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10047
10177
  xmlns: "http://www.w3.org/2000/svg",
10048
10178
  width: 32,
@@ -10063,7 +10193,7 @@
10063
10193
  SearchLargeIcon.displayName = "SearchLargeIcon";
10064
10194
  var SearchLargeIcon$1 = SearchLargeIcon;
10065
10195
 
10066
- var _excluded$22 = ["gradient"];
10196
+ var _excluded$23 = ["gradient"];
10067
10197
 
10068
10198
  /**
10069
10199
  * @component SearchPlusIcon
@@ -10093,7 +10223,7 @@
10093
10223
  */
10094
10224
  var SearchPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10095
10225
  var gradient = _ref.gradient,
10096
- props = _objectWithoutProperties(_ref, _excluded$22);
10226
+ props = _objectWithoutProperties(_ref, _excluded$23);
10097
10227
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10098
10228
  xmlns: "http://www.w3.org/2000/svg",
10099
10229
  width: 24,
@@ -10117,7 +10247,7 @@
10117
10247
  SearchPlusIcon.displayName = "SearchPlusIcon";
10118
10248
  var SearchPlusIcon$1 = SearchPlusIcon;
10119
10249
 
10120
- var _excluded$21 = ["gradient"];
10250
+ var _excluded$22 = ["gradient"];
10121
10251
 
10122
10252
  /**
10123
10253
  * @component SearchIcon
@@ -10147,7 +10277,7 @@
10147
10277
  */
10148
10278
  var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10149
10279
  var gradient = _ref.gradient,
10150
- props = _objectWithoutProperties(_ref, _excluded$21);
10280
+ props = _objectWithoutProperties(_ref, _excluded$22);
10151
10281
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10152
10282
  xmlns: "http://www.w3.org/2000/svg",
10153
10283
  width: 24,
@@ -10166,7 +10296,7 @@
10166
10296
  SearchIcon.displayName = "SearchIcon";
10167
10297
  var SearchIcon$1 = SearchIcon;
10168
10298
 
10169
- var _excluded$20 = ["gradient"];
10299
+ var _excluded$21 = ["gradient"];
10170
10300
 
10171
10301
  /**
10172
10302
  * @component SendBlankIcon
@@ -10196,7 +10326,7 @@
10196
10326
  */
10197
10327
  var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10198
10328
  var gradient = _ref.gradient,
10199
- props = _objectWithoutProperties(_ref, _excluded$20);
10329
+ props = _objectWithoutProperties(_ref, _excluded$21);
10200
10330
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10201
10331
  xmlns: "http://www.w3.org/2000/svg",
10202
10332
  width: 24,
@@ -10215,7 +10345,7 @@
10215
10345
  SendBlankIcon.displayName = "SendBlankIcon";
10216
10346
  var SendBlankIcon$1 = SendBlankIcon;
10217
10347
 
10218
- var _excluded$1$ = ["gradient"];
10348
+ var _excluded$20 = ["gradient"];
10219
10349
 
10220
10350
  /**
10221
10351
  * @component SendFilledIcon
@@ -10245,7 +10375,7 @@
10245
10375
  */
10246
10376
  var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10247
10377
  var gradient = _ref.gradient,
10248
- props = _objectWithoutProperties(_ref, _excluded$1$);
10378
+ props = _objectWithoutProperties(_ref, _excluded$20);
10249
10379
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10250
10380
  xmlns: "http://www.w3.org/2000/svg",
10251
10381
  width: 24,
@@ -10264,7 +10394,7 @@
10264
10394
  SendFilledIcon.displayName = "SendFilledIcon";
10265
10395
  var SendFilledIcon$1 = SendFilledIcon;
10266
10396
 
10267
- var _excluded$1_ = ["gradient"];
10397
+ var _excluded$1$ = ["gradient"];
10268
10398
 
10269
10399
  /**
10270
10400
  * @component SettingsIcon
@@ -10294,7 +10424,7 @@
10294
10424
  */
10295
10425
  var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10296
10426
  var gradient = _ref.gradient,
10297
- props = _objectWithoutProperties(_ref, _excluded$1_);
10427
+ props = _objectWithoutProperties(_ref, _excluded$1$);
10298
10428
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10299
10429
  xmlns: "http://www.w3.org/2000/svg",
10300
10430
  width: 24,
@@ -10314,7 +10444,7 @@
10314
10444
  SettingsIcon.displayName = "SettingsIcon";
10315
10445
  var SettingsIcon$1 = SettingsIcon;
10316
10446
 
10317
- var _excluded$1Z = ["gradient"];
10447
+ var _excluded$1_ = ["gradient"];
10318
10448
 
10319
10449
  /**
10320
10450
  * @component ShieldIcon
@@ -10344,7 +10474,7 @@
10344
10474
  */
10345
10475
  var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10346
10476
  var gradient = _ref.gradient,
10347
- props = _objectWithoutProperties(_ref, _excluded$1Z);
10477
+ props = _objectWithoutProperties(_ref, _excluded$1_);
10348
10478
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10349
10479
  xmlns: "http://www.w3.org/2000/svg",
10350
10480
  width: 24,
@@ -10365,7 +10495,7 @@
10365
10495
  ShieldIcon.displayName = "ShieldIcon";
10366
10496
  var ShieldIcon$1 = ShieldIcon;
10367
10497
 
10368
- var _excluded$1Y = ["gradient"];
10498
+ var _excluded$1Z = ["gradient"];
10369
10499
 
10370
10500
  /**
10371
10501
  * @component SortGeneralIcon
@@ -10395,7 +10525,7 @@
10395
10525
  */
10396
10526
  var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10397
10527
  var gradient = _ref.gradient,
10398
- props = _objectWithoutProperties(_ref, _excluded$1Y);
10528
+ props = _objectWithoutProperties(_ref, _excluded$1Z);
10399
10529
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10400
10530
  xmlns: "http://www.w3.org/2000/svg",
10401
10531
  width: 24,
@@ -10415,7 +10545,7 @@
10415
10545
  SortGeneralIcon.displayName = "SortGeneralIcon";
10416
10546
  var SortGeneralIcon$1 = SortGeneralIcon;
10417
10547
 
10418
- var _excluded$1X = ["gradient"];
10548
+ var _excluded$1Y = ["gradient"];
10419
10549
 
10420
10550
  /**
10421
10551
  * @component SortIcon
@@ -10445,7 +10575,7 @@
10445
10575
  */
10446
10576
  var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10447
10577
  var gradient = _ref.gradient,
10448
- props = _objectWithoutProperties(_ref, _excluded$1X);
10578
+ props = _objectWithoutProperties(_ref, _excluded$1Y);
10449
10579
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10450
10580
  xmlns: "http://www.w3.org/2000/svg",
10451
10581
  width: 10,
@@ -10465,7 +10595,7 @@
10465
10595
  SortIcon.displayName = "SortIcon";
10466
10596
  var SortIcon$1 = SortIcon;
10467
10597
 
10468
- var _excluded$1W = ["gradient"];
10598
+ var _excluded$1X = ["gradient"];
10469
10599
 
10470
10600
  /**
10471
10601
  * @component SortListIcon
@@ -10495,7 +10625,7 @@
10495
10625
  */
10496
10626
  var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10497
10627
  var gradient = _ref.gradient,
10498
- props = _objectWithoutProperties(_ref, _excluded$1W);
10628
+ props = _objectWithoutProperties(_ref, _excluded$1X);
10499
10629
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10500
10630
  xmlns: "http://www.w3.org/2000/svg",
10501
10631
  width: 20,
@@ -10515,7 +10645,7 @@
10515
10645
  SortListIcon.displayName = "SortListIcon";
10516
10646
  var SortListIcon$1 = SortListIcon;
10517
10647
 
10518
- var _excluded$1V = ["gradient"];
10648
+ var _excluded$1W = ["gradient"];
10519
10649
 
10520
10650
  /**
10521
10651
  * @component SortSmallIcon
@@ -10545,7 +10675,7 @@
10545
10675
  */
10546
10676
  var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10547
10677
  var gradient = _ref.gradient,
10548
- props = _objectWithoutProperties(_ref, _excluded$1V);
10678
+ props = _objectWithoutProperties(_ref, _excluded$1W);
10549
10679
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10550
10680
  xmlns: "http://www.w3.org/2000/svg",
10551
10681
  width: 10,
@@ -10566,6 +10696,47 @@
10566
10696
  SortSmallIcon.displayName = "SortSmallIcon";
10567
10697
  var SortSmallIcon$1 = SortSmallIcon;
10568
10698
 
10699
+ var _excluded$1V = ["gradient"];
10700
+
10701
+ /**
10702
+ * @component SourceCodeIcon
10703
+ * @description
10704
+ * Outline source-code / repository glyph (a window with code chevrons) for
10705
+ * source-control signifiers.
10706
+ *
10707
+ * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
10708
+ *
10709
+ * @see https://design.activecollab.com/docs/foundations/icons
10710
+ */
10711
+ var SourceCodeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10712
+ var gradient = _ref.gradient,
10713
+ props = _objectWithoutProperties(_ref, _excluded$1V);
10714
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10715
+ xmlns: "http://www.w3.org/2000/svg",
10716
+ width: 24,
10717
+ height: 24,
10718
+ viewBox: "0 0 24 24",
10719
+ "data-testid": "SourceCodeIcon",
10720
+ fill: "none",
10721
+ stroke: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.stroke ? props.stroke : "var(--color-theme-600)",
10722
+ strokeWidth: 2,
10723
+ strokeLinecap: "round",
10724
+ strokeLinejoin: "round",
10725
+ focusable: false,
10726
+ ref: ref
10727
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
10728
+ gradient: gradient
10729
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
10730
+ d: "M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h2.5"
10731
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
10732
+ d: "M10 9l-2 2l2 2"
10733
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
10734
+ d: "M14 9l2 2l-2 2"
10735
+ }));
10736
+ });
10737
+ SourceCodeIcon.displayName = "SourceCodeIcon";
10738
+ var SourceCodeIcon$1 = SourceCodeIcon;
10739
+
10569
10740
  var _excluded$1U = ["gradient"];
10570
10741
 
10571
10742
  /**
@@ -25527,6 +25698,9 @@
25527
25698
  exports.FolderOutlineIcon = FolderOutlineIcon$1;
25528
25699
  exports.FromElement = FromElement;
25529
25700
  exports.GiftIcon = GiftIcon$1;
25701
+ exports.GitBranchIcon = GitBranchIcon$1;
25702
+ exports.GitCommitIcon = GitCommitIcon$1;
25703
+ exports.GitPullRequestIcon = GitPullRequestIcon$1;
25530
25704
  exports.GlobalAddButton = GlobalAddButton;
25531
25705
  exports.GlobalStyle = GlobalStyle;
25532
25706
  exports.GroupByIcon = GroupByIcon$1;
@@ -25686,6 +25860,7 @@
25686
25860
  exports.SortIcon = SortIcon$1;
25687
25861
  exports.SortListIcon = SortListIcon$1;
25688
25862
  exports.SortSmallIcon = SortSmallIcon$1;
25863
+ exports.SourceCodeIcon = SourceCodeIcon$1;
25689
25864
  exports.SparkIcon = SparkIcon$1;
25690
25865
  exports.SpinnerLoader = SpinnerLoader;
25691
25866
  exports.StarIcon = StarIcon$1;