@activecollab/components 2.0.286 → 2.0.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/cjs/components/Choose/Choose.js +5 -2
  2. package/dist/cjs/components/Choose/Choose.js.map +1 -1
  3. package/dist/cjs/components/ChooseV2/ChooseV2.js +5 -2
  4. package/dist/cjs/components/ChooseV2/ChooseV2.js.map +1 -1
  5. package/dist/cjs/components/Icons/collection/MessageStar.js +64 -0
  6. package/dist/cjs/components/Icons/collection/MessageStar.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/index.js +7 -0
  8. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  9. package/dist/esm/components/Choose/Choose.d.ts +2 -0
  10. package/dist/esm/components/Choose/Choose.d.ts.map +1 -1
  11. package/dist/esm/components/Choose/Choose.js +5 -3
  12. package/dist/esm/components/Choose/Choose.js.map +1 -1
  13. package/dist/esm/components/ChooseV2/ChooseV2.d.ts +1 -0
  14. package/dist/esm/components/ChooseV2/ChooseV2.d.ts.map +1 -1
  15. package/dist/esm/components/ChooseV2/ChooseV2.js +5 -3
  16. package/dist/esm/components/ChooseV2/ChooseV2.js.map +1 -1
  17. package/dist/esm/components/Icons/collection/MessageStar.d.ts +32 -0
  18. package/dist/esm/components/Icons/collection/MessageStar.d.ts.map +1 -0
  19. package/dist/esm/components/Icons/collection/MessageStar.js +59 -0
  20. package/dist/esm/components/Icons/collection/MessageStar.js.map +1 -0
  21. package/dist/esm/components/Icons/collection/index.d.ts +1 -0
  22. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  23. package/dist/esm/components/Icons/collection/index.js +1 -0
  24. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  25. package/dist/index.js +314 -254
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.min.js +1 -1
  28. package/dist/index.min.js.map +1 -1
  29. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -189,7 +189,7 @@
189
189
  })(["display:inline-flex;svg{margin:0 4px;}"]);
190
190
  StyledButtonElement.displayName = "StyledButtonElement";
191
191
 
192
- var _excluded$4U = ["children", "active", "variant", "size", "className"];
192
+ var _excluded$4V = ["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$4U);
222
+ args = _objectWithoutProperties(_ref, _excluded$4V);
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$4T = ["gradient"];
287
+ var _excluded$4U = ["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, svgRef) {
316
316
  var gradient = _ref.gradient,
317
- props = _objectWithoutProperties(_ref, _excluded$4T);
317
+ props = _objectWithoutProperties(_ref, _excluded$4U);
318
318
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
319
319
  width: 24,
320
320
  height: 24,
@@ -334,12 +334,12 @@
334
334
  AddCrossTinyIcon.displayName = "AddCrossTinyIcon";
335
335
  var AddCrossTinyIcon$1 = AddCrossTinyIcon;
336
336
 
337
- var _excluded$4S = ["className", "disabled"];
337
+ var _excluded$4T = ["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$4S);
342
+ rest = _objectWithoutProperties(_ref, _excluded$4T);
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$4R = ["children", "className", "invalid"];
380
+ var _excluded$4S = ["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$4R);
385
+ rest = _objectWithoutProperties(_ref, _excluded$4S);
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$4Q = ["children", "className"];
410
+ var _excluded$4R = ["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$4Q);
414
+ props = _objectWithoutProperties(_ref, _excluded$4R);
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$4P = ["className"];
423
+ var _excluded$4Q = ["className"];
424
424
  var ListSeparator = function ListSeparator(_ref) {
425
425
  var className = _ref.className,
426
- props = _objectWithoutProperties(_ref, _excluded$4P);
426
+ props = _objectWithoutProperties(_ref, _excluded$4Q);
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$4O = ["children", "className"];
433
+ var _excluded$4P = ["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$4O);
437
+ props = _objectWithoutProperties(_ref, _excluded$4P);
438
438
  return /*#__PURE__*/React__default["default"].createElement(StyledList$1, _extends({
439
439
  className: className,
440
440
  ref: ref,
@@ -947,7 +947,7 @@
947
947
  return size === "big" && styled.css(["width:40px;"]);
948
948
  });
949
949
 
950
- var _excluded$4N = ["children", "className", "variant", "size", "active"];
950
+ var _excluded$4O = ["children", "className", "variant", "size", "active"];
951
951
 
952
952
  // eslint-disable-next-line @typescript-eslint/no-empty-interface
953
953
 
@@ -977,7 +977,7 @@
977
977
  variant = _ref.variant,
978
978
  size = _ref.size,
979
979
  active = _ref.active,
980
- args = _objectWithoutProperties(_ref, _excluded$4N);
980
+ args = _objectWithoutProperties(_ref, _excluded$4O);
981
981
  return /*#__PURE__*/React__default["default"].createElement(StyledIconButton$1, _extends({
982
982
  className: className,
983
983
  variant: variant,
@@ -988,7 +988,7 @@
988
988
  });
989
989
  IconButton.displayName = "IconButton";
990
990
 
991
- var _excluded$4M = ["gradient"];
991
+ var _excluded$4N = ["gradient"];
992
992
 
993
993
  /**
994
994
  * @component RecurringIcon
@@ -1018,7 +1018,7 @@
1018
1018
  */
1019
1019
  var RecurringIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1020
1020
  var gradient = _ref.gradient,
1021
- props = _objectWithoutProperties(_ref, _excluded$4M);
1021
+ props = _objectWithoutProperties(_ref, _excluded$4N);
1022
1022
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1023
1023
  width: 18,
1024
1024
  height: 18,
@@ -1039,7 +1039,7 @@
1039
1039
  RecurringIcon.displayName = "RecurringIcon";
1040
1040
  var RecurringIcon$1 = RecurringIcon;
1041
1041
 
1042
- var _excluded$4L = ["gradient"];
1042
+ var _excluded$4M = ["gradient"];
1043
1043
 
1044
1044
  /**
1045
1045
  * @component AccessLogIcon
@@ -1069,7 +1069,7 @@
1069
1069
  */
1070
1070
  var AccessLogIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1071
1071
  var gradient = _ref.gradient,
1072
- props = _objectWithoutProperties(_ref, _excluded$4L);
1072
+ props = _objectWithoutProperties(_ref, _excluded$4M);
1073
1073
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1074
1074
  width: 24,
1075
1075
  height: 24,
@@ -1097,7 +1097,7 @@
1097
1097
  AccessLogIcon.displayName = "AccessLogIcon";
1098
1098
  var AccessLogIcon$1 = AccessLogIcon;
1099
1099
 
1100
- var _excluded$4K = ["gradient"];
1100
+ var _excluded$4L = ["gradient"];
1101
1101
 
1102
1102
  /**
1103
1103
  * @component ActivityIcon
@@ -1127,7 +1127,7 @@
1127
1127
  */
1128
1128
  var ActivityIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1129
1129
  var gradient = _ref.gradient,
1130
- props = _objectWithoutProperties(_ref, _excluded$4K);
1130
+ props = _objectWithoutProperties(_ref, _excluded$4L);
1131
1131
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1132
1132
  width: 24,
1133
1133
  height: 24,
@@ -1151,7 +1151,7 @@
1151
1151
  ActivityIcon.displayName = "ActivityIcon";
1152
1152
  var ActivityIcon$1 = ActivityIcon;
1153
1153
 
1154
- var _excluded$4J = ["gradient"];
1154
+ var _excluded$4K = ["gradient"];
1155
1155
 
1156
1156
  /**
1157
1157
  * @component AddCrossIcon
@@ -1181,7 +1181,7 @@
1181
1181
  */
1182
1182
  var AddCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1183
1183
  var gradient = _ref.gradient,
1184
- props = _objectWithoutProperties(_ref, _excluded$4J);
1184
+ props = _objectWithoutProperties(_ref, _excluded$4K);
1185
1185
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1186
1186
  width: 10,
1187
1187
  height: 10,
@@ -1201,7 +1201,7 @@
1201
1201
  AddCrossIcon.displayName = "AddCrossIcon";
1202
1202
  var AddCrossIcon$1 = AddCrossIcon;
1203
1203
 
1204
- var _excluded$4I = ["gradient"];
1204
+ var _excluded$4J = ["gradient"];
1205
1205
 
1206
1206
  /**
1207
1207
  * @component ArchiveIcon
@@ -1231,7 +1231,7 @@
1231
1231
  */
1232
1232
  var ArchiveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1233
1233
  var gradient = _ref.gradient,
1234
- props = _objectWithoutProperties(_ref, _excluded$4I);
1234
+ props = _objectWithoutProperties(_ref, _excluded$4J);
1235
1235
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1236
1236
  width: 24,
1237
1237
  height: 24,
@@ -1252,7 +1252,7 @@
1252
1252
  ArchiveIcon.displayName = "ArchiveIcon";
1253
1253
  var ArchiveIcon$1 = ArchiveIcon;
1254
1254
 
1255
- var _excluded$4H = ["gradient"];
1255
+ var _excluded$4I = ["gradient"];
1256
1256
 
1257
1257
  /**
1258
1258
  * @component ArrowBackMobileIcon
@@ -1282,7 +1282,7 @@
1282
1282
  */
1283
1283
  var ArrowBackMobileIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1284
1284
  var gradient = _ref.gradient,
1285
- props = _objectWithoutProperties(_ref, _excluded$4H);
1285
+ props = _objectWithoutProperties(_ref, _excluded$4I);
1286
1286
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1287
1287
  width: 24,
1288
1288
  height: 24,
@@ -1303,7 +1303,7 @@
1303
1303
  ArrowBackMobileIcon.displayName = "ArrowBackMobileIcon";
1304
1304
  var ArrowBackMobileIcon$1 = ArrowBackMobileIcon;
1305
1305
 
1306
- var _excluded$4G = ["gradient"];
1306
+ var _excluded$4H = ["gradient"];
1307
1307
 
1308
1308
  /**
1309
1309
  * @component ArrowCollapseMultipleIcon
@@ -1333,7 +1333,7 @@
1333
1333
  */
1334
1334
  var ArrowCollapseMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1335
1335
  var gradient = _ref.gradient,
1336
- props = _objectWithoutProperties(_ref, _excluded$4G);
1336
+ props = _objectWithoutProperties(_ref, _excluded$4H);
1337
1337
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1338
1338
  width: 24,
1339
1339
  height: 24,
@@ -1353,7 +1353,7 @@
1353
1353
  ArrowCollapseMultipleIcon.displayName = "ArrowCollapseMultipleIcon";
1354
1354
  var ArrowCollapseMultipleIcon$1 = ArrowCollapseMultipleIcon;
1355
1355
 
1356
- var _excluded$4F = ["gradient"];
1356
+ var _excluded$4G = ["gradient"];
1357
1357
 
1358
1358
  /**
1359
1359
  * @component ArrowDownLongIcon
@@ -1383,7 +1383,7 @@
1383
1383
  */
1384
1384
  var ArrowDownLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1385
1385
  var gradient = _ref.gradient,
1386
- props = _objectWithoutProperties(_ref, _excluded$4F);
1386
+ props = _objectWithoutProperties(_ref, _excluded$4G);
1387
1387
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1388
1388
  width: 24,
1389
1389
  height: 24,
@@ -1403,7 +1403,7 @@
1403
1403
  ArrowDownLongIcon.displayName = "ArrowDownLongIcon";
1404
1404
  var ArrowDownLongIcon$1 = ArrowDownLongIcon;
1405
1405
 
1406
- var _excluded$4E = ["gradient"];
1406
+ var _excluded$4F = ["gradient"];
1407
1407
 
1408
1408
  /**
1409
1409
  * @component ArrowDownSmallIcon
@@ -1433,7 +1433,7 @@
1433
1433
  */
1434
1434
  var ArrowDownSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1435
1435
  var gradient = _ref.gradient,
1436
- props = _objectWithoutProperties(_ref, _excluded$4E);
1436
+ props = _objectWithoutProperties(_ref, _excluded$4F);
1437
1437
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1438
1438
  width: 16,
1439
1439
  height: 16,
@@ -1453,7 +1453,7 @@
1453
1453
  ArrowDownSmallIcon.displayName = "ArrowDownSmallIcon";
1454
1454
  var ArrowDownSmallIcon$1 = ArrowDownSmallIcon;
1455
1455
 
1456
- var _excluded$4D = ["gradient"];
1456
+ var _excluded$4E = ["gradient"];
1457
1457
 
1458
1458
  /**
1459
1459
  * @component ArrowDownIcon
@@ -1483,7 +1483,7 @@
1483
1483
  */
1484
1484
  var ArrowDownIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1485
1485
  var gradient = _ref.gradient,
1486
- props = _objectWithoutProperties(_ref, _excluded$4D);
1486
+ props = _objectWithoutProperties(_ref, _excluded$4E);
1487
1487
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1488
1488
  xmlns: "http://www.w3.org/2000/svg",
1489
1489
  width: 24,
@@ -1502,7 +1502,7 @@
1502
1502
  ArrowDownIcon.displayName = "ArrowDownIcon";
1503
1503
  var ArrowDownIcon$1 = ArrowDownIcon;
1504
1504
 
1505
- var _excluded$4C = ["gradient"];
1505
+ var _excluded$4D = ["gradient"];
1506
1506
 
1507
1507
  /**
1508
1508
  * @component ArrowExpandeMultipleIcon
@@ -1532,7 +1532,7 @@
1532
1532
  */
1533
1533
  var ArrowExpandeMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1534
1534
  var gradient = _ref.gradient,
1535
- props = _objectWithoutProperties(_ref, _excluded$4C);
1535
+ props = _objectWithoutProperties(_ref, _excluded$4D);
1536
1536
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1537
1537
  width: 24,
1538
1538
  height: 24,
@@ -1552,7 +1552,7 @@
1552
1552
  ArrowExpandeMultipleIcon.displayName = "ArrowExpandeMultipleIcon";
1553
1553
  var ArrowExpandeMultipleIcon$1 = ArrowExpandeMultipleIcon;
1554
1554
 
1555
- var _excluded$4B = ["gradient"];
1555
+ var _excluded$4C = ["gradient"];
1556
1556
 
1557
1557
  /**
1558
1558
  * @component ArrowLeftBoxIcon
@@ -1582,7 +1582,7 @@
1582
1582
  */
1583
1583
  var ArrowLeftBoxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1584
1584
  var gradient = _ref.gradient,
1585
- props = _objectWithoutProperties(_ref, _excluded$4B);
1585
+ props = _objectWithoutProperties(_ref, _excluded$4C);
1586
1586
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1587
1587
  width: 24,
1588
1588
  height: 24,
@@ -1602,7 +1602,7 @@
1602
1602
  ArrowLeftBoxIcon.displayName = "ArrowLeftBoxIcon";
1603
1603
  var ArrowLeftBoxIcon$1 = ArrowLeftBoxIcon;
1604
1604
 
1605
- var _excluded$4A = ["gradient"];
1605
+ var _excluded$4B = ["gradient"];
1606
1606
 
1607
1607
  /**
1608
1608
  * @component ArrowLeftIcon
@@ -1632,7 +1632,7 @@
1632
1632
  */
1633
1633
  var ArrowLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1634
1634
  var gradient = _ref.gradient,
1635
- props = _objectWithoutProperties(_ref, _excluded$4A);
1635
+ props = _objectWithoutProperties(_ref, _excluded$4B);
1636
1636
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1637
1637
  width: 24,
1638
1638
  height: 24,
@@ -1652,7 +1652,7 @@
1652
1652
  ArrowLeftIcon.displayName = "ArrowLeftIcon";
1653
1653
  var ArrowLeftIcon$1 = ArrowLeftIcon;
1654
1654
 
1655
- var _excluded$4z = ["gradient"];
1655
+ var _excluded$4A = ["gradient"];
1656
1656
 
1657
1657
  /**
1658
1658
  * @component ArrowRefreshIcon
@@ -1682,7 +1682,7 @@
1682
1682
  */
1683
1683
  var ArrowRefreshIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1684
1684
  var gradient = _ref.gradient,
1685
- props = _objectWithoutProperties(_ref, _excluded$4z);
1685
+ props = _objectWithoutProperties(_ref, _excluded$4A);
1686
1686
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1687
1687
  width: 24,
1688
1688
  height: 24,
@@ -1703,7 +1703,7 @@
1703
1703
  ArrowRefreshIcon.displayName = "ArrowRefreshIcon";
1704
1704
  var ArrowRefreshIcon$1 = ArrowRefreshIcon;
1705
1705
 
1706
- var _excluded$4y = ["gradient"];
1706
+ var _excluded$4z = ["gradient"];
1707
1707
 
1708
1708
  /**
1709
1709
  * @component ArrowRestoreIcon
@@ -1733,7 +1733,7 @@
1733
1733
  */
1734
1734
  var ArrowRestoreIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1735
1735
  var gradient = _ref.gradient,
1736
- props = _objectWithoutProperties(_ref, _excluded$4y);
1736
+ props = _objectWithoutProperties(_ref, _excluded$4z);
1737
1737
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1738
1738
  xmlns: "http://www.w3.org/2000/svg",
1739
1739
  width: 24,
@@ -1753,7 +1753,7 @@
1753
1753
  ArrowRestoreIcon.displayName = "ArrowRestoreIcon";
1754
1754
  var ArrowRestoreIcon$1 = ArrowRestoreIcon;
1755
1755
 
1756
- var _excluded$4x = ["gradient"];
1756
+ var _excluded$4y = ["gradient"];
1757
1757
 
1758
1758
  /**
1759
1759
  * @component ArrowRightIcon
@@ -1783,7 +1783,7 @@
1783
1783
  */
1784
1784
  var ArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1785
1785
  var gradient = _ref.gradient,
1786
- props = _objectWithoutProperties(_ref, _excluded$4x);
1786
+ props = _objectWithoutProperties(_ref, _excluded$4y);
1787
1787
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1788
1788
  width: 24,
1789
1789
  height: 24,
@@ -1803,7 +1803,7 @@
1803
1803
  ArrowRightIcon.displayName = "ArrowRightIcon";
1804
1804
  var ArrowRightIcon$1 = ArrowRightIcon;
1805
1805
 
1806
- var _excluded$4w = ["gradient"];
1806
+ var _excluded$4x = ["gradient"];
1807
1807
 
1808
1808
  /**
1809
1809
  * @component ArrowUpLongIcon
@@ -1833,7 +1833,7 @@
1833
1833
  */
1834
1834
  var ArrowUpLongIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1835
1835
  var gradient = _ref.gradient,
1836
- props = _objectWithoutProperties(_ref, _excluded$4w);
1836
+ props = _objectWithoutProperties(_ref, _excluded$4x);
1837
1837
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1838
1838
  width: 24,
1839
1839
  height: 24,
@@ -1853,7 +1853,7 @@
1853
1853
  ArrowUpLongIcon.displayName = "ArrowUpLongIcon";
1854
1854
  var ArrowUpLongIcon$1 = ArrowUpLongIcon;
1855
1855
 
1856
- var _excluded$4v = ["gradient"];
1856
+ var _excluded$4w = ["gradient"];
1857
1857
 
1858
1858
  /**
1859
1859
  * @component ArrowUpIcon
@@ -1883,7 +1883,7 @@
1883
1883
  */
1884
1884
  var ArrowUpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1885
1885
  var gradient = _ref.gradient,
1886
- props = _objectWithoutProperties(_ref, _excluded$4v);
1886
+ props = _objectWithoutProperties(_ref, _excluded$4w);
1887
1887
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1888
1888
  xmlns: "http://www.w3.org/2000/svg",
1889
1889
  width: 24,
@@ -1902,7 +1902,7 @@
1902
1902
  ArrowUpIcon.displayName = "ArrowUpIcon";
1903
1903
  var ArrowUpIcon$1 = ArrowUpIcon;
1904
1904
 
1905
- var _excluded$4u = ["gradient"];
1905
+ var _excluded$4v = ["gradient"];
1906
1906
 
1907
1907
  /**
1908
1908
  * @component AssignIcon
@@ -1932,7 +1932,7 @@
1932
1932
  */
1933
1933
  var AssignIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1934
1934
  var gradient = _ref.gradient,
1935
- props = _objectWithoutProperties(_ref, _excluded$4u);
1935
+ props = _objectWithoutProperties(_ref, _excluded$4v);
1936
1936
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1937
1937
  width: 24,
1938
1938
  height: 24,
@@ -1952,7 +1952,7 @@
1952
1952
  AssignIcon.displayName = "AssignIcon";
1953
1953
  var AssignIcon$1 = AssignIcon;
1954
1954
 
1955
- var _excluded$4t = ["gradient"];
1955
+ var _excluded$4u = ["gradient"];
1956
1956
 
1957
1957
  /**
1958
1958
  * @component AttachmentIcon
@@ -1982,7 +1982,7 @@
1982
1982
  */
1983
1983
  var AttachmentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
1984
1984
  var gradient = _ref.gradient,
1985
- props = _objectWithoutProperties(_ref, _excluded$4t);
1985
+ props = _objectWithoutProperties(_ref, _excluded$4u);
1986
1986
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
1987
1987
  width: 24,
1988
1988
  height: 24,
@@ -2002,7 +2002,7 @@
2002
2002
  AttachmentIcon.displayName = "AttachmentIcon";
2003
2003
  var AttachmentIcon$1 = AttachmentIcon;
2004
2004
 
2005
- var _excluded$4s = ["gradient"];
2005
+ var _excluded$4t = ["gradient"];
2006
2006
 
2007
2007
  /**
2008
2008
  * @component BellOffSmallIcon
@@ -2032,7 +2032,7 @@
2032
2032
  */
2033
2033
  var BellOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2034
2034
  var gradient = _ref.gradient,
2035
- props = _objectWithoutProperties(_ref, _excluded$4s);
2035
+ props = _objectWithoutProperties(_ref, _excluded$4t);
2036
2036
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2037
2037
  width: 12,
2038
2038
  height: 12,
@@ -2052,7 +2052,7 @@
2052
2052
  BellOffSmallIcon.displayName = "BellOffSmallIcon";
2053
2053
  var BellOffSmallIcon$1 = BellOffSmallIcon;
2054
2054
 
2055
- var _excluded$4r = ["gradient"];
2055
+ var _excluded$4s = ["gradient"];
2056
2056
 
2057
2057
  /**
2058
2058
  * @component BellOffIcon
@@ -2082,7 +2082,7 @@
2082
2082
  */
2083
2083
  var BellOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2084
2084
  var gradient = _ref.gradient,
2085
- props = _objectWithoutProperties(_ref, _excluded$4r);
2085
+ props = _objectWithoutProperties(_ref, _excluded$4s);
2086
2086
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2087
2087
  width: 24,
2088
2088
  height: 24,
@@ -2102,7 +2102,7 @@
2102
2102
  BellOffIcon.displayName = "BellOffIcon";
2103
2103
  var BellOffIcon$1 = BellOffIcon;
2104
2104
 
2105
- var _excluded$4q = ["gradient"];
2105
+ var _excluded$4r = ["gradient"];
2106
2106
 
2107
2107
  /**
2108
2108
  * @component BillingIcon
@@ -2132,7 +2132,7 @@
2132
2132
  */
2133
2133
  var BillingIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2134
2134
  var gradient = _ref.gradient,
2135
- props = _objectWithoutProperties(_ref, _excluded$4q);
2135
+ props = _objectWithoutProperties(_ref, _excluded$4r);
2136
2136
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2137
2137
  width: 24,
2138
2138
  height: 24,
@@ -2155,7 +2155,7 @@
2155
2155
  BillingIcon.displayName = "BillingIcon";
2156
2156
  var BillingIcon$1 = BillingIcon;
2157
2157
 
2158
- var _excluded$4p = ["gradient"];
2158
+ var _excluded$4q = ["gradient"];
2159
2159
 
2160
2160
  /**
2161
2161
  * @component BudgetAlertIcon
@@ -2185,7 +2185,7 @@
2185
2185
  */
2186
2186
  var BudgetAlertIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2187
2187
  var gradient = _ref.gradient,
2188
- props = _objectWithoutProperties(_ref, _excluded$4p);
2188
+ props = _objectWithoutProperties(_ref, _excluded$4q);
2189
2189
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2190
2190
  width: 24,
2191
2191
  height: 24,
@@ -2205,7 +2205,7 @@
2205
2205
  BudgetAlertIcon.displayName = "BudgetAlertIcon";
2206
2206
  var BudgetAlertIcon$1 = BudgetAlertIcon;
2207
2207
 
2208
- var _excluded$4o = ["gradient"];
2208
+ var _excluded$4p = ["gradient"];
2209
2209
 
2210
2210
  /**
2211
2211
  * @component CalendarAddXIcon
@@ -2235,7 +2235,7 @@
2235
2235
  */
2236
2236
  var CalendarAddXIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2237
2237
  var gradient = _ref.gradient,
2238
- props = _objectWithoutProperties(_ref, _excluded$4o);
2238
+ props = _objectWithoutProperties(_ref, _excluded$4p);
2239
2239
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2240
2240
  width: 24,
2241
2241
  height: 24,
@@ -2255,7 +2255,7 @@
2255
2255
  CalendarAddXIcon.displayName = "CalendarAddXIcon";
2256
2256
  var CalendarAddXIcon$1 = CalendarAddXIcon;
2257
2257
 
2258
- var _excluded$4n = ["gradient"];
2258
+ var _excluded$4o = ["gradient"];
2259
2259
 
2260
2260
  /**
2261
2261
  * @component CalendarImportIcon
@@ -2285,7 +2285,7 @@
2285
2285
  */
2286
2286
  var CalendarImportIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2287
2287
  var gradient = _ref.gradient,
2288
- props = _objectWithoutProperties(_ref, _excluded$4n);
2288
+ props = _objectWithoutProperties(_ref, _excluded$4o);
2289
2289
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2290
2290
  width: 18,
2291
2291
  height: 18,
@@ -2308,7 +2308,7 @@
2308
2308
  CalendarImportIcon.displayName = "CalendarImportIcon";
2309
2309
  var CalendarImportIcon$1 = CalendarImportIcon;
2310
2310
 
2311
- var _excluded$4m = ["gradient"];
2311
+ var _excluded$4n = ["gradient"];
2312
2312
 
2313
2313
  /**
2314
2314
  * @component CalendarIcon
@@ -2338,7 +2338,7 @@
2338
2338
  */
2339
2339
  var CalendarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2340
2340
  var gradient = _ref.gradient,
2341
- props = _objectWithoutProperties(_ref, _excluded$4m);
2341
+ props = _objectWithoutProperties(_ref, _excluded$4n);
2342
2342
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2343
2343
  width: 24,
2344
2344
  height: 24,
@@ -2358,7 +2358,7 @@
2358
2358
  CalendarIcon.displayName = "CalendarIcon";
2359
2359
  var CalendarIcon$1 = CalendarIcon;
2360
2360
 
2361
- var _excluded$4l = ["gradient"];
2361
+ var _excluded$4m = ["gradient"];
2362
2362
 
2363
2363
  /**
2364
2364
  * @component CancelCrossIcon
@@ -2388,7 +2388,7 @@
2388
2388
  */
2389
2389
  var CancelCrossIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2390
2390
  var gradient = _ref.gradient,
2391
- props = _objectWithoutProperties(_ref, _excluded$4l);
2391
+ props = _objectWithoutProperties(_ref, _excluded$4m);
2392
2392
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2393
2393
  width: 24,
2394
2394
  height: 24,
@@ -2408,7 +2408,7 @@
2408
2408
  CancelCrossIcon.displayName = "CancelCrossIcon";
2409
2409
  var CancelCrossIcon$1 = CancelCrossIcon;
2410
2410
 
2411
- var _excluded$4k = ["gradient"];
2411
+ var _excluded$4l = ["gradient"];
2412
2412
 
2413
2413
  /**
2414
2414
  * @component CaretLeftIcon
@@ -2438,7 +2438,7 @@
2438
2438
  */
2439
2439
  var CaretLeftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2440
2440
  var gradient = _ref.gradient,
2441
- props = _objectWithoutProperties(_ref, _excluded$4k);
2441
+ props = _objectWithoutProperties(_ref, _excluded$4l);
2442
2442
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2443
2443
  width: 18,
2444
2444
  height: 18,
@@ -2458,7 +2458,7 @@
2458
2458
  CaretLeftIcon.displayName = "CaretLeftIcon";
2459
2459
  var CaretLeftIcon$1 = CaretLeftIcon;
2460
2460
 
2461
- var _excluded$4j = ["gradient"];
2461
+ var _excluded$4k = ["gradient"];
2462
2462
 
2463
2463
  /**
2464
2464
  * @component CaretRightIcon
@@ -2488,7 +2488,7 @@
2488
2488
  */
2489
2489
  var CaretRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2490
2490
  var gradient = _ref.gradient,
2491
- props = _objectWithoutProperties(_ref, _excluded$4j);
2491
+ props = _objectWithoutProperties(_ref, _excluded$4k);
2492
2492
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2493
2493
  width: 18,
2494
2494
  height: 18,
@@ -2508,7 +2508,7 @@
2508
2508
  CaretRightIcon.displayName = "CaretRightIcon";
2509
2509
  var CaretRightIcon$1 = CaretRightIcon;
2510
2510
 
2511
- var _excluded$4i = ["gradient"];
2511
+ var _excluded$4j = ["gradient"];
2512
2512
 
2513
2513
  /**
2514
2514
  * @component ChatIcon
@@ -2538,7 +2538,7 @@
2538
2538
  */
2539
2539
  var ChatIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2540
2540
  var gradient = _ref.gradient,
2541
- props = _objectWithoutProperties(_ref, _excluded$4i);
2541
+ props = _objectWithoutProperties(_ref, _excluded$4j);
2542
2542
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2543
2543
  width: 24,
2544
2544
  height: 24,
@@ -2558,7 +2558,7 @@
2558
2558
  ChatIcon.displayName = "ChatIcon";
2559
2559
  var ChatIcon$1 = ChatIcon;
2560
2560
 
2561
- var _excluded$4h = ["gradient"];
2561
+ var _excluded$4i = ["gradient"];
2562
2562
 
2563
2563
  /**
2564
2564
  * @component CheckIcon
@@ -2588,7 +2588,7 @@
2588
2588
  */
2589
2589
  var CheckIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2590
2590
  var gradient = _ref.gradient,
2591
- props = _objectWithoutProperties(_ref, _excluded$4h);
2591
+ props = _objectWithoutProperties(_ref, _excluded$4i);
2592
2592
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2593
2593
  width: 24,
2594
2594
  height: 24,
@@ -2608,7 +2608,7 @@
2608
2608
  CheckIcon.displayName = "CheckIcon";
2609
2609
  var CheckIcon$1 = CheckIcon;
2610
2610
 
2611
- var _excluded$4g = ["gradient"];
2611
+ var _excluded$4h = ["gradient"];
2612
2612
 
2613
2613
  /**
2614
2614
  * @component CheckboxBlankTogglerIcon
@@ -2638,7 +2638,7 @@
2638
2638
  */
2639
2639
  var CheckboxBlankTogglerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2640
2640
  var gradient = _ref.gradient,
2641
- props = _objectWithoutProperties(_ref, _excluded$4g);
2641
+ props = _objectWithoutProperties(_ref, _excluded$4h);
2642
2642
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2643
2643
  width: 24,
2644
2644
  height: 24,
@@ -2658,7 +2658,7 @@
2658
2658
  CheckboxBlankTogglerIcon.displayName = "CheckboxBlankTogglerIcon";
2659
2659
  var CheckboxBlankTogglerIcon$1 = CheckboxBlankTogglerIcon;
2660
2660
 
2661
- var _excluded$4f = ["gradient"];
2661
+ var _excluded$4g = ["gradient"];
2662
2662
 
2663
2663
  /**
2664
2664
  * @component CheckboxCircleArrowIcon
@@ -2688,7 +2688,7 @@
2688
2688
  */
2689
2689
  var CheckboxCircleArrowIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2690
2690
  var gradient = _ref.gradient,
2691
- props = _objectWithoutProperties(_ref, _excluded$4f);
2691
+ props = _objectWithoutProperties(_ref, _excluded$4g);
2692
2692
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2693
2693
  width: 24,
2694
2694
  height: 24,
@@ -2708,7 +2708,7 @@
2708
2708
  CheckboxCircleArrowIcon.displayName = "CheckboxCircleArrowIcon";
2709
2709
  var CheckboxCircleArrowIcon$1 = CheckboxCircleArrowIcon;
2710
2710
 
2711
- var _excluded$4e = ["gradient"];
2711
+ var _excluded$4f = ["gradient"];
2712
2712
 
2713
2713
  /**
2714
2714
  * @component CheckboxCircleBlankIcon
@@ -2738,7 +2738,7 @@
2738
2738
  */
2739
2739
  var CheckboxCircleBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2740
2740
  var gradient = _ref.gradient,
2741
- props = _objectWithoutProperties(_ref, _excluded$4e);
2741
+ props = _objectWithoutProperties(_ref, _excluded$4f);
2742
2742
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2743
2743
  width: 15,
2744
2744
  height: 15,
@@ -2759,7 +2759,7 @@
2759
2759
  CheckboxCircleBlankIcon.displayName = "CheckboxCircleBlankIcon";
2760
2760
  var CheckboxCircleBlankIcon$1 = CheckboxCircleBlankIcon;
2761
2761
 
2762
- var _excluded$4d = ["gradient"];
2762
+ var _excluded$4e = ["gradient"];
2763
2763
 
2764
2764
  /**
2765
2765
  * @component CheckboxDocumentsIcon
@@ -2789,7 +2789,7 @@
2789
2789
  */
2790
2790
  var CheckboxDocumentsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2791
2791
  var gradient = _ref.gradient,
2792
- props = _objectWithoutProperties(_ref, _excluded$4d);
2792
+ props = _objectWithoutProperties(_ref, _excluded$4e);
2793
2793
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2794
2794
  xmlns: "http://www.w3.org/2000/svg",
2795
2795
  width: 24,
@@ -2809,7 +2809,7 @@
2809
2809
  CheckboxDocumentsIcon.displayName = "CheckboxDocumentsIcon";
2810
2810
  var CheckboxDocumentsIcon$1 = CheckboxDocumentsIcon;
2811
2811
 
2812
- var _excluded$4c = ["gradient"];
2812
+ var _excluded$4d = ["gradient"];
2813
2813
 
2814
2814
  /**
2815
2815
  * @component CheckboxIcon
@@ -2839,7 +2839,7 @@
2839
2839
  */
2840
2840
  var CheckboxIcon$2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2841
2841
  var gradient = _ref.gradient,
2842
- props = _objectWithoutProperties(_ref, _excluded$4c);
2842
+ props = _objectWithoutProperties(_ref, _excluded$4d);
2843
2843
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2844
2844
  width: 16,
2845
2845
  height: 16,
@@ -2869,7 +2869,7 @@
2869
2869
  CheckboxIcon$2.displayName = "CheckboxIcon";
2870
2870
  var CheckboxIcon$3 = CheckboxIcon$2;
2871
2871
 
2872
- var _excluded$4b = ["gradient"];
2872
+ var _excluded$4c = ["gradient"];
2873
2873
 
2874
2874
  /**
2875
2875
  * @component ChecklistSmallIcon
@@ -2899,7 +2899,7 @@
2899
2899
  */
2900
2900
  var ChecklistSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2901
2901
  var gradient = _ref.gradient,
2902
- props = _objectWithoutProperties(_ref, _excluded$4b);
2902
+ props = _objectWithoutProperties(_ref, _excluded$4c);
2903
2903
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2904
2904
  width: 12,
2905
2905
  height: 12,
@@ -2919,7 +2919,7 @@
2919
2919
  ChecklistSmallIcon.displayName = "ChecklistSmallIcon";
2920
2920
  var ChecklistSmallIcon$1 = ChecklistSmallIcon;
2921
2921
 
2922
- var _excluded$4a = ["gradient"];
2922
+ var _excluded$4b = ["gradient"];
2923
2923
 
2924
2924
  /**
2925
2925
  * @component ChecklistIcon
@@ -2949,7 +2949,7 @@
2949
2949
  */
2950
2950
  var ChecklistIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
2951
2951
  var gradient = _ref.gradient,
2952
- props = _objectWithoutProperties(_ref, _excluded$4a);
2952
+ props = _objectWithoutProperties(_ref, _excluded$4b);
2953
2953
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
2954
2954
  width: 24,
2955
2955
  height: 24,
@@ -2969,7 +2969,7 @@
2969
2969
  ChecklistIcon.displayName = "ChecklistIcon";
2970
2970
  var ChecklistIcon$1 = ChecklistIcon;
2971
2971
 
2972
- var _excluded$49 = ["gradient"];
2972
+ var _excluded$4a = ["gradient"];
2973
2973
 
2974
2974
  /**
2975
2975
  * @component CircleMultipleIcon
@@ -2999,7 +2999,7 @@
2999
2999
  */
3000
3000
  var CircleMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3001
3001
  var gradient = _ref.gradient,
3002
- props = _objectWithoutProperties(_ref, _excluded$49);
3002
+ props = _objectWithoutProperties(_ref, _excluded$4a);
3003
3003
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3004
3004
  width: 24,
3005
3005
  height: 24,
@@ -3019,7 +3019,7 @@
3019
3019
  CircleMultipleIcon.displayName = "CircleMultipleIcon";
3020
3020
  var CircleMultipleIcon$1 = CircleMultipleIcon;
3021
3021
 
3022
- var _excluded$48 = ["gradient"];
3022
+ var _excluded$49 = ["gradient"];
3023
3023
 
3024
3024
  /**
3025
3025
  * @component ClockAddIcon
@@ -3049,7 +3049,7 @@
3049
3049
  */
3050
3050
  var ClockAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3051
3051
  var gradient = _ref.gradient,
3052
- props = _objectWithoutProperties(_ref, _excluded$48);
3052
+ props = _objectWithoutProperties(_ref, _excluded$49);
3053
3053
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3054
3054
  width: 24,
3055
3055
  height: 24,
@@ -3069,7 +3069,7 @@
3069
3069
  ClockAddIcon.displayName = "ClockAddIcon";
3070
3070
  var ClockAddIcon$1 = ClockAddIcon;
3071
3071
 
3072
- var _excluded$47 = ["gradient"];
3072
+ var _excluded$48 = ["gradient"];
3073
3073
 
3074
3074
  /**
3075
3075
  * @component ClockDollarIcon
@@ -3099,7 +3099,7 @@
3099
3099
  */
3100
3100
  var ClockDollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3101
3101
  var gradient = _ref.gradient,
3102
- props = _objectWithoutProperties(_ref, _excluded$47);
3102
+ props = _objectWithoutProperties(_ref, _excluded$48);
3103
3103
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3104
3104
  width: 24,
3105
3105
  height: 24,
@@ -3122,7 +3122,7 @@
3122
3122
  ClockDollarIcon.displayName = "ClockDollarIcon";
3123
3123
  var ClockDollarIcon$1 = ClockDollarIcon;
3124
3124
 
3125
- var _excluded$46 = ["gradient"];
3125
+ var _excluded$47 = ["gradient"];
3126
3126
 
3127
3127
  /**
3128
3128
  * @component ClockSmallIcon
@@ -3152,7 +3152,7 @@
3152
3152
  */
3153
3153
  var ClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3154
3154
  var gradient = _ref.gradient,
3155
- props = _objectWithoutProperties(_ref, _excluded$46);
3155
+ props = _objectWithoutProperties(_ref, _excluded$47);
3156
3156
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3157
3157
  width: 12,
3158
3158
  height: 12,
@@ -3172,7 +3172,7 @@
3172
3172
  ClockSmallIcon.displayName = "ClockSmallIcon";
3173
3173
  var ClockSmallIcon$1 = ClockSmallIcon;
3174
3174
 
3175
- var _excluded$45 = ["gradient"];
3175
+ var _excluded$46 = ["gradient"];
3176
3176
 
3177
3177
  /**
3178
3178
  * @component ClockStopwatchIndicatorIcon
@@ -3202,7 +3202,7 @@
3202
3202
  */
3203
3203
  var ClockStopwatchIndicatorIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3204
3204
  var gradient = _ref.gradient,
3205
- props = _objectWithoutProperties(_ref, _excluded$45);
3205
+ props = _objectWithoutProperties(_ref, _excluded$46);
3206
3206
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3207
3207
  width: 24,
3208
3208
  height: 24,
@@ -3223,7 +3223,7 @@
3223
3223
  ClockStopwatchIndicatorIcon.displayName = "ClockStopwatchIndicatorIcon";
3224
3224
  var ClockStopwatchIndicatorIcon$1 = ClockStopwatchIndicatorIcon;
3225
3225
 
3226
- var _excluded$44 = ["gradient"];
3226
+ var _excluded$45 = ["gradient"];
3227
3227
 
3228
3228
  /**
3229
3229
  * @component ClockStopwatchSmallIcon
@@ -3253,7 +3253,7 @@
3253
3253
  */
3254
3254
  var ClockStopwatchSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3255
3255
  var gradient = _ref.gradient,
3256
- props = _objectWithoutProperties(_ref, _excluded$44);
3256
+ props = _objectWithoutProperties(_ref, _excluded$45);
3257
3257
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3258
3258
  width: 12,
3259
3259
  height: 12,
@@ -3273,7 +3273,7 @@
3273
3273
  ClockStopwatchSmallIcon.displayName = "ClockStopwatchSmallIcon";
3274
3274
  var ClockStopwatchSmallIcon$1 = ClockStopwatchSmallIcon;
3275
3275
 
3276
- var _excluded$43 = ["gradient"];
3276
+ var _excluded$44 = ["gradient"];
3277
3277
 
3278
3278
  /**
3279
3279
  * @component ClockStopwatchIcon
@@ -3303,7 +3303,7 @@
3303
3303
  */
3304
3304
  var ClockStopwatchIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3305
3305
  var gradient = _ref.gradient,
3306
- props = _objectWithoutProperties(_ref, _excluded$43);
3306
+ props = _objectWithoutProperties(_ref, _excluded$44);
3307
3307
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3308
3308
  width: 24,
3309
3309
  height: 24,
@@ -3323,7 +3323,7 @@
3323
3323
  ClockStopwatchIcon.displayName = "ClockStopwatchIcon";
3324
3324
  var ClockStopwatchIcon$1 = ClockStopwatchIcon;
3325
3325
 
3326
- var _excluded$42 = ["gradient"];
3326
+ var _excluded$43 = ["gradient"];
3327
3327
 
3328
3328
  /**
3329
3329
  * @component ClockIcon
@@ -3353,7 +3353,7 @@
3353
3353
  */
3354
3354
  var ClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3355
3355
  var gradient = _ref.gradient,
3356
- props = _objectWithoutProperties(_ref, _excluded$42);
3356
+ props = _objectWithoutProperties(_ref, _excluded$43);
3357
3357
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3358
3358
  width: 24,
3359
3359
  height: 24,
@@ -3373,7 +3373,7 @@
3373
3373
  ClockIcon.displayName = "ClockIcon";
3374
3374
  var ClockIcon$1 = ClockIcon;
3375
3375
 
3376
- var _excluded$41 = ["gradient"];
3376
+ var _excluded$42 = ["gradient"];
3377
3377
 
3378
3378
  /**
3379
3379
  * @component CloseCircleIcon
@@ -3403,7 +3403,7 @@
3403
3403
  */
3404
3404
  var CloseCircleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3405
3405
  var gradient = _ref.gradient,
3406
- props = _objectWithoutProperties(_ref, _excluded$41);
3406
+ props = _objectWithoutProperties(_ref, _excluded$42);
3407
3407
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3408
3408
  width: 24,
3409
3409
  height: 24,
@@ -3424,7 +3424,7 @@
3424
3424
  CloseCircleIcon.displayName = "CloseCircleIcon";
3425
3425
  var CloseCircleIcon$1 = CloseCircleIcon;
3426
3426
 
3427
- var _excluded$40 = ["gradient"];
3427
+ var _excluded$41 = ["gradient"];
3428
3428
 
3429
3429
  /**
3430
3430
  * @component CloseDocumentIcon
@@ -3454,7 +3454,7 @@
3454
3454
  */
3455
3455
  var CloseDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3456
3456
  var gradient = _ref.gradient,
3457
- props = _objectWithoutProperties(_ref, _excluded$40);
3457
+ props = _objectWithoutProperties(_ref, _excluded$41);
3458
3458
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3459
3459
  xmlns: "http://www.w3.org/2000/svg",
3460
3460
  width: 24,
@@ -3474,7 +3474,7 @@
3474
3474
  CloseDocumentIcon.displayName = "CloseDocumentIcon";
3475
3475
  var CloseDocumentIcon$1 = CloseDocumentIcon;
3476
3476
 
3477
- var _excluded$3$ = ["gradient"];
3477
+ var _excluded$40 = ["gradient"];
3478
3478
 
3479
3479
  /**
3480
3480
  * @component CloseSmallIcon
@@ -3504,7 +3504,7 @@
3504
3504
  */
3505
3505
  var CloseSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3506
3506
  var gradient = _ref.gradient,
3507
- props = _objectWithoutProperties(_ref, _excluded$3$);
3507
+ props = _objectWithoutProperties(_ref, _excluded$40);
3508
3508
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3509
3509
  width: 24,
3510
3510
  height: 24,
@@ -3524,7 +3524,7 @@
3524
3524
  CloseSmallIcon.displayName = "CloseSmallIcon";
3525
3525
  var CloseSmallIcon$1 = CloseSmallIcon;
3526
3526
 
3527
- var _excluded$3_ = ["gradient"];
3527
+ var _excluded$3$ = ["gradient"];
3528
3528
 
3529
3529
  /**
3530
3530
  * @component CloseIcon
@@ -3554,7 +3554,7 @@
3554
3554
  */
3555
3555
  var CloseIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3556
3556
  var gradient = _ref.gradient,
3557
- props = _objectWithoutProperties(_ref, _excluded$3_);
3557
+ props = _objectWithoutProperties(_ref, _excluded$3$);
3558
3558
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3559
3559
  width: 24,
3560
3560
  height: 24,
@@ -3575,7 +3575,7 @@
3575
3575
  CloseIcon.displayName = "CloseIcon";
3576
3576
  var CloseIcon$1 = CloseIcon;
3577
3577
 
3578
- var _excluded$3Z = ["gradient"];
3578
+ var _excluded$3_ = ["gradient"];
3579
3579
 
3580
3580
  /**
3581
3581
  * @component CollapsIcon
@@ -3605,7 +3605,7 @@
3605
3605
  */
3606
3606
  var CollapsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3607
3607
  var gradient = _ref.gradient,
3608
- props = _objectWithoutProperties(_ref, _excluded$3Z);
3608
+ props = _objectWithoutProperties(_ref, _excluded$3_);
3609
3609
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3610
3610
  width: 6,
3611
3611
  height: 9,
@@ -3625,7 +3625,7 @@
3625
3625
  CollapsIcon.displayName = "CollapsIcon";
3626
3626
  var CollapsIcon$1 = CollapsIcon;
3627
3627
 
3628
- var _excluded$3Y = ["gradient"];
3628
+ var _excluded$3Z = ["gradient"];
3629
3629
 
3630
3630
  /**
3631
3631
  * @component CollapseAllIcon
@@ -3655,7 +3655,7 @@
3655
3655
  */
3656
3656
  var CollapseAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3657
3657
  var gradient = _ref.gradient,
3658
- props = _objectWithoutProperties(_ref, _excluded$3Y);
3658
+ props = _objectWithoutProperties(_ref, _excluded$3Z);
3659
3659
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3660
3660
  width: 24,
3661
3661
  height: 24,
@@ -3675,7 +3675,7 @@
3675
3675
  CollapseAllIcon.displayName = "CollapseAllIcon";
3676
3676
  var CollapseAllIcon$1 = CollapseAllIcon;
3677
3677
 
3678
- var _excluded$3X = ["gradient"];
3678
+ var _excluded$3Y = ["gradient"];
3679
3679
 
3680
3680
  /**
3681
3681
  * @component CollapseExpandSingleIcon
@@ -3705,7 +3705,7 @@
3705
3705
  */
3706
3706
  var CollapseExpandSingleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3707
3707
  var gradient = _ref.gradient,
3708
- props = _objectWithoutProperties(_ref, _excluded$3X);
3708
+ props = _objectWithoutProperties(_ref, _excluded$3Y);
3709
3709
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3710
3710
  width: 24,
3711
3711
  height: 24,
@@ -3725,7 +3725,7 @@
3725
3725
  CollapseExpandSingleIcon.displayName = "CollapseExpandSingleIcon";
3726
3726
  var CollapseExpandSingleIcon$1 = CollapseExpandSingleIcon;
3727
3727
 
3728
- var _excluded$3W = ["gradient"];
3728
+ var _excluded$3X = ["gradient"];
3729
3729
 
3730
3730
  /**
3731
3731
  * @component CompanyAddIcon
@@ -3755,7 +3755,7 @@
3755
3755
  */
3756
3756
  var CompanyAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3757
3757
  var gradient = _ref.gradient,
3758
- props = _objectWithoutProperties(_ref, _excluded$3W);
3758
+ props = _objectWithoutProperties(_ref, _excluded$3X);
3759
3759
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3760
3760
  width: 18,
3761
3761
  height: 20,
@@ -3776,7 +3776,7 @@
3776
3776
  CompanyAddIcon.displayName = "CompanyAddIcon";
3777
3777
  var CompanyAddIcon$1 = CompanyAddIcon;
3778
3778
 
3779
- var _excluded$3V = ["gradient"];
3779
+ var _excluded$3W = ["gradient"];
3780
3780
 
3781
3781
  /**
3782
3782
  * @component CompanyIcon
@@ -3806,7 +3806,7 @@
3806
3806
  */
3807
3807
  var CompanyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3808
3808
  var gradient = _ref.gradient,
3809
- props = _objectWithoutProperties(_ref, _excluded$3V);
3809
+ props = _objectWithoutProperties(_ref, _excluded$3W);
3810
3810
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3811
3811
  width: 24,
3812
3812
  height: 24,
@@ -3827,7 +3827,7 @@
3827
3827
  CompanyIcon.displayName = "CompanyIcon";
3828
3828
  var CompanyIcon$1 = CompanyIcon;
3829
3829
 
3830
- var _excluded$3U = ["gradient"];
3830
+ var _excluded$3V = ["gradient"];
3831
3831
 
3832
3832
  /**
3833
3833
  * @component ComputerIcon
@@ -3857,7 +3857,7 @@
3857
3857
  */
3858
3858
  var ComputerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3859
3859
  var gradient = _ref.gradient,
3860
- props = _objectWithoutProperties(_ref, _excluded$3U);
3860
+ props = _objectWithoutProperties(_ref, _excluded$3V);
3861
3861
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3862
3862
  width: 24,
3863
3863
  height: 24,
@@ -3877,7 +3877,7 @@
3877
3877
  ComputerIcon.displayName = "ComputerIcon";
3878
3878
  var ComputerIcon$1 = ComputerIcon;
3879
3879
 
3880
- var _excluded$3T = ["gradient"];
3880
+ var _excluded$3U = ["gradient"];
3881
3881
 
3882
3882
  /**
3883
3883
  * @component CopyIcon
@@ -3907,7 +3907,7 @@
3907
3907
  */
3908
3908
  var CopyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3909
3909
  var gradient = _ref.gradient,
3910
- props = _objectWithoutProperties(_ref, _excluded$3T);
3910
+ props = _objectWithoutProperties(_ref, _excluded$3U);
3911
3911
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3912
3912
  width: 24,
3913
3913
  height: 24,
@@ -3927,7 +3927,7 @@
3927
3927
  CopyIcon.displayName = "CopyIcon";
3928
3928
  var CopyIcon$1 = CopyIcon;
3929
3929
 
3930
- var _excluded$3S = ["gradient"];
3930
+ var _excluded$3T = ["gradient"];
3931
3931
 
3932
3932
  /**
3933
3933
  * @component CrownBlankIcon
@@ -3957,7 +3957,7 @@
3957
3957
  */
3958
3958
  var CrownBlankIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
3959
3959
  var gradient = _ref.gradient,
3960
- props = _objectWithoutProperties(_ref, _excluded$3S);
3960
+ props = _objectWithoutProperties(_ref, _excluded$3T);
3961
3961
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
3962
3962
  width: 24,
3963
3963
  height: 24,
@@ -3977,7 +3977,7 @@
3977
3977
  CrownBlankIcon.displayName = "CrownBlankIcon";
3978
3978
  var CrownBlankIcon$1 = CrownBlankIcon;
3979
3979
 
3980
- var _excluded$3R = ["gradient"];
3980
+ var _excluded$3S = ["gradient"];
3981
3981
 
3982
3982
  /**
3983
3983
  * @component CrownSelectedIcon
@@ -4007,7 +4007,7 @@
4007
4007
  */
4008
4008
  var CrownSelectedIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4009
4009
  var gradient = _ref.gradient,
4010
- props = _objectWithoutProperties(_ref, _excluded$3R);
4010
+ props = _objectWithoutProperties(_ref, _excluded$3S);
4011
4011
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4012
4012
  width: 24,
4013
4013
  height: 24,
@@ -4027,7 +4027,7 @@
4027
4027
  CrownSelectedIcon.displayName = "CrownSelectedIcon";
4028
4028
  var CrownSelectedIcon$1 = CrownSelectedIcon;
4029
4029
 
4030
- var _excluded$3Q = ["gradient"];
4030
+ var _excluded$3R = ["gradient"];
4031
4031
 
4032
4032
  /**
4033
4033
  * @component DependencySmallIcon
@@ -4057,7 +4057,7 @@
4057
4057
  */
4058
4058
  var DependencySmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4059
4059
  var gradient = _ref.gradient,
4060
- props = _objectWithoutProperties(_ref, _excluded$3Q);
4060
+ props = _objectWithoutProperties(_ref, _excluded$3R);
4061
4061
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4062
4062
  width: 12,
4063
4063
  height: 12,
@@ -4077,7 +4077,7 @@
4077
4077
  DependencySmallIcon.displayName = "DependencySmallIcon";
4078
4078
  var DependencySmallIcon$1 = DependencySmallIcon;
4079
4079
 
4080
- var _excluded$3P = ["gradient"];
4080
+ var _excluded$3Q = ["gradient"];
4081
4081
 
4082
4082
  /**
4083
4083
  * @component DependencyIcon
@@ -4107,7 +4107,7 @@
4107
4107
  */
4108
4108
  var DependencyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4109
4109
  var gradient = _ref.gradient,
4110
- props = _objectWithoutProperties(_ref, _excluded$3P);
4110
+ props = _objectWithoutProperties(_ref, _excluded$3Q);
4111
4111
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4112
4112
  width: 24,
4113
4113
  height: 24,
@@ -4127,7 +4127,7 @@
4127
4127
  DependencyIcon.displayName = "DependencyIcon";
4128
4128
  var DependencyIcon$1 = DependencyIcon;
4129
4129
 
4130
- var _excluded$3O = ["gradient"];
4130
+ var _excluded$3P = ["gradient"];
4131
4131
 
4132
4132
  /**
4133
4133
  * @component DescriptionSmallIcon
@@ -4157,7 +4157,7 @@
4157
4157
  */
4158
4158
  var DescriptionSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4159
4159
  var gradient = _ref.gradient,
4160
- props = _objectWithoutProperties(_ref, _excluded$3O);
4160
+ props = _objectWithoutProperties(_ref, _excluded$3P);
4161
4161
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4162
4162
  width: 18,
4163
4163
  height: 18,
@@ -4178,7 +4178,7 @@
4178
4178
  DescriptionSmallIcon.displayName = "DescriptionSmallIcon";
4179
4179
  var DescriptionSmallIcon$1 = DescriptionSmallIcon;
4180
4180
 
4181
- var _excluded$3N = ["gradient"];
4181
+ var _excluded$3O = ["gradient"];
4182
4182
 
4183
4183
  /**
4184
4184
  * @component DescriptionIcon
@@ -4208,7 +4208,7 @@
4208
4208
  */
4209
4209
  var DescriptionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4210
4210
  var gradient = _ref.gradient,
4211
- props = _objectWithoutProperties(_ref, _excluded$3N);
4211
+ props = _objectWithoutProperties(_ref, _excluded$3O);
4212
4212
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4213
4213
  width: 24,
4214
4214
  height: 24,
@@ -4228,7 +4228,7 @@
4228
4228
  DescriptionIcon.displayName = "DescriptionIcon";
4229
4229
  var DescriptionIcon$1 = DescriptionIcon;
4230
4230
 
4231
- var _excluded$3M = ["gradient"];
4231
+ var _excluded$3N = ["gradient"];
4232
4232
 
4233
4233
  /**
4234
4234
  * @component DiscussionAddIcon
@@ -4258,7 +4258,7 @@
4258
4258
  */
4259
4259
  var DiscussionAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4260
4260
  var gradient = _ref.gradient,
4261
- props = _objectWithoutProperties(_ref, _excluded$3M);
4261
+ props = _objectWithoutProperties(_ref, _excluded$3N);
4262
4262
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4263
4263
  width: 24,
4264
4264
  height: 24,
@@ -4278,7 +4278,7 @@
4278
4278
  DiscussionAddIcon.displayName = "DiscussionAddIcon";
4279
4279
  var DiscussionAddIcon$1 = DiscussionAddIcon;
4280
4280
 
4281
- var _excluded$3L = ["gradient"];
4281
+ var _excluded$3M = ["gradient"];
4282
4282
 
4283
4283
  /**
4284
4284
  * @component DiscussionIcon
@@ -4308,7 +4308,7 @@
4308
4308
  */
4309
4309
  var DiscussionIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4310
4310
  var gradient = _ref.gradient,
4311
- props = _objectWithoutProperties(_ref, _excluded$3L);
4311
+ props = _objectWithoutProperties(_ref, _excluded$3M);
4312
4312
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4313
4313
  width: 24,
4314
4314
  height: 24,
@@ -4329,7 +4329,7 @@
4329
4329
  DiscussionIcon.displayName = "DiscussionIcon";
4330
4330
  var DiscussionIcon$1 = DiscussionIcon;
4331
4331
 
4332
- var _excluded$3K = ["gradient"];
4332
+ var _excluded$3L = ["gradient"];
4333
4333
 
4334
4334
  /**
4335
4335
  * @component DollarCheckmarkSmallIcon
@@ -4359,7 +4359,7 @@
4359
4359
  */
4360
4360
  var DollarCheckmarkSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4361
4361
  var gradient = _ref.gradient,
4362
- props = _objectWithoutProperties(_ref, _excluded$3K);
4362
+ props = _objectWithoutProperties(_ref, _excluded$3L);
4363
4363
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4364
4364
  width: 12,
4365
4365
  height: 12,
@@ -4379,7 +4379,7 @@
4379
4379
  DollarCheckmarkSmallIcon.displayName = "DollarCheckmarkSmallIcon";
4380
4380
  var DollarCheckmarkSmallIcon$1 = DollarCheckmarkSmallIcon;
4381
4381
 
4382
- var _excluded$3J = ["gradient"];
4382
+ var _excluded$3K = ["gradient"];
4383
4383
 
4384
4384
  /**
4385
4385
  * @component DollarCheckmarkIcon
@@ -4409,7 +4409,7 @@
4409
4409
  */
4410
4410
  var DollarCheckmarkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4411
4411
  var gradient = _ref.gradient,
4412
- props = _objectWithoutProperties(_ref, _excluded$3J);
4412
+ props = _objectWithoutProperties(_ref, _excluded$3K);
4413
4413
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4414
4414
  width: 24,
4415
4415
  height: 24,
@@ -4429,7 +4429,7 @@
4429
4429
  DollarCheckmarkIcon.displayName = "DollarCheckmarkIcon";
4430
4430
  var DollarCheckmarkIcon$1 = DollarCheckmarkIcon;
4431
4431
 
4432
- var _excluded$3I = ["gradient"];
4432
+ var _excluded$3J = ["gradient"];
4433
4433
 
4434
4434
  /**
4435
4435
  * @component DollarClockSmallIcon
@@ -4459,7 +4459,7 @@
4459
4459
  */
4460
4460
  var DollarClockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4461
4461
  var gradient = _ref.gradient,
4462
- props = _objectWithoutProperties(_ref, _excluded$3I);
4462
+ props = _objectWithoutProperties(_ref, _excluded$3J);
4463
4463
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4464
4464
  width: 12,
4465
4465
  height: 12,
@@ -4479,7 +4479,7 @@
4479
4479
  DollarClockSmallIcon.displayName = "DollarClockSmallIcon";
4480
4480
  var DollarClockSmallIcon$1 = DollarClockSmallIcon;
4481
4481
 
4482
- var _excluded$3H = ["gradient"];
4482
+ var _excluded$3I = ["gradient"];
4483
4483
 
4484
4484
  /**
4485
4485
  * @component DollarClockIcon
@@ -4509,7 +4509,7 @@
4509
4509
  */
4510
4510
  var DollarClockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4511
4511
  var gradient = _ref.gradient,
4512
- props = _objectWithoutProperties(_ref, _excluded$3H);
4512
+ props = _objectWithoutProperties(_ref, _excluded$3I);
4513
4513
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4514
4514
  width: 24,
4515
4515
  height: 24,
@@ -4529,7 +4529,7 @@
4529
4529
  DollarClockIcon.displayName = "DollarClockIcon";
4530
4530
  var DollarClockIcon$1 = DollarClockIcon;
4531
4531
 
4532
- var _excluded$3G = ["gradient"];
4532
+ var _excluded$3H = ["gradient"];
4533
4533
 
4534
4534
  /**
4535
4535
  * @component DollarDocumentPlusIcon
@@ -4559,7 +4559,7 @@
4559
4559
  */
4560
4560
  var DollarDocumentPlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4561
4561
  var gradient = _ref.gradient,
4562
- props = _objectWithoutProperties(_ref, _excluded$3G);
4562
+ props = _objectWithoutProperties(_ref, _excluded$3H);
4563
4563
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4564
4564
  xmlns: "http://www.w3.org/2000/svg",
4565
4565
  width: 24,
@@ -4579,7 +4579,7 @@
4579
4579
  DollarDocumentPlusIcon.displayName = "DollarDocumentPlusIcon";
4580
4580
  var DollarDocumentPlusIcon$1 = DollarDocumentPlusIcon;
4581
4581
 
4582
- var _excluded$3F = ["gradient"];
4582
+ var _excluded$3G = ["gradient"];
4583
4583
 
4584
4584
  /**
4585
4585
  * @component DollarDocumentIcon
@@ -4609,7 +4609,7 @@
4609
4609
  */
4610
4610
  var DollarDocumentIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4611
4611
  var gradient = _ref.gradient,
4612
- props = _objectWithoutProperties(_ref, _excluded$3F);
4612
+ props = _objectWithoutProperties(_ref, _excluded$3G);
4613
4613
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4614
4614
  width: 24,
4615
4615
  height: 24,
@@ -4630,7 +4630,7 @@
4630
4630
  DollarDocumentIcon.displayName = "DollarDocumentIcon";
4631
4631
  var DollarDocumentIcon$1 = DollarDocumentIcon;
4632
4632
 
4633
- var _excluded$3E = ["gradient"];
4633
+ var _excluded$3F = ["gradient"];
4634
4634
 
4635
4635
  /**
4636
4636
  * @component DollarOffSmallIcon
@@ -4660,7 +4660,7 @@
4660
4660
  */
4661
4661
  var DollarOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4662
4662
  var gradient = _ref.gradient,
4663
- props = _objectWithoutProperties(_ref, _excluded$3E);
4663
+ props = _objectWithoutProperties(_ref, _excluded$3F);
4664
4664
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4665
4665
  width: 12,
4666
4666
  height: 12,
@@ -4680,7 +4680,7 @@
4680
4680
  DollarOffSmallIcon.displayName = "DollarOffSmallIcon";
4681
4681
  var DollarOffSmallIcon$1 = DollarOffSmallIcon;
4682
4682
 
4683
- var _excluded$3D = ["gradient"];
4683
+ var _excluded$3E = ["gradient"];
4684
4684
 
4685
4685
  /**
4686
4686
  * @component DollarOffIcon
@@ -4710,7 +4710,7 @@
4710
4710
  */
4711
4711
  var DollarOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4712
4712
  var gradient = _ref.gradient,
4713
- props = _objectWithoutProperties(_ref, _excluded$3D);
4713
+ props = _objectWithoutProperties(_ref, _excluded$3E);
4714
4714
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4715
4715
  width: 24,
4716
4716
  height: 24,
@@ -4730,7 +4730,7 @@
4730
4730
  DollarOffIcon.displayName = "DollarOffIcon";
4731
4731
  var DollarOffIcon$1 = DollarOffIcon;
4732
4732
 
4733
- var _excluded$3C = ["gradient"];
4733
+ var _excluded$3D = ["gradient"];
4734
4734
 
4735
4735
  /**
4736
4736
  * @component DollarSmallIcon
@@ -4760,7 +4760,7 @@
4760
4760
  */
4761
4761
  var DollarSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4762
4762
  var gradient = _ref.gradient,
4763
- props = _objectWithoutProperties(_ref, _excluded$3C);
4763
+ props = _objectWithoutProperties(_ref, _excluded$3D);
4764
4764
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4765
4765
  width: 12,
4766
4766
  height: 12,
@@ -4780,7 +4780,7 @@
4780
4780
  DollarSmallIcon.displayName = "DollarSmallIcon";
4781
4781
  var DollarSmallIcon$1 = DollarSmallIcon;
4782
4782
 
4783
- var _excluded$3B = ["gradient"];
4783
+ var _excluded$3C = ["gradient"];
4784
4784
 
4785
4785
  /**
4786
4786
  * @component DollarIcon
@@ -4810,7 +4810,7 @@
4810
4810
  */
4811
4811
  var DollarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4812
4812
  var gradient = _ref.gradient,
4813
- props = _objectWithoutProperties(_ref, _excluded$3B);
4813
+ props = _objectWithoutProperties(_ref, _excluded$3C);
4814
4814
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4815
4815
  width: 24,
4816
4816
  height: 24,
@@ -4830,7 +4830,7 @@
4830
4830
  DollarIcon.displayName = "DollarIcon";
4831
4831
  var DollarIcon$1 = DollarIcon;
4832
4832
 
4833
- var _excluded$3A = ["gradient"];
4833
+ var _excluded$3B = ["gradient"];
4834
4834
 
4835
4835
  /**
4836
4836
  * @component DownloadIcon
@@ -4860,7 +4860,7 @@
4860
4860
  */
4861
4861
  var DownloadIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4862
4862
  var gradient = _ref.gradient,
4863
- props = _objectWithoutProperties(_ref, _excluded$3A);
4863
+ props = _objectWithoutProperties(_ref, _excluded$3B);
4864
4864
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4865
4865
  width: 24,
4866
4866
  height: 24,
@@ -4880,7 +4880,7 @@
4880
4880
  DownloadIcon.displayName = "DownloadIcon";
4881
4881
  var DownloadIcon$1 = DownloadIcon;
4882
4882
 
4883
- var _excluded$3z = ["gradient"];
4883
+ var _excluded$3A = ["gradient"];
4884
4884
 
4885
4885
  /**
4886
4886
  * @component DriveIcon
@@ -4910,7 +4910,7 @@
4910
4910
  */
4911
4911
  var DriveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4912
4912
  var gradient = _ref.gradient,
4913
- props = _objectWithoutProperties(_ref, _excluded$3z);
4913
+ props = _objectWithoutProperties(_ref, _excluded$3A);
4914
4914
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4915
4915
  width: 24,
4916
4916
  height: 24,
@@ -4930,7 +4930,7 @@
4930
4930
  DriveIcon.displayName = "DriveIcon";
4931
4931
  var DriveIcon$1 = DriveIcon;
4932
4932
 
4933
- var _excluded$3y = ["gradient"];
4933
+ var _excluded$3z = ["gradient"];
4934
4934
 
4935
4935
  /**
4936
4936
  * @component DropboxIcon
@@ -4960,7 +4960,7 @@
4960
4960
  */
4961
4961
  var DropboxIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
4962
4962
  var gradient = _ref.gradient,
4963
- props = _objectWithoutProperties(_ref, _excluded$3y);
4963
+ props = _objectWithoutProperties(_ref, _excluded$3z);
4964
4964
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
4965
4965
  width: 24,
4966
4966
  height: 24,
@@ -4980,7 +4980,7 @@
4980
4980
  DropboxIcon.displayName = "DropboxIcon";
4981
4981
  var DropboxIcon$1 = DropboxIcon;
4982
4982
 
4983
- var _excluded$3x = ["gradient"];
4983
+ var _excluded$3y = ["gradient"];
4984
4984
 
4985
4985
  /**
4986
4986
  * @component DuplicateIcon
@@ -5010,7 +5010,7 @@
5010
5010
  */
5011
5011
  var DuplicateIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5012
5012
  var gradient = _ref.gradient,
5013
- props = _objectWithoutProperties(_ref, _excluded$3x);
5013
+ props = _objectWithoutProperties(_ref, _excluded$3y);
5014
5014
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5015
5015
  width: 24,
5016
5016
  height: 24,
@@ -5030,7 +5030,7 @@
5030
5030
  DuplicateIcon.displayName = "DuplicateIcon";
5031
5031
  var DuplicateIcon$1 = DuplicateIcon;
5032
5032
 
5033
- var _excluded$3w = ["gradient"];
5033
+ var _excluded$3x = ["gradient"];
5034
5034
 
5035
5035
  /**
5036
5036
  * @component EditMultipleIcon
@@ -5060,7 +5060,7 @@
5060
5060
  */
5061
5061
  var EditMultipleIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5062
5062
  var gradient = _ref.gradient,
5063
- props = _objectWithoutProperties(_ref, _excluded$3w);
5063
+ props = _objectWithoutProperties(_ref, _excluded$3x);
5064
5064
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5065
5065
  width: 24,
5066
5066
  height: 24,
@@ -5080,7 +5080,7 @@
5080
5080
  EditMultipleIcon.displayName = "EditMultipleIcon";
5081
5081
  var EditMultipleIcon$1 = EditMultipleIcon;
5082
5082
 
5083
- var _excluded$3v = ["gradient"];
5083
+ var _excluded$3w = ["gradient"];
5084
5084
 
5085
5085
  /**
5086
5086
  * @component EditIcon
@@ -5110,7 +5110,7 @@
5110
5110
  */
5111
5111
  var EditIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5112
5112
  var gradient = _ref.gradient,
5113
- props = _objectWithoutProperties(_ref, _excluded$3v);
5113
+ props = _objectWithoutProperties(_ref, _excluded$3w);
5114
5114
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5115
5115
  width: 24,
5116
5116
  height: 24,
@@ -5130,7 +5130,7 @@
5130
5130
  EditIcon.displayName = "EditIcon";
5131
5131
  var EditIcon$1 = EditIcon;
5132
5132
 
5133
- var _excluded$3u = ["gradient"];
5133
+ var _excluded$3v = ["gradient"];
5134
5134
 
5135
5135
  /**
5136
5136
  * @component EmojiIcon
@@ -5160,7 +5160,7 @@
5160
5160
  */
5161
5161
  var EmojiIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5162
5162
  var gradient = _ref.gradient,
5163
- props = _objectWithoutProperties(_ref, _excluded$3u);
5163
+ props = _objectWithoutProperties(_ref, _excluded$3v);
5164
5164
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5165
5165
  width: 24,
5166
5166
  height: 24,
@@ -5180,7 +5180,7 @@
5180
5180
  EmojiIcon.displayName = "EmojiIcon";
5181
5181
  var EmojiIcon$1 = EmojiIcon;
5182
5182
 
5183
- var _excluded$3t = ["gradient"];
5183
+ var _excluded$3u = ["gradient"];
5184
5184
 
5185
5185
  /**
5186
5186
  * @component EstimatePlusIcon
@@ -5210,7 +5210,7 @@
5210
5210
  */
5211
5211
  var EstimatePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5212
5212
  var gradient = _ref.gradient,
5213
- props = _objectWithoutProperties(_ref, _excluded$3t);
5213
+ props = _objectWithoutProperties(_ref, _excluded$3u);
5214
5214
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5215
5215
  width: 24,
5216
5216
  height: 24,
@@ -5231,7 +5231,7 @@
5231
5231
  EstimatePlusIcon.displayName = "EstimatePlusIcon";
5232
5232
  var EstimatePlusIcon$1 = EstimatePlusIcon;
5233
5233
 
5234
- var _excluded$3s = ["gradient"];
5234
+ var _excluded$3t = ["gradient"];
5235
5235
 
5236
5236
  /**
5237
5237
  * @component EstimatesIcon
@@ -5261,7 +5261,7 @@
5261
5261
  */
5262
5262
  var EstimatesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5263
5263
  var gradient = _ref.gradient,
5264
- props = _objectWithoutProperties(_ref, _excluded$3s);
5264
+ props = _objectWithoutProperties(_ref, _excluded$3t);
5265
5265
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5266
5266
  width: 24,
5267
5267
  height: 24,
@@ -5285,7 +5285,7 @@
5285
5285
  EstimatesIcon.displayName = "EstimatesIcon";
5286
5286
  var EstimatesIcon$1 = EstimatesIcon;
5287
5287
 
5288
- var _excluded$3r = ["gradient"];
5288
+ var _excluded$3s = ["gradient"];
5289
5289
 
5290
5290
  /**
5291
5291
  * @component ExpandAllIcon
@@ -5315,7 +5315,7 @@
5315
5315
  */
5316
5316
  var ExpandAllIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5317
5317
  var gradient = _ref.gradient,
5318
- props = _objectWithoutProperties(_ref, _excluded$3r);
5318
+ props = _objectWithoutProperties(_ref, _excluded$3s);
5319
5319
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5320
5320
  width: 24,
5321
5321
  height: 24,
@@ -5335,7 +5335,7 @@
5335
5335
  ExpandAllIcon.displayName = "ExpandAllIcon";
5336
5336
  var ExpandAllIcon$1 = ExpandAllIcon;
5337
5337
 
5338
- var _excluded$3q = ["gradient"];
5338
+ var _excluded$3r = ["gradient"];
5339
5339
 
5340
5340
  /**
5341
5341
  * @component ExpenseAddIcon
@@ -5365,7 +5365,7 @@
5365
5365
  */
5366
5366
  var ExpenseAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5367
5367
  var gradient = _ref.gradient,
5368
- props = _objectWithoutProperties(_ref, _excluded$3q);
5368
+ props = _objectWithoutProperties(_ref, _excluded$3r);
5369
5369
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5370
5370
  width: 24,
5371
5371
  height: 24,
@@ -5385,7 +5385,7 @@
5385
5385
  ExpenseAddIcon.displayName = "ExpenseAddIcon";
5386
5386
  var ExpenseAddIcon$1 = ExpenseAddIcon;
5387
5387
 
5388
- var _excluded$3p = ["gradient"];
5388
+ var _excluded$3q = ["gradient"];
5389
5389
 
5390
5390
  /**
5391
5391
  * @component ExpensePlusIcon
@@ -5415,7 +5415,7 @@
5415
5415
  */
5416
5416
  var ExpensePlusIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5417
5417
  var gradient = _ref.gradient,
5418
- props = _objectWithoutProperties(_ref, _excluded$3p);
5418
+ props = _objectWithoutProperties(_ref, _excluded$3q);
5419
5419
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5420
5420
  xmlns: "http://www.w3.org/2000/svg",
5421
5421
  width: 24,
@@ -5437,7 +5437,7 @@
5437
5437
  ExpensePlusIcon.displayName = "ExpensePlusIcon";
5438
5438
  var ExpensePlusIcon$1 = ExpensePlusIcon;
5439
5439
 
5440
- var _excluded$3o = ["gradient"];
5440
+ var _excluded$3p = ["gradient"];
5441
5441
 
5442
5442
  /**
5443
5443
  * @component EyeOffSmallIcon
@@ -5467,7 +5467,7 @@
5467
5467
  */
5468
5468
  var EyeOffSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5469
5469
  var gradient = _ref.gradient,
5470
- props = _objectWithoutProperties(_ref, _excluded$3o);
5470
+ props = _objectWithoutProperties(_ref, _excluded$3p);
5471
5471
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5472
5472
  width: 12,
5473
5473
  height: 12,
@@ -5487,7 +5487,7 @@
5487
5487
  EyeOffSmallIcon.displayName = "EyeOffSmallIcon";
5488
5488
  var EyeOffSmallIcon$1 = EyeOffSmallIcon;
5489
5489
 
5490
- var _excluded$3n = ["gradient"];
5490
+ var _excluded$3o = ["gradient"];
5491
5491
 
5492
5492
  /**
5493
5493
  * @component EyeOffIcon
@@ -5517,7 +5517,7 @@
5517
5517
  */
5518
5518
  var EyeOffIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5519
5519
  var gradient = _ref.gradient,
5520
- props = _objectWithoutProperties(_ref, _excluded$3n);
5520
+ props = _objectWithoutProperties(_ref, _excluded$3o);
5521
5521
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5522
5522
  width: 24,
5523
5523
  height: 24,
@@ -5537,7 +5537,7 @@
5537
5537
  EyeOffIcon.displayName = "EyeOffIcon";
5538
5538
  var EyeOffIcon$1 = EyeOffIcon;
5539
5539
 
5540
- var _excluded$3m = ["gradient"];
5540
+ var _excluded$3n = ["gradient"];
5541
5541
 
5542
5542
  /**
5543
5543
  * @component EyeSmallIcon
@@ -5567,7 +5567,7 @@
5567
5567
  */
5568
5568
  var EyeSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5569
5569
  var gradient = _ref.gradient,
5570
- props = _objectWithoutProperties(_ref, _excluded$3m);
5570
+ props = _objectWithoutProperties(_ref, _excluded$3n);
5571
5571
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5572
5572
  width: 12,
5573
5573
  height: 12,
@@ -5587,7 +5587,7 @@
5587
5587
  EyeSmallIcon.displayName = "EyeSmallIcon";
5588
5588
  var EyeSmallIcon$1 = EyeSmallIcon;
5589
5589
 
5590
- var _excluded$3l = ["gradient"];
5590
+ var _excluded$3m = ["gradient"];
5591
5591
 
5592
5592
  /**
5593
5593
  * @component EyeIcon
@@ -5617,7 +5617,7 @@
5617
5617
  */
5618
5618
  var EyeIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5619
5619
  var gradient = _ref.gradient,
5620
- props = _objectWithoutProperties(_ref, _excluded$3l);
5620
+ props = _objectWithoutProperties(_ref, _excluded$3m);
5621
5621
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5622
5622
  width: 24,
5623
5623
  height: 24,
@@ -5637,7 +5637,7 @@
5637
5637
  EyeIcon.displayName = "EyeIcon";
5638
5638
  var EyeIcon$1 = EyeIcon;
5639
5639
 
5640
- var _excluded$3k = ["gradient"];
5640
+ var _excluded$3l = ["gradient"];
5641
5641
 
5642
5642
  /**
5643
5643
  * @component FilterIcon
@@ -5667,7 +5667,7 @@
5667
5667
  */
5668
5668
  var FilterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5669
5669
  var gradient = _ref.gradient,
5670
- props = _objectWithoutProperties(_ref, _excluded$3k);
5670
+ props = _objectWithoutProperties(_ref, _excluded$3l);
5671
5671
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5672
5672
  width: 24,
5673
5673
  height: 24,
@@ -5687,7 +5687,7 @@
5687
5687
  FilterIcon.displayName = "FilterIcon";
5688
5688
  var FilterIcon$1 = FilterIcon;
5689
5689
 
5690
- var _excluded$3j = ["gradient"];
5690
+ var _excluded$3k = ["gradient"];
5691
5691
 
5692
5692
  /**
5693
5693
  * @component FolderMoveIcon
@@ -5717,7 +5717,7 @@
5717
5717
  */
5718
5718
  var FolderMoveIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5719
5719
  var gradient = _ref.gradient,
5720
- props = _objectWithoutProperties(_ref, _excluded$3j);
5720
+ props = _objectWithoutProperties(_ref, _excluded$3k);
5721
5721
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5722
5722
  width: 24,
5723
5723
  height: 24,
@@ -5737,7 +5737,7 @@
5737
5737
  FolderMoveIcon.displayName = "FolderMoveIcon";
5738
5738
  var FolderMoveIcon$1 = FolderMoveIcon;
5739
5739
 
5740
- var _excluded$3i = ["gradient"];
5740
+ var _excluded$3j = ["gradient"];
5741
5741
 
5742
5742
  /**
5743
5743
  * @component FolderOutlineIcon
@@ -5767,7 +5767,7 @@
5767
5767
  */
5768
5768
  var FolderOutlineIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5769
5769
  var gradient = _ref.gradient,
5770
- props = _objectWithoutProperties(_ref, _excluded$3i);
5770
+ props = _objectWithoutProperties(_ref, _excluded$3j);
5771
5771
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5772
5772
  width: 24,
5773
5773
  height: 24,
@@ -5787,7 +5787,7 @@
5787
5787
  FolderOutlineIcon.displayName = "FolderOutlineIcon";
5788
5788
  var FolderOutlineIcon$1 = FolderOutlineIcon;
5789
5789
 
5790
- var _excluded$3h = ["gradient"];
5790
+ var _excluded$3i = ["gradient"];
5791
5791
 
5792
5792
  /**
5793
5793
  * @component GiftIcon
@@ -5817,7 +5817,7 @@
5817
5817
  */
5818
5818
  var GiftIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5819
5819
  var gradient = _ref.gradient,
5820
- props = _objectWithoutProperties(_ref, _excluded$3h);
5820
+ props = _objectWithoutProperties(_ref, _excluded$3i);
5821
5821
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5822
5822
  width: 24,
5823
5823
  height: 24,
@@ -5838,7 +5838,7 @@
5838
5838
  GiftIcon.displayName = "GiftIcon";
5839
5839
  var GiftIcon$1 = GiftIcon;
5840
5840
 
5841
- var _excluded$3g = ["gradient"];
5841
+ var _excluded$3h = ["gradient"];
5842
5842
 
5843
5843
  /**
5844
5844
  * @component GroupByIcon
@@ -5868,7 +5868,7 @@
5868
5868
  */
5869
5869
  var GroupByIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5870
5870
  var gradient = _ref.gradient,
5871
- props = _objectWithoutProperties(_ref, _excluded$3g);
5871
+ props = _objectWithoutProperties(_ref, _excluded$3h);
5872
5872
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5873
5873
  width: 24,
5874
5874
  height: 24,
@@ -5887,7 +5887,7 @@
5887
5887
  GroupByIcon.displayName = "GroupByIcon";
5888
5888
  var GroupByIcon$1 = GroupByIcon;
5889
5889
 
5890
- var _excluded$3f = ["gradient"];
5890
+ var _excluded$3g = ["gradient"];
5891
5891
 
5892
5892
  /**
5893
5893
  * @component HashtagIcon
@@ -5917,7 +5917,7 @@
5917
5917
  */
5918
5918
  var HashtagIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5919
5919
  var gradient = _ref.gradient,
5920
- props = _objectWithoutProperties(_ref, _excluded$3f);
5920
+ props = _objectWithoutProperties(_ref, _excluded$3g);
5921
5921
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5922
5922
  width: 24,
5923
5923
  height: 24,
@@ -5938,7 +5938,7 @@
5938
5938
  HashtagIcon.displayName = "HashtagIcon";
5939
5939
  var HashtagIcon$1 = HashtagIcon;
5940
5940
 
5941
- var _excluded$3e = ["gradient"];
5941
+ var _excluded$3f = ["gradient"];
5942
5942
 
5943
5943
  /**
5944
5944
  * @component HelpIcon
@@ -5968,7 +5968,7 @@
5968
5968
  */
5969
5969
  var HelpIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
5970
5970
  var gradient = _ref.gradient,
5971
- props = _objectWithoutProperties(_ref, _excluded$3e);
5971
+ props = _objectWithoutProperties(_ref, _excluded$3f);
5972
5972
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
5973
5973
  width: 24,
5974
5974
  height: 24,
@@ -5988,7 +5988,7 @@
5988
5988
  HelpIcon.displayName = "HelpIcon";
5989
5989
  var HelpIcon$1 = HelpIcon;
5990
5990
 
5991
- var _excluded$3d = ["gradient"];
5991
+ var _excluded$3e = ["gradient"];
5992
5992
 
5993
5993
  /**
5994
5994
  * @component HistoryOfChangesIcon
@@ -6018,7 +6018,7 @@
6018
6018
  */
6019
6019
  var HistoryOfChangesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6020
6020
  var gradient = _ref.gradient,
6021
- props = _objectWithoutProperties(_ref, _excluded$3d);
6021
+ props = _objectWithoutProperties(_ref, _excluded$3e);
6022
6022
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6023
6023
  width: 24,
6024
6024
  height: 24,
@@ -6039,7 +6039,7 @@
6039
6039
  HistoryOfChangesIcon.displayName = "HistoryOfChangesIcon";
6040
6040
  var HistoryOfChangesIcon$1 = HistoryOfChangesIcon;
6041
6041
 
6042
- var _excluded$3c = ["gradient"];
6042
+ var _excluded$3d = ["gradient"];
6043
6043
 
6044
6044
  /**
6045
6045
  * @component ImageIcon
@@ -6069,7 +6069,7 @@
6069
6069
  */
6070
6070
  var ImageIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6071
6071
  var gradient = _ref.gradient,
6072
- props = _objectWithoutProperties(_ref, _excluded$3c);
6072
+ props = _objectWithoutProperties(_ref, _excluded$3d);
6073
6073
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6074
6074
  width: 24,
6075
6075
  height: 24,
@@ -6090,7 +6090,7 @@
6090
6090
  ImageIcon.displayName = "ImageIcon";
6091
6091
  var ImageIcon$1 = ImageIcon;
6092
6092
 
6093
- var _excluded$3b = ["gradient"];
6093
+ var _excluded$3c = ["gradient"];
6094
6094
 
6095
6095
  /**
6096
6096
  * @component InfoSmallIcon
@@ -6120,7 +6120,7 @@
6120
6120
  */
6121
6121
  var InfoSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6122
6122
  var gradient = _ref.gradient,
6123
- props = _objectWithoutProperties(_ref, _excluded$3b);
6123
+ props = _objectWithoutProperties(_ref, _excluded$3c);
6124
6124
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6125
6125
  width: 15,
6126
6126
  height: 15,
@@ -6140,7 +6140,7 @@
6140
6140
  InfoSmallIcon.displayName = "InfoSmallIcon";
6141
6141
  var InfoSmallIcon$1 = InfoSmallIcon;
6142
6142
 
6143
- var _excluded$3a = ["gradient"];
6143
+ var _excluded$3b = ["gradient"];
6144
6144
 
6145
6145
  /**
6146
6146
  * @component InfoIcon
@@ -6170,7 +6170,7 @@
6170
6170
  */
6171
6171
  var InfoIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6172
6172
  var gradient = _ref.gradient,
6173
- props = _objectWithoutProperties(_ref, _excluded$3a);
6173
+ props = _objectWithoutProperties(_ref, _excluded$3b);
6174
6174
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6175
6175
  width: 24,
6176
6176
  height: 24,
@@ -6190,7 +6190,7 @@
6190
6190
  InfoIcon.displayName = "InfoIcon";
6191
6191
  var InfoIcon$1 = InfoIcon;
6192
6192
 
6193
- var _excluded$39 = ["gradient"];
6193
+ var _excluded$3a = ["gradient"];
6194
6194
 
6195
6195
  /**
6196
6196
  * @component InsertLinkIcon
@@ -6220,7 +6220,7 @@
6220
6220
  */
6221
6221
  var InsertLinkIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6222
6222
  var gradient = _ref.gradient,
6223
- props = _objectWithoutProperties(_ref, _excluded$39);
6223
+ props = _objectWithoutProperties(_ref, _excluded$3a);
6224
6224
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6225
6225
  width: 24,
6226
6226
  height: 24,
@@ -6240,7 +6240,7 @@
6240
6240
  InsertLinkIcon.displayName = "InsertLinkIcon";
6241
6241
  var InsertLinkIcon$1 = InsertLinkIcon;
6242
6242
 
6243
- var _excluded$38 = ["gradient"];
6243
+ var _excluded$39 = ["gradient"];
6244
6244
 
6245
6245
  /**
6246
6246
  * @component IntegrationsIcon
@@ -6270,7 +6270,7 @@
6270
6270
  */
6271
6271
  var IntegrationsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6272
6272
  var gradient = _ref.gradient,
6273
- props = _objectWithoutProperties(_ref, _excluded$38);
6273
+ props = _objectWithoutProperties(_ref, _excluded$39);
6274
6274
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6275
6275
  width: 24,
6276
6276
  height: 24,
@@ -6294,7 +6294,7 @@
6294
6294
  IntegrationsIcon.displayName = "IntegrationsIcon";
6295
6295
  var IntegrationsIcon$1 = IntegrationsIcon;
6296
6296
 
6297
- var _excluded$37 = ["gradient"];
6297
+ var _excluded$38 = ["gradient"];
6298
6298
 
6299
6299
  /**
6300
6300
  * @component InvoicesIcon
@@ -6324,7 +6324,7 @@
6324
6324
  */
6325
6325
  var InvoicesIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6326
6326
  var gradient = _ref.gradient,
6327
- props = _objectWithoutProperties(_ref, _excluded$37);
6327
+ props = _objectWithoutProperties(_ref, _excluded$38);
6328
6328
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6329
6329
  width: 24,
6330
6330
  height: 24,
@@ -6348,7 +6348,7 @@
6348
6348
  InvoicesIcon.displayName = "InvoicesIcon";
6349
6349
  var InvoicesIcon$1 = InvoicesIcon;
6350
6350
 
6351
- var _excluded$36 = ["gradient"];
6351
+ var _excluded$37 = ["gradient"];
6352
6352
 
6353
6353
  /**
6354
6354
  * @component LabelsIcon
@@ -6378,7 +6378,7 @@
6378
6378
  */
6379
6379
  var LabelsIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6380
6380
  var gradient = _ref.gradient,
6381
- props = _objectWithoutProperties(_ref, _excluded$36);
6381
+ props = _objectWithoutProperties(_ref, _excluded$37);
6382
6382
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6383
6383
  width: 24,
6384
6384
  height: 24,
@@ -6398,7 +6398,7 @@
6398
6398
  LabelsIcon.displayName = "LabelsIcon";
6399
6399
  var LabelsIcon$1 = LabelsIcon;
6400
6400
 
6401
- var _excluded$35 = ["gradient"];
6401
+ var _excluded$36 = ["gradient"];
6402
6402
 
6403
6403
  /**
6404
6404
  * @component LetterArrowRightIcon
@@ -6428,7 +6428,7 @@
6428
6428
  */
6429
6429
  var LetterArrowRightIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6430
6430
  var gradient = _ref.gradient,
6431
- props = _objectWithoutProperties(_ref, _excluded$35);
6431
+ props = _objectWithoutProperties(_ref, _excluded$36);
6432
6432
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6433
6433
  width: 24,
6434
6434
  height: 24,
@@ -6449,7 +6449,7 @@
6449
6449
  LetterArrowRightIcon.displayName = "LetterArrowRightIcon";
6450
6450
  var LetterArrowRightIcon$1 = LetterArrowRightIcon;
6451
6451
 
6452
- var _excluded$34 = ["gradient"];
6452
+ var _excluded$35 = ["gradient"];
6453
6453
 
6454
6454
  /**
6455
6455
  * @component LetterFastIcon
@@ -6479,7 +6479,7 @@
6479
6479
  */
6480
6480
  var LetterFastIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6481
6481
  var gradient = _ref.gradient,
6482
- props = _objectWithoutProperties(_ref, _excluded$34);
6482
+ props = _objectWithoutProperties(_ref, _excluded$35);
6483
6483
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6484
6484
  xmlns: "http://www.w3.org/2000/svg",
6485
6485
  width: 24,
@@ -6499,7 +6499,7 @@
6499
6499
  LetterFastIcon.displayName = "LetterFastIcon";
6500
6500
  var LetterFastIcon$1 = LetterFastIcon;
6501
6501
 
6502
- var _excluded$33 = ["gradient"];
6502
+ var _excluded$34 = ["gradient"];
6503
6503
 
6504
6504
  /**
6505
6505
  * @component LetterIcon
@@ -6529,7 +6529,7 @@
6529
6529
  */
6530
6530
  var LetterIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6531
6531
  var gradient = _ref.gradient,
6532
- props = _objectWithoutProperties(_ref, _excluded$33);
6532
+ props = _objectWithoutProperties(_ref, _excluded$34);
6533
6533
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6534
6534
  width: 24,
6535
6535
  height: 24,
@@ -6550,7 +6550,7 @@
6550
6550
  LetterIcon.displayName = "LetterIcon";
6551
6551
  var LetterIcon$1 = LetterIcon;
6552
6552
 
6553
- var _excluded$32 = ["gradient"];
6553
+ var _excluded$33 = ["gradient"];
6554
6554
 
6555
6555
  /**
6556
6556
  * @component LockSmallIcon
@@ -6580,7 +6580,7 @@
6580
6580
  */
6581
6581
  var LockSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6582
6582
  var gradient = _ref.gradient,
6583
- props = _objectWithoutProperties(_ref, _excluded$32);
6583
+ props = _objectWithoutProperties(_ref, _excluded$33);
6584
6584
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6585
6585
  width: 12,
6586
6586
  height: 12,
@@ -6600,7 +6600,7 @@
6600
6600
  LockSmallIcon.displayName = "LockSmallIcon";
6601
6601
  var LockSmallIcon$1 = LockSmallIcon;
6602
6602
 
6603
- var _excluded$31 = ["gradient"];
6603
+ var _excluded$32 = ["gradient"];
6604
6604
 
6605
6605
  /**
6606
6606
  * @component LockIcon
@@ -6630,7 +6630,7 @@
6630
6630
  */
6631
6631
  var LockIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6632
6632
  var gradient = _ref.gradient,
6633
- props = _objectWithoutProperties(_ref, _excluded$31);
6633
+ props = _objectWithoutProperties(_ref, _excluded$32);
6634
6634
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6635
6635
  width: 24,
6636
6636
  height: 24,
@@ -6650,7 +6650,7 @@
6650
6650
  LockIcon.displayName = "LockIcon";
6651
6651
  var LockIcon$1 = LockIcon;
6652
6652
 
6653
- var _excluded$30 = ["gradient"];
6653
+ var _excluded$31 = ["gradient"];
6654
6654
 
6655
6655
  /**
6656
6656
  * @component MarkerIcon
@@ -6680,7 +6680,7 @@
6680
6680
  */
6681
6681
  var MarkerIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6682
6682
  var gradient = _ref.gradient,
6683
- props = _objectWithoutProperties(_ref, _excluded$30);
6683
+ props = _objectWithoutProperties(_ref, _excluded$31);
6684
6684
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6685
6685
  width: 24,
6686
6686
  height: 24,
@@ -6700,7 +6700,7 @@
6700
6700
  MarkerIcon.displayName = "MarkerIcon";
6701
6701
  var MarkerIcon$1 = MarkerIcon;
6702
6702
 
6703
- var _excluded$2$ = ["gradient"];
6703
+ var _excluded$30 = ["gradient"];
6704
6704
 
6705
6705
  /**
6706
6706
  * @component MessageAddIcon
@@ -6730,7 +6730,7 @@
6730
6730
  */
6731
6731
  var MessageAddIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6732
6732
  var gradient = _ref.gradient,
6733
- props = _objectWithoutProperties(_ref, _excluded$2$);
6733
+ props = _objectWithoutProperties(_ref, _excluded$30);
6734
6734
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6735
6735
  width: 24,
6736
6736
  height: 24,
@@ -6749,7 +6749,7 @@
6749
6749
  MessageAddIcon.displayName = "MessageAddIcon";
6750
6750
  var MessageAddIcon$1 = MessageAddIcon;
6751
6751
 
6752
- var _excluded$2_ = ["gradient"];
6752
+ var _excluded$2$ = ["gradient"];
6753
6753
 
6754
6754
  /**
6755
6755
  * @component MessageEmptyIcon
@@ -6779,7 +6779,7 @@
6779
6779
  */
6780
6780
  var MessageEmptyIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6781
6781
  var gradient = _ref.gradient,
6782
- props = _objectWithoutProperties(_ref, _excluded$2_);
6782
+ props = _objectWithoutProperties(_ref, _excluded$2$);
6783
6783
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6784
6784
  width: 24,
6785
6785
  height: 24,
@@ -6799,7 +6799,7 @@
6799
6799
  MessageEmptyIcon.displayName = "MessageEmptyIcon";
6800
6800
  var MessageEmptyIcon$1 = MessageEmptyIcon;
6801
6801
 
6802
- var _excluded$2Z = ["gradient"];
6802
+ var _excluded$2_ = ["gradient"];
6803
6803
 
6804
6804
  /**
6805
6805
  * @component MessageSmallIcon
@@ -6829,7 +6829,7 @@
6829
6829
  */
6830
6830
  var MessageSmallIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6831
6831
  var gradient = _ref.gradient,
6832
- props = _objectWithoutProperties(_ref, _excluded$2Z);
6832
+ props = _objectWithoutProperties(_ref, _excluded$2_);
6833
6833
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6834
6834
  width: 12,
6835
6835
  height: 12,
@@ -6849,7 +6849,7 @@
6849
6849
  MessageSmallIcon.displayName = "MessageSmallIcon";
6850
6850
  var MessageSmallIcon$1 = MessageSmallIcon;
6851
6851
 
6852
- var _excluded$2Y = ["gradient"];
6852
+ var _excluded$2Z = ["gradient"];
6853
6853
 
6854
6854
  /**
6855
6855
  * @component MessageSolidIcon
@@ -6879,7 +6879,7 @@
6879
6879
  */
6880
6880
  var MessageSolidIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6881
6881
  var gradient = _ref.gradient,
6882
- props = _objectWithoutProperties(_ref, _excluded$2Y);
6882
+ props = _objectWithoutProperties(_ref, _excluded$2Z);
6883
6883
  return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6884
6884
  xmlns: "http://www.w3.org/2000/svg",
6885
6885
  width: 24,
@@ -6899,6 +6899,59 @@
6899
6899
  MessageSolidIcon.displayName = "MessageSolidIcon";
6900
6900
  var MessageSolidIcon$1 = MessageSolidIcon;
6901
6901
 
6902
+ var _excluded$2Y = ["gradient"];
6903
+
6904
+ /**
6905
+ * @component MessageStarIcon
6906
+ * @description
6907
+ *
6908
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
6909
+ * The Icon component is
6910
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
6911
+ *
6912
+ * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
6913
+ * Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
6914
+ *
6915
+ * @example
6916
+ * return (
6917
+ * <MessageStarIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
6918
+ * )
6919
+ *
6920
+ * @example
6921
+ * return (
6922
+ * <MessageStarIcon className="mr-2" />
6923
+ * )
6924
+ *
6925
+ * @see
6926
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
6927
+ * @see
6928
+ * https://design.activecollab.com/docs/foundations/icons
6929
+ */
6930
+ var MessageStarIcon = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, svgRef) {
6931
+ var gradient = _ref.gradient,
6932
+ props = _objectWithoutProperties(_ref, _excluded$2Y);
6933
+ return /*#__PURE__*/React__default["default"].createElement("svg", _extends({
6934
+ width: 24,
6935
+ height: 24,
6936
+ viewBox: "0 0 24 24",
6937
+ xmlns: "http://www.w3.org/2000/svg",
6938
+ "data-testid": "MessageStarIcon",
6939
+ fill: gradient ? "url(#icon-gradient)" : props !== null && props !== void 0 && props.fill ? props.fill : "var(--color-theme-600)",
6940
+ focusable: false,
6941
+ ref: svgRef
6942
+ }, props), /*#__PURE__*/React__default["default"].createElement(GradientDefs, {
6943
+ gradient: gradient
6944
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6945
+ fillRule: "evenodd",
6946
+ clipRule: "evenodd",
6947
+ d: "M11 4v2H6v11.26L10.39 15H18v-2h2v2a2 2 0 01-2 2H9.995L4 21V6a2 2 0 012-2h5z"
6948
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
6949
+ d: "M17.069 9.783l-2.145 1.128a.408.408 0 01-.591-.43l.41-2.388-1.736-1.691a.408.408 0 01.226-.696l2.398-.348 1.072-2.173a.408.408 0 01.732 0l1.072 2.173 2.398.348a.408.408 0 01.226.696l-1.735 1.691.41 2.388a.408.408 0 01-.592.43l-2.145-1.128z"
6950
+ }));
6951
+ });
6952
+ MessageStarIcon.displayName = "MessageStarIcon";
6953
+ var MessageStarIcon$1 = MessageStarIcon;
6954
+
6902
6955
  var _excluded$2X = ["gradient"];
6903
6956
 
6904
6957
  /**
@@ -21072,7 +21125,7 @@
21072
21125
  });
21073
21126
  StyledChoose$1.displayName = "StyledChoose";
21074
21127
 
21075
- var _excluded$t = ["children", "disabled", "active", "className"];
21128
+ var _excluded$t = ["children", "disabled", "active", "className", "type"];
21076
21129
  /**
21077
21130
  * Choose component
21078
21131
  */
@@ -21083,11 +21136,14 @@
21083
21136
  _ref$active = _ref.active,
21084
21137
  active = _ref$active === void 0 ? false : _ref$active,
21085
21138
  className = _ref.className,
21139
+ _ref$type = _ref.type,
21140
+ type = _ref$type === void 0 ? "button" : _ref$type,
21086
21141
  args = _objectWithoutProperties(_ref, _excluded$t);
21087
21142
  return /*#__PURE__*/React__default["default"].createElement(StyledChoose$1, _extends({
21088
21143
  disabled: disabled,
21089
21144
  className: classNames__default["default"]("c-choose", className),
21090
- active: active
21145
+ active: active,
21146
+ type: type
21091
21147
  }, args), children);
21092
21148
  };
21093
21149
  Choose.displayName = "Choose";
@@ -21152,7 +21208,7 @@
21152
21208
  })(["display:flex;width:100%;"]);
21153
21209
  StyledFlexContainer.displayName = "StyledFlexContainer";
21154
21210
 
21155
- var _excluded$r = ["required", "multiple", "invalid", "options", "selected", "onChange"];
21211
+ var _excluded$r = ["required", "multiple", "invalid", "options", "selected", "onChange", "type"];
21156
21212
  var ChooseV2 = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
21157
21213
  var _parentSize$width, _flexSize$width;
21158
21214
  var _ref$required = _ref.required,
@@ -21164,6 +21220,8 @@
21164
21220
  options = _ref.options,
21165
21221
  selected = _ref.selected,
21166
21222
  onChange = _ref.onChange,
21223
+ _ref$type = _ref.type,
21224
+ type = _ref$type === void 0 ? "button" : _ref$type,
21167
21225
  rest = _objectWithoutProperties(_ref, _excluded$r);
21168
21226
  var internalRef = React.useRef(null);
21169
21227
  var flexContainerRef = React.useRef(null);
@@ -21271,7 +21329,8 @@
21271
21329
  disabled: option.disabled,
21272
21330
  onClick: function onClick() {
21273
21331
  return handleSelect(option.id);
21274
- }
21332
+ },
21333
+ type: type
21275
21334
  }, option.name);
21276
21335
  }))));
21277
21336
  });
@@ -25249,6 +25308,7 @@
25249
25308
  exports.MessageIcon = MessageIcon$1;
25250
25309
  exports.MessageSmallIcon = MessageSmallIcon$1;
25251
25310
  exports.MessageSolidIcon = MessageSolidIcon$1;
25311
+ exports.MessageStarIcon = MessageStarIcon$1;
25252
25312
  exports.MinusIcon = MinusIcon$1;
25253
25313
  exports.MobileMenuIcon = MobileMenuIcon$1;
25254
25314
  exports.Modal = Modal;