@activecollab/components 2.0.326 → 2.0.327

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/CircleIcon.js +60 -0
  2. package/dist/cjs/components/Icons/collection/CircleIcon.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/ConnectionIcon.js +70 -0
  4. package/dist/cjs/components/Icons/collection/ConnectionIcon.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/DrawIcon.js +62 -0
  6. package/dist/cjs/components/Icons/collection/DrawIcon.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/RoundedRectangleIcon.js +64 -0
  8. package/dist/cjs/components/Icons/collection/RoundedRectangleIcon.js.map +1 -0
  9. package/dist/cjs/components/Icons/collection/StickyIcon.js +62 -0
  10. package/dist/cjs/components/Icons/collection/StickyIcon.js.map +1 -0
  11. package/dist/cjs/components/Icons/collection/TextIcon.js +62 -0
  12. package/dist/cjs/components/Icons/collection/TextIcon.js.map +1 -0
  13. package/dist/cjs/components/Icons/collection/TriangleIcon.js +64 -0
  14. package/dist/cjs/components/Icons/collection/TriangleIcon.js.map +1 -0
  15. package/dist/cjs/components/Icons/collection/index.js +49 -28
  16. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  17. package/dist/esm/components/Icons/collection/CircleIcon.d.ts +32 -0
  18. package/dist/esm/components/Icons/collection/CircleIcon.d.ts.map +1 -0
  19. package/dist/esm/components/Icons/collection/CircleIcon.js +53 -0
  20. package/dist/esm/components/Icons/collection/CircleIcon.js.map +1 -0
  21. package/dist/esm/components/Icons/collection/ConnectionIcon.d.ts +32 -0
  22. package/dist/esm/components/Icons/collection/ConnectionIcon.d.ts.map +1 -0
  23. package/dist/esm/components/Icons/collection/ConnectionIcon.js +63 -0
  24. package/dist/esm/components/Icons/collection/ConnectionIcon.js.map +1 -0
  25. package/dist/esm/components/Icons/collection/DrawIcon.d.ts +32 -0
  26. package/dist/esm/components/Icons/collection/DrawIcon.d.ts.map +1 -0
  27. package/dist/esm/components/Icons/collection/DrawIcon.js +55 -0
  28. package/dist/esm/components/Icons/collection/DrawIcon.js.map +1 -0
  29. package/dist/esm/components/Icons/collection/RoundedRectangleIcon.d.ts +32 -0
  30. package/dist/esm/components/Icons/collection/RoundedRectangleIcon.d.ts.map +1 -0
  31. package/dist/esm/components/Icons/collection/RoundedRectangleIcon.js +57 -0
  32. package/dist/esm/components/Icons/collection/RoundedRectangleIcon.js.map +1 -0
  33. package/dist/esm/components/Icons/collection/StickyIcon.d.ts +32 -0
  34. package/dist/esm/components/Icons/collection/StickyIcon.d.ts.map +1 -0
  35. package/dist/esm/components/Icons/collection/StickyIcon.js +55 -0
  36. package/dist/esm/components/Icons/collection/StickyIcon.js.map +1 -0
  37. package/dist/esm/components/Icons/collection/TextIcon.d.ts +32 -0
  38. package/dist/esm/components/Icons/collection/TextIcon.d.ts.map +1 -0
  39. package/dist/esm/components/Icons/collection/TextIcon.js +55 -0
  40. package/dist/esm/components/Icons/collection/TextIcon.js.map +1 -0
  41. package/dist/esm/components/Icons/collection/TriangleIcon.d.ts +32 -0
  42. package/dist/esm/components/Icons/collection/TriangleIcon.d.ts.map +1 -0
  43. package/dist/esm/components/Icons/collection/TriangleIcon.js +57 -0
  44. package/dist/esm/components/Icons/collection/TriangleIcon.js.map +1 -0
  45. package/dist/esm/components/Icons/collection/index.d.ts +7 -4
  46. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  47. package/dist/esm/components/Icons/collection/index.js +7 -4
  48. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  49. package/dist/index.js +810 -611
  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$51 = ["children", "active", "variant", "size", "className"];
192
+ var _excluded$54 = ["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$51);
222
+ args = _objectWithoutProperties(_ref, _excluded$54);
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$50 = ["gradient"];
287
+ var _excluded$53 = ["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$50);
317
+ props = _objectWithoutProperties(_ref, _excluded$53);
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$4$ = ["className", "disabled"];
337
+ var _excluded$52 = ["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$4$);
342
+ rest = _objectWithoutProperties(_ref, _excluded$52);
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$4_ = ["children", "className", "invalid"];
380
+ var _excluded$51 = ["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$4_);
385
+ rest = _objectWithoutProperties(_ref, _excluded$51);
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$4Z = ["children", "className"];
410
+ var _excluded$50 = ["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$4Z);
414
+ props = _objectWithoutProperties(_ref, _excluded$50);
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$4Y = ["className"];
423
+ var _excluded$4$ = ["className"];
424
424
  var ListSeparator = function ListSeparator(_ref) {
425
425
  var className = _ref.className,
426
- props = _objectWithoutProperties(_ref, _excluded$4Y);
426
+ props = _objectWithoutProperties(_ref, _excluded$4$);
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$4X = ["children", "className"];
433
+ var _excluded$4_ = ["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$4X);
437
+ props = _objectWithoutProperties(_ref, _excluded$4_);
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$4W = ["children", "className", "variant", "size", "active"];
953
+ var _excluded$4Z = ["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$4W);
983
+ args = _objectWithoutProperties(_ref, _excluded$4Z);
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$4V = ["gradient"];
994
+ var _excluded$4Y = ["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$4V);
1024
+ props = _objectWithoutProperties(_ref, _excluded$4Y);
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$4U = ["gradient"];
1045
+ var _excluded$4X = ["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$4U);
1075
+ props = _objectWithoutProperties(_ref, _excluded$4X);
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$4T = ["gradient"];
1103
+ var _excluded$4W = ["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$4T);
1133
+ props = _objectWithoutProperties(_ref, _excluded$4W);
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$4S = ["gradient"];
1157
+ var _excluded$4V = ["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$4S);
1187
+ props = _objectWithoutProperties(_ref, _excluded$4V);
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$4R = ["gradient"];
1207
+ var _excluded$4U = ["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$4R);
1237
+ props = _objectWithoutProperties(_ref, _excluded$4U);
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$4Q = ["gradient"];
1258
+ var _excluded$4T = ["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$4Q);
1288
+ props = _objectWithoutProperties(_ref, _excluded$4T);
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$4P = ["gradient"];
1309
+ var _excluded$4S = ["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$4P);
1339
+ props = _objectWithoutProperties(_ref, _excluded$4S);
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$4O = ["gradient"];
1359
+ var _excluded$4R = ["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$4O);
1389
+ props = _objectWithoutProperties(_ref, _excluded$4R);
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$4N = ["gradient"];
1409
+ var _excluded$4Q = ["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$4N);
1439
+ props = _objectWithoutProperties(_ref, _excluded$4Q);
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$4M = ["gradient"];
1459
+ var _excluded$4P = ["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$4M);
1489
+ props = _objectWithoutProperties(_ref, _excluded$4P);
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$4L = ["gradient"];
1508
+ var _excluded$4O = ["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$4L);
1538
+ props = _objectWithoutProperties(_ref, _excluded$4O);
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$4K = ["gradient"];
1558
+ var _excluded$4N = ["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$4K);
1588
+ props = _objectWithoutProperties(_ref, _excluded$4N);
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$4J = ["gradient"];
1608
+ var _excluded$4M = ["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$4J);
1638
+ props = _objectWithoutProperties(_ref, _excluded$4M);
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$4I = ["gradient"];
1658
+ var _excluded$4L = ["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$4I);
1688
+ props = _objectWithoutProperties(_ref, _excluded$4L);
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$4H = ["gradient"];
1709
+ var _excluded$4K = ["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$4H);
1739
+ props = _objectWithoutProperties(_ref, _excluded$4K);
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$4G = ["gradient"];
1759
+ var _excluded$4J = ["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$4G);
1789
+ props = _objectWithoutProperties(_ref, _excluded$4J);
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$4F = ["gradient"];
1809
+ var _excluded$4I = ["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$4F);
1839
+ props = _objectWithoutProperties(_ref, _excluded$4I);
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$4E = ["gradient"];
1859
+ var _excluded$4H = ["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$4E);
1889
+ props = _objectWithoutProperties(_ref, _excluded$4H);
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$4D = ["gradient"];
1908
+ var _excluded$4G = ["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$4D);
1938
+ props = _objectWithoutProperties(_ref, _excluded$4G);
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$4C = ["gradient"];
1958
+ var _excluded$4F = ["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$4C);
1988
+ props = _objectWithoutProperties(_ref, _excluded$4F);
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$4B = ["gradient"];
2008
+ var _excluded$4E = ["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$4B);
2038
+ props = _objectWithoutProperties(_ref, _excluded$4E);
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$4A = ["gradient"];
2058
+ var _excluded$4D = ["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$4A);
2088
+ props = _objectWithoutProperties(_ref, _excluded$4D);
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$4z = ["gradient"];
2108
+ var _excluded$4C = ["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$4z);
2138
+ props = _objectWithoutProperties(_ref, _excluded$4C);
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$4y = ["gradient"];
2161
+ var _excluded$4B = ["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$4y);
2191
+ props = _objectWithoutProperties(_ref, _excluded$4B);
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$4x = ["gradient"];
2211
+ var _excluded$4A = ["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$4x);
2241
+ props = _objectWithoutProperties(_ref, _excluded$4A);
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$4w = ["gradient"];
2260
+ var _excluded$4z = ["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$4w);
2290
+ props = _objectWithoutProperties(_ref, _excluded$4z);
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$4v = ["gradient"];
2310
+ var _excluded$4y = ["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$4v);
2340
+ props = _objectWithoutProperties(_ref, _excluded$4y);
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$4u = ["gradient"];
2363
+ var _excluded$4x = ["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$4u);
2393
+ props = _objectWithoutProperties(_ref, _excluded$4x);
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$4t = ["gradient"];
2413
+ var _excluded$4w = ["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$4t);
2443
+ props = _objectWithoutProperties(_ref, _excluded$4w);
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$4s = ["gradient"];
2463
+ var _excluded$4v = ["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$4s);
2493
+ props = _objectWithoutProperties(_ref, _excluded$4v);
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$4r = ["gradient"];
2513
+ var _excluded$4u = ["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$4r);
2543
+ props = _objectWithoutProperties(_ref, _excluded$4u);
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$4q = ["gradient"];
2563
+ var _excluded$4t = ["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$4q);
2593
+ props = _objectWithoutProperties(_ref, _excluded$4t);
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$4p = ["gradient"];
2613
+ var _excluded$4s = ["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$4p);
2643
+ props = _objectWithoutProperties(_ref, _excluded$4s);
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$4o = ["gradient"];
2663
+ var _excluded$4r = ["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$4o);
2693
+ props = _objectWithoutProperties(_ref, _excluded$4r);
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$4n = ["gradient"];
2713
+ var _excluded$4q = ["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$4n);
2743
+ props = _objectWithoutProperties(_ref, _excluded$4q);
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$4m = ["gradient"];
2763
+ var _excluded$4p = ["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$4m);
2793
+ props = _objectWithoutProperties(_ref, _excluded$4p);
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$4l = ["gradient"];
2814
+ var _excluded$4o = ["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$4l);
2844
+ props = _objectWithoutProperties(_ref, _excluded$4o);
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$4k = ["gradient"];
2864
+ var _excluded$4n = ["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$4k);
2894
+ props = _objectWithoutProperties(_ref, _excluded$4n);
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$4j = ["gradient"];
2924
+ var _excluded$4m = ["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$4j);
2954
+ props = _objectWithoutProperties(_ref, _excluded$4m);
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$4i = ["gradient"];
2974
+ var _excluded$4l = ["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$4i);
3004
+ props = _objectWithoutProperties(_ref, _excluded$4l);
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,56 @@
3021
3021
  ChecklistIcon.displayName = "ChecklistIcon";
3022
3022
  var ChecklistIcon$1 = ChecklistIcon;
3023
3023
 
3024
- var _excluded$4h = ["gradient"];
3024
+ var _excluded$4k = ["gradient"];
3025
+
3026
+ /**
3027
+ * @component CircleIcon
3028
+ * @description
3029
+ *
3030
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
3031
+ * The Icon component is
3032
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
3033
+ *
3034
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
3035
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
3036
+ *
3037
+ * @example
3038
+ * return (
3039
+ * <CircleIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
3040
+ * )
3041
+ *
3042
+ * @example
3043
+ * return (
3044
+ * <CircleIcon className="mr-2" />
3045
+ * )
3046
+ *
3047
+ * @see
3048
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
3049
+ * @see
3050
+ * https://design.activecollab.com/docs/foundations/icons
3051
+ */
3052
+ var CircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3053
+ var gradient = _ref.gradient,
3054
+ props = _objectWithoutProperties(_ref, _excluded$4k);
3055
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3056
+ xmlns: "http://www.w3.org/2000/svg",
3057
+ width: 24,
3058
+ height: 24,
3059
+ viewBox: "0 0 24 24",
3060
+ "data-testid": "CircleIcon",
3061
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
3062
+ focusable: false,
3063
+ ref: ref
3064
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
3065
+ gradient: gradient
3066
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
3067
+ d: "M12 4.222a7.778 7.778 0 1 0 0 15.556 7.778 7.778 0 0 0 0-15.556M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20"
3068
+ }));
3069
+ });
3070
+ CircleIcon.displayName = "CircleIcon";
3071
+ var CircleIcon$1 = CircleIcon;
3072
+
3073
+ var _excluded$4j = ["gradient"];
3025
3074
 
3026
3075
  /**
3027
3076
  * @component CircleMultipleIcon
@@ -3051,7 +3100,7 @@
3051
3100
  */
3052
3101
  var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3053
3102
  var gradient = _ref.gradient,
3054
- props = _objectWithoutProperties(_ref, _excluded$4h);
3103
+ props = _objectWithoutProperties(_ref, _excluded$4j);
3055
3104
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3056
3105
  xmlns: "http://www.w3.org/2000/svg",
3057
3106
  width: 24,
@@ -3071,7 +3120,7 @@
3071
3120
  CircleMultipleIcon.displayName = "CircleMultipleIcon";
3072
3121
  var CircleMultipleIcon$1 = CircleMultipleIcon;
3073
3122
 
3074
- var _excluded$4g = ["gradient"];
3123
+ var _excluded$4i = ["gradient"];
3075
3124
 
3076
3125
  /**
3077
3126
  * @component ClockAddIcon
@@ -3101,7 +3150,7 @@
3101
3150
  */
3102
3151
  var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3103
3152
  var gradient = _ref.gradient,
3104
- props = _objectWithoutProperties(_ref, _excluded$4g);
3153
+ props = _objectWithoutProperties(_ref, _excluded$4i);
3105
3154
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3106
3155
  xmlns: "http://www.w3.org/2000/svg",
3107
3156
  width: 24,
@@ -3121,7 +3170,7 @@
3121
3170
  ClockAddIcon.displayName = "ClockAddIcon";
3122
3171
  var ClockAddIcon$1 = ClockAddIcon;
3123
3172
 
3124
- var _excluded$4f = ["gradient"];
3173
+ var _excluded$4h = ["gradient"];
3125
3174
 
3126
3175
  /**
3127
3176
  * @component ClockDollarIcon
@@ -3151,7 +3200,7 @@
3151
3200
  */
3152
3201
  var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3153
3202
  var gradient = _ref.gradient,
3154
- props = _objectWithoutProperties(_ref, _excluded$4f);
3203
+ props = _objectWithoutProperties(_ref, _excluded$4h);
3155
3204
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3156
3205
  xmlns: "http://www.w3.org/2000/svg",
3157
3206
  width: 24,
@@ -3174,7 +3223,7 @@
3174
3223
  ClockDollarIcon.displayName = "ClockDollarIcon";
3175
3224
  var ClockDollarIcon$1 = ClockDollarIcon;
3176
3225
 
3177
- var _excluded$4e = ["gradient"];
3226
+ var _excluded$4g = ["gradient"];
3178
3227
 
3179
3228
  /**
3180
3229
  * @component ClockSmallIcon
@@ -3204,7 +3253,7 @@
3204
3253
  */
3205
3254
  var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3206
3255
  var gradient = _ref.gradient,
3207
- props = _objectWithoutProperties(_ref, _excluded$4e);
3256
+ props = _objectWithoutProperties(_ref, _excluded$4g);
3208
3257
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3209
3258
  xmlns: "http://www.w3.org/2000/svg",
3210
3259
  width: 12,
@@ -3224,7 +3273,7 @@
3224
3273
  ClockSmallIcon.displayName = "ClockSmallIcon";
3225
3274
  var ClockSmallIcon$1 = ClockSmallIcon;
3226
3275
 
3227
- var _excluded$4d = ["gradient"];
3276
+ var _excluded$4f = ["gradient"];
3228
3277
 
3229
3278
  /**
3230
3279
  * @component ClockStopwatchIndicatorIcon
@@ -3254,7 +3303,7 @@
3254
3303
  */
3255
3304
  var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3256
3305
  var gradient = _ref.gradient,
3257
- props = _objectWithoutProperties(_ref, _excluded$4d);
3306
+ props = _objectWithoutProperties(_ref, _excluded$4f);
3258
3307
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3259
3308
  xmlns: "http://www.w3.org/2000/svg",
3260
3309
  width: 24,
@@ -3275,7 +3324,7 @@
3275
3324
  ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
3276
3325
  var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
3277
3326
 
3278
- var _excluded$4c = ["gradient"];
3327
+ var _excluded$4e = ["gradient"];
3279
3328
 
3280
3329
  /**
3281
3330
  * @component ClockStopwatchSmallIcon
@@ -3305,7 +3354,7 @@
3305
3354
  */
3306
3355
  var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3307
3356
  var gradient = _ref.gradient,
3308
- props = _objectWithoutProperties(_ref, _excluded$4c);
3357
+ props = _objectWithoutProperties(_ref, _excluded$4e);
3309
3358
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3310
3359
  xmlns: "http://www.w3.org/2000/svg",
3311
3360
  width: 12,
@@ -3325,7 +3374,7 @@
3325
3374
  ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
3326
3375
  var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
3327
3376
 
3328
- var _excluded$4b = ["gradient"];
3377
+ var _excluded$4d = ["gradient"];
3329
3378
 
3330
3379
  /**
3331
3380
  * @component ClockStopwatchIcon
@@ -3355,7 +3404,7 @@
3355
3404
  */
3356
3405
  var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3357
3406
  var gradient = _ref.gradient,
3358
- props = _objectWithoutProperties(_ref, _excluded$4b);
3407
+ props = _objectWithoutProperties(_ref, _excluded$4d);
3359
3408
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3360
3409
  xmlns: "http://www.w3.org/2000/svg",
3361
3410
  width: 24,
@@ -3375,7 +3424,7 @@
3375
3424
  ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
3376
3425
  var ClockStopwatchIcon$1 = ClockStopwatchIcon;
3377
3426
 
3378
- var _excluded$4a = ["gradient"];
3427
+ var _excluded$4c = ["gradient"];
3379
3428
 
3380
3429
  /**
3381
3430
  * @component ClockIcon
@@ -3405,7 +3454,7 @@
3405
3454
  */
3406
3455
  var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3407
3456
  var gradient = _ref.gradient,
3408
- props = _objectWithoutProperties(_ref, _excluded$4a);
3457
+ props = _objectWithoutProperties(_ref, _excluded$4c);
3409
3458
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3410
3459
  xmlns: "http://www.w3.org/2000/svg",
3411
3460
  width: 24,
@@ -3425,7 +3474,7 @@
3425
3474
  ClockIcon.displayName = "ClockIcon";
3426
3475
  var ClockIcon$1 = ClockIcon;
3427
3476
 
3428
- var _excluded$49 = ["gradient"];
3477
+ var _excluded$4b = ["gradient"];
3429
3478
 
3430
3479
  /**
3431
3480
  * @component CloseCircleIcon
@@ -3455,7 +3504,7 @@
3455
3504
  */
3456
3505
  var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3457
3506
  var gradient = _ref.gradient,
3458
- props = _objectWithoutProperties(_ref, _excluded$49);
3507
+ props = _objectWithoutProperties(_ref, _excluded$4b);
3459
3508
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3460
3509
  xmlns: "http://www.w3.org/2000/svg",
3461
3510
  width: 24,
@@ -3476,7 +3525,7 @@
3476
3525
  CloseCircleIcon.displayName = "CloseCircleIcon";
3477
3526
  var CloseCircleIcon$1 = CloseCircleIcon;
3478
3527
 
3479
- var _excluded$48 = ["gradient"];
3528
+ var _excluded$4a = ["gradient"];
3480
3529
 
3481
3530
  /**
3482
3531
  * @component CloseDocumentIcon
@@ -3506,7 +3555,7 @@
3506
3555
  */
3507
3556
  var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3508
3557
  var gradient = _ref.gradient,
3509
- props = _objectWithoutProperties(_ref, _excluded$48);
3558
+ props = _objectWithoutProperties(_ref, _excluded$4a);
3510
3559
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3511
3560
  xmlns: "http://www.w3.org/2000/svg",
3512
3561
  width: 24,
@@ -3526,7 +3575,7 @@
3526
3575
  CloseDocumentIcon.displayName = "CloseDocumentIcon";
3527
3576
  var CloseDocumentIcon$1 = CloseDocumentIcon;
3528
3577
 
3529
- var _excluded$47 = ["gradient"];
3578
+ var _excluded$49 = ["gradient"];
3530
3579
 
3531
3580
  /**
3532
3581
  * @component CloseSmallIcon
@@ -3556,7 +3605,7 @@
3556
3605
  */
3557
3606
  var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3558
3607
  var gradient = _ref.gradient,
3559
- props = _objectWithoutProperties(_ref, _excluded$47);
3608
+ props = _objectWithoutProperties(_ref, _excluded$49);
3560
3609
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3561
3610
  xmlns: "http://www.w3.org/2000/svg",
3562
3611
  width: 24,
@@ -3576,7 +3625,7 @@
3576
3625
  CloseSmallIcon.displayName = "CloseSmallIcon";
3577
3626
  var CloseSmallIcon$1 = CloseSmallIcon;
3578
3627
 
3579
- var _excluded$46 = ["gradient"];
3628
+ var _excluded$48 = ["gradient"];
3580
3629
 
3581
3630
  /**
3582
3631
  * @component CloseIcon
@@ -3606,7 +3655,7 @@
3606
3655
  */
3607
3656
  var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3608
3657
  var gradient = _ref.gradient,
3609
- props = _objectWithoutProperties(_ref, _excluded$46);
3658
+ props = _objectWithoutProperties(_ref, _excluded$48);
3610
3659
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3611
3660
  xmlns: "http://www.w3.org/2000/svg",
3612
3661
  width: 24,
@@ -3627,7 +3676,7 @@
3627
3676
  CloseIcon.displayName = "CloseIcon";
3628
3677
  var CloseIcon$1 = CloseIcon;
3629
3678
 
3630
- var _excluded$45 = ["gradient"];
3679
+ var _excluded$47 = ["gradient"];
3631
3680
 
3632
3681
  /**
3633
3682
  * @component CollapsIcon
@@ -3657,7 +3706,7 @@
3657
3706
  */
3658
3707
  var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3659
3708
  var gradient = _ref.gradient,
3660
- props = _objectWithoutProperties(_ref, _excluded$45);
3709
+ props = _objectWithoutProperties(_ref, _excluded$47);
3661
3710
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3662
3711
  xmlns: "http://www.w3.org/2000/svg",
3663
3712
  width: 6,
@@ -3677,7 +3726,7 @@
3677
3726
  CollapsIcon.displayName = "CollapsIcon";
3678
3727
  var CollapsIcon$1 = CollapsIcon;
3679
3728
 
3680
- var _excluded$44 = ["gradient"];
3729
+ var _excluded$46 = ["gradient"];
3681
3730
 
3682
3731
  /**
3683
3732
  * @component CollapseAllIcon
@@ -3707,7 +3756,7 @@
3707
3756
  */
3708
3757
  var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3709
3758
  var gradient = _ref.gradient,
3710
- props = _objectWithoutProperties(_ref, _excluded$44);
3759
+ props = _objectWithoutProperties(_ref, _excluded$46);
3711
3760
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3712
3761
  xmlns: "http://www.w3.org/2000/svg",
3713
3762
  width: 24,
@@ -3727,7 +3776,7 @@
3727
3776
  CollapseAllIcon.displayName = "CollapseAllIcon";
3728
3777
  var CollapseAllIcon$1 = CollapseAllIcon;
3729
3778
 
3730
- var _excluded$43 = ["gradient"];
3779
+ var _excluded$45 = ["gradient"];
3731
3780
 
3732
3781
  /**
3733
3782
  * @component CollapseExpandSingleIcon
@@ -3757,7 +3806,7 @@
3757
3806
  */
3758
3807
  var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3759
3808
  var gradient = _ref.gradient,
3760
- props = _objectWithoutProperties(_ref, _excluded$43);
3809
+ props = _objectWithoutProperties(_ref, _excluded$45);
3761
3810
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3762
3811
  xmlns: "http://www.w3.org/2000/svg",
3763
3812
  width: 24,
@@ -3777,7 +3826,7 @@
3777
3826
  CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
3778
3827
  var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
3779
3828
 
3780
- var _excluded$42 = ["gradient"];
3829
+ var _excluded$44 = ["gradient"];
3781
3830
 
3782
3831
  /**
3783
3832
  * @component CompanyAddIcon
@@ -3807,7 +3856,7 @@
3807
3856
  */
3808
3857
  var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3809
3858
  var gradient = _ref.gradient,
3810
- props = _objectWithoutProperties(_ref, _excluded$42);
3859
+ props = _objectWithoutProperties(_ref, _excluded$44);
3811
3860
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3812
3861
  xmlns: "http://www.w3.org/2000/svg",
3813
3862
  width: 18,
@@ -3828,7 +3877,7 @@
3828
3877
  CompanyAddIcon.displayName = "CompanyAddIcon";
3829
3878
  var CompanyAddIcon$1 = CompanyAddIcon;
3830
3879
 
3831
- var _excluded$41 = ["gradient"];
3880
+ var _excluded$43 = ["gradient"];
3832
3881
 
3833
3882
  /**
3834
3883
  * @component CompanyIcon
@@ -3858,7 +3907,7 @@
3858
3907
  */
3859
3908
  var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3860
3909
  var gradient = _ref.gradient,
3861
- props = _objectWithoutProperties(_ref, _excluded$41);
3910
+ props = _objectWithoutProperties(_ref, _excluded$43);
3862
3911
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3863
3912
  xmlns: "http://www.w3.org/2000/svg",
3864
3913
  width: 24,
@@ -3879,7 +3928,7 @@
3879
3928
  CompanyIcon.displayName = "CompanyIcon";
3880
3929
  var CompanyIcon$1 = CompanyIcon;
3881
3930
 
3882
- var _excluded$40 = ["gradient"];
3931
+ var _excluded$42 = ["gradient"];
3883
3932
 
3884
3933
  /**
3885
3934
  * @component ComputerIcon
@@ -3909,7 +3958,7 @@
3909
3958
  */
3910
3959
  var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3911
3960
  var gradient = _ref.gradient,
3912
- props = _objectWithoutProperties(_ref, _excluded$40);
3961
+ props = _objectWithoutProperties(_ref, _excluded$42);
3913
3962
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3914
3963
  xmlns: "http://www.w3.org/2000/svg",
3915
3964
  width: 24,
@@ -3929,7 +3978,66 @@
3929
3978
  ComputerIcon.displayName = "ComputerIcon";
3930
3979
  var ComputerIcon$1 = ComputerIcon;
3931
3980
 
3932
- var _excluded$3$ = ["gradient"];
3981
+ var _excluded$41 = ["gradient"];
3982
+
3983
+ /**
3984
+ * @component ConnectionIcon
3985
+ * @description
3986
+ *
3987
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
3988
+ * The Icon component is
3989
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
3990
+ *
3991
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
3992
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
3993
+ *
3994
+ * @example
3995
+ * return (
3996
+ * <ConnectionIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
3997
+ * )
3998
+ *
3999
+ * @example
4000
+ * return (
4001
+ * <ConnectionIcon className="mr-2" />
4002
+ * )
4003
+ *
4004
+ * @see
4005
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
4006
+ * @see
4007
+ * https://design.activecollab.com/docs/foundations/icons
4008
+ */
4009
+ var ConnectionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4010
+ var gradient = _ref.gradient,
4011
+ props = _objectWithoutProperties(_ref, _excluded$41);
4012
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4013
+ xmlns: "http://www.w3.org/2000/svg",
4014
+ width: 24,
4015
+ height: 24,
4016
+ viewBox: "0 0 24 24",
4017
+ "data-testid": "ConnectionIcon",
4018
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
4019
+ focusable: false,
4020
+ ref: ref
4021
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
4022
+ gradient: gradient
4023
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
4024
+ stroke: "#6D6D73",
4025
+ strokeLinecap: "round",
4026
+ strokeLinejoin: "round",
4027
+ strokeWidth: 2,
4028
+ d: "m15 14 5-5-5-5"
4029
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
4030
+ stroke: "#6D6D73",
4031
+ strokeLinecap: "round",
4032
+ strokeLinejoin: "round",
4033
+ strokeWidth: 2,
4034
+ d: "M4 20v-7a4 4 0 0 1 4-4h12"
4035
+ }));
4036
+ });
4037
+ ConnectionIcon.displayName = "ConnectionIcon";
4038
+ var ConnectionIcon$1 = ConnectionIcon;
4039
+
4040
+ var _excluded$40 = ["gradient"];
3933
4041
 
3934
4042
  /**
3935
4043
  * @component CopyIcon
@@ -3959,7 +4067,7 @@
3959
4067
  */
3960
4068
  var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
3961
4069
  var gradient = _ref.gradient,
3962
- props = _objectWithoutProperties(_ref, _excluded$3$);
4070
+ props = _objectWithoutProperties(_ref, _excluded$40);
3963
4071
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3964
4072
  xmlns: "http://www.w3.org/2000/svg",
3965
4073
  width: 24,
@@ -3979,7 +4087,7 @@
3979
4087
  CopyIcon.displayName = "CopyIcon";
3980
4088
  var CopyIcon$1 = CopyIcon;
3981
4089
 
3982
- var _excluded$3_ = ["gradient"];
4090
+ var _excluded$3$ = ["gradient"];
3983
4091
 
3984
4092
  /**
3985
4093
  * @component CrownBlankIcon
@@ -4009,7 +4117,7 @@
4009
4117
  */
4010
4118
  var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4011
4119
  var gradient = _ref.gradient,
4012
- props = _objectWithoutProperties(_ref, _excluded$3_);
4120
+ props = _objectWithoutProperties(_ref, _excluded$3$);
4013
4121
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4014
4122
  xmlns: "http://www.w3.org/2000/svg",
4015
4123
  width: 24,
@@ -4029,7 +4137,7 @@
4029
4137
  CrownBlankIcon.displayName = "CrownBlankIcon";
4030
4138
  var CrownBlankIcon$1 = CrownBlankIcon;
4031
4139
 
4032
- var _excluded$3Z = ["gradient"];
4140
+ var _excluded$3_ = ["gradient"];
4033
4141
 
4034
4142
  /**
4035
4143
  * @component CrownSelectedIcon
@@ -4059,7 +4167,7 @@
4059
4167
  */
4060
4168
  var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4061
4169
  var gradient = _ref.gradient,
4062
- props = _objectWithoutProperties(_ref, _excluded$3Z);
4170
+ props = _objectWithoutProperties(_ref, _excluded$3_);
4063
4171
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4064
4172
  xmlns: "http://www.w3.org/2000/svg",
4065
4173
  width: 24,
@@ -4079,7 +4187,7 @@
4079
4187
  CrownSelectedIcon.displayName = "CrownSelectedIcon";
4080
4188
  var CrownSelectedIcon$1 = CrownSelectedIcon;
4081
4189
 
4082
- var _excluded$3Y = ["gradient"];
4190
+ var _excluded$3Z = ["gradient"];
4083
4191
 
4084
4192
  /**
4085
4193
  * @component DependencySmallIcon
@@ -4109,7 +4217,7 @@
4109
4217
  */
4110
4218
  var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4111
4219
  var gradient = _ref.gradient,
4112
- props = _objectWithoutProperties(_ref, _excluded$3Y);
4220
+ props = _objectWithoutProperties(_ref, _excluded$3Z);
4113
4221
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4114
4222
  xmlns: "http://www.w3.org/2000/svg",
4115
4223
  width: 12,
@@ -4129,7 +4237,7 @@
4129
4237
  DependencySmallIcon.displayName = "DependencySmallIcon";
4130
4238
  var DependencySmallIcon$1 = DependencySmallIcon;
4131
4239
 
4132
- var _excluded$3X = ["gradient"];
4240
+ var _excluded$3Y = ["gradient"];
4133
4241
 
4134
4242
  /**
4135
4243
  * @component DependencyIcon
@@ -4159,7 +4267,7 @@
4159
4267
  */
4160
4268
  var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4161
4269
  var gradient = _ref.gradient,
4162
- props = _objectWithoutProperties(_ref, _excluded$3X);
4270
+ props = _objectWithoutProperties(_ref, _excluded$3Y);
4163
4271
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4164
4272
  xmlns: "http://www.w3.org/2000/svg",
4165
4273
  width: 24,
@@ -4179,7 +4287,7 @@
4179
4287
  DependencyIcon.displayName = "DependencyIcon";
4180
4288
  var DependencyIcon$1 = DependencyIcon;
4181
4289
 
4182
- var _excluded$3W = ["gradient"];
4290
+ var _excluded$3X = ["gradient"];
4183
4291
 
4184
4292
  /**
4185
4293
  * @component DescriptionSmallIcon
@@ -4209,7 +4317,7 @@
4209
4317
  */
4210
4318
  var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4211
4319
  var gradient = _ref.gradient,
4212
- props = _objectWithoutProperties(_ref, _excluded$3W);
4320
+ props = _objectWithoutProperties(_ref, _excluded$3X);
4213
4321
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4214
4322
  xmlns: "http://www.w3.org/2000/svg",
4215
4323
  width: 18,
@@ -4230,7 +4338,7 @@
4230
4338
  DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
4231
4339
  var DescriptionSmallIcon$1 = DescriptionSmallIcon;
4232
4340
 
4233
- var _excluded$3V = ["gradient"];
4341
+ var _excluded$3W = ["gradient"];
4234
4342
 
4235
4343
  /**
4236
4344
  * @component DescriptionIcon
@@ -4260,7 +4368,7 @@
4260
4368
  */
4261
4369
  var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4262
4370
  var gradient = _ref.gradient,
4263
- props = _objectWithoutProperties(_ref, _excluded$3V);
4371
+ props = _objectWithoutProperties(_ref, _excluded$3W);
4264
4372
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4265
4373
  xmlns: "http://www.w3.org/2000/svg",
4266
4374
  width: 24,
@@ -4280,7 +4388,7 @@
4280
4388
  DescriptionIcon.displayName = "DescriptionIcon";
4281
4389
  var DescriptionIcon$1 = DescriptionIcon;
4282
4390
 
4283
- var _excluded$3U = ["gradient"];
4391
+ var _excluded$3V = ["gradient"];
4284
4392
 
4285
4393
  /**
4286
4394
  * @component DiscussionAddIcon
@@ -4310,7 +4418,7 @@
4310
4418
  */
4311
4419
  var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4312
4420
  var gradient = _ref.gradient,
4313
- props = _objectWithoutProperties(_ref, _excluded$3U);
4421
+ props = _objectWithoutProperties(_ref, _excluded$3V);
4314
4422
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4315
4423
  xmlns: "http://www.w3.org/2000/svg",
4316
4424
  width: 24,
@@ -4330,7 +4438,7 @@
4330
4438
  DiscussionAddIcon.displayName = "DiscussionAddIcon";
4331
4439
  var DiscussionAddIcon$1 = DiscussionAddIcon;
4332
4440
 
4333
- var _excluded$3T = ["gradient"];
4441
+ var _excluded$3U = ["gradient"];
4334
4442
 
4335
4443
  /**
4336
4444
  * @component DiscussionIcon
@@ -4360,7 +4468,7 @@
4360
4468
  */
4361
4469
  var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4362
4470
  var gradient = _ref.gradient,
4363
- props = _objectWithoutProperties(_ref, _excluded$3T);
4471
+ props = _objectWithoutProperties(_ref, _excluded$3U);
4364
4472
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4365
4473
  xmlns: "http://www.w3.org/2000/svg",
4366
4474
  width: 24,
@@ -4381,7 +4489,7 @@
4381
4489
  DiscussionIcon.displayName = "DiscussionIcon";
4382
4490
  var DiscussionIcon$1 = DiscussionIcon;
4383
4491
 
4384
- var _excluded$3S = ["gradient"];
4492
+ var _excluded$3T = ["gradient"];
4385
4493
 
4386
4494
  /**
4387
4495
  * @component DollarCheckmarkSmallIcon
@@ -4411,7 +4519,7 @@
4411
4519
  */
4412
4520
  var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4413
4521
  var gradient = _ref.gradient,
4414
- props = _objectWithoutProperties(_ref, _excluded$3S);
4522
+ props = _objectWithoutProperties(_ref, _excluded$3T);
4415
4523
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4416
4524
  xmlns: "http://www.w3.org/2000/svg",
4417
4525
  width: 12,
@@ -4431,7 +4539,7 @@
4431
4539
  DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
4432
4540
  var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
4433
4541
 
4434
- var _excluded$3R = ["gradient"];
4542
+ var _excluded$3S = ["gradient"];
4435
4543
 
4436
4544
  /**
4437
4545
  * @component DollarCheckmarkIcon
@@ -4461,7 +4569,7 @@
4461
4569
  */
4462
4570
  var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4463
4571
  var gradient = _ref.gradient,
4464
- props = _objectWithoutProperties(_ref, _excluded$3R);
4572
+ props = _objectWithoutProperties(_ref, _excluded$3S);
4465
4573
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4466
4574
  xmlns: "http://www.w3.org/2000/svg",
4467
4575
  width: 24,
@@ -4481,7 +4589,7 @@
4481
4589
  DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
4482
4590
  var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
4483
4591
 
4484
- var _excluded$3Q = ["gradient"];
4592
+ var _excluded$3R = ["gradient"];
4485
4593
 
4486
4594
  /**
4487
4595
  * @component DollarClockSmallIcon
@@ -4511,7 +4619,7 @@
4511
4619
  */
4512
4620
  var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4513
4621
  var gradient = _ref.gradient,
4514
- props = _objectWithoutProperties(_ref, _excluded$3Q);
4622
+ props = _objectWithoutProperties(_ref, _excluded$3R);
4515
4623
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4516
4624
  xmlns: "http://www.w3.org/2000/svg",
4517
4625
  width: 12,
@@ -4531,7 +4639,7 @@
4531
4639
  DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
4532
4640
  var DollarClockSmallIcon$1 = DollarClockSmallIcon;
4533
4641
 
4534
- var _excluded$3P = ["gradient"];
4642
+ var _excluded$3Q = ["gradient"];
4535
4643
 
4536
4644
  /**
4537
4645
  * @component DollarClockIcon
@@ -4561,7 +4669,7 @@
4561
4669
  */
4562
4670
  var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4563
4671
  var gradient = _ref.gradient,
4564
- props = _objectWithoutProperties(_ref, _excluded$3P);
4672
+ props = _objectWithoutProperties(_ref, _excluded$3Q);
4565
4673
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4566
4674
  xmlns: "http://www.w3.org/2000/svg",
4567
4675
  width: 24,
@@ -4581,7 +4689,7 @@
4581
4689
  DollarClockIcon.displayName = "DollarClockIcon";
4582
4690
  var DollarClockIcon$1 = DollarClockIcon;
4583
4691
 
4584
- var _excluded$3O = ["gradient"];
4692
+ var _excluded$3P = ["gradient"];
4585
4693
 
4586
4694
  /**
4587
4695
  * @component DollarDocumentPlusIcon
@@ -4611,7 +4719,7 @@
4611
4719
  */
4612
4720
  var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4613
4721
  var gradient = _ref.gradient,
4614
- props = _objectWithoutProperties(_ref, _excluded$3O);
4722
+ props = _objectWithoutProperties(_ref, _excluded$3P);
4615
4723
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4616
4724
  xmlns: "http://www.w3.org/2000/svg",
4617
4725
  width: 24,
@@ -4631,7 +4739,7 @@
4631
4739
  DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
4632
4740
  var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
4633
4741
 
4634
- var _excluded$3N = ["gradient"];
4742
+ var _excluded$3O = ["gradient"];
4635
4743
 
4636
4744
  /**
4637
4745
  * @component DollarDocumentIcon
@@ -4661,7 +4769,7 @@
4661
4769
  */
4662
4770
  var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4663
4771
  var gradient = _ref.gradient,
4664
- props = _objectWithoutProperties(_ref, _excluded$3N);
4772
+ props = _objectWithoutProperties(_ref, _excluded$3O);
4665
4773
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4666
4774
  xmlns: "http://www.w3.org/2000/svg",
4667
4775
  width: 24,
@@ -4682,7 +4790,7 @@
4682
4790
  DollarDocumentIcon.displayName = "DollarDocumentIcon";
4683
4791
  var DollarDocumentIcon$1 = DollarDocumentIcon;
4684
4792
 
4685
- var _excluded$3M = ["gradient"];
4793
+ var _excluded$3N = ["gradient"];
4686
4794
 
4687
4795
  /**
4688
4796
  * @component DollarOffSmallIcon
@@ -4712,7 +4820,7 @@
4712
4820
  */
4713
4821
  var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4714
4822
  var gradient = _ref.gradient,
4715
- props = _objectWithoutProperties(_ref, _excluded$3M);
4823
+ props = _objectWithoutProperties(_ref, _excluded$3N);
4716
4824
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4717
4825
  xmlns: "http://www.w3.org/2000/svg",
4718
4826
  width: 12,
@@ -4732,7 +4840,7 @@
4732
4840
  DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
4733
4841
  var DollarOffSmallIcon$1 = DollarOffSmallIcon;
4734
4842
 
4735
- var _excluded$3L = ["gradient"];
4843
+ var _excluded$3M = ["gradient"];
4736
4844
 
4737
4845
  /**
4738
4846
  * @component DollarOffIcon
@@ -4762,7 +4870,7 @@
4762
4870
  */
4763
4871
  var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4764
4872
  var gradient = _ref.gradient,
4765
- props = _objectWithoutProperties(_ref, _excluded$3L);
4873
+ props = _objectWithoutProperties(_ref, _excluded$3M);
4766
4874
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4767
4875
  xmlns: "http://www.w3.org/2000/svg",
4768
4876
  width: 24,
@@ -4782,7 +4890,7 @@
4782
4890
  DollarOffIcon.displayName = "DollarOffIcon";
4783
4891
  var DollarOffIcon$1 = DollarOffIcon;
4784
4892
 
4785
- var _excluded$3K = ["gradient"];
4893
+ var _excluded$3L = ["gradient"];
4786
4894
 
4787
4895
  /**
4788
4896
  * @component DollarSmallIcon
@@ -4812,7 +4920,7 @@
4812
4920
  */
4813
4921
  var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4814
4922
  var gradient = _ref.gradient,
4815
- props = _objectWithoutProperties(_ref, _excluded$3K);
4923
+ props = _objectWithoutProperties(_ref, _excluded$3L);
4816
4924
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4817
4925
  xmlns: "http://www.w3.org/2000/svg",
4818
4926
  width: 12,
@@ -4832,7 +4940,7 @@
4832
4940
  DollarSmallIcon.displayName = "DollarSmallIcon";
4833
4941
  var DollarSmallIcon$1 = DollarSmallIcon;
4834
4942
 
4835
- var _excluded$3J = ["gradient"];
4943
+ var _excluded$3K = ["gradient"];
4836
4944
 
4837
4945
  /**
4838
4946
  * @component DollarIcon
@@ -4862,7 +4970,7 @@
4862
4970
  */
4863
4971
  var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4864
4972
  var gradient = _ref.gradient,
4865
- props = _objectWithoutProperties(_ref, _excluded$3J);
4973
+ props = _objectWithoutProperties(_ref, _excluded$3K);
4866
4974
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4867
4975
  xmlns: "http://www.w3.org/2000/svg",
4868
4976
  width: 24,
@@ -4882,7 +4990,7 @@
4882
4990
  DollarIcon.displayName = "DollarIcon";
4883
4991
  var DollarIcon$1 = DollarIcon;
4884
4992
 
4885
- var _excluded$3I = ["gradient"];
4993
+ var _excluded$3J = ["gradient"];
4886
4994
 
4887
4995
  /**
4888
4996
  * @component DownloadIcon
@@ -4912,7 +5020,7 @@
4912
5020
  */
4913
5021
  var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
4914
5022
  var gradient = _ref.gradient,
4915
- props = _objectWithoutProperties(_ref, _excluded$3I);
5023
+ props = _objectWithoutProperties(_ref, _excluded$3J);
4916
5024
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4917
5025
  xmlns: "http://www.w3.org/2000/svg",
4918
5026
  width: 24,
@@ -4932,6 +5040,57 @@
4932
5040
  DownloadIcon.displayName = "DownloadIcon";
4933
5041
  var DownloadIcon$1 = DownloadIcon;
4934
5042
 
5043
+ var _excluded$3I = ["gradient"];
5044
+
5045
+ /**
5046
+ * @component DrawIcon
5047
+ * @description
5048
+ *
5049
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
5050
+ * The Icon component is
5051
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
5052
+ *
5053
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
5054
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
5055
+ *
5056
+ * @example
5057
+ * return (
5058
+ * <DrawIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
5059
+ * )
5060
+ *
5061
+ * @example
5062
+ * return (
5063
+ * <DrawIcon className="mr-2" />
5064
+ * )
5065
+ *
5066
+ * @see
5067
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
5068
+ * @see
5069
+ * https://design.activecollab.com/docs/foundations/icons
5070
+ */
5071
+ var DrawIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5072
+ var gradient = _ref.gradient,
5073
+ props = _objectWithoutProperties(_ref, _excluded$3I);
5074
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5075
+ xmlns: "http://www.w3.org/2000/svg",
5076
+ width: 24,
5077
+ height: 24,
5078
+ viewBox: "0 0 24 24",
5079
+ "data-testid": "DrawIcon",
5080
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
5081
+ focusable: false,
5082
+ ref: ref
5083
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
5084
+ gradient: gradient
5085
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
5086
+ fillRule: "evenodd",
5087
+ d: "m14.06 9 .94.94L5.92 19H5v-.92zm3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94z",
5088
+ clipRule: "evenodd"
5089
+ }));
5090
+ });
5091
+ DrawIcon.displayName = "DrawIcon";
5092
+ var DrawIcon$1 = DrawIcon;
5093
+
4935
5094
  var _excluded$3H = ["gradient"];
4936
5095
 
4937
5096
  /**
@@ -5893,15 +6052,32 @@
5893
6052
  var _excluded$3o = ["gradient"];
5894
6053
 
5895
6054
  /**
5896
- * @component GitBranchIcon
6055
+ * @component GroupByIcon
5897
6056
  * @description
5898
- * Outline git-branch glyph for source-control signifiers.
5899
6057
  *
5900
- * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
6058
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
6059
+ * The Icon component is
6060
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
6061
+ *
6062
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
6063
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
6064
+ *
6065
+ * @example
6066
+ * return (
6067
+ * <GroupByIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
6068
+ * )
6069
+ *
6070
+ * @example
6071
+ * return (
6072
+ * <GroupByIcon className="mr-2" />
6073
+ * )
5901
6074
  *
5902
- * @see https://design.activecollab.com/docs/foundations/icons
6075
+ * @see
6076
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
6077
+ * @see
6078
+ * https://design.activecollab.com/docs/foundations/icons
5903
6079
  */
5904
- var GitBranchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6080
+ var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5905
6081
  var gradient = _ref.gradient,
5906
6082
  props = _objectWithoutProperties(_ref, _excluded$3o);
5907
6083
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
@@ -5909,43 +6085,48 @@
5909
6085
  width: 24,
5910
6086
  height: 24,
5911
6087
  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",
6088
+ "data-testid": "GroupByIcon",
6089
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
5918
6090
  focusable: false,
5919
6091
  ref: ref
5920
6092
  }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
5921
6093
  gradient: gradient
5922
6094
  }), /*#__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"
6095
+ d: "M20.598 9a1 1 0 0 1-1.994-.123V5.392h-3.486a.997.997 0 1 1 0-1.995l4.486-.005.118.007a1 1 0 0 1 .883.993v4.49l-.007.12zM5.396 15.122v3.487h3.486a.998.998 0 0 1 0 1.995l-4.486.005-.118-.007a1 1 0 0 1-.883-.993v-4.49l.007-.12a.997.997 0 0 1 .993-.877l.12.008a1 1 0 0 1 .881.992m8.726 4.478a1 1 0 0 0 .878.998l.12.008h4.489a1 1 0 0 0 .993-.884l.007-.118-.005-4.486a.998.998 0 0 0-1.995 0v3.486h-3.487a1 1 0 0 0-1 .996M5.391 5.396h3.487a1 1 0 0 0 .992-.88l.008-.12A.997.997 0 0 0 9 3.401l-.12-.008H4.392a1 1 0 0 0-.993.884l-.007.118.005 4.486a.998.998 0 0 0 1.995 0V5.396zM8 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 2a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2zm-1 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"
5932
6096
  }));
5933
6097
  });
5934
- GitBranchIcon.displayName = "GitBranchIcon";
5935
- var GitBranchIcon$1 = GitBranchIcon;
6098
+ GroupByIcon.displayName = "GroupByIcon";
6099
+ var GroupByIcon$1 = GroupByIcon;
5936
6100
 
5937
6101
  var _excluded$3n = ["gradient"];
5938
6102
 
5939
6103
  /**
5940
- * @component GitCommitIcon
6104
+ * @component HashtagIcon
5941
6105
  * @description
5942
- * Outline git-commit glyph (a node on a line) for source-control signifiers.
5943
6106
  *
5944
- * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
6107
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
6108
+ * The Icon component is
6109
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
6110
+ *
6111
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
6112
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
6113
+ *
6114
+ * @example
6115
+ * return (
6116
+ * <HashtagIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
6117
+ * )
6118
+ *
6119
+ * @example
6120
+ * return (
6121
+ * <HashtagIcon className="mr-2" />
6122
+ * )
5945
6123
  *
5946
- * @see https://design.activecollab.com/docs/foundations/icons
6124
+ * @see
6125
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
6126
+ * @see
6127
+ * https://design.activecollab.com/docs/foundations/icons
5947
6128
  */
5948
- var GitCommitIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6129
+ var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
5949
6130
  var gradient = _ref.gradient,
5950
6131
  props = _objectWithoutProperties(_ref, _excluded$3n);
5951
6132
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
@@ -5953,174 +6134,22 @@
5953
6134
  width: 24,
5954
6135
  height: 24,
5955
6136
  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",
6137
+ "data-testid": "HashtagIcon",
6138
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
5962
6139
  focusable: false,
5963
6140
  ref: ref
5964
6141
  }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
5965
6142
  gradient: gradient
5966
6143
  }), /*#__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"];
6024
-
6025
- /**
6026
- * @component GroupByIcon
6027
- * @description
6028
- *
6029
- * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
6030
- * The Icon component is
6031
- * customizable, allowing for variations in size, color, and style to fit the needs of the application.
6032
- *
6033
- * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
6034
- * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
6035
- *
6036
- * @example
6037
- * return (
6038
- * <GroupByIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
6039
- * )
6040
- *
6041
- * @example
6042
- * return (
6043
- * <GroupByIcon className="mr-2" />
6044
- * )
6045
- *
6046
- * @see
6047
- * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
6048
- * @see
6049
- * https://design.activecollab.com/docs/foundations/icons
6050
- */
6051
- var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6052
- var gradient = _ref.gradient,
6053
- props = _objectWithoutProperties(_ref, _excluded$3l);
6054
- return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6055
- xmlns: "http://www.w3.org/2000/svg",
6056
- width: 24,
6057
- height: 24,
6058
- viewBox: "0 0 24 24",
6059
- "data-testid": "GroupByIcon",
6060
- fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
6061
- focusable: false,
6062
- ref: ref
6063
- }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6064
- gradient: gradient
6065
- }), /*#__PURE__*/React__default["default"].createElement("path", {
6066
- d: "M20.598 9a1 1 0 0 1-1.994-.123V5.392h-3.486a.997.997 0 1 1 0-1.995l4.486-.005.118.007a1 1 0 0 1 .883.993v4.49l-.007.12zM5.396 15.122v3.487h3.486a.998.998 0 0 1 0 1.995l-4.486.005-.118-.007a1 1 0 0 1-.883-.993v-4.49l.007-.12a.997.997 0 0 1 .993-.877l.12.008a1 1 0 0 1 .881.992m8.726 4.478a1 1 0 0 0 .878.998l.12.008h4.489a1 1 0 0 0 .993-.884l.007-.118-.005-4.486a.998.998 0 0 0-1.995 0v3.486h-3.487a1 1 0 0 0-1 .996M5.391 5.396h3.487a1 1 0 0 0 .992-.88l.008-.12A.997.997 0 0 0 9 3.401l-.12-.008H4.392a1 1 0 0 0-.993.884l-.007.118.005 4.486a.998.998 0 0 0 1.995 0V5.396zM8 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m1 2a1 1 0 1 0 0 2h6a1 1 0 0 0 0-2zm-1 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"
6067
- }));
6068
- });
6069
- GroupByIcon.displayName = "GroupByIcon";
6070
- var GroupByIcon$1 = GroupByIcon;
6071
-
6072
- var _excluded$3k = ["gradient"];
6073
-
6074
- /**
6075
- * @component HashtagIcon
6076
- * @description
6077
- *
6078
- * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
6079
- * The Icon component is
6080
- * customizable, allowing for variations in size, color, and style to fit the needs of the application.
6081
- *
6082
- * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
6083
- * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
6084
- *
6085
- * @example
6086
- * return (
6087
- * <HashtagIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
6088
- * )
6089
- *
6090
- * @example
6091
- * return (
6092
- * <HashtagIcon className="mr-2" />
6093
- * )
6094
- *
6095
- * @see
6096
- * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
6097
- * @see
6098
- * https://design.activecollab.com/docs/foundations/icons
6099
- */
6100
- var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6101
- var gradient = _ref.gradient,
6102
- props = _objectWithoutProperties(_ref, _excluded$3k);
6103
- return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6104
- xmlns: "http://www.w3.org/2000/svg",
6105
- width: 24,
6106
- height: 24,
6107
- viewBox: "0 0 24 24",
6108
- "data-testid": "HashtagIcon",
6109
- fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
6110
- focusable: false,
6111
- ref: ref
6112
- }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6113
- gradient: gradient
6114
- }), /*#__PURE__*/React__default["default"].createElement("path", {
6115
- fillRule: "evenodd",
6116
- d: "m5.33 21 .719-4H2l.354-2h4.049l1.073-6H3.427l.354-2H7.83l.719-4h2.024l-.719 4h6.073l.719-4h2.024l-.719 4H22l-.354 2h-4.049l-1.073 6h4.049l-.354 2H16.17l-.719 4h-2.024l.719-4H8.073l-.719 4zM9.5 9l-1.073 6H14.5l1.073-6z",
6117
- clipRule: "evenodd"
6144
+ fillRule: "evenodd",
6145
+ d: "m5.33 21 .719-4H2l.354-2h4.049l1.073-6H3.427l.354-2H7.83l.719-4h2.024l-.719 4h6.073l.719-4h2.024l-.719 4H22l-.354 2h-4.049l-1.073 6h4.049l-.354 2H16.17l-.719 4h-2.024l.719-4H8.073l-.719 4zM9.5 9l-1.073 6H14.5l1.073-6z",
6146
+ clipRule: "evenodd"
6118
6147
  }));
6119
6148
  });
6120
6149
  HashtagIcon.displayName = "HashtagIcon";
6121
6150
  var HashtagIcon$1 = HashtagIcon;
6122
6151
 
6123
- var _excluded$3j = ["gradient"];
6152
+ var _excluded$3m = ["gradient"];
6124
6153
 
6125
6154
  /**
6126
6155
  * @component HelpIcon
@@ -6150,7 +6179,7 @@
6150
6179
  */
6151
6180
  var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6152
6181
  var gradient = _ref.gradient,
6153
- props = _objectWithoutProperties(_ref, _excluded$3j);
6182
+ props = _objectWithoutProperties(_ref, _excluded$3m);
6154
6183
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6155
6184
  xmlns: "http://www.w3.org/2000/svg",
6156
6185
  width: 24,
@@ -6170,7 +6199,7 @@
6170
6199
  HelpIcon.displayName = "HelpIcon";
6171
6200
  var HelpIcon$1 = HelpIcon;
6172
6201
 
6173
- var _excluded$3i = ["gradient"];
6202
+ var _excluded$3l = ["gradient"];
6174
6203
 
6175
6204
  /**
6176
6205
  * @component HistoryOfChangesIcon
@@ -6200,7 +6229,7 @@
6200
6229
  */
6201
6230
  var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6202
6231
  var gradient = _ref.gradient,
6203
- props = _objectWithoutProperties(_ref, _excluded$3i);
6232
+ props = _objectWithoutProperties(_ref, _excluded$3l);
6204
6233
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6205
6234
  xmlns: "http://www.w3.org/2000/svg",
6206
6235
  width: 24,
@@ -6221,7 +6250,7 @@
6221
6250
  HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
6222
6251
  var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
6223
6252
 
6224
- var _excluded$3h = ["gradient"];
6253
+ var _excluded$3k = ["gradient"];
6225
6254
 
6226
6255
  /**
6227
6256
  * @component ImageIcon
@@ -6251,7 +6280,7 @@
6251
6280
  */
6252
6281
  var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6253
6282
  var gradient = _ref.gradient,
6254
- props = _objectWithoutProperties(_ref, _excluded$3h);
6283
+ props = _objectWithoutProperties(_ref, _excluded$3k);
6255
6284
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6256
6285
  xmlns: "http://www.w3.org/2000/svg",
6257
6286
  width: 24,
@@ -6272,7 +6301,7 @@
6272
6301
  ImageIcon.displayName = "ImageIcon";
6273
6302
  var ImageIcon$1 = ImageIcon;
6274
6303
 
6275
- var _excluded$3g = ["gradient"];
6304
+ var _excluded$3j = ["gradient"];
6276
6305
 
6277
6306
  /**
6278
6307
  * @component InfoSmallIcon
@@ -6302,7 +6331,7 @@
6302
6331
  */
6303
6332
  var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6304
6333
  var gradient = _ref.gradient,
6305
- props = _objectWithoutProperties(_ref, _excluded$3g);
6334
+ props = _objectWithoutProperties(_ref, _excluded$3j);
6306
6335
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6307
6336
  xmlns: "http://www.w3.org/2000/svg",
6308
6337
  width: 15,
@@ -6322,7 +6351,7 @@
6322
6351
  InfoSmallIcon.displayName = "InfoSmallIcon";
6323
6352
  var InfoSmallIcon$1 = InfoSmallIcon;
6324
6353
 
6325
- var _excluded$3f = ["gradient"];
6354
+ var _excluded$3i = ["gradient"];
6326
6355
 
6327
6356
  /**
6328
6357
  * @component InfoIcon
@@ -6352,7 +6381,7 @@
6352
6381
  */
6353
6382
  var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6354
6383
  var gradient = _ref.gradient,
6355
- props = _objectWithoutProperties(_ref, _excluded$3f);
6384
+ props = _objectWithoutProperties(_ref, _excluded$3i);
6356
6385
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6357
6386
  xmlns: "http://www.w3.org/2000/svg",
6358
6387
  width: 24,
@@ -6372,7 +6401,7 @@
6372
6401
  InfoIcon.displayName = "InfoIcon";
6373
6402
  var InfoIcon$1 = InfoIcon;
6374
6403
 
6375
- var _excluded$3e = ["gradient"];
6404
+ var _excluded$3h = ["gradient"];
6376
6405
 
6377
6406
  /**
6378
6407
  * @component InsertLinkIcon
@@ -6402,7 +6431,7 @@
6402
6431
  */
6403
6432
  var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6404
6433
  var gradient = _ref.gradient,
6405
- props = _objectWithoutProperties(_ref, _excluded$3e);
6434
+ props = _objectWithoutProperties(_ref, _excluded$3h);
6406
6435
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6407
6436
  xmlns: "http://www.w3.org/2000/svg",
6408
6437
  width: 24,
@@ -6422,7 +6451,7 @@
6422
6451
  InsertLinkIcon.displayName = "InsertLinkIcon";
6423
6452
  var InsertLinkIcon$1 = InsertLinkIcon;
6424
6453
 
6425
- var _excluded$3d = ["gradient"];
6454
+ var _excluded$3g = ["gradient"];
6426
6455
 
6427
6456
  /**
6428
6457
  * @component IntegrationsIcon
@@ -6452,7 +6481,7 @@
6452
6481
  */
6453
6482
  var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6454
6483
  var gradient = _ref.gradient,
6455
- props = _objectWithoutProperties(_ref, _excluded$3d);
6484
+ props = _objectWithoutProperties(_ref, _excluded$3g);
6456
6485
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6457
6486
  xmlns: "http://www.w3.org/2000/svg",
6458
6487
  width: 24,
@@ -6476,7 +6505,7 @@
6476
6505
  IntegrationsIcon.displayName = "IntegrationsIcon";
6477
6506
  var IntegrationsIcon$1 = IntegrationsIcon;
6478
6507
 
6479
- var _excluded$3c = ["gradient"];
6508
+ var _excluded$3f = ["gradient"];
6480
6509
 
6481
6510
  /**
6482
6511
  * @component InvoicesIcon
@@ -6506,7 +6535,7 @@
6506
6535
  */
6507
6536
  var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6508
6537
  var gradient = _ref.gradient,
6509
- props = _objectWithoutProperties(_ref, _excluded$3c);
6538
+ props = _objectWithoutProperties(_ref, _excluded$3f);
6510
6539
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6511
6540
  xmlns: "http://www.w3.org/2000/svg",
6512
6541
  width: 24,
@@ -6530,7 +6559,7 @@
6530
6559
  InvoicesIcon.displayName = "InvoicesIcon";
6531
6560
  var InvoicesIcon$1 = InvoicesIcon;
6532
6561
 
6533
- var _excluded$3b = ["gradient"];
6562
+ var _excluded$3e = ["gradient"];
6534
6563
 
6535
6564
  /**
6536
6565
  * @component LabelsIcon
@@ -6560,7 +6589,7 @@
6560
6589
  */
6561
6590
  var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6562
6591
  var gradient = _ref.gradient,
6563
- props = _objectWithoutProperties(_ref, _excluded$3b);
6592
+ props = _objectWithoutProperties(_ref, _excluded$3e);
6564
6593
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6565
6594
  xmlns: "http://www.w3.org/2000/svg",
6566
6595
  width: 24,
@@ -6580,7 +6609,7 @@
6580
6609
  LabelsIcon.displayName = "LabelsIcon";
6581
6610
  var LabelsIcon$1 = LabelsIcon;
6582
6611
 
6583
- var _excluded$3a = ["gradient"];
6612
+ var _excluded$3d = ["gradient"];
6584
6613
 
6585
6614
  /**
6586
6615
  * @component LetterArrowRightIcon
@@ -6610,7 +6639,7 @@
6610
6639
  */
6611
6640
  var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6612
6641
  var gradient = _ref.gradient,
6613
- props = _objectWithoutProperties(_ref, _excluded$3a);
6642
+ props = _objectWithoutProperties(_ref, _excluded$3d);
6614
6643
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6615
6644
  xmlns: "http://www.w3.org/2000/svg",
6616
6645
  width: 24,
@@ -6631,7 +6660,7 @@
6631
6660
  LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
6632
6661
  var LetterArrowRightIcon$1 = LetterArrowRightIcon;
6633
6662
 
6634
- var _excluded$39 = ["gradient"];
6663
+ var _excluded$3c = ["gradient"];
6635
6664
 
6636
6665
  /**
6637
6666
  * @component LetterFastIcon
@@ -6661,7 +6690,7 @@
6661
6690
  */
6662
6691
  var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6663
6692
  var gradient = _ref.gradient,
6664
- props = _objectWithoutProperties(_ref, _excluded$39);
6693
+ props = _objectWithoutProperties(_ref, _excluded$3c);
6665
6694
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6666
6695
  xmlns: "http://www.w3.org/2000/svg",
6667
6696
  width: 24,
@@ -6681,7 +6710,7 @@
6681
6710
  LetterFastIcon.displayName = "LetterFastIcon";
6682
6711
  var LetterFastIcon$1 = LetterFastIcon;
6683
6712
 
6684
- var _excluded$38 = ["gradient"];
6713
+ var _excluded$3b = ["gradient"];
6685
6714
 
6686
6715
  /**
6687
6716
  * @component LetterIcon
@@ -6711,7 +6740,7 @@
6711
6740
  */
6712
6741
  var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6713
6742
  var gradient = _ref.gradient,
6714
- props = _objectWithoutProperties(_ref, _excluded$38);
6743
+ props = _objectWithoutProperties(_ref, _excluded$3b);
6715
6744
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6716
6745
  xmlns: "http://www.w3.org/2000/svg",
6717
6746
  width: 24,
@@ -6732,7 +6761,7 @@
6732
6761
  LetterIcon.displayName = "LetterIcon";
6733
6762
  var LetterIcon$1 = LetterIcon;
6734
6763
 
6735
- var _excluded$37 = ["gradient"];
6764
+ var _excluded$3a = ["gradient"];
6736
6765
 
6737
6766
  /**
6738
6767
  * @component LockSmallIcon
@@ -6762,7 +6791,7 @@
6762
6791
  */
6763
6792
  var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6764
6793
  var gradient = _ref.gradient,
6765
- props = _objectWithoutProperties(_ref, _excluded$37);
6794
+ props = _objectWithoutProperties(_ref, _excluded$3a);
6766
6795
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6767
6796
  xmlns: "http://www.w3.org/2000/svg",
6768
6797
  width: 12,
@@ -6782,7 +6811,7 @@
6782
6811
  LockSmallIcon.displayName = "LockSmallIcon";
6783
6812
  var LockSmallIcon$1 = LockSmallIcon;
6784
6813
 
6785
- var _excluded$36 = ["gradient"];
6814
+ var _excluded$39 = ["gradient"];
6786
6815
 
6787
6816
  /**
6788
6817
  * @component LockIcon
@@ -6812,7 +6841,7 @@
6812
6841
  */
6813
6842
  var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6814
6843
  var gradient = _ref.gradient,
6815
- props = _objectWithoutProperties(_ref, _excluded$36);
6844
+ props = _objectWithoutProperties(_ref, _excluded$39);
6816
6845
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6817
6846
  xmlns: "http://www.w3.org/2000/svg",
6818
6847
  width: 24,
@@ -6832,7 +6861,7 @@
6832
6861
  LockIcon.displayName = "LockIcon";
6833
6862
  var LockIcon$1 = LockIcon;
6834
6863
 
6835
- var _excluded$35 = ["gradient"];
6864
+ var _excluded$38 = ["gradient"];
6836
6865
 
6837
6866
  /**
6838
6867
  * @component MarkerIcon
@@ -6862,7 +6891,7 @@
6862
6891
  */
6863
6892
  var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6864
6893
  var gradient = _ref.gradient,
6865
- props = _objectWithoutProperties(_ref, _excluded$35);
6894
+ props = _objectWithoutProperties(_ref, _excluded$38);
6866
6895
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6867
6896
  xmlns: "http://www.w3.org/2000/svg",
6868
6897
  width: 24,
@@ -6882,7 +6911,7 @@
6882
6911
  MarkerIcon.displayName = "MarkerIcon";
6883
6912
  var MarkerIcon$1 = MarkerIcon;
6884
6913
 
6885
- var _excluded$34 = ["gradient"];
6914
+ var _excluded$37 = ["gradient"];
6886
6915
 
6887
6916
  /**
6888
6917
  * @component MessageAddIcon
@@ -6912,7 +6941,7 @@
6912
6941
  */
6913
6942
  var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6914
6943
  var gradient = _ref.gradient,
6915
- props = _objectWithoutProperties(_ref, _excluded$34);
6944
+ props = _objectWithoutProperties(_ref, _excluded$37);
6916
6945
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6917
6946
  xmlns: "http://www.w3.org/2000/svg",
6918
6947
  width: 24,
@@ -6931,7 +6960,7 @@
6931
6960
  MessageAddIcon.displayName = "MessageAddIcon";
6932
6961
  var MessageAddIcon$1 = MessageAddIcon;
6933
6962
 
6934
- var _excluded$33 = ["gradient"];
6963
+ var _excluded$36 = ["gradient"];
6935
6964
 
6936
6965
  /**
6937
6966
  * @component MessageEmptyIcon
@@ -6961,7 +6990,7 @@
6961
6990
  */
6962
6991
  var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
6963
6992
  var gradient = _ref.gradient,
6964
- props = _objectWithoutProperties(_ref, _excluded$33);
6993
+ props = _objectWithoutProperties(_ref, _excluded$36);
6965
6994
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6966
6995
  xmlns: "http://www.w3.org/2000/svg",
6967
6996
  width: 24,
@@ -6981,7 +7010,7 @@
6981
7010
  MessageEmptyIcon.displayName = "MessageEmptyIcon";
6982
7011
  var MessageEmptyIcon$1 = MessageEmptyIcon;
6983
7012
 
6984
- var _excluded$32 = ["gradient"];
7013
+ var _excluded$35 = ["gradient"];
6985
7014
 
6986
7015
  /**
6987
7016
  * @component MessageSmallIcon
@@ -7011,7 +7040,7 @@
7011
7040
  */
7012
7041
  var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7013
7042
  var gradient = _ref.gradient,
7014
- props = _objectWithoutProperties(_ref, _excluded$32);
7043
+ props = _objectWithoutProperties(_ref, _excluded$35);
7015
7044
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7016
7045
  xmlns: "http://www.w3.org/2000/svg",
7017
7046
  width: 12,
@@ -7031,7 +7060,7 @@
7031
7060
  MessageSmallIcon.displayName = "MessageSmallIcon";
7032
7061
  var MessageSmallIcon$1 = MessageSmallIcon;
7033
7062
 
7034
- var _excluded$31 = ["gradient"];
7063
+ var _excluded$34 = ["gradient"];
7035
7064
 
7036
7065
  /**
7037
7066
  * @component MessageSolidIcon
@@ -7061,7 +7090,7 @@
7061
7090
  */
7062
7091
  var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7063
7092
  var gradient = _ref.gradient,
7064
- props = _objectWithoutProperties(_ref, _excluded$31);
7093
+ props = _objectWithoutProperties(_ref, _excluded$34);
7065
7094
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7066
7095
  xmlns: "http://www.w3.org/2000/svg",
7067
7096
  width: 24,
@@ -7081,7 +7110,7 @@
7081
7110
  MessageSolidIcon.displayName = "MessageSolidIcon";
7082
7111
  var MessageSolidIcon$1 = MessageSolidIcon;
7083
7112
 
7084
- var _excluded$30 = ["gradient"];
7113
+ var _excluded$33 = ["gradient"];
7085
7114
 
7086
7115
  /**
7087
7116
  * @component MessageStarIcon
@@ -7111,7 +7140,7 @@
7111
7140
  */
7112
7141
  var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7113
7142
  var gradient = _ref.gradient,
7114
- props = _objectWithoutProperties(_ref, _excluded$30);
7143
+ props = _objectWithoutProperties(_ref, _excluded$33);
7115
7144
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7116
7145
  xmlns: "http://www.w3.org/2000/svg",
7117
7146
  width: 24,
@@ -7134,7 +7163,7 @@
7134
7163
  MessageStarIcon.displayName = "MessageStarIcon";
7135
7164
  var MessageStarIcon$1 = MessageStarIcon;
7136
7165
 
7137
- var _excluded$2$ = ["gradient"];
7166
+ var _excluded$32 = ["gradient"];
7138
7167
 
7139
7168
  /**
7140
7169
  * @component MessageIcon
@@ -7164,7 +7193,7 @@
7164
7193
  */
7165
7194
  var MessageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7166
7195
  var gradient = _ref.gradient,
7167
- props = _objectWithoutProperties(_ref, _excluded$2$);
7196
+ props = _objectWithoutProperties(_ref, _excluded$32);
7168
7197
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7169
7198
  xmlns: "http://www.w3.org/2000/svg",
7170
7199
  width: 24,
@@ -7184,7 +7213,7 @@
7184
7213
  MessageIcon.displayName = "MessageIcon";
7185
7214
  var MessageIcon$1 = MessageIcon;
7186
7215
 
7187
- var _excluded$2_ = ["gradient"];
7216
+ var _excluded$31 = ["gradient"];
7188
7217
 
7189
7218
  /**
7190
7219
  * @component MinusIcon
@@ -7214,7 +7243,7 @@
7214
7243
  */
7215
7244
  var MinusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7216
7245
  var gradient = _ref.gradient,
7217
- props = _objectWithoutProperties(_ref, _excluded$2_);
7246
+ props = _objectWithoutProperties(_ref, _excluded$31);
7218
7247
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7219
7248
  xmlns: "http://www.w3.org/2000/svg",
7220
7249
  width: 24,
@@ -7238,7 +7267,7 @@
7238
7267
  MinusIcon.displayName = "MinusIcon";
7239
7268
  var MinusIcon$1 = MinusIcon;
7240
7269
 
7241
- var _excluded$2Z = ["gradient"];
7270
+ var _excluded$30 = ["gradient"];
7242
7271
 
7243
7272
  /**
7244
7273
  * @component MobileMenuIcon
@@ -7268,7 +7297,7 @@
7268
7297
  */
7269
7298
  var MobileMenuIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7270
7299
  var gradient = _ref.gradient,
7271
- props = _objectWithoutProperties(_ref, _excluded$2Z);
7300
+ props = _objectWithoutProperties(_ref, _excluded$30);
7272
7301
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7273
7302
  xmlns: "http://www.w3.org/2000/svg",
7274
7303
  width: 24,
@@ -7289,7 +7318,7 @@
7289
7318
  MobileMenuIcon.displayName = "MobileMenuIcon";
7290
7319
  var MobileMenuIcon$1 = MobileMenuIcon;
7291
7320
 
7292
- var _excluded$2Y = ["gradient"];
7321
+ var _excluded$2$ = ["gradient"];
7293
7322
 
7294
7323
  /**
7295
7324
  * @component MoneyStackIcon
@@ -7319,7 +7348,7 @@
7319
7348
  */
7320
7349
  var MoneyStackIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7321
7350
  var gradient = _ref.gradient,
7322
- props = _objectWithoutProperties(_ref, _excluded$2Y);
7351
+ props = _objectWithoutProperties(_ref, _excluded$2$);
7323
7352
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7324
7353
  xmlns: "http://www.w3.org/2000/svg",
7325
7354
  width: 24,
@@ -7346,7 +7375,7 @@
7346
7375
  MoneyStackIcon.displayName = "MoneyStackIcon";
7347
7376
  var MoneyStackIcon$1 = MoneyStackIcon;
7348
7377
 
7349
- var _excluded$2X = ["gradient"];
7378
+ var _excluded$2_ = ["gradient"];
7350
7379
 
7351
7380
  /**
7352
7381
  * @component MoonIcon
@@ -7376,7 +7405,7 @@
7376
7405
  */
7377
7406
  var MoonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7378
7407
  var gradient = _ref.gradient,
7379
- props = _objectWithoutProperties(_ref, _excluded$2X);
7408
+ props = _objectWithoutProperties(_ref, _excluded$2_);
7380
7409
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7381
7410
  xmlns: "http://www.w3.org/2000/svg",
7382
7411
  width: 20,
@@ -7397,7 +7426,7 @@
7397
7426
  MoonIcon.displayName = "MoonIcon";
7398
7427
  var MoonIcon$1 = MoonIcon;
7399
7428
 
7400
- var _excluded$2W = ["gradient"];
7429
+ var _excluded$2Z = ["gradient"];
7401
7430
 
7402
7431
  /**
7403
7432
  * @component MoveTriggerIcon
@@ -7427,7 +7456,7 @@
7427
7456
  */
7428
7457
  var MoveTriggerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7429
7458
  var gradient = _ref.gradient,
7430
- props = _objectWithoutProperties(_ref, _excluded$2W);
7459
+ props = _objectWithoutProperties(_ref, _excluded$2Z);
7431
7460
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7432
7461
  xmlns: "http://www.w3.org/2000/svg",
7433
7462
  width: 10,
@@ -7447,7 +7476,7 @@
7447
7476
  MoveTriggerIcon.displayName = "MoveTriggerIcon";
7448
7477
  var MoveTriggerIcon$1 = MoveTriggerIcon;
7449
7478
 
7450
- var _excluded$2V = ["gradient"];
7479
+ var _excluded$2Y = ["gradient"];
7451
7480
 
7452
7481
  /**
7453
7482
  * @component MoveIcon
@@ -7477,7 +7506,7 @@
7477
7506
  */
7478
7507
  var MoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7479
7508
  var gradient = _ref.gradient,
7480
- props = _objectWithoutProperties(_ref, _excluded$2V);
7509
+ props = _objectWithoutProperties(_ref, _excluded$2Y);
7481
7510
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7482
7511
  xmlns: "http://www.w3.org/2000/svg",
7483
7512
  width: 24,
@@ -7498,7 +7527,7 @@
7498
7527
  MoveIcon.displayName = "MoveIcon";
7499
7528
  var MoveIcon$1 = MoveIcon;
7500
7529
 
7501
- var _excluded$2U = ["gradient"];
7530
+ var _excluded$2X = ["gradient"];
7502
7531
 
7503
7532
  /**
7504
7533
  * @component MyWorkIcon
@@ -7528,7 +7557,7 @@
7528
7557
  */
7529
7558
  var MyWorkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7530
7559
  var gradient = _ref.gradient,
7531
- props = _objectWithoutProperties(_ref, _excluded$2U);
7560
+ props = _objectWithoutProperties(_ref, _excluded$2X);
7532
7561
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7533
7562
  xmlns: "http://www.w3.org/2000/svg",
7534
7563
  width: 24,
@@ -7552,7 +7581,7 @@
7552
7581
  MyWorkIcon.displayName = "MyWorkIcon";
7553
7582
  var MyWorkIcon$1 = MyWorkIcon;
7554
7583
 
7555
- var _excluded$2T = ["gradient"];
7584
+ var _excluded$2W = ["gradient"];
7556
7585
 
7557
7586
  /**
7558
7587
  * @component NoteAddIcon
@@ -7582,7 +7611,7 @@
7582
7611
  */
7583
7612
  var NoteAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7584
7613
  var gradient = _ref.gradient,
7585
- props = _objectWithoutProperties(_ref, _excluded$2T);
7614
+ props = _objectWithoutProperties(_ref, _excluded$2W);
7586
7615
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7587
7616
  xmlns: "http://www.w3.org/2000/svg",
7588
7617
  width: 24,
@@ -7602,7 +7631,7 @@
7602
7631
  NoteAddIcon.displayName = "NoteAddIcon";
7603
7632
  var NoteAddIcon$1 = NoteAddIcon;
7604
7633
 
7605
- var _excluded$2S = ["gradient"];
7634
+ var _excluded$2V = ["gradient"];
7606
7635
 
7607
7636
  /**
7608
7637
  * @component NoteIcon
@@ -7632,7 +7661,7 @@
7632
7661
  */
7633
7662
  var NoteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7634
7663
  var gradient = _ref.gradient,
7635
- props = _objectWithoutProperties(_ref, _excluded$2S);
7664
+ props = _objectWithoutProperties(_ref, _excluded$2V);
7636
7665
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7637
7666
  xmlns: "http://www.w3.org/2000/svg",
7638
7667
  width: 24,
@@ -7652,7 +7681,7 @@
7652
7681
  NoteIcon.displayName = "NoteIcon";
7653
7682
  var NoteIcon$1 = NoteIcon;
7654
7683
 
7655
- var _excluded$2R = ["gradient"];
7684
+ var _excluded$2U = ["gradient"];
7656
7685
 
7657
7686
  /**
7658
7687
  * @component NotebookIcon
@@ -7682,7 +7711,7 @@
7682
7711
  */
7683
7712
  var NotebookIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7684
7713
  var gradient = _ref.gradient,
7685
- props = _objectWithoutProperties(_ref, _excluded$2R);
7714
+ props = _objectWithoutProperties(_ref, _excluded$2U);
7686
7715
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7687
7716
  xmlns: "http://www.w3.org/2000/svg",
7688
7717
  width: 24,
@@ -7702,7 +7731,7 @@
7702
7731
  NotebookIcon.displayName = "NotebookIcon";
7703
7732
  var NotebookIcon$1 = NotebookIcon;
7704
7733
 
7705
- var _excluded$2Q = ["gradient"];
7734
+ var _excluded$2T = ["gradient"];
7706
7735
 
7707
7736
  /**
7708
7737
  * @component NotificationBellIcon
@@ -7732,7 +7761,7 @@
7732
7761
  */
7733
7762
  var NotificationBellIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7734
7763
  var gradient = _ref.gradient,
7735
- props = _objectWithoutProperties(_ref, _excluded$2Q);
7764
+ props = _objectWithoutProperties(_ref, _excluded$2T);
7736
7765
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7737
7766
  xmlns: "http://www.w3.org/2000/svg",
7738
7767
  width: 24,
@@ -7751,7 +7780,7 @@
7751
7780
  NotificationBellIcon.displayName = "NotificationBellIcon";
7752
7781
  var NotificationBellIcon$1 = NotificationBellIcon;
7753
7782
 
7754
- var _excluded$2P = ["gradient"];
7783
+ var _excluded$2S = ["gradient"];
7755
7784
 
7756
7785
  /**
7757
7786
  * @component OpenExpandedIcon
@@ -7781,7 +7810,7 @@
7781
7810
  */
7782
7811
  var OpenExpandedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7783
7812
  var gradient = _ref.gradient,
7784
- props = _objectWithoutProperties(_ref, _excluded$2P);
7813
+ props = _objectWithoutProperties(_ref, _excluded$2S);
7785
7814
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7786
7815
  xmlns: "http://www.w3.org/2000/svg",
7787
7816
  width: 24,
@@ -7801,7 +7830,7 @@
7801
7830
  OpenExpandedIcon.displayName = "OpenExpandedIcon";
7802
7831
  var OpenExpandedIcon$1 = OpenExpandedIcon;
7803
7832
 
7804
- var _excluded$2O = ["gradient"];
7833
+ var _excluded$2R = ["gradient"];
7805
7834
 
7806
7835
  /**
7807
7836
  * @component OpenSheetIcon
@@ -7831,7 +7860,7 @@
7831
7860
  */
7832
7861
  var OpenSheetIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7833
7862
  var gradient = _ref.gradient,
7834
- props = _objectWithoutProperties(_ref, _excluded$2O);
7863
+ props = _objectWithoutProperties(_ref, _excluded$2R);
7835
7864
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7836
7865
  xmlns: "http://www.w3.org/2000/svg",
7837
7866
  width: 24,
@@ -7856,7 +7885,7 @@
7856
7885
  OpenSheetIcon.displayName = "OpenSheetIcon";
7857
7886
  var OpenSheetIcon$1 = OpenSheetIcon;
7858
7887
 
7859
- var _excluded$2N = ["gradient"];
7888
+ var _excluded$2Q = ["gradient"];
7860
7889
 
7861
7890
  /**
7862
7891
  * @component OrderFirstIcon
@@ -7886,7 +7915,7 @@
7886
7915
  */
7887
7916
  var OrderFirstIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7888
7917
  var gradient = _ref.gradient,
7889
- props = _objectWithoutProperties(_ref, _excluded$2N);
7918
+ props = _objectWithoutProperties(_ref, _excluded$2Q);
7890
7919
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7891
7920
  xmlns: "http://www.w3.org/2000/svg",
7892
7921
  width: 24,
@@ -7906,7 +7935,7 @@
7906
7935
  OrderFirstIcon.displayName = "OrderFirstIcon";
7907
7936
  var OrderFirstIcon$1 = OrderFirstIcon;
7908
7937
 
7909
- var _excluded$2M = ["gradient"];
7938
+ var _excluded$2P = ["gradient"];
7910
7939
 
7911
7940
  /**
7912
7941
  * @component PaidSmallIcon
@@ -7936,7 +7965,7 @@
7936
7965
  */
7937
7966
  var PaidSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7938
7967
  var gradient = _ref.gradient,
7939
- props = _objectWithoutProperties(_ref, _excluded$2M);
7968
+ props = _objectWithoutProperties(_ref, _excluded$2P);
7940
7969
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7941
7970
  xmlns: "http://www.w3.org/2000/svg",
7942
7971
  width: 12,
@@ -7956,7 +7985,7 @@
7956
7985
  PaidSmallIcon.displayName = "PaidSmallIcon";
7957
7986
  var PaidSmallIcon$1 = PaidSmallIcon;
7958
7987
 
7959
- var _excluded$2L = ["gradient"];
7988
+ var _excluded$2O = ["gradient"];
7960
7989
 
7961
7990
  /**
7962
7991
  * @component PauseCircleOutlineIcon
@@ -7986,7 +8015,7 @@
7986
8015
  */
7987
8016
  var PauseCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
7988
8017
  var gradient = _ref.gradient,
7989
- props = _objectWithoutProperties(_ref, _excluded$2L);
8018
+ props = _objectWithoutProperties(_ref, _excluded$2O);
7990
8019
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
7991
8020
  xmlns: "http://www.w3.org/2000/svg",
7992
8021
  width: 24,
@@ -8006,7 +8035,7 @@
8006
8035
  PauseCircleOutlineIcon.displayName = "PauseCircleOutlineIcon";
8007
8036
  var PauseCircleOutlineIcon$1 = PauseCircleOutlineIcon;
8008
8037
 
8009
- var _excluded$2K = ["gradient"];
8038
+ var _excluded$2N = ["gradient"];
8010
8039
 
8011
8040
  /**
8012
8041
  * @component PauseIcon
@@ -8036,7 +8065,7 @@
8036
8065
  */
8037
8066
  var PauseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8038
8067
  var gradient = _ref.gradient,
8039
- props = _objectWithoutProperties(_ref, _excluded$2K);
8068
+ props = _objectWithoutProperties(_ref, _excluded$2N);
8040
8069
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8041
8070
  xmlns: "http://www.w3.org/2000/svg",
8042
8071
  width: 24,
@@ -8056,7 +8085,7 @@
8056
8085
  PauseIcon.displayName = "PauseIcon";
8057
8086
  var PauseIcon$1 = PauseIcon;
8058
8087
 
8059
- var _excluded$2J = ["gradient"];
8088
+ var _excluded$2M = ["gradient"];
8060
8089
 
8061
8090
  /**
8062
8091
  * @component PauseSmallIcon
@@ -8086,7 +8115,7 @@
8086
8115
  */
8087
8116
  var PauseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8088
8117
  var gradient = _ref.gradient,
8089
- props = _objectWithoutProperties(_ref, _excluded$2J);
8118
+ props = _objectWithoutProperties(_ref, _excluded$2M);
8090
8119
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8091
8120
  xmlns: "http://www.w3.org/2000/svg",
8092
8121
  width: 24,
@@ -8106,7 +8135,7 @@
8106
8135
  PauseSmallIcon.displayName = "PauseSmallIcon";
8107
8136
  var PauseSmallIcon$1 = PauseSmallIcon;
8108
8137
 
8109
- var _excluded$2I = ["gradient"];
8138
+ var _excluded$2L = ["gradient"];
8110
8139
 
8111
8140
  /**
8112
8141
  * @component PencilSmallIcon
@@ -8136,7 +8165,7 @@
8136
8165
  */
8137
8166
  var PencilSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8138
8167
  var gradient = _ref.gradient,
8139
- props = _objectWithoutProperties(_ref, _excluded$2I);
8168
+ props = _objectWithoutProperties(_ref, _excluded$2L);
8140
8169
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8141
8170
  xmlns: "http://www.w3.org/2000/svg",
8142
8171
  width: 12,
@@ -8155,7 +8184,7 @@
8155
8184
  PencilSmallIcon.displayName = "PencilSmallIcon";
8156
8185
  var PencilSmallIcon$1 = PencilSmallIcon;
8157
8186
 
8158
- var _excluded$2H = ["gradient"];
8187
+ var _excluded$2K = ["gradient"];
8159
8188
 
8160
8189
  /**
8161
8190
  * @component PencilIcon
@@ -8185,7 +8214,7 @@
8185
8214
  */
8186
8215
  var PencilIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8187
8216
  var gradient = _ref.gradient,
8188
- props = _objectWithoutProperties(_ref, _excluded$2H);
8217
+ props = _objectWithoutProperties(_ref, _excluded$2K);
8189
8218
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8190
8219
  xmlns: "http://www.w3.org/2000/svg",
8191
8220
  width: 24,
@@ -8204,7 +8233,7 @@
8204
8233
  PencilIcon.displayName = "PencilIcon";
8205
8234
  var PencilIcon$1 = PencilIcon;
8206
8235
 
8207
- var _excluded$2G = ["gradient"];
8236
+ var _excluded$2J = ["gradient"];
8208
8237
 
8209
8238
  /**
8210
8239
  * @component PendingPaymentSmallIcon
@@ -8234,7 +8263,7 @@
8234
8263
  */
8235
8264
  var PendingPaymentSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8236
8265
  var gradient = _ref.gradient,
8237
- props = _objectWithoutProperties(_ref, _excluded$2G);
8266
+ props = _objectWithoutProperties(_ref, _excluded$2J);
8238
8267
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8239
8268
  xmlns: "http://www.w3.org/2000/svg",
8240
8269
  width: 12,
@@ -8254,7 +8283,7 @@
8254
8283
  PendingPaymentSmallIcon.displayName = "PendingPaymentSmallIcon";
8255
8284
  var PendingPaymentSmallIcon$1 = PendingPaymentSmallIcon;
8256
8285
 
8257
- var _excluded$2F = ["gradient"];
8286
+ var _excluded$2I = ["gradient"];
8258
8287
 
8259
8288
  /**
8260
8289
  * @component PeopleIcon
@@ -8284,7 +8313,7 @@
8284
8313
  */
8285
8314
  var PeopleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8286
8315
  var gradient = _ref.gradient,
8287
- props = _objectWithoutProperties(_ref, _excluded$2F);
8316
+ props = _objectWithoutProperties(_ref, _excluded$2I);
8288
8317
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8289
8318
  xmlns: "http://www.w3.org/2000/svg",
8290
8319
  width: 24,
@@ -8308,7 +8337,7 @@
8308
8337
  PeopleIcon.displayName = "PeopleIcon";
8309
8338
  var PeopleIcon$1 = PeopleIcon;
8310
8339
 
8311
- var _excluded$2E = ["gradient"];
8340
+ var _excluded$2H = ["gradient"];
8312
8341
 
8313
8342
  /**
8314
8343
  * @component PersonArrowOutCircleIcon
@@ -8338,7 +8367,7 @@
8338
8367
  */
8339
8368
  var PersonArrowOutCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8340
8369
  var gradient = _ref.gradient,
8341
- props = _objectWithoutProperties(_ref, _excluded$2E);
8370
+ props = _objectWithoutProperties(_ref, _excluded$2H);
8342
8371
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8343
8372
  xmlns: "http://www.w3.org/2000/svg",
8344
8373
  width: 24,
@@ -8359,7 +8388,7 @@
8359
8388
  PersonArrowOutCircleIcon.displayName = "PersonArrowOutCircleIcon";
8360
8389
  var PersonArrowOutCircleIcon$1 = PersonArrowOutCircleIcon;
8361
8390
 
8362
- var _excluded$2D = ["gradient"];
8391
+ var _excluded$2G = ["gradient"];
8363
8392
 
8364
8393
  /**
8365
8394
  * @component PersonCircleOffIcon
@@ -8389,7 +8418,7 @@
8389
8418
  */
8390
8419
  var PersonCircleOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8391
8420
  var gradient = _ref.gradient,
8392
- props = _objectWithoutProperties(_ref, _excluded$2D);
8421
+ props = _objectWithoutProperties(_ref, _excluded$2G);
8393
8422
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8394
8423
  xmlns: "http://www.w3.org/2000/svg",
8395
8424
  width: 24,
@@ -8409,7 +8438,7 @@
8409
8438
  PersonCircleOffIcon.displayName = "PersonCircleOffIcon";
8410
8439
  var PersonCircleOffIcon$1 = PersonCircleOffIcon;
8411
8440
 
8412
- var _excluded$2C = ["gradient"];
8441
+ var _excluded$2F = ["gradient"];
8413
8442
 
8414
8443
  /**
8415
8444
  * @component PersonCircleIcon
@@ -8439,7 +8468,7 @@
8439
8468
  */
8440
8469
  var PersonCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8441
8470
  var gradient = _ref.gradient,
8442
- props = _objectWithoutProperties(_ref, _excluded$2C);
8471
+ props = _objectWithoutProperties(_ref, _excluded$2F);
8443
8472
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8444
8473
  xmlns: "http://www.w3.org/2000/svg",
8445
8474
  width: 24,
@@ -8459,7 +8488,7 @@
8459
8488
  PersonCircleIcon.displayName = "PersonCircleIcon";
8460
8489
  var PersonCircleIcon$1 = PersonCircleIcon;
8461
8490
 
8462
- var _excluded$2B = ["gradient"];
8491
+ var _excluded$2E = ["gradient"];
8463
8492
 
8464
8493
  /**
8465
8494
  * @component PersonListIcon
@@ -8489,7 +8518,7 @@
8489
8518
  */
8490
8519
  var PersonListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8491
8520
  var gradient = _ref.gradient,
8492
- props = _objectWithoutProperties(_ref, _excluded$2B);
8521
+ props = _objectWithoutProperties(_ref, _excluded$2E);
8493
8522
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8494
8523
  xmlns: "http://www.w3.org/2000/svg",
8495
8524
  width: 24,
@@ -8510,7 +8539,7 @@
8510
8539
  PersonListIcon.displayName = "PersonListIcon";
8511
8540
  var PersonListIcon$1 = PersonListIcon;
8512
8541
 
8513
- var _excluded$2A = ["gradient"];
8542
+ var _excluded$2D = ["gradient"];
8514
8543
 
8515
8544
  /**
8516
8545
  * @component PersonPlusIcon
@@ -8540,7 +8569,7 @@
8540
8569
  */
8541
8570
  var PersonPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8542
8571
  var gradient = _ref.gradient,
8543
- props = _objectWithoutProperties(_ref, _excluded$2A);
8572
+ props = _objectWithoutProperties(_ref, _excluded$2D);
8544
8573
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8545
8574
  xmlns: "http://www.w3.org/2000/svg",
8546
8575
  width: 24,
@@ -8560,7 +8589,7 @@
8560
8589
  PersonPlusIcon.displayName = "PersonPlusIcon";
8561
8590
  var PersonPlusIcon$1 = PersonPlusIcon;
8562
8591
 
8563
- var _excluded$2z = ["gradient"];
8592
+ var _excluded$2C = ["gradient"];
8564
8593
 
8565
8594
  /**
8566
8595
  * @component PersonIcon
@@ -8590,7 +8619,7 @@
8590
8619
  */
8591
8620
  var PersonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8592
8621
  var gradient = _ref.gradient,
8593
- props = _objectWithoutProperties(_ref, _excluded$2z);
8622
+ props = _objectWithoutProperties(_ref, _excluded$2C);
8594
8623
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8595
8624
  xmlns: "http://www.w3.org/2000/svg",
8596
8625
  width: 24,
@@ -8610,7 +8639,7 @@
8610
8639
  PersonIcon.displayName = "PersonIcon";
8611
8640
  var PersonIcon$1 = PersonIcon;
8612
8641
 
8613
- var _excluded$2y = ["gradient"];
8642
+ var _excluded$2B = ["gradient"];
8614
8643
 
8615
8644
  /**
8616
8645
  * @component PinSmallIcon
@@ -8640,7 +8669,7 @@
8640
8669
  */
8641
8670
  var PinSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8642
8671
  var gradient = _ref.gradient,
8643
- props = _objectWithoutProperties(_ref, _excluded$2y);
8672
+ props = _objectWithoutProperties(_ref, _excluded$2B);
8644
8673
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8645
8674
  xmlns: "http://www.w3.org/2000/svg",
8646
8675
  width: 12,
@@ -8661,7 +8690,7 @@
8661
8690
  PinSmallIcon.displayName = "PinSmallIcon";
8662
8691
  var PinSmallIcon$1 = PinSmallIcon;
8663
8692
 
8664
- var _excluded$2x = ["gradient"];
8693
+ var _excluded$2A = ["gradient"];
8665
8694
 
8666
8695
  /**
8667
8696
  * @component PinIcon
@@ -8691,7 +8720,7 @@
8691
8720
  */
8692
8721
  var PinIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8693
8722
  var gradient = _ref.gradient,
8694
- props = _objectWithoutProperties(_ref, _excluded$2x);
8723
+ props = _objectWithoutProperties(_ref, _excluded$2A);
8695
8724
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8696
8725
  xmlns: "http://www.w3.org/2000/svg",
8697
8726
  width: 24,
@@ -8711,7 +8740,7 @@
8711
8740
  PinIcon.displayName = "PinIcon";
8712
8741
  var PinIcon$1 = PinIcon;
8713
8742
 
8714
- var _excluded$2w = ["gradient"];
8743
+ var _excluded$2z = ["gradient"];
8715
8744
 
8716
8745
  /**
8717
8746
  * @component PlayCircleOutlineIcon
@@ -8741,7 +8770,7 @@
8741
8770
  */
8742
8771
  var PlayCircleOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8743
8772
  var gradient = _ref.gradient,
8744
- props = _objectWithoutProperties(_ref, _excluded$2w);
8773
+ props = _objectWithoutProperties(_ref, _excluded$2z);
8745
8774
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8746
8775
  xmlns: "http://www.w3.org/2000/svg",
8747
8776
  width: 24,
@@ -8761,7 +8790,7 @@
8761
8790
  PlayCircleOutlineIcon.displayName = "PlayCircleOutlineIcon";
8762
8791
  var PlayCircleOutlineIcon$1 = PlayCircleOutlineIcon;
8763
8792
 
8764
- var _excluded$2v = ["gradient"];
8793
+ var _excluded$2y = ["gradient"];
8765
8794
 
8766
8795
  /**
8767
8796
  * @component PlayIcon
@@ -8791,7 +8820,7 @@
8791
8820
  */
8792
8821
  var PlayIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8793
8822
  var gradient = _ref.gradient,
8794
- props = _objectWithoutProperties(_ref, _excluded$2v);
8823
+ props = _objectWithoutProperties(_ref, _excluded$2y);
8795
8824
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8796
8825
  xmlns: "http://www.w3.org/2000/svg",
8797
8826
  width: 24,
@@ -8811,7 +8840,7 @@
8811
8840
  PlayIcon.displayName = "PlayIcon";
8812
8841
  var PlayIcon$1 = PlayIcon;
8813
8842
 
8814
- var _excluded$2u = ["gradient"];
8843
+ var _excluded$2x = ["gradient"];
8815
8844
 
8816
8845
  /**
8817
8846
  * @component PlaySmallIcon
@@ -8841,7 +8870,7 @@
8841
8870
  */
8842
8871
  var PlaySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8843
8872
  var gradient = _ref.gradient,
8844
- props = _objectWithoutProperties(_ref, _excluded$2u);
8873
+ props = _objectWithoutProperties(_ref, _excluded$2x);
8845
8874
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8846
8875
  xmlns: "http://www.w3.org/2000/svg",
8847
8876
  width: 24,
@@ -8861,7 +8890,7 @@
8861
8890
  PlaySmallIcon.displayName = "PlaySmallIcon";
8862
8891
  var PlaySmallIcon$1 = PlaySmallIcon;
8863
8892
 
8864
- var _excluded$2t = ["gradient"];
8893
+ var _excluded$2w = ["gradient"];
8865
8894
 
8866
8895
  /**
8867
8896
  * @component PriorityLowIcon
@@ -8891,7 +8920,7 @@
8891
8920
  */
8892
8921
  var PriorityLowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8893
8922
  var gradient = _ref.gradient,
8894
- props = _objectWithoutProperties(_ref, _excluded$2t);
8923
+ props = _objectWithoutProperties(_ref, _excluded$2w);
8895
8924
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8896
8925
  xmlns: "http://www.w3.org/2000/svg",
8897
8926
  width: 24,
@@ -8912,7 +8941,7 @@
8912
8941
  PriorityLowIcon.displayName = "PriorityLowIcon";
8913
8942
  var PriorityLowIcon$1 = PriorityLowIcon;
8914
8943
 
8915
- var _excluded$2s = ["gradient"];
8944
+ var _excluded$2v = ["gradient"];
8916
8945
 
8917
8946
  /**
8918
8947
  * @component ProjectAddIcon
@@ -8942,7 +8971,7 @@
8942
8971
  */
8943
8972
  var ProjectAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8944
8973
  var gradient = _ref.gradient,
8945
- props = _objectWithoutProperties(_ref, _excluded$2s);
8974
+ props = _objectWithoutProperties(_ref, _excluded$2v);
8946
8975
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8947
8976
  xmlns: "http://www.w3.org/2000/svg",
8948
8977
  width: 24,
@@ -8962,7 +8991,7 @@
8962
8991
  ProjectAddIcon.displayName = "ProjectAddIcon";
8963
8992
  var ProjectAddIcon$1 = ProjectAddIcon;
8964
8993
 
8965
- var _excluded$2r = ["gradient"];
8994
+ var _excluded$2u = ["gradient"];
8966
8995
 
8967
8996
  /**
8968
8997
  * @component ProjectSearchIcon
@@ -8992,7 +9021,7 @@
8992
9021
  */
8993
9022
  var ProjectSearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
8994
9023
  var gradient = _ref.gradient,
8995
- props = _objectWithoutProperties(_ref, _excluded$2r);
9024
+ props = _objectWithoutProperties(_ref, _excluded$2u);
8996
9025
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
8997
9026
  xmlns: "http://www.w3.org/2000/svg",
8998
9027
  width: 24,
@@ -9013,7 +9042,7 @@
9013
9042
  ProjectSearchIcon.displayName = "ProjectSearchIcon";
9014
9043
  var ProjectSearchIcon$1 = ProjectSearchIcon;
9015
9044
 
9016
- var _excluded$2q = ["gradient"];
9045
+ var _excluded$2t = ["gradient"];
9017
9046
 
9018
9047
  /**
9019
9048
  * @component ProjectStarIcon
@@ -9043,7 +9072,7 @@
9043
9072
  */
9044
9073
  var ProjectStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9045
9074
  var gradient = _ref.gradient,
9046
- props = _objectWithoutProperties(_ref, _excluded$2q);
9075
+ props = _objectWithoutProperties(_ref, _excluded$2t);
9047
9076
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9048
9077
  xmlns: "http://www.w3.org/2000/svg",
9049
9078
  width: 24,
@@ -9066,7 +9095,7 @@
9066
9095
  ProjectStarIcon.displayName = "ProjectStarIcon";
9067
9096
  var ProjectStarIcon$1 = ProjectStarIcon;
9068
9097
 
9069
- var _excluded$2p = ["gradient"];
9098
+ var _excluded$2s = ["gradient"];
9070
9099
 
9071
9100
  /**
9072
9101
  * @component ProjectTemplateAddIcon
@@ -9096,7 +9125,7 @@
9096
9125
  */
9097
9126
  var ProjectTemplateAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9098
9127
  var gradient = _ref.gradient,
9099
- props = _objectWithoutProperties(_ref, _excluded$2p);
9128
+ props = _objectWithoutProperties(_ref, _excluded$2s);
9100
9129
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9101
9130
  xmlns: "http://www.w3.org/2000/svg",
9102
9131
  width: 24,
@@ -9116,7 +9145,7 @@
9116
9145
  ProjectTemplateAddIcon.displayName = "ProjectTemplateAddIcon";
9117
9146
  var ProjectTemplateAddIcon$1 = ProjectTemplateAddIcon;
9118
9147
 
9119
- var _excluded$2o = ["gradient"];
9148
+ var _excluded$2r = ["gradient"];
9120
9149
 
9121
9150
  /**
9122
9151
  * @component ProjectTemplateConvertIcon
@@ -9146,7 +9175,7 @@
9146
9175
  */
9147
9176
  var ProjectTemplateConvertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9148
9177
  var gradient = _ref.gradient,
9149
- props = _objectWithoutProperties(_ref, _excluded$2o);
9178
+ props = _objectWithoutProperties(_ref, _excluded$2r);
9150
9179
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9151
9180
  xmlns: "http://www.w3.org/2000/svg",
9152
9181
  width: 24,
@@ -9166,7 +9195,7 @@
9166
9195
  ProjectTemplateConvertIcon.displayName = "ProjectTemplateConvertIcon";
9167
9196
  var ProjectTemplateConvertIcon$1 = ProjectTemplateConvertIcon;
9168
9197
 
9169
- var _excluded$2n = ["gradient"];
9198
+ var _excluded$2q = ["gradient"];
9170
9199
 
9171
9200
  /**
9172
9201
  * @component ProjectTemplateIcon
@@ -9196,7 +9225,7 @@
9196
9225
  */
9197
9226
  var ProjectTemplateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9198
9227
  var gradient = _ref.gradient,
9199
- props = _objectWithoutProperties(_ref, _excluded$2n);
9228
+ props = _objectWithoutProperties(_ref, _excluded$2q);
9200
9229
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9201
9230
  xmlns: "http://www.w3.org/2000/svg",
9202
9231
  width: 24,
@@ -9216,7 +9245,7 @@
9216
9245
  ProjectTemplateIcon.displayName = "ProjectTemplateIcon";
9217
9246
  var ProjectTemplateIcon$1 = ProjectTemplateIcon;
9218
9247
 
9219
- var _excluded$2m = ["gradient"];
9248
+ var _excluded$2p = ["gradient"];
9220
9249
 
9221
9250
  /**
9222
9251
  * @component ProjectsIcon
@@ -9246,7 +9275,7 @@
9246
9275
  */
9247
9276
  var ProjectsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9248
9277
  var gradient = _ref.gradient,
9249
- props = _objectWithoutProperties(_ref, _excluded$2m);
9278
+ props = _objectWithoutProperties(_ref, _excluded$2p);
9250
9279
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9251
9280
  xmlns: "http://www.w3.org/2000/svg",
9252
9281
  width: 24,
@@ -9270,7 +9299,7 @@
9270
9299
  ProjectsIcon.displayName = "ProjectsIcon";
9271
9300
  var ProjectsIcon$1 = ProjectsIcon;
9272
9301
 
9273
- var _excluded$2l = ["gradient"];
9302
+ var _excluded$2o = ["gradient"];
9274
9303
 
9275
9304
  /**
9276
9305
  * @component PuzzleIcon
@@ -9300,7 +9329,7 @@
9300
9329
  */
9301
9330
  var PuzzleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9302
9331
  var gradient = _ref.gradient,
9303
- props = _objectWithoutProperties(_ref, _excluded$2l);
9332
+ props = _objectWithoutProperties(_ref, _excluded$2o);
9304
9333
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9305
9334
  xmlns: "http://www.w3.org/2000/svg",
9306
9335
  width: 24,
@@ -9321,7 +9350,7 @@
9321
9350
  PuzzleIcon.displayName = "PuzzleIcon";
9322
9351
  var PuzzleIcon$1 = PuzzleIcon;
9323
9352
 
9324
- var _excluded$2k = ["gradient"];
9353
+ var _excluded$2n = ["gradient"];
9325
9354
 
9326
9355
  /**
9327
9356
  * @component RadioBlankIcon
@@ -9351,7 +9380,7 @@
9351
9380
  */
9352
9381
  var RadioBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9353
9382
  var gradient = _ref.gradient,
9354
- props = _objectWithoutProperties(_ref, _excluded$2k);
9383
+ props = _objectWithoutProperties(_ref, _excluded$2n);
9355
9384
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9356
9385
  xmlns: "http://www.w3.org/2000/svg",
9357
9386
  width: 24,
@@ -9371,7 +9400,7 @@
9371
9400
  RadioBlankIcon.displayName = "RadioBlankIcon";
9372
9401
  var RadioBlankIcon$1 = RadioBlankIcon;
9373
9402
 
9374
- var _excluded$2j = ["gradient"];
9403
+ var _excluded$2m = ["gradient"];
9375
9404
 
9376
9405
  /**
9377
9406
  * @component RadioButtonIcon
@@ -9401,7 +9430,7 @@
9401
9430
  */
9402
9431
  var RadioButtonIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9403
9432
  var gradient = _ref.gradient,
9404
- props = _objectWithoutProperties(_ref, _excluded$2j);
9433
+ props = _objectWithoutProperties(_ref, _excluded$2m);
9405
9434
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9406
9435
  xmlns: "http://www.w3.org/2000/svg",
9407
9436
  width: 16,
@@ -9429,7 +9458,7 @@
9429
9458
  RadioButtonIcon.displayName = "RadioButtonIcon";
9430
9459
  var RadioButtonIcon$1 = RadioButtonIcon;
9431
9460
 
9432
- var _excluded$2i = ["gradient"];
9461
+ var _excluded$2l = ["gradient"];
9433
9462
 
9434
9463
  /**
9435
9464
  * @component RearangeIcon
@@ -9459,7 +9488,7 @@
9459
9488
  */
9460
9489
  var RearangeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9461
9490
  var gradient = _ref.gradient,
9462
- props = _objectWithoutProperties(_ref, _excluded$2i);
9491
+ props = _objectWithoutProperties(_ref, _excluded$2l);
9463
9492
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9464
9493
  xmlns: "http://www.w3.org/2000/svg",
9465
9494
  width: 24,
@@ -9479,7 +9508,7 @@
9479
9508
  RearangeIcon.displayName = "RearangeIcon";
9480
9509
  var RearangeIcon$1 = RearangeIcon;
9481
9510
 
9482
- var _excluded$2h = ["gradient"];
9511
+ var _excluded$2k = ["gradient"];
9483
9512
 
9484
9513
  /**
9485
9514
  * @component RearrangeSmallIcon
@@ -9509,7 +9538,7 @@
9509
9538
  */
9510
9539
  var RearrangeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9511
9540
  var gradient = _ref.gradient,
9512
- props = _objectWithoutProperties(_ref, _excluded$2h);
9541
+ props = _objectWithoutProperties(_ref, _excluded$2k);
9513
9542
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9514
9543
  xmlns: "http://www.w3.org/2000/svg",
9515
9544
  width: 12,
@@ -9529,7 +9558,7 @@
9529
9558
  RearrangeSmallIcon.displayName = "RearrangeSmallIcon";
9530
9559
  var RearrangeSmallIcon$1 = RearrangeSmallIcon;
9531
9560
 
9532
- var _excluded$2g = ["gradient"];
9561
+ var _excluded$2j = ["gradient"];
9533
9562
 
9534
9563
  /**
9535
9564
  * @component RecurringCheckmarkSmallIcon
@@ -9559,7 +9588,7 @@
9559
9588
  */
9560
9589
  var RecurringCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9561
9590
  var gradient = _ref.gradient,
9562
- props = _objectWithoutProperties(_ref, _excluded$2g);
9591
+ props = _objectWithoutProperties(_ref, _excluded$2j);
9563
9592
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9564
9593
  xmlns: "http://www.w3.org/2000/svg",
9565
9594
  width: 12,
@@ -9579,7 +9608,7 @@
9579
9608
  RecurringCheckmarkSmallIcon.displayName = "RecurringCheckmarkSmallIcon";
9580
9609
  var RecurringCheckmarkSmallIcon$1 = RecurringCheckmarkSmallIcon;
9581
9610
 
9582
- var _excluded$2f = ["gradient"];
9611
+ var _excluded$2i = ["gradient"];
9583
9612
 
9584
9613
  /**
9585
9614
  * @component RecurringCheckmarkIcon
@@ -9609,7 +9638,7 @@
9609
9638
  */
9610
9639
  var RecurringCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9611
9640
  var gradient = _ref.gradient,
9612
- props = _objectWithoutProperties(_ref, _excluded$2f);
9641
+ props = _objectWithoutProperties(_ref, _excluded$2i);
9613
9642
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9614
9643
  xmlns: "http://www.w3.org/2000/svg",
9615
9644
  width: 24,
@@ -9629,7 +9658,7 @@
9629
9658
  RecurringCheckmarkIcon.displayName = "RecurringCheckmarkIcon";
9630
9659
  var RecurringCheckmarkIcon$1 = RecurringCheckmarkIcon;
9631
9660
 
9632
- var _excluded$2e = ["gradient"];
9661
+ var _excluded$2h = ["gradient"];
9633
9662
 
9634
9663
  /**
9635
9664
  * @component RecurringDollarIcon
@@ -9659,7 +9688,7 @@
9659
9688
  */
9660
9689
  var RecurringDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9661
9690
  var gradient = _ref.gradient,
9662
- props = _objectWithoutProperties(_ref, _excluded$2e);
9691
+ props = _objectWithoutProperties(_ref, _excluded$2h);
9663
9692
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9664
9693
  xmlns: "http://www.w3.org/2000/svg",
9665
9694
  width: 24,
@@ -9681,7 +9710,7 @@
9681
9710
  RecurringDollarIcon.displayName = "RecurringDollarIcon";
9682
9711
  var RecurringDollarIcon$1 = RecurringDollarIcon;
9683
9712
 
9684
- var _excluded$2d = ["gradient"];
9713
+ var _excluded$2g = ["gradient"];
9685
9714
 
9686
9715
  /**
9687
9716
  * @component RecurringSmallIcon
@@ -9711,7 +9740,7 @@
9711
9740
  */
9712
9741
  var RecurringSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9713
9742
  var gradient = _ref.gradient,
9714
- props = _objectWithoutProperties(_ref, _excluded$2d);
9743
+ props = _objectWithoutProperties(_ref, _excluded$2g);
9715
9744
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9716
9745
  xmlns: "http://www.w3.org/2000/svg",
9717
9746
  width: 12,
@@ -9732,7 +9761,7 @@
9732
9761
  RecurringSmallIcon.displayName = "RecurringSmallIcon";
9733
9762
  var RecurringSmallIcon$1 = RecurringSmallIcon;
9734
9763
 
9735
- var _excluded$2c = ["gradient"];
9764
+ var _excluded$2f = ["gradient"];
9736
9765
 
9737
9766
  /**
9738
9767
  * @component ReminderIcon
@@ -9762,7 +9791,7 @@
9762
9791
  */
9763
9792
  var ReminderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9764
9793
  var gradient = _ref.gradient,
9765
- props = _objectWithoutProperties(_ref, _excluded$2c);
9794
+ props = _objectWithoutProperties(_ref, _excluded$2f);
9766
9795
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9767
9796
  xmlns: "http://www.w3.org/2000/svg",
9768
9797
  width: 18,
@@ -9788,7 +9817,7 @@
9788
9817
  ReminderIcon.displayName = "ReminderIcon";
9789
9818
  var ReminderIcon$1 = ReminderIcon;
9790
9819
 
9791
- var _excluded$2b = ["gradient"];
9820
+ var _excluded$2e = ["gradient"];
9792
9821
 
9793
9822
  /**
9794
9823
  * @component ReorderIcon
@@ -9818,7 +9847,7 @@
9818
9847
  */
9819
9848
  var ReorderIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9820
9849
  var gradient = _ref.gradient,
9821
- props = _objectWithoutProperties(_ref, _excluded$2b);
9850
+ props = _objectWithoutProperties(_ref, _excluded$2e);
9822
9851
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9823
9852
  xmlns: "http://www.w3.org/2000/svg",
9824
9853
  width: 24,
@@ -9837,7 +9866,7 @@
9837
9866
  ReorderIcon.displayName = "ReorderIcon";
9838
9867
  var ReorderIcon$1 = ReorderIcon;
9839
9868
 
9840
- var _excluded$2a = ["gradient"];
9869
+ var _excluded$2d = ["gradient"];
9841
9870
 
9842
9871
  /**
9843
9872
  * @component ReportTimeIcon
@@ -9867,7 +9896,7 @@
9867
9896
  */
9868
9897
  var ReportTimeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9869
9898
  var gradient = _ref.gradient,
9870
- props = _objectWithoutProperties(_ref, _excluded$2a);
9899
+ props = _objectWithoutProperties(_ref, _excluded$2d);
9871
9900
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9872
9901
  xmlns: "http://www.w3.org/2000/svg",
9873
9902
  width: 24,
@@ -9887,7 +9916,7 @@
9887
9916
  ReportTimeIcon.displayName = "ReportTimeIcon";
9888
9917
  var ReportTimeIcon$1 = ReportTimeIcon;
9889
9918
 
9890
- var _excluded$29 = ["gradient"];
9919
+ var _excluded$2c = ["gradient"];
9891
9920
 
9892
9921
  /**
9893
9922
  * @component ReportsIcon
@@ -9917,7 +9946,7 @@
9917
9946
  */
9918
9947
  var ReportsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9919
9948
  var gradient = _ref.gradient,
9920
- props = _objectWithoutProperties(_ref, _excluded$29);
9949
+ props = _objectWithoutProperties(_ref, _excluded$2c);
9921
9950
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9922
9951
  xmlns: "http://www.w3.org/2000/svg",
9923
9952
  width: 24,
@@ -9941,7 +9970,7 @@
9941
9970
  ReportsIcon.displayName = "ReportsIcon";
9942
9971
  var ReportsIcon$1 = ReportsIcon;
9943
9972
 
9944
- var _excluded$28 = ["gradient"];
9973
+ var _excluded$2b = ["gradient"];
9945
9974
 
9946
9975
  /**
9947
9976
  * @component RobotIcon
@@ -9971,7 +10000,7 @@
9971
10000
  */
9972
10001
  var RobotIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
9973
10002
  var gradient = _ref.gradient,
9974
- props = _objectWithoutProperties(_ref, _excluded$28);
10003
+ props = _objectWithoutProperties(_ref, _excluded$2b);
9975
10004
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
9976
10005
  xmlns: "http://www.w3.org/2000/svg",
9977
10006
  width: 24,
@@ -9994,7 +10023,7 @@
9994
10023
  RobotIcon.displayName = "RobotIcon";
9995
10024
  var RobotIcon$1 = RobotIcon;
9996
10025
 
9997
- var _excluded$27 = ["gradient"];
10026
+ var _excluded$2a = ["gradient"];
9998
10027
 
9999
10028
  /**
10000
10029
  * @component RocketSmallIcon
@@ -10024,7 +10053,7 @@
10024
10053
  */
10025
10054
  var RocketSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10026
10055
  var gradient = _ref.gradient,
10027
- props = _objectWithoutProperties(_ref, _excluded$27);
10056
+ props = _objectWithoutProperties(_ref, _excluded$2a);
10028
10057
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10029
10058
  xmlns: "http://www.w3.org/2000/svg",
10030
10059
  width: 18,
@@ -10042,7 +10071,7 @@
10042
10071
  RocketSmallIcon.displayName = "RocketSmallIcon";
10043
10072
  var RocketSmallIcon$1 = RocketSmallIcon;
10044
10073
 
10045
- var _excluded$26 = ["gradient"];
10074
+ var _excluded$29 = ["gradient"];
10046
10075
 
10047
10076
  /**
10048
10077
  * @component RocketIcon
@@ -10072,7 +10101,7 @@
10072
10101
  */
10073
10102
  var RocketIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10074
10103
  var gradient = _ref.gradient,
10075
- props = _objectWithoutProperties(_ref, _excluded$26);
10104
+ props = _objectWithoutProperties(_ref, _excluded$29);
10076
10105
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10077
10106
  xmlns: "http://www.w3.org/2000/svg",
10078
10107
  width: 24,
@@ -10091,7 +10120,60 @@
10091
10120
  RocketIcon.displayName = "RocketIcon";
10092
10121
  var RocketIcon$1 = RocketIcon;
10093
10122
 
10094
- var _excluded$25 = ["gradient"];
10123
+ var _excluded$28 = ["gradient"];
10124
+
10125
+ /**
10126
+ * @component RoundedRectangleIcon
10127
+ * @description
10128
+ *
10129
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
10130
+ * The Icon component is
10131
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
10132
+ *
10133
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
10134
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
10135
+ *
10136
+ * @example
10137
+ * return (
10138
+ * <RoundedRectangleIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
10139
+ * )
10140
+ *
10141
+ * @example
10142
+ * return (
10143
+ * <RoundedRectangleIcon className="mr-2" />
10144
+ * )
10145
+ *
10146
+ * @see
10147
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
10148
+ * @see
10149
+ * https://design.activecollab.com/docs/foundations/icons
10150
+ */
10151
+ var RoundedRectangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10152
+ var gradient = _ref.gradient,
10153
+ props = _objectWithoutProperties(_ref, _excluded$28);
10154
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10155
+ xmlns: "http://www.w3.org/2000/svg",
10156
+ width: 24,
10157
+ height: 24,
10158
+ viewBox: "0 0 24 24",
10159
+ "data-testid": "RoundedRectangleIcon",
10160
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
10161
+ focusable: false,
10162
+ ref: ref
10163
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
10164
+ gradient: gradient
10165
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
10166
+ stroke: "#6D6D73",
10167
+ strokeLinecap: "round",
10168
+ strokeLinejoin: "round",
10169
+ strokeWidth: 2,
10170
+ d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2"
10171
+ }));
10172
+ });
10173
+ RoundedRectangleIcon.displayName = "RoundedRectangleIcon";
10174
+ var RoundedRectangleIcon$1 = RoundedRectangleIcon;
10175
+
10176
+ var _excluded$27 = ["gradient"];
10095
10177
 
10096
10178
  /**
10097
10179
  * @component SaveIcon
@@ -10121,7 +10203,7 @@
10121
10203
  */
10122
10204
  var SaveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10123
10205
  var gradient = _ref.gradient,
10124
- props = _objectWithoutProperties(_ref, _excluded$25);
10206
+ props = _objectWithoutProperties(_ref, _excluded$27);
10125
10207
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10126
10208
  xmlns: "http://www.w3.org/2000/svg",
10127
10209
  width: 24,
@@ -10142,7 +10224,7 @@
10142
10224
  SaveIcon.displayName = "SaveIcon";
10143
10225
  var SaveIcon$1 = SaveIcon;
10144
10226
 
10145
- var _excluded$24 = ["gradient"];
10227
+ var _excluded$26 = ["gradient"];
10146
10228
 
10147
10229
  /**
10148
10230
  * @component SearchLargeIcon
@@ -10172,7 +10254,7 @@
10172
10254
  */
10173
10255
  var SearchLargeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10174
10256
  var gradient = _ref.gradient,
10175
- props = _objectWithoutProperties(_ref, _excluded$24);
10257
+ props = _objectWithoutProperties(_ref, _excluded$26);
10176
10258
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10177
10259
  xmlns: "http://www.w3.org/2000/svg",
10178
10260
  width: 32,
@@ -10193,7 +10275,7 @@
10193
10275
  SearchLargeIcon.displayName = "SearchLargeIcon";
10194
10276
  var SearchLargeIcon$1 = SearchLargeIcon;
10195
10277
 
10196
- var _excluded$23 = ["gradient"];
10278
+ var _excluded$25 = ["gradient"];
10197
10279
 
10198
10280
  /**
10199
10281
  * @component SearchPlusIcon
@@ -10223,7 +10305,7 @@
10223
10305
  */
10224
10306
  var SearchPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10225
10307
  var gradient = _ref.gradient,
10226
- props = _objectWithoutProperties(_ref, _excluded$23);
10308
+ props = _objectWithoutProperties(_ref, _excluded$25);
10227
10309
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10228
10310
  xmlns: "http://www.w3.org/2000/svg",
10229
10311
  width: 24,
@@ -10247,7 +10329,7 @@
10247
10329
  SearchPlusIcon.displayName = "SearchPlusIcon";
10248
10330
  var SearchPlusIcon$1 = SearchPlusIcon;
10249
10331
 
10250
- var _excluded$22 = ["gradient"];
10332
+ var _excluded$24 = ["gradient"];
10251
10333
 
10252
10334
  /**
10253
10335
  * @component SearchIcon
@@ -10277,7 +10359,7 @@
10277
10359
  */
10278
10360
  var SearchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10279
10361
  var gradient = _ref.gradient,
10280
- props = _objectWithoutProperties(_ref, _excluded$22);
10362
+ props = _objectWithoutProperties(_ref, _excluded$24);
10281
10363
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10282
10364
  xmlns: "http://www.w3.org/2000/svg",
10283
10365
  width: 24,
@@ -10296,7 +10378,7 @@
10296
10378
  SearchIcon.displayName = "SearchIcon";
10297
10379
  var SearchIcon$1 = SearchIcon;
10298
10380
 
10299
- var _excluded$21 = ["gradient"];
10381
+ var _excluded$23 = ["gradient"];
10300
10382
 
10301
10383
  /**
10302
10384
  * @component SendBlankIcon
@@ -10326,7 +10408,7 @@
10326
10408
  */
10327
10409
  var SendBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10328
10410
  var gradient = _ref.gradient,
10329
- props = _objectWithoutProperties(_ref, _excluded$21);
10411
+ props = _objectWithoutProperties(_ref, _excluded$23);
10330
10412
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10331
10413
  xmlns: "http://www.w3.org/2000/svg",
10332
10414
  width: 24,
@@ -10345,7 +10427,7 @@
10345
10427
  SendBlankIcon.displayName = "SendBlankIcon";
10346
10428
  var SendBlankIcon$1 = SendBlankIcon;
10347
10429
 
10348
- var _excluded$20 = ["gradient"];
10430
+ var _excluded$22 = ["gradient"];
10349
10431
 
10350
10432
  /**
10351
10433
  * @component SendFilledIcon
@@ -10375,7 +10457,7 @@
10375
10457
  */
10376
10458
  var SendFilledIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10377
10459
  var gradient = _ref.gradient,
10378
- props = _objectWithoutProperties(_ref, _excluded$20);
10460
+ props = _objectWithoutProperties(_ref, _excluded$22);
10379
10461
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10380
10462
  xmlns: "http://www.w3.org/2000/svg",
10381
10463
  width: 24,
@@ -10394,7 +10476,7 @@
10394
10476
  SendFilledIcon.displayName = "SendFilledIcon";
10395
10477
  var SendFilledIcon$1 = SendFilledIcon;
10396
10478
 
10397
- var _excluded$1$ = ["gradient"];
10479
+ var _excluded$21 = ["gradient"];
10398
10480
 
10399
10481
  /**
10400
10482
  * @component SettingsIcon
@@ -10424,7 +10506,7 @@
10424
10506
  */
10425
10507
  var SettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10426
10508
  var gradient = _ref.gradient,
10427
- props = _objectWithoutProperties(_ref, _excluded$1$);
10509
+ props = _objectWithoutProperties(_ref, _excluded$21);
10428
10510
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10429
10511
  xmlns: "http://www.w3.org/2000/svg",
10430
10512
  width: 24,
@@ -10444,7 +10526,7 @@
10444
10526
  SettingsIcon.displayName = "SettingsIcon";
10445
10527
  var SettingsIcon$1 = SettingsIcon;
10446
10528
 
10447
- var _excluded$1_ = ["gradient"];
10529
+ var _excluded$20 = ["gradient"];
10448
10530
 
10449
10531
  /**
10450
10532
  * @component ShieldIcon
@@ -10474,7 +10556,7 @@
10474
10556
  */
10475
10557
  var ShieldIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10476
10558
  var gradient = _ref.gradient,
10477
- props = _objectWithoutProperties(_ref, _excluded$1_);
10559
+ props = _objectWithoutProperties(_ref, _excluded$20);
10478
10560
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10479
10561
  xmlns: "http://www.w3.org/2000/svg",
10480
10562
  width: 24,
@@ -10495,7 +10577,7 @@
10495
10577
  ShieldIcon.displayName = "ShieldIcon";
10496
10578
  var ShieldIcon$1 = ShieldIcon;
10497
10579
 
10498
- var _excluded$1Z = ["gradient"];
10580
+ var _excluded$1$ = ["gradient"];
10499
10581
 
10500
10582
  /**
10501
10583
  * @component SortGeneralIcon
@@ -10525,7 +10607,7 @@
10525
10607
  */
10526
10608
  var SortGeneralIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10527
10609
  var gradient = _ref.gradient,
10528
- props = _objectWithoutProperties(_ref, _excluded$1Z);
10610
+ props = _objectWithoutProperties(_ref, _excluded$1$);
10529
10611
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10530
10612
  xmlns: "http://www.w3.org/2000/svg",
10531
10613
  width: 24,
@@ -10545,7 +10627,7 @@
10545
10627
  SortGeneralIcon.displayName = "SortGeneralIcon";
10546
10628
  var SortGeneralIcon$1 = SortGeneralIcon;
10547
10629
 
10548
- var _excluded$1Y = ["gradient"];
10630
+ var _excluded$1_ = ["gradient"];
10549
10631
 
10550
10632
  /**
10551
10633
  * @component SortIcon
@@ -10575,7 +10657,7 @@
10575
10657
  */
10576
10658
  var SortIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10577
10659
  var gradient = _ref.gradient,
10578
- props = _objectWithoutProperties(_ref, _excluded$1Y);
10660
+ props = _objectWithoutProperties(_ref, _excluded$1_);
10579
10661
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10580
10662
  xmlns: "http://www.w3.org/2000/svg",
10581
10663
  width: 10,
@@ -10595,7 +10677,7 @@
10595
10677
  SortIcon.displayName = "SortIcon";
10596
10678
  var SortIcon$1 = SortIcon;
10597
10679
 
10598
- var _excluded$1X = ["gradient"];
10680
+ var _excluded$1Z = ["gradient"];
10599
10681
 
10600
10682
  /**
10601
10683
  * @component SortListIcon
@@ -10625,7 +10707,7 @@
10625
10707
  */
10626
10708
  var SortListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10627
10709
  var gradient = _ref.gradient,
10628
- props = _objectWithoutProperties(_ref, _excluded$1X);
10710
+ props = _objectWithoutProperties(_ref, _excluded$1Z);
10629
10711
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10630
10712
  xmlns: "http://www.w3.org/2000/svg",
10631
10713
  width: 20,
@@ -10645,7 +10727,7 @@
10645
10727
  SortListIcon.displayName = "SortListIcon";
10646
10728
  var SortListIcon$1 = SortListIcon;
10647
10729
 
10648
- var _excluded$1W = ["gradient"];
10730
+ var _excluded$1Y = ["gradient"];
10649
10731
 
10650
10732
  /**
10651
10733
  * @component SortSmallIcon
@@ -10675,7 +10757,7 @@
10675
10757
  */
10676
10758
  var SortSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10677
10759
  var gradient = _ref.gradient,
10678
- props = _objectWithoutProperties(_ref, _excluded$1W);
10760
+ props = _objectWithoutProperties(_ref, _excluded$1Y);
10679
10761
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10680
10762
  xmlns: "http://www.w3.org/2000/svg",
10681
10763
  width: 10,
@@ -10696,48 +10778,7 @@
10696
10778
  SortSmallIcon.displayName = "SortSmallIcon";
10697
10779
  var SortSmallIcon$1 = SortSmallIcon;
10698
10780
 
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
-
10740
- var _excluded$1U = ["gradient"];
10781
+ var _excluded$1X = ["gradient"];
10741
10782
 
10742
10783
  /**
10743
10784
  * @component SparkIcon
@@ -10767,7 +10808,7 @@
10767
10808
  */
10768
10809
  var SparkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10769
10810
  var gradient = _ref.gradient,
10770
- props = _objectWithoutProperties(_ref, _excluded$1U);
10811
+ props = _objectWithoutProperties(_ref, _excluded$1X);
10771
10812
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10772
10813
  xmlns: "http://www.w3.org/2000/svg",
10773
10814
  width: 24,
@@ -10790,7 +10831,7 @@
10790
10831
  SparkIcon.displayName = "SparkIcon";
10791
10832
  var SparkIcon$1 = SparkIcon;
10792
10833
 
10793
- var _excluded$1T = ["gradient"];
10834
+ var _excluded$1W = ["gradient"];
10794
10835
 
10795
10836
  /**
10796
10837
  * @component StarOutlineIcon
@@ -10820,7 +10861,7 @@
10820
10861
  */
10821
10862
  var StarOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10822
10863
  var gradient = _ref.gradient,
10823
- props = _objectWithoutProperties(_ref, _excluded$1T);
10864
+ props = _objectWithoutProperties(_ref, _excluded$1W);
10824
10865
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10825
10866
  xmlns: "http://www.w3.org/2000/svg",
10826
10867
  width: 24,
@@ -10840,7 +10881,7 @@
10840
10881
  StarOutlineIcon.displayName = "StarOutlineIcon";
10841
10882
  var StarOutlineIcon$1 = StarOutlineIcon;
10842
10883
 
10843
- var _excluded$1S = ["gradient"];
10884
+ var _excluded$1V = ["gradient"];
10844
10885
 
10845
10886
  /**
10846
10887
  * @component StarIcon
@@ -10870,7 +10911,7 @@
10870
10911
  */
10871
10912
  var StarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10872
10913
  var gradient = _ref.gradient,
10873
- props = _objectWithoutProperties(_ref, _excluded$1S);
10914
+ props = _objectWithoutProperties(_ref, _excluded$1V);
10874
10915
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10875
10916
  xmlns: "http://www.w3.org/2000/svg",
10876
10917
  width: 24,
@@ -10890,7 +10931,7 @@
10890
10931
  StarIcon.displayName = "StarIcon";
10891
10932
  var StarIcon$1 = StarIcon;
10892
10933
 
10893
- var _excluded$1R = ["gradient"];
10934
+ var _excluded$1U = ["gradient"];
10894
10935
 
10895
10936
  /**
10896
10937
  * @component StatusIcon
@@ -10920,7 +10961,7 @@
10920
10961
  */
10921
10962
  var StatusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10922
10963
  var gradient = _ref.gradient,
10923
- props = _objectWithoutProperties(_ref, _excluded$1R);
10964
+ props = _objectWithoutProperties(_ref, _excluded$1U);
10924
10965
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10925
10966
  xmlns: "http://www.w3.org/2000/svg",
10926
10967
  width: 24,
@@ -10945,7 +10986,58 @@
10945
10986
  StatusIcon.displayName = "StatusIcon";
10946
10987
  var StatusIcon$1 = StatusIcon;
10947
10988
 
10948
- var _excluded$1Q = ["gradient"];
10989
+ var _excluded$1T = ["gradient"];
10990
+
10991
+ /**
10992
+ * @component StickyIcon
10993
+ * @description
10994
+ *
10995
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
10996
+ * The Icon component is
10997
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
10998
+ *
10999
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11000
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
11001
+ *
11002
+ * @example
11003
+ * return (
11004
+ * <StickyIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
11005
+ * )
11006
+ *
11007
+ * @example
11008
+ * return (
11009
+ * <StickyIcon className="mr-2" />
11010
+ * )
11011
+ *
11012
+ * @see
11013
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
11014
+ * @see
11015
+ * https://design.activecollab.com/docs/foundations/icons
11016
+ */
11017
+ var StickyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11018
+ var gradient = _ref.gradient,
11019
+ props = _objectWithoutProperties(_ref, _excluded$1T);
11020
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11021
+ xmlns: "http://www.w3.org/2000/svg",
11022
+ width: 24,
11023
+ height: 24,
11024
+ viewBox: "0 0 24 24",
11025
+ "data-testid": "StickyIcon",
11026
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
11027
+ focusable: false,
11028
+ ref: ref
11029
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
11030
+ gradient: gradient
11031
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11032
+ d: "M3 6.95a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v6.087a4 4 0 0 1-1.161 2.819l-3.884 3.912a4 4 0 0 1-2.84 1.182H7a4 4 0 0 1-4-4z"
11033
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11034
+ d: "M17.031 13.95h2a2 2 0 0 0 1.992-1.818l.008-2.651v2.469q0 .092-.008.182l-.003.866a4 4 0 0 1-1.144 2.789L15.99 19.75a4 4 0 0 1-2.856 1.2H12.03a2 2 0 0 0 2-2v-2a3 3 0 0 1 3.001-3"
11035
+ }));
11036
+ });
11037
+ StickyIcon.displayName = "StickyIcon";
11038
+ var StickyIcon$1 = StickyIcon;
11039
+
11040
+ var _excluded$1S = ["gradient"];
10949
11041
 
10950
11042
  /**
10951
11043
  * @component StopIcon
@@ -10975,7 +11067,7 @@
10975
11067
  */
10976
11068
  var StopIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
10977
11069
  var gradient = _ref.gradient,
10978
- props = _objectWithoutProperties(_ref, _excluded$1Q);
11070
+ props = _objectWithoutProperties(_ref, _excluded$1S);
10979
11071
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
10980
11072
  xmlns: "http://www.w3.org/2000/svg",
10981
11073
  width: 24,
@@ -10994,7 +11086,7 @@
10994
11086
  StopIcon.displayName = "StopIcon";
10995
11087
  var StopIcon$1 = StopIcon;
10996
11088
 
10997
- var _excluded$1P = ["gradient"];
11089
+ var _excluded$1R = ["gradient"];
10998
11090
 
10999
11091
  /**
11000
11092
  * @component StopwatchIcon
@@ -11024,7 +11116,7 @@
11024
11116
  */
11025
11117
  var StopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11026
11118
  var gradient = _ref.gradient,
11027
- props = _objectWithoutProperties(_ref, _excluded$1P);
11119
+ props = _objectWithoutProperties(_ref, _excluded$1R);
11028
11120
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11029
11121
  xmlns: "http://www.w3.org/2000/svg",
11030
11122
  width: 16,
@@ -11044,7 +11136,7 @@
11044
11136
  StopwatchIcon.displayName = "StopwatchIcon";
11045
11137
  var StopwatchIcon$1 = StopwatchIcon;
11046
11138
 
11047
- var _excluded$1O = ["gradient"];
11139
+ var _excluded$1Q = ["gradient"];
11048
11140
 
11049
11141
  /**
11050
11142
  * @component SunIcon
@@ -11074,7 +11166,7 @@
11074
11166
  */
11075
11167
  var SunIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11076
11168
  var gradient = _ref.gradient,
11077
- props = _objectWithoutProperties(_ref, _excluded$1O);
11169
+ props = _objectWithoutProperties(_ref, _excluded$1Q);
11078
11170
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11079
11171
  xmlns: "http://www.w3.org/2000/svg",
11080
11172
  width: 22,
@@ -11099,7 +11191,7 @@
11099
11191
  SunIcon.displayName = "SunIcon";
11100
11192
  var SunIcon$1 = SunIcon;
11101
11193
 
11102
- var _excluded$1N = ["gradient"];
11194
+ var _excluded$1P = ["gradient"];
11103
11195
 
11104
11196
  /**
11105
11197
  * @component SystemSettingsIcon
@@ -11129,7 +11221,7 @@
11129
11221
  */
11130
11222
  var SystemSettingsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11131
11223
  var gradient = _ref.gradient,
11132
- props = _objectWithoutProperties(_ref, _excluded$1N);
11224
+ props = _objectWithoutProperties(_ref, _excluded$1P);
11133
11225
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11134
11226
  xmlns: "http://www.w3.org/2000/svg",
11135
11227
  width: 24,
@@ -11150,7 +11242,7 @@
11150
11242
  SystemSettingsIcon.displayName = "SystemSettingsIcon";
11151
11243
  var SystemSettingsIcon$1 = SystemSettingsIcon;
11152
11244
 
11153
- var _excluded$1M = ["gradient"];
11245
+ var _excluded$1O = ["gradient"];
11154
11246
 
11155
11247
  /**
11156
11248
  * @component TaskAddIcon
@@ -11180,7 +11272,7 @@
11180
11272
  */
11181
11273
  var TaskAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11182
11274
  var gradient = _ref.gradient,
11183
- props = _objectWithoutProperties(_ref, _excluded$1M);
11275
+ props = _objectWithoutProperties(_ref, _excluded$1O);
11184
11276
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11185
11277
  xmlns: "http://www.w3.org/2000/svg",
11186
11278
  width: 24,
@@ -11200,7 +11292,7 @@
11200
11292
  TaskAddIcon.displayName = "TaskAddIcon";
11201
11293
  var TaskAddIcon$1 = TaskAddIcon;
11202
11294
 
11203
- var _excluded$1L = ["gradient"];
11295
+ var _excluded$1N = ["gradient"];
11204
11296
 
11205
11297
  /**
11206
11298
  * @component TaskListAddIcon
@@ -11230,7 +11322,7 @@
11230
11322
  */
11231
11323
  var TaskListAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11232
11324
  var gradient = _ref.gradient,
11233
- props = _objectWithoutProperties(_ref, _excluded$1L);
11325
+ props = _objectWithoutProperties(_ref, _excluded$1N);
11234
11326
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11235
11327
  xmlns: "http://www.w3.org/2000/svg",
11236
11328
  width: 24,
@@ -11250,7 +11342,7 @@
11250
11342
  TaskListAddIcon.displayName = "TaskListAddIcon";
11251
11343
  var TaskListAddIcon$1 = TaskListAddIcon;
11252
11344
 
11253
- var _excluded$1K = ["gradient"];
11345
+ var _excluded$1M = ["gradient"];
11254
11346
 
11255
11347
  /**
11256
11348
  * @component TaskListCompleteIcon
@@ -11280,7 +11372,7 @@
11280
11372
  */
11281
11373
  var TaskListCompleteIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11282
11374
  var gradient = _ref.gradient,
11283
- props = _objectWithoutProperties(_ref, _excluded$1K);
11375
+ props = _objectWithoutProperties(_ref, _excluded$1M);
11284
11376
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11285
11377
  xmlns: "http://www.w3.org/2000/svg",
11286
11378
  width: 24,
@@ -11301,7 +11393,7 @@
11301
11393
  TaskListCompleteIcon.displayName = "TaskListCompleteIcon";
11302
11394
  var TaskListCompleteIcon$1 = TaskListCompleteIcon;
11303
11395
 
11304
- var _excluded$1J = ["gradient"];
11396
+ var _excluded$1L = ["gradient"];
11305
11397
 
11306
11398
  /**
11307
11399
  * @component TaskListIcon
@@ -11331,7 +11423,7 @@
11331
11423
  */
11332
11424
  var TaskListIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11333
11425
  var gradient = _ref.gradient,
11334
- props = _objectWithoutProperties(_ref, _excluded$1J);
11426
+ props = _objectWithoutProperties(_ref, _excluded$1L);
11335
11427
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11336
11428
  xmlns: "http://www.w3.org/2000/svg",
11337
11429
  width: 24,
@@ -11352,7 +11444,58 @@
11352
11444
  TaskListIcon.displayName = "TaskListIcon";
11353
11445
  var TaskListIcon$1 = TaskListIcon;
11354
11446
 
11355
- var _excluded$1I = ["gradient"];
11447
+ var _excluded$1K = ["gradient"];
11448
+
11449
+ /**
11450
+ * @component TextIcon
11451
+ * @description
11452
+ *
11453
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
11454
+ * The Icon component is
11455
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11456
+ *
11457
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11458
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
11459
+ *
11460
+ * @example
11461
+ * return (
11462
+ * <TextIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
11463
+ * )
11464
+ *
11465
+ * @example
11466
+ * return (
11467
+ * <TextIcon className="mr-2" />
11468
+ * )
11469
+ *
11470
+ * @see
11471
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
11472
+ * @see
11473
+ * https://design.activecollab.com/docs/foundations/icons
11474
+ */
11475
+ var TextIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11476
+ var gradient = _ref.gradient,
11477
+ props = _objectWithoutProperties(_ref, _excluded$1K);
11478
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11479
+ xmlns: "http://www.w3.org/2000/svg",
11480
+ width: 24,
11481
+ height: 24,
11482
+ viewBox: "0 0 24 24",
11483
+ "data-testid": "TextIcon",
11484
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
11485
+ focusable: false,
11486
+ ref: ref
11487
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
11488
+ gradient: gradient
11489
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11490
+ fillRule: "evenodd",
11491
+ d: "m2.656 19.296 1.353-3.999h5.64l1.353 4h2.43L8.09 4.5H5.61L.267 19.296zm6.408-5.844h-4.47L6.798 6.96h.062zm8.89 6.029c1.416 0 2.78-.759 3.405-1.959h.051v1.774h2.123v-7.434c0-2.163-1.672-3.548-4.286-3.548-2.666 0-4.328 1.436-4.45 3.384h2.091c.195-.964.995-1.579 2.277-1.579 1.353 0 2.163.718 2.163 1.918v.83l-2.953.174c-2.563.144-4.01 1.303-4.01 3.19 0 1.938 1.477 3.25 3.59 3.25m.616-1.754c-1.19 0-1.969-.615-1.969-1.558 0-.923.749-1.507 2.071-1.6l2.656-.164v.851c0 1.405-1.21 2.471-2.758 2.471",
11492
+ clipRule: "evenodd"
11493
+ }));
11494
+ });
11495
+ TextIcon.displayName = "TextIcon";
11496
+ var TextIcon$1 = TextIcon;
11497
+
11498
+ var _excluded$1J = ["gradient"];
11356
11499
 
11357
11500
  /**
11358
11501
  * @component ThumbUpOutlineIcon
@@ -11382,7 +11525,7 @@
11382
11525
  */
11383
11526
  var ThumbUpOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11384
11527
  var gradient = _ref.gradient,
11385
- props = _objectWithoutProperties(_ref, _excluded$1I);
11528
+ props = _objectWithoutProperties(_ref, _excluded$1J);
11386
11529
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11387
11530
  xmlns: "http://www.w3.org/2000/svg",
11388
11531
  width: 14,
@@ -11402,7 +11545,7 @@
11402
11545
  ThumbUpOutlineIcon.displayName = "ThumbUpOutlineIcon";
11403
11546
  var ThumbUpOutlineIcon$1 = ThumbUpOutlineIcon;
11404
11547
 
11405
- var _excluded$1H = ["gradient"];
11548
+ var _excluded$1I = ["gradient"];
11406
11549
 
11407
11550
  /**
11408
11551
  * @component TrashIcon
@@ -11432,7 +11575,7 @@
11432
11575
  */
11433
11576
  var TrashIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11434
11577
  var gradient = _ref.gradient,
11435
- props = _objectWithoutProperties(_ref, _excluded$1H);
11578
+ props = _objectWithoutProperties(_ref, _excluded$1I);
11436
11579
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11437
11580
  xmlns: "http://www.w3.org/2000/svg",
11438
11581
  width: 24,
@@ -11456,7 +11599,7 @@
11456
11599
  TrashIcon.displayName = "TrashIcon";
11457
11600
  var TrashIcon$1 = TrashIcon;
11458
11601
 
11459
- var _excluded$1G = ["gradient"];
11602
+ var _excluded$1H = ["gradient"];
11460
11603
 
11461
11604
  /**
11462
11605
  * @component TreeDotsIcon
@@ -11486,7 +11629,7 @@
11486
11629
  */
11487
11630
  var TreeDotsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11488
11631
  var gradient = _ref.gradient,
11489
- props = _objectWithoutProperties(_ref, _excluded$1G);
11632
+ props = _objectWithoutProperties(_ref, _excluded$1H);
11490
11633
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11491
11634
  xmlns: "http://www.w3.org/2000/svg",
11492
11635
  width: 24,
@@ -11506,6 +11649,59 @@
11506
11649
  TreeDotsIcon.displayName = "TreeDotsIcon";
11507
11650
  var TreeDotsIcon$1 = TreeDotsIcon;
11508
11651
 
11652
+ var _excluded$1G = ["gradient"];
11653
+
11654
+ /**
11655
+ * @component TriangleIcon
11656
+ * @description
11657
+ *
11658
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
11659
+ * The Icon component is
11660
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11661
+ *
11662
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
11663
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
11664
+ *
11665
+ * @example
11666
+ * return (
11667
+ * <TriangleIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
11668
+ * )
11669
+ *
11670
+ * @example
11671
+ * return (
11672
+ * <TriangleIcon className="mr-2" />
11673
+ * )
11674
+ *
11675
+ * @see
11676
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
11677
+ * @see
11678
+ * https://design.activecollab.com/docs/foundations/icons
11679
+ */
11680
+ var TriangleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
11681
+ var gradient = _ref.gradient,
11682
+ props = _objectWithoutProperties(_ref, _excluded$1G);
11683
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
11684
+ xmlns: "http://www.w3.org/2000/svg",
11685
+ width: 24,
11686
+ height: 24,
11687
+ viewBox: "0 0 24 24",
11688
+ "data-testid": "TriangleIcon",
11689
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
11690
+ focusable: false,
11691
+ ref: ref
11692
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
11693
+ gradient: gradient
11694
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
11695
+ stroke: "#6D6D73",
11696
+ strokeLinecap: "round",
11697
+ strokeLinejoin: "round",
11698
+ strokeWidth: 2,
11699
+ d: "M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0"
11700
+ }));
11701
+ });
11702
+ TriangleIcon.displayName = "TriangleIcon";
11703
+ var TriangleIcon$1 = TriangleIcon;
11704
+
11509
11705
  var _excluded$1F = ["gradient"];
11510
11706
 
11511
11707
  /**
@@ -25708,6 +25904,7 @@
25708
25904
  exports.Chip = Chip;
25709
25905
  exports.Choose = Choose;
25710
25906
  exports.ChooseV2 = ChooseV2;
25907
+ exports.CircleIcon = CircleIcon$1;
25711
25908
  exports.CircleMultipleIcon = CircleMultipleIcon$1;
25712
25909
  exports.ClockAddIcon = ClockAddIcon$1;
25713
25910
  exports.ClockDollarIcon = ClockDollarIcon$1;
@@ -25730,6 +25927,7 @@
25730
25927
  exports.CompleteCheckbox = CompleteCheckbox;
25731
25928
  exports.ComputerIcon = ComputerIcon$1;
25732
25929
  exports.ConfirmDialog = ConfirmDialog;
25930
+ exports.ConnectionIcon = ConnectionIcon$1;
25733
25931
  exports.ContentStep = ContentStep;
25734
25932
  exports.ContentStepper = ContentStepper;
25735
25933
  exports.CopyIcon = CopyIcon$1;
@@ -25762,6 +25960,7 @@
25762
25960
  exports.Dot = Dot;
25763
25961
  exports.DotsLoader = DotsLoader;
25764
25962
  exports.DownloadIcon = DownloadIcon$1;
25963
+ exports.DrawIcon = DrawIcon$1;
25765
25964
  exports.DriveIcon = DriveIcon$1;
25766
25965
  exports.DropboxIcon = DropboxIcon$1;
25767
25966
  exports.DuplicateIcon = DuplicateIcon$1;
@@ -25795,9 +25994,6 @@
25795
25994
  exports.FolderOutlineIcon = FolderOutlineIcon$1;
25796
25995
  exports.FromElement = FromElement;
25797
25996
  exports.GiftIcon = GiftIcon$1;
25798
- exports.GitBranchIcon = GitBranchIcon$1;
25799
- exports.GitCommitIcon = GitCommitIcon$1;
25800
- exports.GitPullRequestIcon = GitPullRequestIcon$1;
25801
25997
  exports.GlobalAddButton = GlobalAddButton;
25802
25998
  exports.GlobalStyle = GlobalStyle;
25803
25999
  exports.GroupByIcon = GroupByIcon$1;
@@ -25928,6 +26124,7 @@
25928
26124
  exports.RobotIcon = RobotIcon$1;
25929
26125
  exports.RocketIcon = RocketIcon$1;
25930
26126
  exports.RocketSmallIcon = RocketSmallIcon$1;
26127
+ exports.RoundedRectangleIcon = RoundedRectangleIcon$1;
25931
26128
  exports.SaveIcon = SaveIcon$1;
25932
26129
  exports.Scale = Scale;
25933
26130
  exports.ScaleBar = ScaleBar;
@@ -25957,7 +26154,6 @@
25957
26154
  exports.SortIcon = SortIcon$1;
25958
26155
  exports.SortListIcon = SortListIcon$1;
25959
26156
  exports.SortSmallIcon = SortSmallIcon$1;
25960
- exports.SourceCodeIcon = SourceCodeIcon$1;
25961
26157
  exports.SparkIcon = SparkIcon$1;
25962
26158
  exports.SpinnerLoader = SpinnerLoader;
25963
26159
  exports.StarIcon = StarIcon$1;
@@ -25966,6 +26162,7 @@
25966
26162
  exports.Step = Step;
25967
26163
  exports.StepActionButton = StepActionButton;
25968
26164
  exports.Steps = Steps;
26165
+ exports.StickyIcon = StickyIcon$1;
25969
26166
  exports.StopIcon = StopIcon$1;
25970
26167
  exports.StopwatchIcon = StopwatchIcon$1;
25971
26168
  exports.StyledInputTimeWrapper = StyledInputTimeWrapper;
@@ -25978,6 +26175,7 @@
25978
26175
  exports.TaskListCompleteIcon = TaskListCompleteIcon$1;
25979
26176
  exports.TaskListIcon = TaskListIcon$1;
25980
26177
  exports.Tbody = Tbody;
26178
+ exports.TextIcon = TextIcon$1;
25981
26179
  exports.Textarea = Textarea;
25982
26180
  exports.Thead = Thead;
25983
26181
  exports.ThinkingIcon = ThinkingIcon$1;
@@ -25992,6 +26190,7 @@
25992
26190
  exports.Tooltip = Tooltip;
25993
26191
  exports.TrashIcon = TrashIcon$1;
25994
26192
  exports.TreeDotsIcon = TreeDotsIcon$1;
26193
+ exports.TriangleIcon = TriangleIcon$1;
25995
26194
  exports.Trigger = Trigger;
25996
26195
  exports.UploadIcon = UploadIcon$1;
25997
26196
  exports.ValueButton = ValueButton;