@7shifts/sous-chef 4.4.1 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/forms/ColorField/ColorOverlay/ColorOverlay.d.ts +1 -1
  2. package/dist/forms/ColorField/ColorOverlay/domain.d.ts +27 -0
  3. package/dist/foundation/tokens/color/color-constants.d.ts +23 -0
  4. package/dist/foundation/tokens/color/color-types.d.ts +1 -1
  5. package/dist/icons/components/image/IconSchool.d.ts +10 -0
  6. package/dist/icons/components/image/index.d.ts +1 -0
  7. package/dist/index.css +69 -139
  8. package/dist/index.css.map +1 -1
  9. package/dist/index.js +542 -362
  10. package/dist/index.js.map +1 -1
  11. package/dist/index.modern.js +534 -363
  12. package/dist/index.modern.js.map +1 -1
  13. package/dist/overlay/DropdownListItem/DropdownListItem.d.ts +3 -1
  14. package/dist/overlay/hooks/useSubmenu.d.ts +1 -0
  15. package/llms-instructions/guidelines/Accordion.guidelines.md +36 -0
  16. package/llms-instructions/guidelines/ActionList.guidelines.md +59 -0
  17. package/llms-instructions/guidelines/Avatar.guidelines.md +51 -0
  18. package/llms-instructions/guidelines/Badge.guidelines.md +40 -0
  19. package/llms-instructions/guidelines/Breadcrumbs.guidelines.md +41 -0
  20. package/llms-instructions/guidelines/Button.guidelines.md +41 -0
  21. package/llms-instructions/guidelines/Calendar.guidelines.md +40 -0
  22. package/llms-instructions/guidelines/Card.guidelines.md +58 -0
  23. package/llms-instructions/guidelines/Chip.guidelines.md +64 -0
  24. package/llms-instructions/guidelines/CircularProgress.guidelines.md +28 -0
  25. package/llms-instructions/guidelines/DataTable.guidelines.md +88 -0
  26. package/llms-instructions/guidelines/DateFilter.guidelines.md +32 -0
  27. package/llms-instructions/guidelines/Dropdown.guidelines.md +54 -0
  28. package/llms-instructions/guidelines/EmptyState.guidelines.md +58 -0
  29. package/llms-instructions/guidelines/Forms.guidelines.md +99 -0
  30. package/llms-instructions/guidelines/HintModal.guidelines.md +47 -0
  31. package/llms-instructions/guidelines/Icons.guidelines.md +59 -0
  32. package/llms-instructions/guidelines/InkIllustrations.guidelines.md +38 -0
  33. package/llms-instructions/guidelines/InlineBanner.guidelines.md +52 -0
  34. package/llms-instructions/guidelines/Link.guidelines.md +26 -0
  35. package/llms-instructions/guidelines/MicroBanner.guidelines.md +21 -0
  36. package/llms-instructions/guidelines/Modal.guidelines.md +52 -0
  37. package/llms-instructions/guidelines/PaginationControls.guidelines.md +21 -0
  38. package/llms-instructions/guidelines/Paywall.guidelines.md +57 -0
  39. package/llms-instructions/guidelines/PersistentBanner.guidelines.md +33 -0
  40. package/llms-instructions/guidelines/Pill.guidelines.md +55 -0
  41. package/llms-instructions/guidelines/Popover.guidelines.md +42 -0
  42. package/llms-instructions/guidelines/ProgressBar.guidelines.md +35 -0
  43. package/llms-instructions/guidelines/SegmentedControl.guidelines.md +21 -0
  44. package/llms-instructions/guidelines/Skeleton.guidelines.md +30 -0
  45. package/llms-instructions/guidelines/Spinner.guidelines.md +32 -0
  46. package/llms-instructions/guidelines/Toast.guidelines.md +34 -0
  47. package/llms-instructions/guidelines/Toggle.guidelines.md +19 -0
  48. package/llms-instructions/guidelines/ToolbarSelect.guidelines.md +22 -0
  49. package/llms-instructions/guidelines/Tooltip.guidelines.md +45 -0
  50. package/llms-instructions/llms-components.md +61 -261
  51. package/llms-instructions/llms-icons-and-illustrations.md +2 -0
  52. package/llms-instructions/llms-tokens.md +97 -16
  53. package/package.json +6 -1
@@ -208,7 +208,30 @@ const COLORS = {
208
208
  'hover-lighten': 'var(--color-hover-lighten)',
209
209
  'hover-darken': 'var(--color-hover-darken)',
210
210
  'brand-neutrals-caviar-dynamic': 'var(--color-brand-neutrals-caviar-dynamic)',
211
+ 'brand-neutrals-caviar-hue': 'var(--color-brand-neutrals-caviar-hue)',
211
212
  'brand-neutrals-chefscoat-dynamic': 'var(--color-brand-neutrals-chefscoat-dynamic)',
213
+ 'brand-neutrals-chefscoat-hue': 'var(--color-brand-neutrals-chefscoat-hue)',
214
+ 'brand-neutrals-marshmallow-hue': 'var(--color-brand-neutrals-marshmallow-hue)',
215
+ 'brand-neutrals-oat-hue': 'var(--color-brand-neutrals-oat-hue)',
216
+ 'brand-neutrals-earl-hue': 'var(--color-brand-neutrals-earl-hue)',
217
+ 'brand-primary-spritz-hue': 'var(--color-brand-primary-spritz-hue)',
218
+ 'brand-primary-spritz-tint': 'var(--color-brand-primary-spritz-tint)',
219
+ 'brand-primary-spritz-shade': 'var(--color-brand-primary-spritz-shade)',
220
+ 'brand-primary-curacao-hue': 'var(--color-brand-primary-curacao-hue)',
221
+ 'brand-primary-curacao-tint': 'var(--color-brand-primary-curacao-tint)',
222
+ 'brand-primary-curacao-shade': 'var(--color-brand-primary-curacao-shade)',
223
+ 'brand-primary-mojito-hue': 'var(--color-brand-primary-mojito-hue)',
224
+ 'brand-primary-mojito-tint': 'var(--color-brand-primary-mojito-tint)',
225
+ 'brand-primary-mojito-shade': 'var(--color-brand-primary-mojito-shade)',
226
+ 'brand-primary-empress-hue': 'var(--color-brand-primary-empress-hue)',
227
+ 'brand-primary-empress-tint': 'var(--color-brand-primary-empress-tint)',
228
+ 'brand-primary-empress-shade': 'var(--color-brand-primary-empress-shade)',
229
+ 'brand-secondary-ice-hue': 'var(--color-brand-secondary-ice-hue)',
230
+ 'brand-secondary-zest-hue': 'var(--color-brand-secondary-zest-hue)',
231
+ 'brand-secondary-lavender-hue': 'var(--color-brand-secondary-lavender-hue)',
232
+ 'brand-secondary-ranch-hue': 'var(--color-brand-secondary-ranch-hue)',
233
+ 'brand-secondary-pesto-hue': 'var(--color-brand-secondary-pesto-hue)',
234
+ 'brand-secondary-babaganoush-hue': 'var(--color-brand-secondary-babaganoush-hue)',
212
235
  'on-graphic-black': 'var(--color-on-graphic-black)',
213
236
  'on-graphic-white': 'var(--color-on-graphic-white)',
214
237
  'canvas-background-color': 'var(--color-canvas-background-color)'
@@ -283,7 +306,7 @@ const capitalizeFirstLetter = text => {
283
306
  };
284
307
  const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
285
308
 
286
- const _excluded$em = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
309
+ const _excluded$en = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
287
310
  const getPositionProps = _ref => {
288
311
  let {
289
312
  m,
@@ -297,7 +320,7 @@ const getPositionProps = _ref => {
297
320
  ml,
298
321
  marginLeft
299
322
  } = _ref,
300
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$em);
323
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$en);
301
324
  return {
302
325
  positionProps: {
303
326
  m,
@@ -333,7 +356,7 @@ const getDataProps = (props, config) => {
333
356
  });
334
357
  };
335
358
 
336
- const _excluded$el = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
359
+ const _excluded$em = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
337
360
  /**
338
361
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
339
362
  */
@@ -352,7 +375,7 @@ const Flex = _ref => {
352
375
  testId,
353
376
  extraClass
354
377
  } = _ref,
355
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$el);
378
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$em);
356
379
  const {
357
380
  positionProps,
358
381
  otherProps
@@ -393,7 +416,7 @@ const Flex = _ref => {
393
416
  }, child)));
394
417
  };
395
418
 
396
- const _excluded$ek = ["alignItems"];
419
+ const _excluded$el = ["alignItems"];
397
420
  /**
398
421
  * Layout component to easily stack elements up in a column.
399
422
  */
@@ -401,7 +424,7 @@ const Stack = _ref => {
401
424
  let {
402
425
  alignItems = 'stretch'
403
426
  } = _ref,
404
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
427
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$el);
405
428
  return React.createElement(Flex, _extends({}, props, {
406
429
  alignItems: alignItems,
407
430
  direction: "column"
@@ -410,7 +433,7 @@ const Stack = _ref => {
410
433
 
411
434
  var styles$1z = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
412
435
 
413
- const _excluded$ej = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
436
+ const _excluded$ek = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
414
437
  /**
415
438
  * Used when you want to allow the user to turn some information ON and OFF.
416
439
  *
@@ -426,7 +449,7 @@ const Toggle = _ref => {
426
449
  id,
427
450
  testId
428
451
  } = _ref,
429
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
452
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
430
453
  const {
431
454
  dataProps
432
455
  } = getDataProps(otherProps);
@@ -594,7 +617,7 @@ const calculatePosition = (placement, anchorPosition, tooltipRectPosition) => {
594
617
  };
595
618
  }
596
619
  const actualPlacement = getActualPlacement(placement, anchorPosition, tooltipRectPosition.height);
597
- const overlayPosition = calculateOverlayPosition$1(actualPlacement, anchorPosition, tooltipRectPosition.width);
620
+ const overlayPosition = calculateOverlayPosition$2(actualPlacement, anchorPosition, tooltipRectPosition.width);
598
621
  const arrowPosition = overlayPosition && calculateArrowPosition(actualPlacement.placement, overlayPosition, anchorPosition, tooltipRectPosition);
599
622
  return {
600
623
  overlay: updateMisalignedOverlay(overlayPosition, arrowPosition, tooltipRectPosition),
@@ -616,7 +639,7 @@ const updateMisalignedOverlay = (overlayPosition, arrowPosition, tooltipRectPosi
616
639
  left
617
640
  });
618
641
  };
619
- const calculateOverlayPosition$1 = (actualPlacement, anchorPosition, tooltipWidth = 156) => {
642
+ const calculateOverlayPosition$2 = (actualPlacement, anchorPosition, tooltipWidth = 156) => {
620
643
  // some maths to align the tooltip with whatever you just hovered over (the 'target')
621
644
  const position = {
622
645
  width: tooltipWidth - PADDING * 2,
@@ -951,7 +974,7 @@ const COMPONENT_NAMES = {
951
974
  BUTTON: 'BUTTON'
952
975
  };
953
976
 
954
- const _excluded$ei = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
977
+ const _excluded$ej = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
955
978
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
956
979
  const ButtonComponent = (_ref, ref) => {
957
980
  let {
@@ -973,7 +996,7 @@ const ButtonComponent = (_ref, ref) => {
973
996
  testId,
974
997
  size
975
998
  } = _ref,
976
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
999
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
977
1000
  const {
978
1001
  positionProps,
979
1002
  otherProps
@@ -1116,7 +1139,7 @@ const useIsInsideComponent = parentComponentName => {
1116
1139
  return componentName === parentComponentName;
1117
1140
  };
1118
1141
 
1119
- const _excluded$eh = ["testId", "size", "color", "style", "variant"];
1142
+ const _excluded$ei = ["testId", "size", "color", "style", "variant"];
1120
1143
  const IconArrowDown = forwardRef((_ref, ref) => {
1121
1144
  let {
1122
1145
  testId = 'icon-arrow-down',
@@ -1125,7 +1148,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1125
1148
  style,
1126
1149
  variant = 'outline'
1127
1150
  } = _ref,
1128
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
1151
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
1129
1152
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1130
1153
  const styleProps = {
1131
1154
  size: !size && isInsideButton ? 'medium' : size,
@@ -1163,7 +1186,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1163
1186
  });
1164
1187
  IconArrowDown.displayName = 'IconArrowDown';
1165
1188
 
1166
- const _excluded$eg = ["testId", "size", "color", "style", "variant"];
1189
+ const _excluded$eh = ["testId", "size", "color", "style", "variant"];
1167
1190
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1168
1191
  let {
1169
1192
  testId = 'icon-arrow-down-wide-short',
@@ -1172,7 +1195,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1172
1195
  style,
1173
1196
  variant = 'outline'
1174
1197
  } = _ref,
1175
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1198
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
1176
1199
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1177
1200
  const styleProps = {
1178
1201
  size: !size && isInsideButton ? 'medium' : size,
@@ -1208,7 +1231,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1208
1231
  });
1209
1232
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1210
1233
 
1211
- const _excluded$ef = ["testId", "size", "color", "style", "variant"];
1234
+ const _excluded$eg = ["testId", "size", "color", "style", "variant"];
1212
1235
  const IconArrowLeft = forwardRef((_ref, ref) => {
1213
1236
  let {
1214
1237
  testId = 'icon-arrow-left',
@@ -1217,7 +1240,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1217
1240
  style,
1218
1241
  variant = 'outline'
1219
1242
  } = _ref,
1220
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1243
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1221
1244
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1222
1245
  const styleProps = {
1223
1246
  size: !size && isInsideButton ? 'medium' : size,
@@ -1255,7 +1278,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1255
1278
  });
1256
1279
  IconArrowLeft.displayName = 'IconArrowLeft';
1257
1280
 
1258
- const _excluded$ee = ["testId", "size", "color", "style", "variant"];
1281
+ const _excluded$ef = ["testId", "size", "color", "style", "variant"];
1259
1282
  const IconArrowRight = forwardRef((_ref, ref) => {
1260
1283
  let {
1261
1284
  testId = 'icon-arrow-right',
@@ -1264,7 +1287,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1264
1287
  style,
1265
1288
  variant = 'outline'
1266
1289
  } = _ref,
1267
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1290
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1268
1291
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1269
1292
  const styleProps = {
1270
1293
  size: !size && isInsideButton ? 'medium' : size,
@@ -1302,7 +1325,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1302
1325
  });
1303
1326
  IconArrowRight.displayName = 'IconArrowRight';
1304
1327
 
1305
- const _excluded$ed = ["testId", "size", "color", "style", "variant"];
1328
+ const _excluded$ee = ["testId", "size", "color", "style", "variant"];
1306
1329
  const IconArrowToTop = forwardRef((_ref, ref) => {
1307
1330
  let {
1308
1331
  testId = 'icon-arrow-to-top',
@@ -1311,7 +1334,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1311
1334
  style,
1312
1335
  variant = 'outline'
1313
1336
  } = _ref,
1314
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1337
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1315
1338
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1316
1339
  const styleProps = {
1317
1340
  size: !size && isInsideButton ? 'medium' : size,
@@ -1347,7 +1370,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1347
1370
  });
1348
1371
  IconArrowToTop.displayName = 'IconArrowToTop';
1349
1372
 
1350
- const _excluded$ec = ["testId", "size", "color", "style", "variant"];
1373
+ const _excluded$ed = ["testId", "size", "color", "style", "variant"];
1351
1374
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1352
1375
  let {
1353
1376
  testId = 'icon-arrow-turn-down-right',
@@ -1356,7 +1379,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1356
1379
  style,
1357
1380
  variant = 'outline'
1358
1381
  } = _ref,
1359
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1382
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1360
1383
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1361
1384
  const styleProps = {
1362
1385
  size: !size && isInsideButton ? 'medium' : size,
@@ -1407,7 +1430,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1407
1430
  });
1408
1431
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1409
1432
 
1410
- const _excluded$eb = ["testId", "size", "color", "style", "variant"];
1433
+ const _excluded$ec = ["testId", "size", "color", "style", "variant"];
1411
1434
  const IconArrowUp = forwardRef((_ref, ref) => {
1412
1435
  let {
1413
1436
  testId = 'icon-arrow-up',
@@ -1416,7 +1439,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1416
1439
  style,
1417
1440
  variant = 'outline'
1418
1441
  } = _ref,
1419
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1442
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1420
1443
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1421
1444
  const styleProps = {
1422
1445
  size: !size && isInsideButton ? 'medium' : size,
@@ -1454,7 +1477,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1454
1477
  });
1455
1478
  IconArrowUp.displayName = 'IconArrowUp';
1456
1479
 
1457
- const _excluded$ea = ["testId", "size", "color", "style", "variant"];
1480
+ const _excluded$eb = ["testId", "size", "color", "style", "variant"];
1458
1481
  const IconChevronDown = forwardRef((_ref, ref) => {
1459
1482
  let {
1460
1483
  testId = 'icon-chevron-down',
@@ -1463,7 +1486,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
1463
1486
  style,
1464
1487
  variant = 'outline'
1465
1488
  } = _ref,
1466
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1489
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1467
1490
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1468
1491
  const styleProps = {
1469
1492
  size: !size && isInsideButton ? 'medium' : size,
@@ -1501,7 +1524,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
1501
1524
  });
1502
1525
  IconChevronDown.displayName = 'IconChevronDown';
1503
1526
 
1504
- const _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1527
+ const _excluded$ea = ["testId", "size", "color", "style", "variant"];
1505
1528
  const IconChevronLeft = forwardRef((_ref, ref) => {
1506
1529
  let {
1507
1530
  testId = 'icon-chevron-left',
@@ -1510,7 +1533,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
1510
1533
  style,
1511
1534
  variant = 'outline'
1512
1535
  } = _ref,
1513
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1536
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1514
1537
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1515
1538
  const styleProps = {
1516
1539
  size: !size && isInsideButton ? 'medium' : size,
@@ -1548,7 +1571,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
1548
1571
  });
1549
1572
  IconChevronLeft.displayName = 'IconChevronLeft';
1550
1573
 
1551
- const _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1574
+ const _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1552
1575
  const IconChevronRight = forwardRef((_ref, ref) => {
1553
1576
  let {
1554
1577
  testId = 'icon-chevron-right',
@@ -1557,7 +1580,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
1557
1580
  style,
1558
1581
  variant = 'outline'
1559
1582
  } = _ref,
1560
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1583
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1561
1584
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1562
1585
  const styleProps = {
1563
1586
  size: !size && isInsideButton ? 'medium' : size,
@@ -1595,7 +1618,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
1595
1618
  });
1596
1619
  IconChevronRight.displayName = 'IconChevronRight';
1597
1620
 
1598
- const _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1621
+ const _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1599
1622
  const IconChevronUp = forwardRef((_ref, ref) => {
1600
1623
  let {
1601
1624
  testId = 'icon-chevron-up',
@@ -1604,7 +1627,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
1604
1627
  style,
1605
1628
  variant = 'outline'
1606
1629
  } = _ref,
1607
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1630
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1608
1631
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1609
1632
  const styleProps = {
1610
1633
  size: !size && isInsideButton ? 'medium' : size,
@@ -1642,7 +1665,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
1642
1665
  });
1643
1666
  IconChevronUp.displayName = 'IconChevronUp';
1644
1667
 
1645
- const _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1668
+ const _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1646
1669
  const IconExpand = forwardRef((_ref, ref) => {
1647
1670
  let {
1648
1671
  testId = 'icon-expand',
@@ -1651,7 +1674,7 @@ const IconExpand = forwardRef((_ref, ref) => {
1651
1674
  style,
1652
1675
  variant = 'outline'
1653
1676
  } = _ref,
1654
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1677
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1655
1678
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1656
1679
  const styleProps = {
1657
1680
  size: !size && isInsideButton ? 'medium' : size,
@@ -1687,7 +1710,7 @@ const IconExpand = forwardRef((_ref, ref) => {
1687
1710
  });
1688
1711
  IconExpand.displayName = 'IconExpand';
1689
1712
 
1690
- const _excluded$e5 = ["testId", "size", "color", "style", "variant"];
1713
+ const _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1691
1714
  const IconRepeat = forwardRef((_ref, ref) => {
1692
1715
  let {
1693
1716
  testId = 'icon-repeat',
@@ -1696,7 +1719,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
1696
1719
  style,
1697
1720
  variant = 'outline'
1698
1721
  } = _ref,
1699
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
1722
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1700
1723
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1701
1724
  const styleProps = {
1702
1725
  size: !size && isInsideButton ? 'medium' : size,
@@ -1732,7 +1755,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
1732
1755
  });
1733
1756
  IconRepeat.displayName = 'IconRepeat';
1734
1757
 
1735
- const _excluded$e4 = ["testId", "size", "color", "style", "variant"];
1758
+ const _excluded$e5 = ["testId", "size", "color", "style", "variant"];
1736
1759
  const IconReply = forwardRef((_ref, ref) => {
1737
1760
  let {
1738
1761
  testId = 'icon-reply',
@@ -1741,7 +1764,7 @@ const IconReply = forwardRef((_ref, ref) => {
1741
1764
  style,
1742
1765
  variant = 'outline'
1743
1766
  } = _ref,
1744
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
1767
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
1745
1768
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1746
1769
  const styleProps = {
1747
1770
  size: !size && isInsideButton ? 'medium' : size,
@@ -1784,7 +1807,7 @@ const IconReply = forwardRef((_ref, ref) => {
1784
1807
  });
1785
1808
  IconReply.displayName = 'IconReply';
1786
1809
 
1787
- const _excluded$e3 = ["testId", "size", "color", "style", "variant"];
1810
+ const _excluded$e4 = ["testId", "size", "color", "style", "variant"];
1788
1811
  const IconSort = forwardRef((_ref, ref) => {
1789
1812
  let {
1790
1813
  testId = 'icon-sort',
@@ -1793,7 +1816,7 @@ const IconSort = forwardRef((_ref, ref) => {
1793
1816
  style,
1794
1817
  variant = 'outline'
1795
1818
  } = _ref,
1796
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
1819
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
1797
1820
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1798
1821
  const styleProps = {
1799
1822
  size: !size && isInsideButton ? 'medium' : size,
@@ -1829,7 +1852,7 @@ const IconSort = forwardRef((_ref, ref) => {
1829
1852
  });
1830
1853
  IconSort.displayName = 'IconSort';
1831
1854
 
1832
- const _excluded$e2 = ["testId", "size", "color", "style", "variant"];
1855
+ const _excluded$e3 = ["testId", "size", "color", "style", "variant"];
1833
1856
  const IconSync = forwardRef((_ref, ref) => {
1834
1857
  let {
1835
1858
  testId = 'icon-sync',
@@ -1838,7 +1861,7 @@ const IconSync = forwardRef((_ref, ref) => {
1838
1861
  style,
1839
1862
  variant = 'outline'
1840
1863
  } = _ref,
1841
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
1864
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
1842
1865
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1843
1866
  const styleProps = {
1844
1867
  size: !size && isInsideButton ? 'medium' : size,
@@ -1888,7 +1911,7 @@ const IconSync = forwardRef((_ref, ref) => {
1888
1911
  });
1889
1912
  IconSync.displayName = 'IconSync';
1890
1913
 
1891
- const _excluded$e1 = ["testId", "size", "color", "style", "variant"];
1914
+ const _excluded$e2 = ["testId", "size", "color", "style", "variant"];
1892
1915
  const IconSyncExclamation = forwardRef((_ref, ref) => {
1893
1916
  let {
1894
1917
  testId = 'icon-sync-exclamation',
@@ -1897,7 +1920,7 @@ const IconSyncExclamation = forwardRef((_ref, ref) => {
1897
1920
  style,
1898
1921
  variant = 'outline'
1899
1922
  } = _ref,
1900
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
1923
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
1901
1924
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1902
1925
  const styleProps = {
1903
1926
  size: !size && isInsideButton ? 'medium' : size,
@@ -1949,7 +1972,7 @@ const IconSyncExclamation = forwardRef((_ref, ref) => {
1949
1972
  });
1950
1973
  IconSyncExclamation.displayName = 'IconSyncExclamation';
1951
1974
 
1952
- const _excluded$e0 = ["testId", "size", "color", "style", "variant"];
1975
+ const _excluded$e1 = ["testId", "size", "color", "style", "variant"];
1953
1976
  const IconUndo = forwardRef((_ref, ref) => {
1954
1977
  let {
1955
1978
  testId = 'icon-undo',
@@ -1958,7 +1981,7 @@ const IconUndo = forwardRef((_ref, ref) => {
1958
1981
  style,
1959
1982
  variant = 'outline'
1960
1983
  } = _ref,
1961
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
1984
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
1962
1985
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1963
1986
  const styleProps = {
1964
1987
  size: !size && isInsideButton ? 'medium' : size,
@@ -2008,7 +2031,7 @@ const IconUndo = forwardRef((_ref, ref) => {
2008
2031
  });
2009
2032
  IconUndo.displayName = 'IconUndo';
2010
2033
 
2011
- const _excluded$d$ = ["testId", "size", "color", "style", "variant"];
2034
+ const _excluded$e0 = ["testId", "size", "color", "style", "variant"];
2012
2035
  const IconAnalytics = forwardRef((_ref, ref) => {
2013
2036
  let {
2014
2037
  testId = 'icon-analytics',
@@ -2017,7 +2040,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
2017
2040
  style,
2018
2041
  variant = 'outline'
2019
2042
  } = _ref,
2020
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
2043
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
2021
2044
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2022
2045
  const styleProps = {
2023
2046
  size: !size && isInsideButton ? 'medium' : size,
@@ -2055,7 +2078,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
2055
2078
  });
2056
2079
  IconAnalytics.displayName = 'IconAnalytics';
2057
2080
 
2058
- const _excluded$d_ = ["testId", "size", "color", "style", "variant"];
2081
+ const _excluded$d$ = ["testId", "size", "color", "style", "variant"];
2059
2082
  const IconBalanceScale = forwardRef((_ref, ref) => {
2060
2083
  let {
2061
2084
  testId = 'icon-balance-scale',
@@ -2064,7 +2087,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
2064
2087
  style,
2065
2088
  variant = 'outline'
2066
2089
  } = _ref,
2067
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
2090
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
2068
2091
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2069
2092
  const styleProps = {
2070
2093
  size: !size && isInsideButton ? 'medium' : size,
@@ -2107,7 +2130,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
2107
2130
  });
2108
2131
  IconBalanceScale.displayName = 'IconBalanceScale';
2109
2132
 
2110
- const _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2133
+ const _excluded$d_ = ["testId", "size", "color", "style", "variant"];
2111
2134
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
2112
2135
  let {
2113
2136
  testId = 'icon-balance-scale-left',
@@ -2116,7 +2139,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
2116
2139
  style,
2117
2140
  variant = 'outline'
2118
2141
  } = _ref,
2119
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2142
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
2120
2143
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2121
2144
  const styleProps = {
2122
2145
  size: !size && isInsideButton ? 'medium' : size,
@@ -2159,7 +2182,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
2159
2182
  });
2160
2183
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
2161
2184
 
2162
- const _excluded$dY = ["testId", "size", "color", "style", "variant"];
2185
+ const _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2163
2186
  const IconBarsV = forwardRef((_ref, ref) => {
2164
2187
  let {
2165
2188
  testId = 'icon-bars-v',
@@ -2168,7 +2191,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
2168
2191
  style,
2169
2192
  variant = 'outline'
2170
2193
  } = _ref,
2171
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2194
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2172
2195
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2173
2196
  const styleProps = {
2174
2197
  size: !size && isInsideButton ? 'medium' : size,
@@ -2204,7 +2227,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
2204
2227
  });
2205
2228
  IconBarsV.displayName = 'IconBarsV';
2206
2229
 
2207
- const _excluded$dX = ["testId", "size", "color", "style", "variant"];
2230
+ const _excluded$dY = ["testId", "size", "color", "style", "variant"];
2208
2231
  const IconBook = forwardRef((_ref, ref) => {
2209
2232
  let {
2210
2233
  testId = 'icon-book',
@@ -2213,7 +2236,7 @@ const IconBook = forwardRef((_ref, ref) => {
2213
2236
  style,
2214
2237
  variant = 'outline'
2215
2238
  } = _ref,
2216
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2239
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2217
2240
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2218
2241
  const styleProps = {
2219
2242
  size: !size && isInsideButton ? 'medium' : size,
@@ -2249,7 +2272,7 @@ const IconBook = forwardRef((_ref, ref) => {
2249
2272
  });
2250
2273
  IconBook.displayName = 'IconBook';
2251
2274
 
2252
- const _excluded$dW = ["testId", "size", "color", "style", "variant"];
2275
+ const _excluded$dX = ["testId", "size", "color", "style", "variant"];
2253
2276
  const IconCalculator = forwardRef((_ref, ref) => {
2254
2277
  let {
2255
2278
  testId = 'icon-calculator',
@@ -2258,7 +2281,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
2258
2281
  style,
2259
2282
  variant = 'outline'
2260
2283
  } = _ref,
2261
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2284
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2262
2285
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2263
2286
  const styleProps = {
2264
2287
  size: !size && isInsideButton ? 'medium' : size,
@@ -2296,7 +2319,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
2296
2319
  });
2297
2320
  IconCalculator.displayName = 'IconCalculator';
2298
2321
 
2299
- const _excluded$dV = ["testId", "size", "color", "style", "variant"];
2322
+ const _excluded$dW = ["testId", "size", "color", "style", "variant"];
2300
2323
  const IconCashRegister = forwardRef((_ref, ref) => {
2301
2324
  let {
2302
2325
  testId = 'icon-cash-register',
@@ -2305,7 +2328,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2305
2328
  style,
2306
2329
  variant = 'outline'
2307
2330
  } = _ref,
2308
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2331
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2309
2332
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2310
2333
  const styleProps = {
2311
2334
  size: !size && isInsideButton ? 'medium' : size,
@@ -2355,7 +2378,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2355
2378
  });
2356
2379
  IconCashRegister.displayName = 'IconCashRegister';
2357
2380
 
2358
- const _excluded$dU = ["testId", "size", "color", "style", "variant"];
2381
+ const _excluded$dV = ["testId", "size", "color", "style", "variant"];
2359
2382
  const IconChartBar = forwardRef((_ref, ref) => {
2360
2383
  let {
2361
2384
  testId = 'icon-chart-bar',
@@ -2364,7 +2387,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2364
2387
  style,
2365
2388
  variant = 'outline'
2366
2389
  } = _ref,
2367
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2390
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2368
2391
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2369
2392
  const styleProps = {
2370
2393
  size: !size && isInsideButton ? 'medium' : size,
@@ -2402,7 +2425,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2402
2425
  });
2403
2426
  IconChartBar.displayName = 'IconChartBar';
2404
2427
 
2405
- const _excluded$dT = ["testId", "size", "color", "style", "variant"];
2428
+ const _excluded$dU = ["testId", "size", "color", "style", "variant"];
2406
2429
  const IconCreditCard = forwardRef((_ref, ref) => {
2407
2430
  let {
2408
2431
  testId = 'icon-credit-card',
@@ -2411,7 +2434,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2411
2434
  style,
2412
2435
  variant = 'outline'
2413
2436
  } = _ref,
2414
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2437
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2415
2438
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2416
2439
  const styleProps = {
2417
2440
  size: !size && isInsideButton ? 'medium' : size,
@@ -2447,7 +2470,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2447
2470
  });
2448
2471
  IconCreditCard.displayName = 'IconCreditCard';
2449
2472
 
2450
- const _excluded$dS = ["testId", "size", "color", "style", "variant"];
2473
+ const _excluded$dT = ["testId", "size", "color", "style", "variant"];
2451
2474
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2452
2475
  let {
2453
2476
  testId = 'icon-credit-card-plus',
@@ -2456,7 +2479,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2456
2479
  style,
2457
2480
  variant = 'outline'
2458
2481
  } = _ref,
2459
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2482
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2460
2483
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2461
2484
  const styleProps = {
2462
2485
  size: !size && isInsideButton ? 'medium' : size,
@@ -2512,7 +2535,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2512
2535
  });
2513
2536
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2514
2537
 
2515
- const _excluded$dR = ["testId", "size", "color", "style", "variant"];
2538
+ const _excluded$dS = ["testId", "size", "color", "style", "variant"];
2516
2539
  const IconDollarSign = forwardRef((_ref, ref) => {
2517
2540
  let {
2518
2541
  testId = 'icon-dollar-sign',
@@ -2521,7 +2544,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2521
2544
  style,
2522
2545
  variant = 'outline'
2523
2546
  } = _ref,
2524
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2547
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2525
2548
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2526
2549
  const styleProps = {
2527
2550
  size: !size && isInsideButton ? 'medium' : size,
@@ -2557,7 +2580,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2557
2580
  });
2558
2581
  IconDollarSign.displayName = 'IconDollarSign';
2559
2582
 
2560
- const _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2583
+ const _excluded$dR = ["testId", "size", "color", "style", "variant"];
2561
2584
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2562
2585
  let {
2563
2586
  testId = 'icon-envelope-open-dollar',
@@ -2566,7 +2589,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2566
2589
  style,
2567
2590
  variant = 'outline'
2568
2591
  } = _ref,
2569
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2592
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2570
2593
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2571
2594
  const styleProps = {
2572
2595
  size: !size && isInsideButton ? 'medium' : size,
@@ -2616,7 +2639,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2616
2639
  });
2617
2640
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2618
2641
 
2619
- const _excluded$dP = ["testId", "size", "color", "style", "variant"];
2642
+ const _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2620
2643
  const IconGanttChart = forwardRef((_ref, ref) => {
2621
2644
  let {
2622
2645
  testId = 'icon-gantt-chart',
@@ -2625,7 +2648,7 @@ const IconGanttChart = forwardRef((_ref, ref) => {
2625
2648
  style,
2626
2649
  variant = 'outline'
2627
2650
  } = _ref,
2628
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2651
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2629
2652
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2630
2653
  const styleProps = {
2631
2654
  size: !size && isInsideButton ? 'medium' : size,
@@ -2661,7 +2684,7 @@ const IconGanttChart = forwardRef((_ref, ref) => {
2661
2684
  });
2662
2685
  IconGanttChart.displayName = 'IconGanttChart';
2663
2686
 
2664
- const _excluded$dO = ["testId", "size", "color", "style", "variant"];
2687
+ const _excluded$dP = ["testId", "size", "color", "style", "variant"];
2665
2688
  const IconHandHoldingCoin = forwardRef((_ref, ref) => {
2666
2689
  let {
2667
2690
  testId = 'icon-hand-holding-coin',
@@ -2670,7 +2693,7 @@ const IconHandHoldingCoin = forwardRef((_ref, ref) => {
2670
2693
  style,
2671
2694
  variant = 'outline'
2672
2695
  } = _ref,
2673
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
2696
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2674
2697
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2675
2698
  const styleProps = {
2676
2699
  size: !size && isInsideButton ? 'medium' : size,
@@ -2720,7 +2743,7 @@ const IconHandHoldingCoin = forwardRef((_ref, ref) => {
2720
2743
  });
2721
2744
  IconHandHoldingCoin.displayName = 'IconHandHoldingCoin';
2722
2745
 
2723
- const _excluded$dN = ["testId", "size", "color", "style", "variant"];
2746
+ const _excluded$dO = ["testId", "size", "color", "style", "variant"];
2724
2747
  const IconHandHoldingDollar = forwardRef((_ref, ref) => {
2725
2748
  let {
2726
2749
  testId = 'icon-hand-holding-dollar',
@@ -2729,7 +2752,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
2729
2752
  style,
2730
2753
  variant = 'outline'
2731
2754
  } = _ref,
2732
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
2755
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
2733
2756
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2734
2757
  const styleProps = {
2735
2758
  size: !size && isInsideButton ? 'medium' : size,
@@ -2779,7 +2802,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
2779
2802
  });
2780
2803
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
2781
2804
 
2782
- const _excluded$dM = ["testId", "size", "color", "style", "variant"];
2805
+ const _excluded$dN = ["testId", "size", "color", "style", "variant"];
2783
2806
  const IconMoneyBill = forwardRef((_ref, ref) => {
2784
2807
  let {
2785
2808
  testId = 'icon-money-bill',
@@ -2788,7 +2811,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
2788
2811
  style,
2789
2812
  variant = 'outline'
2790
2813
  } = _ref,
2791
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
2814
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
2792
2815
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2793
2816
  const styleProps = {
2794
2817
  size: !size && isInsideButton ? 'medium' : size,
@@ -2824,7 +2847,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
2824
2847
  });
2825
2848
  IconMoneyBill.displayName = 'IconMoneyBill';
2826
2849
 
2827
- const _excluded$dL = ["testId", "size", "color", "style", "variant"];
2850
+ const _excluded$dM = ["testId", "size", "color", "style", "variant"];
2828
2851
  const IconPercentage = forwardRef((_ref, ref) => {
2829
2852
  let {
2830
2853
  testId = 'icon-percentage',
@@ -2833,7 +2856,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
2833
2856
  style,
2834
2857
  variant = 'outline'
2835
2858
  } = _ref,
2836
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
2859
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
2837
2860
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2838
2861
  const styleProps = {
2839
2862
  size: !size && isInsideButton ? 'medium' : size,
@@ -2869,7 +2892,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
2869
2892
  });
2870
2893
  IconPercentage.displayName = 'IconPercentage';
2871
2894
 
2872
- const _excluded$dK = ["testId", "size", "color", "style", "variant"];
2895
+ const _excluded$dL = ["testId", "size", "color", "style", "variant"];
2873
2896
  const IconSitemap = forwardRef((_ref, ref) => {
2874
2897
  let {
2875
2898
  testId = 'icon-sitemap',
@@ -2878,7 +2901,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
2878
2901
  style,
2879
2902
  variant = 'outline'
2880
2903
  } = _ref,
2881
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
2904
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
2882
2905
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2883
2906
  const styleProps = {
2884
2907
  size: !size && isInsideButton ? 'medium' : size,
@@ -2914,7 +2937,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
2914
2937
  });
2915
2938
  IconSitemap.displayName = 'IconSitemap';
2916
2939
 
2917
- const _excluded$dJ = ["testId", "size", "color", "style", "variant"];
2940
+ const _excluded$dK = ["testId", "size", "color", "style", "variant"];
2918
2941
  const IconTable = forwardRef((_ref, ref) => {
2919
2942
  let {
2920
2943
  testId = 'icon-table',
@@ -2923,7 +2946,7 @@ const IconTable = forwardRef((_ref, ref) => {
2923
2946
  style,
2924
2947
  variant = 'outline'
2925
2948
  } = _ref,
2926
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
2949
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
2927
2950
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2928
2951
  const styleProps = {
2929
2952
  size: !size && isInsideButton ? 'medium' : size,
@@ -2959,7 +2982,7 @@ const IconTable = forwardRef((_ref, ref) => {
2959
2982
  });
2960
2983
  IconTable.displayName = 'IconTable';
2961
2984
 
2962
- const _excluded$dI = ["testId", "size", "color", "style", "variant"];
2985
+ const _excluded$dJ = ["testId", "size", "color", "style", "variant"];
2963
2986
  const IconBell = forwardRef((_ref, ref) => {
2964
2987
  let {
2965
2988
  testId = 'icon-bell',
@@ -2968,7 +2991,7 @@ const IconBell = forwardRef((_ref, ref) => {
2968
2991
  style,
2969
2992
  variant = 'outline'
2970
2993
  } = _ref,
2971
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
2994
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
2972
2995
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2973
2996
  const styleProps = {
2974
2997
  size: !size && isInsideButton ? 'medium' : size,
@@ -3004,7 +3027,7 @@ const IconBell = forwardRef((_ref, ref) => {
3004
3027
  });
3005
3028
  IconBell.displayName = 'IconBell';
3006
3029
 
3007
- const _excluded$dH = ["testId", "size", "color", "style", "variant"];
3030
+ const _excluded$dI = ["testId", "size", "color", "style", "variant"];
3008
3031
  const IconBullhorn = forwardRef((_ref, ref) => {
3009
3032
  let {
3010
3033
  testId = 'icon-bullhorn',
@@ -3013,7 +3036,7 @@ const IconBullhorn = forwardRef((_ref, ref) => {
3013
3036
  style,
3014
3037
  variant = 'outline'
3015
3038
  } = _ref,
3016
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
3039
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
3017
3040
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3018
3041
  const styleProps = {
3019
3042
  size: !size && isInsideButton ? 'medium' : size,
@@ -3049,7 +3072,7 @@ const IconBullhorn = forwardRef((_ref, ref) => {
3049
3072
  });
3050
3073
  IconBullhorn.displayName = 'IconBullhorn';
3051
3074
 
3052
- const _excluded$dG = ["testId", "size", "color", "style", "variant"];
3075
+ const _excluded$dH = ["testId", "size", "color", "style", "variant"];
3053
3076
  const IconCamera = forwardRef((_ref, ref) => {
3054
3077
  let {
3055
3078
  testId = 'icon-camera',
@@ -3058,7 +3081,7 @@ const IconCamera = forwardRef((_ref, ref) => {
3058
3081
  style,
3059
3082
  variant = 'outline'
3060
3083
  } = _ref,
3061
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
3084
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
3062
3085
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3063
3086
  const styleProps = {
3064
3087
  size: !size && isInsideButton ? 'medium' : size,
@@ -3094,7 +3117,7 @@ const IconCamera = forwardRef((_ref, ref) => {
3094
3117
  });
3095
3118
  IconCamera.displayName = 'IconCamera';
3096
3119
 
3097
- const _excluded$dF = ["testId", "size", "color", "style", "variant"];
3120
+ const _excluded$dG = ["testId", "size", "color", "style", "variant"];
3098
3121
  const IconCameraSlash = forwardRef((_ref, ref) => {
3099
3122
  let {
3100
3123
  testId = 'icon-camera-slash',
@@ -3103,7 +3126,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
3103
3126
  style,
3104
3127
  variant = 'outline'
3105
3128
  } = _ref,
3106
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3129
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
3107
3130
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3108
3131
  const styleProps = {
3109
3132
  size: !size && isInsideButton ? 'medium' : size,
@@ -3139,7 +3162,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
3139
3162
  });
3140
3163
  IconCameraSlash.displayName = 'IconCameraSlash';
3141
3164
 
3142
- const _excluded$dE = ["testId", "size", "color", "style", "variant"];
3165
+ const _excluded$dF = ["testId", "size", "color", "style", "variant"];
3143
3166
  const IconComment = forwardRef((_ref, ref) => {
3144
3167
  let {
3145
3168
  testId = 'icon-comment',
@@ -3148,7 +3171,7 @@ const IconComment = forwardRef((_ref, ref) => {
3148
3171
  style,
3149
3172
  variant = 'outline'
3150
3173
  } = _ref,
3151
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3174
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3152
3175
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3153
3176
  const styleProps = {
3154
3177
  size: !size && isInsideButton ? 'medium' : size,
@@ -3184,7 +3207,7 @@ const IconComment = forwardRef((_ref, ref) => {
3184
3207
  });
3185
3208
  IconComment.displayName = 'IconComment';
3186
3209
 
3187
- const _excluded$dD = ["testId", "size", "color", "style", "variant"];
3210
+ const _excluded$dE = ["testId", "size", "color", "style", "variant"];
3188
3211
  const IconCommentLines = forwardRef((_ref, ref) => {
3189
3212
  let {
3190
3213
  testId = 'icon-comment-lines',
@@ -3193,7 +3216,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
3193
3216
  style,
3194
3217
  variant = 'outline'
3195
3218
  } = _ref,
3196
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3219
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3197
3220
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3198
3221
  const styleProps = {
3199
3222
  size: !size && isInsideButton ? 'medium' : size,
@@ -3229,7 +3252,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
3229
3252
  });
3230
3253
  IconCommentLines.displayName = 'IconCommentLines';
3231
3254
 
3232
- const _excluded$dC = ["testId", "size", "color", "style", "variant"];
3255
+ const _excluded$dD = ["testId", "size", "color", "style", "variant"];
3233
3256
  const IconEnvelope = forwardRef((_ref, ref) => {
3234
3257
  let {
3235
3258
  testId = 'icon-envelope',
@@ -3238,7 +3261,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3238
3261
  style,
3239
3262
  variant = 'outline'
3240
3263
  } = _ref,
3241
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3264
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3242
3265
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3243
3266
  const styleProps = {
3244
3267
  size: !size && isInsideButton ? 'medium' : size,
@@ -3274,7 +3297,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3274
3297
  });
3275
3298
  IconEnvelope.displayName = 'IconEnvelope';
3276
3299
 
3277
- const _excluded$dB = ["testId", "size", "color", "style", "variant"];
3300
+ const _excluded$dC = ["testId", "size", "color", "style", "variant"];
3278
3301
  const IconMessages = forwardRef((_ref, ref) => {
3279
3302
  let {
3280
3303
  testId = 'icon-messages',
@@ -3283,7 +3306,7 @@ const IconMessages = forwardRef((_ref, ref) => {
3283
3306
  style,
3284
3307
  variant = 'outline'
3285
3308
  } = _ref,
3286
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3309
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3287
3310
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3288
3311
  const styleProps = {
3289
3312
  size: !size && isInsideButton ? 'medium' : size,
@@ -3319,7 +3342,7 @@ const IconMessages = forwardRef((_ref, ref) => {
3319
3342
  });
3320
3343
  IconMessages.displayName = 'IconMessages';
3321
3344
 
3322
- const _excluded$dA = ["testId", "size", "color", "style", "variant"];
3345
+ const _excluded$dB = ["testId", "size", "color", "style", "variant"];
3323
3346
  const IconMicrophone = forwardRef((_ref, ref) => {
3324
3347
  let {
3325
3348
  testId = 'icon-microphone',
@@ -3328,7 +3351,7 @@ const IconMicrophone = forwardRef((_ref, ref) => {
3328
3351
  style,
3329
3352
  variant = 'outline'
3330
3353
  } = _ref,
3331
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3354
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3332
3355
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3333
3356
  const styleProps = {
3334
3357
  size: !size && isInsideButton ? 'medium' : size,
@@ -3378,7 +3401,7 @@ const IconMicrophone = forwardRef((_ref, ref) => {
3378
3401
  });
3379
3402
  IconMicrophone.displayName = 'IconMicrophone';
3380
3403
 
3381
- const _excluded$dz = ["testId", "size", "color", "style", "variant"];
3404
+ const _excluded$dA = ["testId", "size", "color", "style", "variant"];
3382
3405
  const IconMobile = forwardRef((_ref, ref) => {
3383
3406
  let {
3384
3407
  testId = 'icon-mobile',
@@ -3387,7 +3410,7 @@ const IconMobile = forwardRef((_ref, ref) => {
3387
3410
  style,
3388
3411
  variant = 'outline'
3389
3412
  } = _ref,
3390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3413
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3391
3414
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3392
3415
  const styleProps = {
3393
3416
  size: !size && isInsideButton ? 'medium' : size,
@@ -3423,7 +3446,7 @@ const IconMobile = forwardRef((_ref, ref) => {
3423
3446
  });
3424
3447
  IconMobile.displayName = 'IconMobile';
3425
3448
 
3426
- const _excluded$dy = ["testId", "size", "color", "style", "variant"];
3449
+ const _excluded$dz = ["testId", "size", "color", "style", "variant"];
3427
3450
  const IconPhone = forwardRef((_ref, ref) => {
3428
3451
  let {
3429
3452
  testId = 'icon-phone',
@@ -3432,7 +3455,7 @@ const IconPhone = forwardRef((_ref, ref) => {
3432
3455
  style,
3433
3456
  variant = 'outline'
3434
3457
  } = _ref,
3435
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3458
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3436
3459
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3437
3460
  const styleProps = {
3438
3461
  size: !size && isInsideButton ? 'medium' : size,
@@ -3468,7 +3491,7 @@ const IconPhone = forwardRef((_ref, ref) => {
3468
3491
  });
3469
3492
  IconPhone.displayName = 'IconPhone';
3470
3493
 
3471
- const _excluded$dx = ["testId", "size", "color", "style", "variant"];
3494
+ const _excluded$dy = ["testId", "size", "color", "style", "variant"];
3472
3495
  const IconVideo = forwardRef((_ref, ref) => {
3473
3496
  let {
3474
3497
  testId = 'icon-video',
@@ -3477,7 +3500,7 @@ const IconVideo = forwardRef((_ref, ref) => {
3477
3500
  style,
3478
3501
  variant = 'outline'
3479
3502
  } = _ref,
3480
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
3503
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3481
3504
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3482
3505
  const styleProps = {
3483
3506
  size: !size && isInsideButton ? 'medium' : size,
@@ -3520,7 +3543,7 @@ const IconVideo = forwardRef((_ref, ref) => {
3520
3543
  });
3521
3544
  IconVideo.displayName = 'IconVideo';
3522
3545
 
3523
- const _excluded$dw = ["testId", "size", "color", "style", "variant"];
3546
+ const _excluded$dx = ["testId", "size", "color", "style", "variant"];
3524
3547
  const IconWifi = forwardRef((_ref, ref) => {
3525
3548
  let {
3526
3549
  testId = 'icon-wifi',
@@ -3529,7 +3552,7 @@ const IconWifi = forwardRef((_ref, ref) => {
3529
3552
  style,
3530
3553
  variant = 'outline'
3531
3554
  } = _ref,
3532
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
3555
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
3533
3556
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3534
3557
  const styleProps = {
3535
3558
  size: !size && isInsideButton ? 'medium' : size,
@@ -3565,7 +3588,7 @@ const IconWifi = forwardRef((_ref, ref) => {
3565
3588
  });
3566
3589
  IconWifi.displayName = 'IconWifi';
3567
3590
 
3568
- const _excluded$dv = ["testId", "size", "color", "style", "variant"];
3591
+ const _excluded$dw = ["testId", "size", "color", "style", "variant"];
3569
3592
  const IconWifiSlash = forwardRef((_ref, ref) => {
3570
3593
  let {
3571
3594
  testId = 'icon-wifi-slash',
@@ -3574,7 +3597,7 @@ const IconWifiSlash = forwardRef((_ref, ref) => {
3574
3597
  style,
3575
3598
  variant = 'outline'
3576
3599
  } = _ref,
3577
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
3600
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
3578
3601
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3579
3602
  const styleProps = {
3580
3603
  size: !size && isInsideButton ? 'medium' : size,
@@ -3610,7 +3633,7 @@ const IconWifiSlash = forwardRef((_ref, ref) => {
3610
3633
  });
3611
3634
  IconWifiSlash.displayName = 'IconWifiSlash';
3612
3635
 
3613
- const _excluded$du = ["testId", "size", "color", "style", "variant"];
3636
+ const _excluded$dv = ["testId", "size", "color", "style", "variant"];
3614
3637
  const IconBarsH = forwardRef((_ref, ref) => {
3615
3638
  let {
3616
3639
  testId = 'icon-bars-h',
@@ -3619,7 +3642,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
3619
3642
  style,
3620
3643
  variant = 'outline'
3621
3644
  } = _ref,
3622
- props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
3645
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
3623
3646
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3624
3647
  const styleProps = {
3625
3648
  size: !size && isInsideButton ? 'medium' : size,
@@ -3657,7 +3680,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
3657
3680
  });
3658
3681
  IconBarsH.displayName = 'IconBarsH';
3659
3682
 
3660
- const _excluded$dt = ["testId", "size", "color", "style", "variant"];
3683
+ const _excluded$du = ["testId", "size", "color", "style", "variant"];
3661
3684
  const IconBold = forwardRef((_ref, ref) => {
3662
3685
  let {
3663
3686
  testId = 'icon-bold',
@@ -3666,7 +3689,7 @@ const IconBold = forwardRef((_ref, ref) => {
3666
3689
  style,
3667
3690
  variant = 'outline'
3668
3691
  } = _ref,
3669
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
3692
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
3670
3693
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3671
3694
  const styleProps = {
3672
3695
  size: !size && isInsideButton ? 'medium' : size,
@@ -3702,7 +3725,7 @@ const IconBold = forwardRef((_ref, ref) => {
3702
3725
  });
3703
3726
  IconBold.displayName = 'IconBold';
3704
3727
 
3705
- const _excluded$ds = ["testId", "size", "color", "style", "variant"];
3728
+ const _excluded$dt = ["testId", "size", "color", "style", "variant"];
3706
3729
  const IconCheckCircle = forwardRef((_ref, ref) => {
3707
3730
  let {
3708
3731
  testId = 'icon-check-circle',
@@ -3711,6 +3734,51 @@ const IconCheckCircle = forwardRef((_ref, ref) => {
3711
3734
  style,
3712
3735
  variant = 'outline'
3713
3736
  } = _ref,
3737
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
3738
+ const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3739
+ const styleProps = {
3740
+ size: !size && isInsideButton ? 'medium' : size,
3741
+ color,
3742
+ style
3743
+ };
3744
+ if (variant === 'solid') {
3745
+ return React__default.createElement("svg", _extends({
3746
+ style: getIconStyles(styleProps),
3747
+ "data-testid": testId,
3748
+ ref: ref
3749
+ }, props, {
3750
+ xmlns: "http://www.w3.org/2000/svg",
3751
+ fill: "none",
3752
+ viewBox: "0 0 24 25"
3753
+ }), React__default.createElement("path", {
3754
+ fill: "currentColor",
3755
+ d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm5.531-17.17a1.124 1.124 0 0 0-1.57.248l-5.597 7.697-2.442-2.442a1.125 1.125 0 0 0-1.59 1.59l3.376 3.374c.234.234.553.351.881.328.328-.023.628-.192.82-.46L17.78 8.4a1.124 1.124 0 0 0-.248-1.57Z"
3756
+ }));
3757
+ }
3758
+ return React__default.createElement("svg", _extends({
3759
+ style: getIconStyles(styleProps),
3760
+ "data-testid": testId,
3761
+ ref: ref
3762
+ }, props, {
3763
+ xmlns: "http://www.w3.org/2000/svg",
3764
+ fill: "none",
3765
+ viewBox: "0 0 24 25"
3766
+ }), React__default.createElement("path", {
3767
+ fill: "currentColor",
3768
+ d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm0-22.5C6.202 1.5 1.5 6.202 1.5 12S6.202 22.5 12 22.5 22.5 17.798 22.5 12 17.798 1.5 12 1.5Zm3.895 6.31a.75.75 0 0 1 1.21.88l-6 8.25a.738.738 0 0 1-.549.305.762.762 0 0 1-.59-.215l-3-3a.753.753 0 0 1 0-1.06.753.753 0 0 1 1.059 0l2.377 2.377 5.484-7.538h.01Z"
3769
+ }));
3770
+ });
3771
+ IconCheckCircle.displayName = 'IconCheckCircle';
3772
+
3773
+ const _excluded$ds = ["testId", "size", "color", "style", "variant"];
3774
+ const IconCog = forwardRef((_ref, ref) => {
3775
+ let {
3776
+ testId = 'icon-cog',
3777
+ size,
3778
+ color,
3779
+ style,
3780
+ variant = 'outline'
3781
+ } = _ref,
3714
3782
  props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
3715
3783
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3716
3784
  const styleProps = {
@@ -3718,51 +3786,6 @@ const IconCheckCircle = forwardRef((_ref, ref) => {
3718
3786
  color,
3719
3787
  style
3720
3788
  };
3721
- if (variant === 'solid') {
3722
- return React__default.createElement("svg", _extends({
3723
- style: getIconStyles(styleProps),
3724
- "data-testid": testId,
3725
- ref: ref
3726
- }, props, {
3727
- xmlns: "http://www.w3.org/2000/svg",
3728
- fill: "none",
3729
- viewBox: "0 0 24 25"
3730
- }), React__default.createElement("path", {
3731
- fill: "currentColor",
3732
- d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm5.531-17.17a1.124 1.124 0 0 0-1.57.248l-5.597 7.697-2.442-2.442a1.125 1.125 0 0 0-1.59 1.59l3.376 3.374c.234.234.553.351.881.328.328-.023.628-.192.82-.46L17.78 8.4a1.124 1.124 0 0 0-.248-1.57Z"
3733
- }));
3734
- }
3735
- return React__default.createElement("svg", _extends({
3736
- style: getIconStyles(styleProps),
3737
- "data-testid": testId,
3738
- ref: ref
3739
- }, props, {
3740
- xmlns: "http://www.w3.org/2000/svg",
3741
- fill: "none",
3742
- viewBox: "0 0 24 25"
3743
- }), React__default.createElement("path", {
3744
- fill: "currentColor",
3745
- d: "M12 24C5.372 24 0 18.628 0 12S5.372 0 12 0s12 5.372 12 12-5.372 12-12 12Zm0-22.5C6.202 1.5 1.5 6.202 1.5 12S6.202 22.5 12 22.5 22.5 17.798 22.5 12 17.798 1.5 12 1.5Zm3.895 6.31a.75.75 0 0 1 1.21.88l-6 8.25a.738.738 0 0 1-.549.305.762.762 0 0 1-.59-.215l-3-3a.753.753 0 0 1 0-1.06.753.753 0 0 1 1.059 0l2.377 2.377 5.484-7.538h.01Z"
3746
- }));
3747
- });
3748
- IconCheckCircle.displayName = 'IconCheckCircle';
3749
-
3750
- const _excluded$dr = ["testId", "size", "color", "style", "variant"];
3751
- const IconCog = forwardRef((_ref, ref) => {
3752
- let {
3753
- testId = 'icon-cog',
3754
- size,
3755
- color,
3756
- style,
3757
- variant = 'outline'
3758
- } = _ref,
3759
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
3760
- const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3761
- const styleProps = {
3762
- size: !size && isInsideButton ? 'medium' : size,
3763
- color,
3764
- style
3765
- };
3766
3789
  if (variant === 'solid') {
3767
3790
  return React__default.createElement("svg", _extends({
3768
3791
  style: getIconStyles(styleProps),
@@ -3806,7 +3829,7 @@ const IconCog = forwardRef((_ref, ref) => {
3806
3829
  });
3807
3830
  IconCog.displayName = 'IconCog';
3808
3831
 
3809
- const _excluded$dq = ["testId", "size", "color", "style", "variant"];
3832
+ const _excluded$dr = ["testId", "size", "color", "style", "variant"];
3810
3833
  const IconCopy = forwardRef((_ref, ref) => {
3811
3834
  let {
3812
3835
  testId = 'icon-copy',
@@ -3815,7 +3838,7 @@ const IconCopy = forwardRef((_ref, ref) => {
3815
3838
  style,
3816
3839
  variant = 'outline'
3817
3840
  } = _ref,
3818
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
3841
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
3819
3842
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3820
3843
  const styleProps = {
3821
3844
  size: !size && isInsideButton ? 'medium' : size,
@@ -3865,7 +3888,7 @@ const IconCopy = forwardRef((_ref, ref) => {
3865
3888
  });
3866
3889
  IconCopy.displayName = 'IconCopy';
3867
3890
 
3868
- const _excluded$dp = ["testId", "size", "color", "style", "variant"];
3891
+ const _excluded$dq = ["testId", "size", "color", "style", "variant"];
3869
3892
  const IconEdit = forwardRef((_ref, ref) => {
3870
3893
  let {
3871
3894
  testId = 'icon-edit',
@@ -3874,7 +3897,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3874
3897
  style,
3875
3898
  variant = 'outline'
3876
3899
  } = _ref,
3877
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
3900
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
3878
3901
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3879
3902
  const styleProps = {
3880
3903
  size: !size && isInsideButton ? 'medium' : size,
@@ -3910,7 +3933,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3910
3933
  });
3911
3934
  IconEdit.displayName = 'IconEdit';
3912
3935
 
3913
- const _excluded$do = ["testId", "size", "color", "style", "variant"];
3936
+ const _excluded$dp = ["testId", "size", "color", "style", "variant"];
3914
3937
  const IconEllipsis = forwardRef((_ref, ref) => {
3915
3938
  let {
3916
3939
  testId = 'icon-ellipsis',
@@ -3919,7 +3942,7 @@ const IconEllipsis = forwardRef((_ref, ref) => {
3919
3942
  style,
3920
3943
  variant = 'outline'
3921
3944
  } = _ref,
3922
- props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
3945
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
3923
3946
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3924
3947
  const styleProps = {
3925
3948
  size: !size && isInsideButton ? 'medium' : size,
@@ -3957,7 +3980,7 @@ const IconEllipsis = forwardRef((_ref, ref) => {
3957
3980
  });
3958
3981
  IconEllipsis.displayName = 'IconEllipsis';
3959
3982
 
3960
- const _excluded$dn = ["testId", "size", "color", "style", "variant"];
3983
+ const _excluded$do = ["testId", "size", "color", "style", "variant"];
3961
3984
  const IconEllipsisV = forwardRef((_ref, ref) => {
3962
3985
  let {
3963
3986
  testId = 'icon-ellipsis-v',
@@ -3966,7 +3989,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3966
3989
  style,
3967
3990
  variant = 'outline'
3968
3991
  } = _ref,
3969
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
3992
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
3970
3993
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3971
3994
  const styleProps = {
3972
3995
  size: !size && isInsideButton ? 'medium' : size,
@@ -4004,7 +4027,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
4004
4027
  });
4005
4028
  IconEllipsisV.displayName = 'IconEllipsisV';
4006
4029
 
4007
- const _excluded$dm = ["testId", "size", "color", "style", "variant"];
4030
+ const _excluded$dn = ["testId", "size", "color", "style", "variant"];
4008
4031
  const IconExternalLink = forwardRef((_ref, ref) => {
4009
4032
  let {
4010
4033
  testId = 'icon-external-link',
@@ -4013,7 +4036,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
4013
4036
  style,
4014
4037
  variant = 'outline'
4015
4038
  } = _ref,
4016
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
4039
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
4017
4040
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4018
4041
  const styleProps = {
4019
4042
  size: !size && isInsideButton ? 'medium' : size,
@@ -4051,7 +4074,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
4051
4074
  });
4052
4075
  IconExternalLink.displayName = 'IconExternalLink';
4053
4076
 
4054
- const _excluded$dl = ["testId", "size", "color", "style", "variant"];
4077
+ const _excluded$dm = ["testId", "size", "color", "style", "variant"];
4055
4078
  const IconEye = forwardRef((_ref, ref) => {
4056
4079
  let {
4057
4080
  testId = 'icon-eye',
@@ -4060,7 +4083,7 @@ const IconEye = forwardRef((_ref, ref) => {
4060
4083
  style,
4061
4084
  variant = 'outline'
4062
4085
  } = _ref,
4063
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
4086
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
4064
4087
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4065
4088
  const styleProps = {
4066
4089
  size: !size && isInsideButton ? 'medium' : size,
@@ -4096,7 +4119,7 @@ const IconEye = forwardRef((_ref, ref) => {
4096
4119
  });
4097
4120
  IconEye.displayName = 'IconEye';
4098
4121
 
4099
- const _excluded$dk = ["testId", "size", "color", "style", "variant"];
4122
+ const _excluded$dl = ["testId", "size", "color", "style", "variant"];
4100
4123
  const IconEyeSlash = forwardRef((_ref, ref) => {
4101
4124
  let {
4102
4125
  testId = 'icon-eye-slash',
@@ -4105,7 +4128,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
4105
4128
  style,
4106
4129
  variant = 'outline'
4107
4130
  } = _ref,
4108
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
4131
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
4109
4132
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4110
4133
  const styleProps = {
4111
4134
  size: !size && isInsideButton ? 'medium' : size,
@@ -4155,7 +4178,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
4155
4178
  });
4156
4179
  IconEyeSlash.displayName = 'IconEyeSlash';
4157
4180
 
4158
- const _excluded$dj = ["testId", "size", "color", "style", "variant"];
4181
+ const _excluded$dk = ["testId", "size", "color", "style", "variant"];
4159
4182
  const IconFile = forwardRef((_ref, ref) => {
4160
4183
  let {
4161
4184
  testId = 'icon-file',
@@ -4164,7 +4187,7 @@ const IconFile = forwardRef((_ref, ref) => {
4164
4187
  style,
4165
4188
  variant = 'outline'
4166
4189
  } = _ref,
4167
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
4190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
4168
4191
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4169
4192
  const styleProps = {
4170
4193
  size: !size && isInsideButton ? 'medium' : size,
@@ -4214,7 +4237,7 @@ const IconFile = forwardRef((_ref, ref) => {
4214
4237
  });
4215
4238
  IconFile.displayName = 'IconFile';
4216
4239
 
4217
- const _excluded$di = ["testId", "size", "color", "style", "variant"];
4240
+ const _excluded$dj = ["testId", "size", "color", "style", "variant"];
4218
4241
  const IconGripVertical = forwardRef((_ref, ref) => {
4219
4242
  let {
4220
4243
  testId = 'icon-grip-vertical',
@@ -4223,7 +4246,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
4223
4246
  style,
4224
4247
  variant = 'outline'
4225
4248
  } = _ref,
4226
- props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
4249
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
4227
4250
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4228
4251
  const styleProps = {
4229
4252
  size: !size && isInsideButton ? 'medium' : size,
@@ -4259,7 +4282,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
4259
4282
  });
4260
4283
  IconGripVertical.displayName = 'IconGripVertical';
4261
4284
 
4262
- const _excluded$dh = ["testId", "size", "color", "style", "variant"];
4285
+ const _excluded$di = ["testId", "size", "color", "style", "variant"];
4263
4286
  const IconHouse = forwardRef((_ref, ref) => {
4264
4287
  let {
4265
4288
  testId = 'icon-house',
@@ -4268,7 +4291,7 @@ const IconHouse = forwardRef((_ref, ref) => {
4268
4291
  style,
4269
4292
  variant = 'outline'
4270
4293
  } = _ref,
4271
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
4294
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
4272
4295
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4273
4296
  const styleProps = {
4274
4297
  size: !size && isInsideButton ? 'medium' : size,
@@ -4304,7 +4327,7 @@ const IconHouse = forwardRef((_ref, ref) => {
4304
4327
  });
4305
4328
  IconHouse.displayName = 'IconHouse';
4306
4329
 
4307
- const _excluded$dg = ["testId", "size", "color", "style", "variant"];
4330
+ const _excluded$dh = ["testId", "size", "color", "style", "variant"];
4308
4331
  const IconImage = forwardRef((_ref, ref) => {
4309
4332
  let {
4310
4333
  testId = 'icon-image',
@@ -4313,7 +4336,7 @@ const IconImage = forwardRef((_ref, ref) => {
4313
4336
  style,
4314
4337
  variant = 'outline'
4315
4338
  } = _ref,
4316
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
4339
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
4317
4340
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4318
4341
  const styleProps = {
4319
4342
  size: !size && isInsideButton ? 'medium' : size,
@@ -4349,7 +4372,7 @@ const IconImage = forwardRef((_ref, ref) => {
4349
4372
  });
4350
4373
  IconImage.displayName = 'IconImage';
4351
4374
 
4352
- const _excluded$df = ["testId", "size", "color", "style", "variant"];
4375
+ const _excluded$dg = ["testId", "size", "color", "style", "variant"];
4353
4376
  const IconItalic = forwardRef((_ref, ref) => {
4354
4377
  let {
4355
4378
  testId = 'icon-italic',
@@ -4358,7 +4381,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4358
4381
  style,
4359
4382
  variant = 'outline'
4360
4383
  } = _ref,
4361
- props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
4384
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
4362
4385
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4363
4386
  const styleProps = {
4364
4387
  size: !size && isInsideButton ? 'medium' : size,
@@ -4394,7 +4417,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4394
4417
  });
4395
4418
  IconItalic.displayName = 'IconItalic';
4396
4419
 
4397
- const _excluded$de = ["testId", "size", "color", "style", "variant"];
4420
+ const _excluded$df = ["testId", "size", "color", "style", "variant"];
4398
4421
  const IconLink = forwardRef((_ref, ref) => {
4399
4422
  let {
4400
4423
  testId = 'icon-link',
@@ -4403,7 +4426,7 @@ const IconLink = forwardRef((_ref, ref) => {
4403
4426
  style,
4404
4427
  variant = 'outline'
4405
4428
  } = _ref,
4406
- props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
4429
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
4407
4430
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4408
4431
  const styleProps = {
4409
4432
  size: !size && isInsideButton ? 'medium' : size,
@@ -4439,7 +4462,7 @@ const IconLink = forwardRef((_ref, ref) => {
4439
4462
  });
4440
4463
  IconLink.displayName = 'IconLink';
4441
4464
 
4442
- const _excluded$dd = ["testId", "size", "color", "style", "variant"];
4465
+ const _excluded$de = ["testId", "size", "color", "style", "variant"];
4443
4466
  const IconList = forwardRef((_ref, ref) => {
4444
4467
  let {
4445
4468
  testId = 'icon-list',
@@ -4448,7 +4471,7 @@ const IconList = forwardRef((_ref, ref) => {
4448
4471
  style,
4449
4472
  variant = 'outline'
4450
4473
  } = _ref,
4451
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
4474
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
4452
4475
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4453
4476
  const styleProps = {
4454
4477
  size: !size && isInsideButton ? 'medium' : size,
@@ -4491,7 +4514,7 @@ const IconList = forwardRef((_ref, ref) => {
4491
4514
  });
4492
4515
  IconList.displayName = 'IconList';
4493
4516
 
4494
- const _excluded$dc = ["testId", "size", "color", "style", "variant"];
4517
+ const _excluded$dd = ["testId", "size", "color", "style", "variant"];
4495
4518
  const IconListOl = forwardRef((_ref, ref) => {
4496
4519
  let {
4497
4520
  testId = 'icon-list-ol',
@@ -4500,7 +4523,7 @@ const IconListOl = forwardRef((_ref, ref) => {
4500
4523
  style,
4501
4524
  variant = 'outline'
4502
4525
  } = _ref,
4503
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
4526
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
4504
4527
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4505
4528
  const styleProps = {
4506
4529
  size: !size && isInsideButton ? 'medium' : size,
@@ -4536,7 +4559,7 @@ const IconListOl = forwardRef((_ref, ref) => {
4536
4559
  });
4537
4560
  IconListOl.displayName = 'IconListOl';
4538
4561
 
4539
- const _excluded$db = ["testId", "size", "color", "style", "variant"];
4562
+ const _excluded$dc = ["testId", "size", "color", "style", "variant"];
4540
4563
  const IconLock = forwardRef((_ref, ref) => {
4541
4564
  let {
4542
4565
  testId = 'icon-lock',
@@ -4545,7 +4568,7 @@ const IconLock = forwardRef((_ref, ref) => {
4545
4568
  style,
4546
4569
  variant = 'outline'
4547
4570
  } = _ref,
4548
- props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
4571
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
4549
4572
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4550
4573
  const styleProps = {
4551
4574
  size: !size && isInsideButton ? 'medium' : size,
@@ -4581,7 +4604,7 @@ const IconLock = forwardRef((_ref, ref) => {
4581
4604
  });
4582
4605
  IconLock.displayName = 'IconLock';
4583
4606
 
4584
- const _excluded$da = ["testId", "size", "color", "style", "variant"];
4607
+ const _excluded$db = ["testId", "size", "color", "style", "variant"];
4585
4608
  const IconMemoMagnifyingGlass = forwardRef((_ref, ref) => {
4586
4609
  let {
4587
4610
  testId = 'icon-memo-magnifying-glass',
@@ -4590,7 +4613,7 @@ const IconMemoMagnifyingGlass = forwardRef((_ref, ref) => {
4590
4613
  style,
4591
4614
  variant = 'outline'
4592
4615
  } = _ref,
4593
- props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
4616
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
4594
4617
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4595
4618
  const styleProps = {
4596
4619
  size: !size && isInsideButton ? 'medium' : size,
@@ -4633,7 +4656,7 @@ const IconMemoMagnifyingGlass = forwardRef((_ref, ref) => {
4633
4656
  });
4634
4657
  IconMemoMagnifyingGlass.displayName = 'IconMemoMagnifyingGlass';
4635
4658
 
4636
- const _excluded$d9 = ["testId", "size", "color", "style", "variant"];
4659
+ const _excluded$da = ["testId", "size", "color", "style", "variant"];
4637
4660
  const IconMinus = forwardRef((_ref, ref) => {
4638
4661
  let {
4639
4662
  testId = 'icon-minus',
@@ -4642,7 +4665,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4642
4665
  style,
4643
4666
  variant = 'outline'
4644
4667
  } = _ref,
4645
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
4668
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
4646
4669
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4647
4670
  const styleProps = {
4648
4671
  size: !size && isInsideButton ? 'medium' : size,
@@ -4678,7 +4701,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4678
4701
  });
4679
4702
  IconMinus.displayName = 'IconMinus';
4680
4703
 
4681
- const _excluded$d8 = ["testId", "size", "color", "style", "variant"];
4704
+ const _excluded$d9 = ["testId", "size", "color", "style", "variant"];
4682
4705
  const IconMinusCircle = forwardRef((_ref, ref) => {
4683
4706
  let {
4684
4707
  testId = 'icon-minus-circle',
@@ -4687,7 +4710,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4687
4710
  style,
4688
4711
  variant = 'outline'
4689
4712
  } = _ref,
4690
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
4713
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
4691
4714
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4692
4715
  const styleProps = {
4693
4716
  size: !size && isInsideButton ? 'medium' : size,
@@ -4737,7 +4760,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4737
4760
  });
4738
4761
  IconMinusCircle.displayName = 'IconMinusCircle';
4739
4762
 
4740
- const _excluded$d7 = ["testId", "size", "color", "style", "variant"];
4763
+ const _excluded$d8 = ["testId", "size", "color", "style", "variant"];
4741
4764
  const IconPaperPlane = forwardRef((_ref, ref) => {
4742
4765
  let {
4743
4766
  testId = 'icon-paper-plane',
@@ -4746,7 +4769,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4746
4769
  style,
4747
4770
  variant = 'outline'
4748
4771
  } = _ref,
4749
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
4772
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
4750
4773
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4751
4774
  const styleProps = {
4752
4775
  size: !size && isInsideButton ? 'medium' : size,
@@ -4784,7 +4807,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4784
4807
  });
4785
4808
  IconPaperPlane.displayName = 'IconPaperPlane';
4786
4809
 
4787
- const _excluded$d6 = ["testId", "size", "color", "style", "variant"];
4810
+ const _excluded$d7 = ["testId", "size", "color", "style", "variant"];
4788
4811
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4789
4812
  let {
4790
4813
  testId = 'icon-paper-plane-clock',
@@ -4793,7 +4816,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4793
4816
  style,
4794
4817
  variant = 'outline'
4795
4818
  } = _ref,
4796
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
4819
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
4797
4820
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4798
4821
  const styleProps = {
4799
4822
  size: !size && isInsideButton ? 'medium' : size,
@@ -4840,7 +4863,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4840
4863
  });
4841
4864
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4842
4865
 
4843
- const _excluded$d5 = ["testId", "size", "color", "style", "variant"];
4866
+ const _excluded$d6 = ["testId", "size", "color", "style", "variant"];
4844
4867
  const IconPaperclip = forwardRef((_ref, ref) => {
4845
4868
  let {
4846
4869
  testId = 'icon-paperclip',
@@ -4849,7 +4872,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4849
4872
  style,
4850
4873
  variant = 'outline'
4851
4874
  } = _ref,
4852
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
4875
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
4853
4876
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4854
4877
  const styleProps = {
4855
4878
  size: !size && isInsideButton ? 'medium' : size,
@@ -4892,7 +4915,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4892
4915
  });
4893
4916
  IconPaperclip.displayName = 'IconPaperclip';
4894
4917
 
4895
- const _excluded$d4 = ["testId", "size", "color", "style", "variant"];
4918
+ const _excluded$d5 = ["testId", "size", "color", "style", "variant"];
4896
4919
  const IconPencil = forwardRef((_ref, ref) => {
4897
4920
  let {
4898
4921
  testId = 'icon-pencil',
@@ -4901,7 +4924,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4901
4924
  style,
4902
4925
  variant = 'outline'
4903
4926
  } = _ref,
4904
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
4927
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
4905
4928
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4906
4929
  const styleProps = {
4907
4930
  size: !size && isInsideButton ? 'medium' : size,
@@ -4939,7 +4962,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4939
4962
  });
4940
4963
  IconPencil.displayName = 'IconPencil';
4941
4964
 
4942
- const _excluded$d3 = ["testId", "size", "color", "style", "variant"];
4965
+ const _excluded$d4 = ["testId", "size", "color", "style", "variant"];
4943
4966
  const IconPlus = forwardRef((_ref, ref) => {
4944
4967
  let {
4945
4968
  testId = 'icon-plus',
@@ -4948,7 +4971,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4948
4971
  style,
4949
4972
  variant = 'outline'
4950
4973
  } = _ref,
4951
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
4974
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
4952
4975
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4953
4976
  const styleProps = {
4954
4977
  size: !size && isInsideButton ? 'medium' : size,
@@ -4984,7 +5007,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4984
5007
  });
4985
5008
  IconPlus.displayName = 'IconPlus';
4986
5009
 
4987
- const _excluded$d2 = ["testId", "size", "color", "style", "variant"];
5010
+ const _excluded$d3 = ["testId", "size", "color", "style", "variant"];
4988
5011
  const IconPrint = forwardRef((_ref, ref) => {
4989
5012
  let {
4990
5013
  testId = 'icon-print',
@@ -4993,7 +5016,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4993
5016
  style,
4994
5017
  variant = 'outline'
4995
5018
  } = _ref,
4996
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
5019
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
4997
5020
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4998
5021
  const styleProps = {
4999
5022
  size: !size && isInsideButton ? 'medium' : size,
@@ -5031,7 +5054,7 @@ const IconPrint = forwardRef((_ref, ref) => {
5031
5054
  });
5032
5055
  IconPrint.displayName = 'IconPrint';
5033
5056
 
5034
- const _excluded$d1 = ["testId", "size", "color", "style", "variant"];
5057
+ const _excluded$d2 = ["testId", "size", "color", "style", "variant"];
5035
5058
  const IconSearch = forwardRef((_ref, ref) => {
5036
5059
  let {
5037
5060
  testId = 'icon-search',
@@ -5040,7 +5063,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5040
5063
  style,
5041
5064
  variant = 'outline'
5042
5065
  } = _ref,
5043
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
5066
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
5044
5067
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5045
5068
  const styleProps = {
5046
5069
  size: !size && isInsideButton ? 'medium' : size,
@@ -5076,7 +5099,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5076
5099
  });
5077
5100
  IconSearch.displayName = 'IconSearch';
5078
5101
 
5079
- const _excluded$d0 = ["testId", "size", "color", "style", "variant"];
5102
+ const _excluded$d1 = ["testId", "size", "color", "style", "variant"];
5080
5103
  const IconSignIn = forwardRef((_ref, ref) => {
5081
5104
  let {
5082
5105
  testId = 'icon-sign-in',
@@ -5085,7 +5108,7 @@ const IconSignIn = forwardRef((_ref, ref) => {
5085
5108
  style,
5086
5109
  variant = 'outline'
5087
5110
  } = _ref,
5088
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
5111
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
5089
5112
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5090
5113
  const styleProps = {
5091
5114
  size: !size && isInsideButton ? 'medium' : size,
@@ -5121,7 +5144,7 @@ const IconSignIn = forwardRef((_ref, ref) => {
5121
5144
  });
5122
5145
  IconSignIn.displayName = 'IconSignIn';
5123
5146
 
5124
- const _excluded$c$ = ["testId", "size", "color", "style", "variant"];
5147
+ const _excluded$d0 = ["testId", "size", "color", "style", "variant"];
5125
5148
  const IconSignOut = forwardRef((_ref, ref) => {
5126
5149
  let {
5127
5150
  testId = 'icon-sign-out',
@@ -5130,7 +5153,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5130
5153
  style,
5131
5154
  variant = 'outline'
5132
5155
  } = _ref,
5133
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
5156
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
5134
5157
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5135
5158
  const styleProps = {
5136
5159
  size: !size && isInsideButton ? 'medium' : size,
@@ -5166,7 +5189,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5166
5189
  });
5167
5190
  IconSignOut.displayName = 'IconSignOut';
5168
5191
 
5169
- const _excluded$c_ = ["testId", "size", "color", "style", "variant"];
5192
+ const _excluded$c$ = ["testId", "size", "color", "style", "variant"];
5170
5193
  const IconSlidersH = forwardRef((_ref, ref) => {
5171
5194
  let {
5172
5195
  testId = 'icon-sliders-h',
@@ -5175,7 +5198,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5175
5198
  style,
5176
5199
  variant = 'outline'
5177
5200
  } = _ref,
5178
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
5201
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
5179
5202
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5180
5203
  const styleProps = {
5181
5204
  size: !size && isInsideButton ? 'medium' : size,
@@ -5211,7 +5234,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5211
5234
  });
5212
5235
  IconSlidersH.displayName = 'IconSlidersH';
5213
5236
 
5214
- const _excluded$cZ = ["testId", "size", "color", "style", "variant"];
5237
+ const _excluded$c_ = ["testId", "size", "color", "style", "variant"];
5215
5238
  const IconSortChevron = forwardRef((_ref, ref) => {
5216
5239
  let {
5217
5240
  testId = 'icon-sort-chevron',
@@ -5220,7 +5243,7 @@ const IconSortChevron = forwardRef((_ref, ref) => {
5220
5243
  style,
5221
5244
  variant = 'outline'
5222
5245
  } = _ref,
5223
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
5246
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
5224
5247
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5225
5248
  const styleProps = {
5226
5249
  size: !size && isInsideButton ? 'medium' : size,
@@ -5256,7 +5279,7 @@ const IconSortChevron = forwardRef((_ref, ref) => {
5256
5279
  });
5257
5280
  IconSortChevron.displayName = 'IconSortChevron';
5258
5281
 
5259
- const _excluded$cY = ["testId", "size", "color", "style", "variant"];
5282
+ const _excluded$cZ = ["testId", "size", "color", "style", "variant"];
5260
5283
  const IconSortChevronDown = forwardRef((_ref, ref) => {
5261
5284
  let {
5262
5285
  testId = 'icon-sort-chevron-down',
@@ -5265,7 +5288,7 @@ const IconSortChevronDown = forwardRef((_ref, ref) => {
5265
5288
  style,
5266
5289
  variant = 'outline'
5267
5290
  } = _ref,
5268
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
5291
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
5269
5292
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5270
5293
  const styleProps = {
5271
5294
  size: !size && isInsideButton ? 'medium' : size,
@@ -5301,7 +5324,7 @@ const IconSortChevronDown = forwardRef((_ref, ref) => {
5301
5324
  });
5302
5325
  IconSortChevronDown.displayName = 'IconSortChevronDown';
5303
5326
 
5304
- const _excluded$cX = ["testId", "size", "color", "style", "variant"];
5327
+ const _excluded$cY = ["testId", "size", "color", "style", "variant"];
5305
5328
  const IconSortChevronUp = forwardRef((_ref, ref) => {
5306
5329
  let {
5307
5330
  testId = 'icon-sort-chevron-up',
@@ -5310,7 +5333,7 @@ const IconSortChevronUp = forwardRef((_ref, ref) => {
5310
5333
  style,
5311
5334
  variant = 'outline'
5312
5335
  } = _ref,
5313
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
5336
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
5314
5337
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5315
5338
  const styleProps = {
5316
5339
  size: !size && isInsideButton ? 'medium' : size,
@@ -5346,7 +5369,7 @@ const IconSortChevronUp = forwardRef((_ref, ref) => {
5346
5369
  });
5347
5370
  IconSortChevronUp.displayName = 'IconSortChevronUp';
5348
5371
 
5349
- const _excluded$cW = ["testId", "size", "color", "style", "variant"];
5372
+ const _excluded$cX = ["testId", "size", "color", "style", "variant"];
5350
5373
  const IconStrikethrough = forwardRef((_ref, ref) => {
5351
5374
  let {
5352
5375
  testId = 'icon-strikethrough',
@@ -5355,7 +5378,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5355
5378
  style,
5356
5379
  variant = 'outline'
5357
5380
  } = _ref,
5358
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
5381
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
5359
5382
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5360
5383
  const styleProps = {
5361
5384
  size: !size && isInsideButton ? 'medium' : size,
@@ -5391,7 +5414,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5391
5414
  });
5392
5415
  IconStrikethrough.displayName = 'IconStrikethrough';
5393
5416
 
5394
- const _excluded$cV = ["testId", "size", "color", "style", "variant"];
5417
+ const _excluded$cW = ["testId", "size", "color", "style", "variant"];
5395
5418
  const IconTimes = forwardRef((_ref, ref) => {
5396
5419
  let {
5397
5420
  testId = 'icon-times',
@@ -5400,7 +5423,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5400
5423
  style,
5401
5424
  variant = 'outline'
5402
5425
  } = _ref,
5403
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
5426
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
5404
5427
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5405
5428
  const styleProps = {
5406
5429
  size: !size && isInsideButton ? 'medium' : size,
@@ -5436,7 +5459,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5436
5459
  });
5437
5460
  IconTimes.displayName = 'IconTimes';
5438
5461
 
5439
- const _excluded$cU = ["testId", "size", "color", "style", "variant"];
5462
+ const _excluded$cV = ["testId", "size", "color", "style", "variant"];
5440
5463
  const IconTrash = forwardRef((_ref, ref) => {
5441
5464
  let {
5442
5465
  testId = 'icon-trash',
@@ -5445,7 +5468,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5445
5468
  style,
5446
5469
  variant = 'outline'
5447
5470
  } = _ref,
5448
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
5471
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
5449
5472
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5450
5473
  const styleProps = {
5451
5474
  size: !size && isInsideButton ? 'medium' : size,
@@ -5483,7 +5506,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5483
5506
  });
5484
5507
  IconTrash.displayName = 'IconTrash';
5485
5508
 
5486
- const _excluded$cT = ["testId", "size", "color", "style", "variant"];
5509
+ const _excluded$cU = ["testId", "size", "color", "style", "variant"];
5487
5510
  const IconUnderline = forwardRef((_ref, ref) => {
5488
5511
  let {
5489
5512
  testId = 'icon-underline',
@@ -5492,7 +5515,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5492
5515
  style,
5493
5516
  variant = 'outline'
5494
5517
  } = _ref,
5495
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
5518
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
5496
5519
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5497
5520
  const styleProps = {
5498
5521
  size: !size && isInsideButton ? 'medium' : size,
@@ -5535,7 +5558,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5535
5558
  });
5536
5559
  IconUnderline.displayName = 'IconUnderline';
5537
5560
 
5538
- const _excluded$cS = ["testId", "size", "color", "style", "variant"];
5561
+ const _excluded$cT = ["testId", "size", "color", "style", "variant"];
5539
5562
  const IconUnlock = forwardRef((_ref, ref) => {
5540
5563
  let {
5541
5564
  testId = 'icon-unlock',
@@ -5544,7 +5567,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5544
5567
  style,
5545
5568
  variant = 'outline'
5546
5569
  } = _ref,
5547
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
5570
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
5548
5571
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5549
5572
  const styleProps = {
5550
5573
  size: !size && isInsideButton ? 'medium' : size,
@@ -5594,7 +5617,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5594
5617
  });
5595
5618
  IconUnlock.displayName = 'IconUnlock';
5596
5619
 
5597
- const _excluded$cR = ["testId", "size", "color", "style", "variant"];
5620
+ const _excluded$cS = ["testId", "size", "color", "style", "variant"];
5598
5621
  const IconVolume = forwardRef((_ref, ref) => {
5599
5622
  let {
5600
5623
  testId = 'icon-volume',
@@ -5603,7 +5626,7 @@ const IconVolume = forwardRef((_ref, ref) => {
5603
5626
  style,
5604
5627
  variant = 'outline'
5605
5628
  } = _ref,
5606
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
5629
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
5607
5630
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5608
5631
  const styleProps = {
5609
5632
  size: !size && isInsideButton ? 'medium' : size,
@@ -5639,7 +5662,7 @@ const IconVolume = forwardRef((_ref, ref) => {
5639
5662
  });
5640
5663
  IconVolume.displayName = 'IconVolume';
5641
5664
 
5642
- const _excluded$cQ = ["testId", "size", "color", "style", "variant"];
5665
+ const _excluded$cR = ["testId", "size", "color", "style", "variant"];
5643
5666
  const IconVolumeMute = forwardRef((_ref, ref) => {
5644
5667
  let {
5645
5668
  testId = 'icon-volume-mute',
@@ -5648,7 +5671,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
5648
5671
  style,
5649
5672
  variant = 'outline'
5650
5673
  } = _ref,
5651
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
5674
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
5652
5675
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5653
5676
  const styleProps = {
5654
5677
  size: !size && isInsideButton ? 'medium' : size,
@@ -5691,7 +5714,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
5691
5714
  });
5692
5715
  IconVolumeMute.displayName = 'IconVolumeMute';
5693
5716
 
5694
- const _excluded$cP = ["testId", "size", "color", "style", "variant"];
5717
+ const _excluded$cQ = ["testId", "size", "color", "style", "variant"];
5695
5718
  const IconWrench = forwardRef((_ref, ref) => {
5696
5719
  let {
5697
5720
  testId = 'icon-wrench',
@@ -5700,7 +5723,7 @@ const IconWrench = forwardRef((_ref, ref) => {
5700
5723
  style,
5701
5724
  variant = 'outline'
5702
5725
  } = _ref,
5703
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
5726
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
5704
5727
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5705
5728
  const styleProps = {
5706
5729
  size: !size && isInsideButton ? 'medium' : size,
@@ -5736,7 +5759,7 @@ const IconWrench = forwardRef((_ref, ref) => {
5736
5759
  });
5737
5760
  IconWrench.displayName = 'IconWrench';
5738
5761
 
5739
- const _excluded$cO = ["testId", "size", "color", "style", "variant"];
5762
+ const _excluded$cP = ["testId", "size", "color", "style", "variant"];
5740
5763
  const IconAddressBook = forwardRef((_ref, ref) => {
5741
5764
  let {
5742
5765
  testId = 'icon-address-book',
@@ -5745,7 +5768,7 @@ const IconAddressBook = forwardRef((_ref, ref) => {
5745
5768
  style,
5746
5769
  variant = 'outline'
5747
5770
  } = _ref,
5748
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
5771
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
5749
5772
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5750
5773
  const styleProps = {
5751
5774
  size: !size && isInsideButton ? 'medium' : size,
@@ -5788,7 +5811,7 @@ const IconAddressBook = forwardRef((_ref, ref) => {
5788
5811
  });
5789
5812
  IconAddressBook.displayName = 'IconAddressBook';
5790
5813
 
5791
- const _excluded$cN = ["testId", "size", "color", "style", "variant"];
5814
+ const _excluded$cO = ["testId", "size", "color", "style", "variant"];
5792
5815
  const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
5793
5816
  let {
5794
5817
  testId = 'icon-face-smile-relaxed',
@@ -5797,7 +5820,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
5797
5820
  style,
5798
5821
  variant = 'outline'
5799
5822
  } = _ref,
5800
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
5823
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
5801
5824
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5802
5825
  const styleProps = {
5803
5826
  size: !size && isInsideButton ? 'medium' : size,
@@ -5847,7 +5870,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
5847
5870
  });
5848
5871
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
5849
5872
 
5850
- const _excluded$cM = ["testId", "size", "color", "style", "variant"];
5873
+ const _excluded$cN = ["testId", "size", "color", "style", "variant"];
5851
5874
  const IconFileUser = forwardRef((_ref, ref) => {
5852
5875
  let {
5853
5876
  testId = 'icon-file-user',
@@ -5856,7 +5879,7 @@ const IconFileUser = forwardRef((_ref, ref) => {
5856
5879
  style,
5857
5880
  variant = 'outline'
5858
5881
  } = _ref,
5859
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
5882
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
5860
5883
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5861
5884
  const styleProps = {
5862
5885
  size: !size && isInsideButton ? 'medium' : size,
@@ -5892,7 +5915,7 @@ const IconFileUser = forwardRef((_ref, ref) => {
5892
5915
  });
5893
5916
  IconFileUser.displayName = 'IconFileUser';
5894
5917
 
5895
- const _excluded$cL = ["testId", "size", "color", "style", "variant"];
5918
+ const _excluded$cM = ["testId", "size", "color", "style", "variant"];
5896
5919
  const IconGrinBeam = forwardRef((_ref, ref) => {
5897
5920
  let {
5898
5921
  testId = 'icon-grin-beam',
@@ -5901,7 +5924,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
5901
5924
  style,
5902
5925
  variant = 'outline'
5903
5926
  } = _ref,
5904
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
5927
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
5905
5928
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5906
5929
  const styleProps = {
5907
5930
  size: !size && isInsideButton ? 'medium' : size,
@@ -5951,7 +5974,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
5951
5974
  });
5952
5975
  IconGrinBeam.displayName = 'IconGrinBeam';
5953
5976
 
5954
- const _excluded$cK = ["testId", "size", "color", "style", "variant"];
5977
+ const _excluded$cL = ["testId", "size", "color", "style", "variant"];
5955
5978
  const IconHand = forwardRef((_ref, ref) => {
5956
5979
  let {
5957
5980
  testId = 'icon-hand',
@@ -5960,7 +5983,7 @@ const IconHand = forwardRef((_ref, ref) => {
5960
5983
  style,
5961
5984
  variant = 'outline'
5962
5985
  } = _ref,
5963
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
5986
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
5964
5987
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5965
5988
  const styleProps = {
5966
5989
  size: !size && isInsideButton ? 'medium' : size,
@@ -5996,7 +6019,7 @@ const IconHand = forwardRef((_ref, ref) => {
5996
6019
  });
5997
6020
  IconHand.displayName = 'IconHand';
5998
6021
 
5999
- const _excluded$cJ = ["testId", "size", "color", "style", "variant"];
6022
+ const _excluded$cK = ["testId", "size", "color", "style", "variant"];
6000
6023
  const IconHandPointRight = forwardRef((_ref, ref) => {
6001
6024
  let {
6002
6025
  testId = 'icon-hand-point-right',
@@ -6005,7 +6028,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
6005
6028
  style,
6006
6029
  variant = 'outline'
6007
6030
  } = _ref,
6008
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
6031
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
6009
6032
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6010
6033
  const styleProps = {
6011
6034
  size: !size && isInsideButton ? 'medium' : size,
@@ -6041,7 +6064,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
6041
6064
  });
6042
6065
  IconHandPointRight.displayName = 'IconHandPointRight';
6043
6066
 
6044
- const _excluded$cI = ["testId", "size", "color", "style", "variant"];
6067
+ const _excluded$cJ = ["testId", "size", "color", "style", "variant"];
6045
6068
  const IconHandshake = forwardRef((_ref, ref) => {
6046
6069
  let {
6047
6070
  testId = 'icon-handshake',
@@ -6050,7 +6073,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
6050
6073
  style,
6051
6074
  variant = 'outline'
6052
6075
  } = _ref,
6053
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
6076
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
6054
6077
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6055
6078
  const styleProps = {
6056
6079
  size: !size && isInsideButton ? 'medium' : size,
@@ -6100,7 +6123,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
6100
6123
  });
6101
6124
  IconHandshake.displayName = 'IconHandshake';
6102
6125
 
6103
- const _excluded$cH = ["testId", "size", "color", "style", "variant"];
6126
+ const _excluded$cI = ["testId", "size", "color", "style", "variant"];
6104
6127
  const IconStar = forwardRef((_ref, ref) => {
6105
6128
  let {
6106
6129
  testId = 'icon-star',
@@ -6109,7 +6132,7 @@ const IconStar = forwardRef((_ref, ref) => {
6109
6132
  style,
6110
6133
  variant = 'outline'
6111
6134
  } = _ref,
6112
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
6135
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
6113
6136
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6114
6137
  const styleProps = {
6115
6138
  size: !size && isInsideButton ? 'medium' : size,
@@ -6159,7 +6182,7 @@ const IconStar = forwardRef((_ref, ref) => {
6159
6182
  });
6160
6183
  IconStar.displayName = 'IconStar';
6161
6184
 
6162
- const _excluded$cG = ["testId", "size", "color", "style", "variant"];
6185
+ const _excluded$cH = ["testId", "size", "color", "style", "variant"];
6163
6186
  const IconThumbsDown = forwardRef((_ref, ref) => {
6164
6187
  let {
6165
6188
  testId = 'icon-thumbs-down',
@@ -6168,7 +6191,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
6168
6191
  style,
6169
6192
  variant = 'outline'
6170
6193
  } = _ref,
6171
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
6194
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
6172
6195
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6173
6196
  const styleProps = {
6174
6197
  size: !size && isInsideButton ? 'medium' : size,
@@ -6218,7 +6241,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
6218
6241
  });
6219
6242
  IconThumbsDown.displayName = 'IconThumbsDown';
6220
6243
 
6221
- const _excluded$cF = ["testId", "size", "color", "style", "variant"];
6244
+ const _excluded$cG = ["testId", "size", "color", "style", "variant"];
6222
6245
  const IconThumbsUp = forwardRef((_ref, ref) => {
6223
6246
  let {
6224
6247
  testId = 'icon-thumbs-up',
@@ -6227,7 +6250,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
6227
6250
  style,
6228
6251
  variant = 'outline'
6229
6252
  } = _ref,
6230
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
6253
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
6231
6254
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6232
6255
  const styleProps = {
6233
6256
  size: !size && isInsideButton ? 'medium' : size,
@@ -6277,7 +6300,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
6277
6300
  });
6278
6301
  IconThumbsUp.displayName = 'IconThumbsUp';
6279
6302
 
6280
- const _excluded$cE = ["testId", "size", "color", "style", "variant"];
6303
+ const _excluded$cF = ["testId", "size", "color", "style", "variant"];
6281
6304
  const IconUser = forwardRef((_ref, ref) => {
6282
6305
  let {
6283
6306
  testId = 'icon-user',
@@ -6286,7 +6309,7 @@ const IconUser = forwardRef((_ref, ref) => {
6286
6309
  style,
6287
6310
  variant = 'outline'
6288
6311
  } = _ref,
6289
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
6312
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
6290
6313
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6291
6314
  const styleProps = {
6292
6315
  size: !size && isInsideButton ? 'medium' : size,
@@ -6322,7 +6345,7 @@ const IconUser = forwardRef((_ref, ref) => {
6322
6345
  });
6323
6346
  IconUser.displayName = 'IconUser';
6324
6347
 
6325
- const _excluded$cD = ["testId", "size", "color", "style", "variant"];
6348
+ const _excluded$cE = ["testId", "size", "color", "style", "variant"];
6326
6349
  const IconUserComputer = forwardRef((_ref, ref) => {
6327
6350
  let {
6328
6351
  testId = 'icon-user-computer',
@@ -6331,7 +6354,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
6331
6354
  style,
6332
6355
  variant = 'outline'
6333
6356
  } = _ref,
6334
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
6357
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
6335
6358
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6336
6359
  const styleProps = {
6337
6360
  size: !size && isInsideButton ? 'medium' : size,
@@ -6379,7 +6402,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
6379
6402
  });
6380
6403
  IconUserComputer.displayName = 'IconUserComputer';
6381
6404
 
6382
- const _excluded$cC = ["testId", "size", "color", "style", "variant"];
6405
+ const _excluded$cD = ["testId", "size", "color", "style", "variant"];
6383
6406
  const IconUserFriends = forwardRef((_ref, ref) => {
6384
6407
  let {
6385
6408
  testId = 'icon-user-friends',
@@ -6388,7 +6411,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
6388
6411
  style,
6389
6412
  variant = 'outline'
6390
6413
  } = _ref,
6391
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
6414
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
6392
6415
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6393
6416
  const styleProps = {
6394
6417
  size: !size && isInsideButton ? 'medium' : size,
@@ -6424,7 +6447,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
6424
6447
  });
6425
6448
  IconUserFriends.displayName = 'IconUserFriends';
6426
6449
 
6427
- const _excluded$cB = ["testId", "size", "color", "style", "variant"];
6450
+ const _excluded$cC = ["testId", "size", "color", "style", "variant"];
6428
6451
  const IconUserPlus = forwardRef((_ref, ref) => {
6429
6452
  let {
6430
6453
  testId = 'icon-user-plus',
@@ -6433,7 +6456,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
6433
6456
  style,
6434
6457
  variant = 'outline'
6435
6458
  } = _ref,
6436
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
6459
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
6437
6460
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6438
6461
  const styleProps = {
6439
6462
  size: !size && isInsideButton ? 'medium' : size,
@@ -6469,7 +6492,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
6469
6492
  });
6470
6493
  IconUserPlus.displayName = 'IconUserPlus';
6471
6494
 
6472
- const _excluded$cA = ["testId", "size", "color", "style", "variant"];
6495
+ const _excluded$cB = ["testId", "size", "color", "style", "variant"];
6473
6496
  const IconUserSearch = forwardRef((_ref, ref) => {
6474
6497
  let {
6475
6498
  testId = 'icon-user-search',
@@ -6478,7 +6501,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
6478
6501
  style,
6479
6502
  variant = 'outline'
6480
6503
  } = _ref,
6481
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
6504
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
6482
6505
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6483
6506
  const styleProps = {
6484
6507
  size: !size && isInsideButton ? 'medium' : size,
@@ -6523,7 +6546,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
6523
6546
  });
6524
6547
  IconUserSearch.displayName = 'IconUserSearch';
6525
6548
 
6526
- const _excluded$cz = ["testId", "size", "color", "style", "variant"];
6549
+ const _excluded$cA = ["testId", "size", "color", "style", "variant"];
6527
6550
  const IconUserSlash = forwardRef((_ref, ref) => {
6528
6551
  let {
6529
6552
  testId = 'icon-user-slash',
@@ -6532,7 +6555,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
6532
6555
  style,
6533
6556
  variant = 'outline'
6534
6557
  } = _ref,
6535
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
6558
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
6536
6559
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6537
6560
  const styleProps = {
6538
6561
  size: !size && isInsideButton ? 'medium' : size,
@@ -6575,7 +6598,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
6575
6598
  });
6576
6599
  IconUserSlash.displayName = 'IconUserSlash';
6577
6600
 
6578
- const _excluded$cy = ["testId", "size", "color", "style", "variant"];
6601
+ const _excluded$cz = ["testId", "size", "color", "style", "variant"];
6579
6602
  const IconUserTag = forwardRef((_ref, ref) => {
6580
6603
  let {
6581
6604
  testId = 'icon-user-tag',
@@ -6584,7 +6607,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6584
6607
  style,
6585
6608
  variant = 'outline'
6586
6609
  } = _ref,
6587
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
6610
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
6588
6611
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6589
6612
  const styleProps = {
6590
6613
  size: !size && isInsideButton ? 'medium' : size,
@@ -6633,7 +6656,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6633
6656
  });
6634
6657
  IconUserTag.displayName = 'IconUserTag';
6635
6658
 
6636
- const _excluded$cx = ["testId", "size", "color", "style", "variant"];
6659
+ const _excluded$cy = ["testId", "size", "color", "style", "variant"];
6637
6660
  const IconUserTie = forwardRef((_ref, ref) => {
6638
6661
  let {
6639
6662
  testId = 'icon-user-tie',
@@ -6642,7 +6665,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6642
6665
  style,
6643
6666
  variant = 'outline'
6644
6667
  } = _ref,
6645
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
6668
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
6646
6669
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6647
6670
  const styleProps = {
6648
6671
  size: !size && isInsideButton ? 'medium' : size,
@@ -6678,7 +6701,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6678
6701
  });
6679
6702
  IconUserTie.displayName = 'IconUserTie';
6680
6703
 
6681
- const _excluded$cw = ["testId", "size", "color", "style", "variant"];
6704
+ const _excluded$cx = ["testId", "size", "color", "style", "variant"];
6682
6705
  const IconUsers = forwardRef((_ref, ref) => {
6683
6706
  let {
6684
6707
  testId = 'icon-users',
@@ -6687,7 +6710,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6687
6710
  style,
6688
6711
  variant = 'outline'
6689
6712
  } = _ref,
6690
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cw);
6713
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
6691
6714
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6692
6715
  const styleProps = {
6693
6716
  size: !size && isInsideButton ? 'medium' : size,
@@ -6723,7 +6746,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6723
6746
  });
6724
6747
  IconUsers.displayName = 'IconUsers';
6725
6748
 
6726
- const _excluded$cv = ["testId", "size", "color", "style", "variant"];
6749
+ const _excluded$cw = ["testId", "size", "color", "style", "variant"];
6727
6750
  const IconBirthdayCake = forwardRef((_ref, ref) => {
6728
6751
  let {
6729
6752
  testId = 'icon-birthday-cake',
@@ -6732,7 +6755,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
6732
6755
  style,
6733
6756
  variant = 'outline'
6734
6757
  } = _ref,
6735
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
6758
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cw);
6736
6759
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6737
6760
  const styleProps = {
6738
6761
  size: !size && isInsideButton ? 'medium' : size,
@@ -6768,7 +6791,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
6768
6791
  });
6769
6792
  IconBirthdayCake.displayName = 'IconBirthdayCake';
6770
6793
 
6771
- const _excluded$cu = ["testId", "size", "color", "style", "variant"];
6794
+ const _excluded$cv = ["testId", "size", "color", "style", "variant"];
6772
6795
  const IconBolt = forwardRef((_ref, ref) => {
6773
6796
  let {
6774
6797
  testId = 'icon-bolt',
@@ -6777,7 +6800,7 @@ const IconBolt = forwardRef((_ref, ref) => {
6777
6800
  style,
6778
6801
  variant = 'outline'
6779
6802
  } = _ref,
6780
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
6803
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
6781
6804
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6782
6805
  const styleProps = {
6783
6806
  size: !size && isInsideButton ? 'medium' : size,
@@ -6813,7 +6836,7 @@ const IconBolt = forwardRef((_ref, ref) => {
6813
6836
  });
6814
6837
  IconBolt.displayName = 'IconBolt';
6815
6838
 
6816
- const _excluded$ct = ["testId", "size", "color", "style", "variant"];
6839
+ const _excluded$cu = ["testId", "size", "color", "style", "variant"];
6817
6840
  const IconBriefcase = forwardRef((_ref, ref) => {
6818
6841
  let {
6819
6842
  testId = 'icon-briefcase',
@@ -6822,7 +6845,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
6822
6845
  style,
6823
6846
  variant = 'outline'
6824
6847
  } = _ref,
6825
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
6848
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
6826
6849
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6827
6850
  const styleProps = {
6828
6851
  size: !size && isInsideButton ? 'medium' : size,
@@ -6858,7 +6881,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
6858
6881
  });
6859
6882
  IconBriefcase.displayName = 'IconBriefcase';
6860
6883
 
6861
- const _excluded$cs = ["testId", "size", "color", "style", "variant"];
6884
+ const _excluded$ct = ["testId", "size", "color", "style", "variant"];
6862
6885
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
6863
6886
  let {
6864
6887
  testId = 'icon-bullseye-arrow',
@@ -6867,7 +6890,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
6867
6890
  style,
6868
6891
  variant = 'outline'
6869
6892
  } = _ref,
6870
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
6893
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
6871
6894
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6872
6895
  const styleProps = {
6873
6896
  size: !size && isInsideButton ? 'medium' : size,
@@ -6905,7 +6928,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
6905
6928
  });
6906
6929
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
6907
6930
 
6908
- const _excluded$cr = ["testId", "size", "color", "style", "variant"];
6931
+ const _excluded$cs = ["testId", "size", "color", "style", "variant"];
6909
6932
  const IconClipboardList = forwardRef((_ref, ref) => {
6910
6933
  let {
6911
6934
  testId = 'icon-clipboard-list',
@@ -6914,7 +6937,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
6914
6937
  style,
6915
6938
  variant = 'outline'
6916
6939
  } = _ref,
6917
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
6940
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
6918
6941
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6919
6942
  const styleProps = {
6920
6943
  size: !size && isInsideButton ? 'medium' : size,
@@ -6952,7 +6975,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
6952
6975
  });
6953
6976
  IconClipboardList.displayName = 'IconClipboardList';
6954
6977
 
6955
- const _excluded$cq = ["testId", "size", "color", "style", "variant"];
6978
+ const _excluded$cr = ["testId", "size", "color", "style", "variant"];
6956
6979
  const IconDownload = forwardRef((_ref, ref) => {
6957
6980
  let {
6958
6981
  testId = 'icon-download',
@@ -6961,7 +6984,7 @@ const IconDownload = forwardRef((_ref, ref) => {
6961
6984
  style,
6962
6985
  variant = 'outline'
6963
6986
  } = _ref,
6964
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
6987
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
6965
6988
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6966
6989
  const styleProps = {
6967
6990
  size: !size && isInsideButton ? 'medium' : size,
@@ -6999,7 +7022,7 @@ const IconDownload = forwardRef((_ref, ref) => {
6999
7022
  });
7000
7023
  IconDownload.displayName = 'IconDownload';
7001
7024
 
7002
- const _excluded$cp = ["testId", "size", "color", "style", "variant"];
7025
+ const _excluded$cq = ["testId", "size", "color", "style", "variant"];
7003
7026
  const IconFilePdf = forwardRef((_ref, ref) => {
7004
7027
  let {
7005
7028
  testId = 'icon-file-pdf',
@@ -7008,7 +7031,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
7008
7031
  style,
7009
7032
  variant = 'outline'
7010
7033
  } = _ref,
7011
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
7034
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
7012
7035
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7013
7036
  const styleProps = {
7014
7037
  size: !size && isInsideButton ? 'medium' : size,
@@ -7058,7 +7081,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
7058
7081
  });
7059
7082
  IconFilePdf.displayName = 'IconFilePdf';
7060
7083
 
7061
- const _excluded$co = ["testId", "size", "color", "style", "variant"];
7084
+ const _excluded$cp = ["testId", "size", "color", "style", "variant"];
7062
7085
  const IconFlag = forwardRef((_ref, ref) => {
7063
7086
  let {
7064
7087
  testId = 'icon-flag',
@@ -7067,7 +7090,7 @@ const IconFlag = forwardRef((_ref, ref) => {
7067
7090
  style,
7068
7091
  variant = 'outline'
7069
7092
  } = _ref,
7070
- props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
7093
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
7071
7094
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7072
7095
  const styleProps = {
7073
7096
  size: !size && isInsideButton ? 'medium' : size,
@@ -7117,7 +7140,7 @@ const IconFlag = forwardRef((_ref, ref) => {
7117
7140
  });
7118
7141
  IconFlag.displayName = 'IconFlag';
7119
7142
 
7120
- const _excluded$cn = ["testId", "size", "color", "style", "variant"];
7143
+ const _excluded$co = ["testId", "size", "color", "style", "variant"];
7121
7144
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
7122
7145
  let {
7123
7146
  testId = 'icon-four-dots-circle',
@@ -7126,7 +7149,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
7126
7149
  style,
7127
7150
  variant = 'outline'
7128
7151
  } = _ref,
7129
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
7152
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
7130
7153
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7131
7154
  const styleProps = {
7132
7155
  size: !size && isInsideButton ? 'medium' : size,
@@ -7167,7 +7190,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
7167
7190
  });
7168
7191
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
7169
7192
 
7170
- const _excluded$cm = ["testId", "size", "color", "style", "variant"];
7193
+ const _excluded$cn = ["testId", "size", "color", "style", "variant"];
7171
7194
  const IconFourSquares = forwardRef((_ref, ref) => {
7172
7195
  let {
7173
7196
  testId = 'icon-four-squares',
@@ -7176,7 +7199,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
7176
7199
  style,
7177
7200
  variant = 'outline'
7178
7201
  } = _ref,
7179
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
7202
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
7180
7203
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7181
7204
  const styleProps = {
7182
7205
  size: !size && isInsideButton ? 'medium' : size,
@@ -7214,7 +7237,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
7214
7237
  });
7215
7238
  IconFourSquares.displayName = 'IconFourSquares';
7216
7239
 
7217
- const _excluded$cl = ["testId", "size", "color", "style", "variant"];
7240
+ const _excluded$cm = ["testId", "size", "color", "style", "variant"];
7218
7241
  const IconGavel = forwardRef((_ref, ref) => {
7219
7242
  let {
7220
7243
  testId = 'icon-gavel',
@@ -7223,7 +7246,7 @@ const IconGavel = forwardRef((_ref, ref) => {
7223
7246
  style,
7224
7247
  variant = 'outline'
7225
7248
  } = _ref,
7226
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
7249
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
7227
7250
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7228
7251
  const styleProps = {
7229
7252
  size: !size && isInsideButton ? 'medium' : size,
@@ -7273,7 +7296,7 @@ const IconGavel = forwardRef((_ref, ref) => {
7273
7296
  });
7274
7297
  IconGavel.displayName = 'IconGavel';
7275
7298
 
7276
- const _excluded$ck = ["testId", "size", "color", "style", "variant"];
7299
+ const _excluded$cl = ["testId", "size", "color", "style", "variant"];
7277
7300
  const IconGif = forwardRef((_ref, ref) => {
7278
7301
  let {
7279
7302
  testId = 'icon-gif',
@@ -7282,7 +7305,7 @@ const IconGif = forwardRef((_ref, ref) => {
7282
7305
  style,
7283
7306
  variant = 'outline'
7284
7307
  } = _ref,
7285
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
7308
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
7286
7309
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7287
7310
  const styleProps = {
7288
7311
  size: !size && isInsideButton ? 'medium' : size,
@@ -7318,7 +7341,7 @@ const IconGif = forwardRef((_ref, ref) => {
7318
7341
  });
7319
7342
  IconGif.displayName = 'IconGif';
7320
7343
 
7321
- const _excluded$cj = ["testId", "size", "color", "style", "variant"];
7344
+ const _excluded$ck = ["testId", "size", "color", "style", "variant"];
7322
7345
  const IconGift = forwardRef((_ref, ref) => {
7323
7346
  let {
7324
7347
  testId = 'icon-gift',
@@ -7327,7 +7350,7 @@ const IconGift = forwardRef((_ref, ref) => {
7327
7350
  style,
7328
7351
  variant = 'outline'
7329
7352
  } = _ref,
7330
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
7353
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
7331
7354
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7332
7355
  const styleProps = {
7333
7356
  size: !size && isInsideButton ? 'medium' : size,
@@ -7363,7 +7386,7 @@ const IconGift = forwardRef((_ref, ref) => {
7363
7386
  });
7364
7387
  IconGift.displayName = 'IconGift';
7365
7388
 
7366
- const _excluded$ci = ["testId", "size", "color", "style", "variant"];
7389
+ const _excluded$cj = ["testId", "size", "color", "style", "variant"];
7367
7390
  const IconGlobe = forwardRef((_ref, ref) => {
7368
7391
  let {
7369
7392
  testId = 'icon-globe',
@@ -7372,7 +7395,7 @@ const IconGlobe = forwardRef((_ref, ref) => {
7372
7395
  style,
7373
7396
  variant = 'outline'
7374
7397
  } = _ref,
7375
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
7398
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
7376
7399
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7377
7400
  const styleProps = {
7378
7401
  size: !size && isInsideButton ? 'medium' : size,
@@ -7408,7 +7431,7 @@ const IconGlobe = forwardRef((_ref, ref) => {
7408
7431
  });
7409
7432
  IconGlobe.displayName = 'IconGlobe';
7410
7433
 
7411
- const _excluded$ch = ["testId", "size", "color", "style", "variant"];
7434
+ const _excluded$ci = ["testId", "size", "color", "style", "variant"];
7412
7435
  const IconHatChef = forwardRef((_ref, ref) => {
7413
7436
  let {
7414
7437
  testId = 'icon-hat-chef',
@@ -7417,7 +7440,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
7417
7440
  style,
7418
7441
  variant = 'outline'
7419
7442
  } = _ref,
7420
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
7443
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
7421
7444
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7422
7445
  const styleProps = {
7423
7446
  size: !size && isInsideButton ? 'medium' : size,
@@ -7467,7 +7490,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
7467
7490
  });
7468
7491
  IconHatChef.displayName = 'IconHatChef';
7469
7492
 
7470
- const _excluded$cg = ["testId", "size", "color", "style", "variant"];
7493
+ const _excluded$ch = ["testId", "size", "color", "style", "variant"];
7471
7494
  const IconIslandTropical = forwardRef((_ref, ref) => {
7472
7495
  let {
7473
7496
  testId = 'icon-island-tropical',
@@ -7476,7 +7499,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
7476
7499
  style,
7477
7500
  variant = 'outline'
7478
7501
  } = _ref,
7479
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
7502
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
7480
7503
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7481
7504
  const styleProps = {
7482
7505
  size: !size && isInsideButton ? 'medium' : size,
@@ -7514,7 +7537,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
7514
7537
  });
7515
7538
  IconIslandTropical.displayName = 'IconIslandTropical';
7516
7539
 
7517
- const _excluded$cf = ["testId", "size", "color", "style", "variant"];
7540
+ const _excluded$cg = ["testId", "size", "color", "style", "variant"];
7518
7541
  const IconLaptopSearch = forwardRef((_ref, ref) => {
7519
7542
  let {
7520
7543
  testId = 'icon-laptop-search',
@@ -7523,7 +7546,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
7523
7546
  style,
7524
7547
  variant = 'outline'
7525
7548
  } = _ref,
7526
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
7549
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
7527
7550
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7528
7551
  const styleProps = {
7529
7552
  size: !size && isInsideButton ? 'medium' : size,
@@ -7585,7 +7608,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
7585
7608
  });
7586
7609
  IconLaptopSearch.displayName = 'IconLaptopSearch';
7587
7610
 
7588
- const _excluded$ce = ["testId", "size", "color", "style", "variant"];
7611
+ const _excluded$cf = ["testId", "size", "color", "style", "variant"];
7589
7612
  const IconMagic = forwardRef((_ref, ref) => {
7590
7613
  let {
7591
7614
  testId = 'icon-magic',
@@ -7594,7 +7617,7 @@ const IconMagic = forwardRef((_ref, ref) => {
7594
7617
  style,
7595
7618
  variant = 'outline'
7596
7619
  } = _ref,
7597
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
7620
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
7598
7621
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7599
7622
  const styleProps = {
7600
7623
  size: !size && isInsideButton ? 'medium' : size,
@@ -7632,7 +7655,7 @@ const IconMagic = forwardRef((_ref, ref) => {
7632
7655
  });
7633
7656
  IconMagic.displayName = 'IconMagic';
7634
7657
 
7635
- const _excluded$cd = ["testId", "size", "color", "style", "variant"];
7658
+ const _excluded$ce = ["testId", "size", "color", "style", "variant"];
7636
7659
  const IconMapMarker = forwardRef((_ref, ref) => {
7637
7660
  let {
7638
7661
  testId = 'icon-map-marker',
@@ -7641,7 +7664,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
7641
7664
  style,
7642
7665
  variant = 'outline'
7643
7666
  } = _ref,
7644
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
7667
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
7645
7668
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7646
7669
  const styleProps = {
7647
7670
  size: !size && isInsideButton ? 'medium' : size,
@@ -7679,7 +7702,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
7679
7702
  });
7680
7703
  IconMapMarker.displayName = 'IconMapMarker';
7681
7704
 
7682
- const _excluded$cc = ["testId", "size", "color", "style", "variant"];
7705
+ const _excluded$cd = ["testId", "size", "color", "style", "variant"];
7683
7706
  const IconMedal = forwardRef((_ref, ref) => {
7684
7707
  let {
7685
7708
  testId = 'icon-medal',
@@ -7688,7 +7711,7 @@ const IconMedal = forwardRef((_ref, ref) => {
7688
7711
  style,
7689
7712
  variant = 'outline'
7690
7713
  } = _ref,
7691
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
7714
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
7692
7715
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7693
7716
  const styleProps = {
7694
7717
  size: !size && isInsideButton ? 'medium' : size,
@@ -7738,7 +7761,7 @@ const IconMedal = forwardRef((_ref, ref) => {
7738
7761
  });
7739
7762
  IconMedal.displayName = 'IconMedal';
7740
7763
 
7741
- const _excluded$cb = ["testId", "size", "color", "style", "variant"];
7764
+ const _excluded$cc = ["testId", "size", "color", "style", "variant"];
7742
7765
  const IconMugSaucer = forwardRef((_ref, ref) => {
7743
7766
  let {
7744
7767
  testId = 'icon-mug-saucer',
@@ -7747,7 +7770,7 @@ const IconMugSaucer = forwardRef((_ref, ref) => {
7747
7770
  style,
7748
7771
  variant = 'outline'
7749
7772
  } = _ref,
7750
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
7773
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
7751
7774
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7752
7775
  const styleProps = {
7753
7776
  size: !size && isInsideButton ? 'medium' : size,
@@ -7783,7 +7806,7 @@ const IconMugSaucer = forwardRef((_ref, ref) => {
7783
7806
  });
7784
7807
  IconMugSaucer.displayName = 'IconMugSaucer';
7785
7808
 
7786
- const _excluded$ca = ["testId", "size", "color", "style", "variant"];
7809
+ const _excluded$cb = ["testId", "size", "color", "style", "variant"];
7787
7810
  const IconNotesMedical = forwardRef((_ref, ref) => {
7788
7811
  let {
7789
7812
  testId = 'icon-notes-medical',
@@ -7792,7 +7815,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
7792
7815
  style,
7793
7816
  variant = 'outline'
7794
7817
  } = _ref,
7795
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
7818
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
7796
7819
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7797
7820
  const styleProps = {
7798
7821
  size: !size && isInsideButton ? 'medium' : size,
@@ -7828,7 +7851,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
7828
7851
  });
7829
7852
  IconNotesMedical.displayName = 'IconNotesMedical';
7830
7853
 
7831
- const _excluded$c9 = ["testId", "size", "color", "style", "variant"];
7854
+ const _excluded$ca = ["testId", "size", "color", "style", "variant"];
7832
7855
  const IconPlateUtensils = forwardRef((_ref, ref) => {
7833
7856
  let {
7834
7857
  testId = 'icon-plate-utensils',
@@ -7837,7 +7860,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
7837
7860
  style,
7838
7861
  variant = 'outline'
7839
7862
  } = _ref,
7840
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
7863
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
7841
7864
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7842
7865
  const styleProps = {
7843
7866
  size: !size && isInsideButton ? 'medium' : size,
@@ -7880,7 +7903,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
7880
7903
  });
7881
7904
  IconPlateUtensils.displayName = 'IconPlateUtensils';
7882
7905
 
7883
- const _excluded$c8 = ["testId", "size", "color", "style", "variant"];
7906
+ const _excluded$c9 = ["testId", "size", "color", "style", "variant"];
7884
7907
  const IconPlug = forwardRef((_ref, ref) => {
7885
7908
  let {
7886
7909
  testId = 'icon-plug',
@@ -7889,7 +7912,7 @@ const IconPlug = forwardRef((_ref, ref) => {
7889
7912
  style,
7890
7913
  variant = 'outline'
7891
7914
  } = _ref,
7892
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
7915
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
7893
7916
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7894
7917
  const styleProps = {
7895
7918
  size: !size && isInsideButton ? 'medium' : size,
@@ -7925,7 +7948,7 @@ const IconPlug = forwardRef((_ref, ref) => {
7925
7948
  });
7926
7949
  IconPlug.displayName = 'IconPlug';
7927
7950
 
7928
- const _excluded$c7 = ["testId", "size", "color", "style", "variant"];
7951
+ const _excluded$c8 = ["testId", "size", "color", "style", "variant"];
7929
7952
  const IconRocket = forwardRef((_ref, ref) => {
7930
7953
  let {
7931
7954
  testId = 'icon-rocket',
@@ -7934,7 +7957,7 @@ const IconRocket = forwardRef((_ref, ref) => {
7934
7957
  style,
7935
7958
  variant = 'outline'
7936
7959
  } = _ref,
7937
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
7960
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
7938
7961
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7939
7962
  const styleProps = {
7940
7963
  size: !size && isInsideButton ? 'medium' : size,
@@ -7970,6 +7993,51 @@ const IconRocket = forwardRef((_ref, ref) => {
7970
7993
  });
7971
7994
  IconRocket.displayName = 'IconRocket';
7972
7995
 
7996
+ const _excluded$c7 = ["testId", "size", "color", "style", "variant"];
7997
+ const IconSchool = forwardRef((_ref, ref) => {
7998
+ let {
7999
+ testId = 'icon-school',
8000
+ size,
8001
+ color,
8002
+ style,
8003
+ variant = 'outline'
8004
+ } = _ref,
8005
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
8006
+ const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8007
+ const styleProps = {
8008
+ size: !size && isInsideButton ? 'medium' : size,
8009
+ color,
8010
+ style
8011
+ };
8012
+ if (variant === 'solid') {
8013
+ return React__default.createElement("svg", _extends({
8014
+ style: getIconStyles(styleProps),
8015
+ "data-testid": testId,
8016
+ ref: ref
8017
+ }, props, {
8018
+ xmlns: "http://www.w3.org/2000/svg",
8019
+ fill: "none",
8020
+ viewBox: "0 0 24 24"
8021
+ }), React__default.createElement("path", {
8022
+ fill: "currentColor",
8023
+ d: "M10.667 1.792c0-.555.446-1 1-1h4.666c.555 0 1 .445 1 1v2c0 .554-.445 1-1 1h-3v.8l5.334 3.2h2.666A2.67 2.67 0 0 1 24 11.458v9.333a2.67 2.67 0 0 1-2.667 2.667H2.667A2.67 2.67 0 0 1 0 20.792v-9.334a2.67 2.67 0 0 1 2.667-2.667h2.666l5.334-3.2v-3.8ZM10 18.124v3.333h4v-3.333a2 2 0 0 0-4 0Zm-5.333 1.333c.366 0 .666-.3.666-.666v-1.334c0-.366-.3-.666-.666-.666H3.333c-.366 0-.666.3-.666.666v1.334c0 .366.3.666.666.666h1.334Zm.666-6v-1.333c0-.367-.3-.667-.666-.667H3.333c-.366 0-.666.3-.666.667v1.333c0 .367.3.667.666.667h1.334c.366 0 .666-.3.666-.667Zm15.334 6c.366 0 .666-.3.666-.666v-1.334c0-.366-.3-.666-.666-.666h-1.334c-.366 0-.666.3-.666.666v1.334c0 .366.3.666.666.666h1.334Zm.666-6v-1.333c0-.367-.3-.667-.666-.667h-1.334c-.366 0-.666.3-.666.667v1.333c0 .367.3.667.666.667h1.334c.366 0 .666-.3.666-.667Zm-9.333 0a2 2 0 1 0-.001-4 2 2 0 0 0 .001 4Z"
8024
+ }));
8025
+ }
8026
+ return React__default.createElement("svg", _extends({
8027
+ style: getIconStyles(styleProps),
8028
+ "data-testid": testId,
8029
+ ref: ref
8030
+ }, props, {
8031
+ xmlns: "http://www.w3.org/2000/svg",
8032
+ fill: "none",
8033
+ viewBox: "0 0 24 24"
8034
+ }), React__default.createElement("path", {
8035
+ fill: "currentColor",
8036
+ d: "M12.667 2.125v1.333H16V2.125h-3.333ZM11.333 5.1V1.792c0-.554.446-1 1-1h4c.555 0 1 .446 1 1v2c0 .554-.445 1-1 1h-3.666V5.1L18.2 8.792h3.133A2.67 2.67 0 0 1 24 11.458v9.334a2.67 2.67 0 0 1-2.667 2.666H2.667A2.67 2.67 0 0 1 0 20.792v-9.334a2.67 2.67 0 0 1 2.667-2.666H5.8L11.333 5.1Zm-4.962 4.913a.648.648 0 0 1-.371.112H2.667c-.738 0-1.334.596-1.334 1.333v9.334c0 .737.596 1.333 1.334 1.333h6.666v-3.333A2.67 2.67 0 0 1 12 16.125a2.67 2.67 0 0 1 2.667 2.667v3.333h6.666c.738 0 1.334-.596 1.334-1.333v-9.334c0-.737-.596-1.333-1.334-1.333H18a.658.658 0 0 1-.37-.112L12 6.258l-5.63 3.755ZM6 19.458H4v-2h2v2Zm-2-4.666v-2h2v2H4Zm16 4.666h-2v-2h2v2Zm-2-4.666v-2h2v2h-2Zm-6-2c.738 0 1.333-.596 1.333-1.334 0-.737-.595-1.333-1.333-1.333s-1.333.596-1.333 1.333c0 .738.595 1.334 1.333 1.334Zm0-4a2.67 2.67 0 0 1 2.667 2.666A2.67 2.67 0 0 1 12 14.125a2.67 2.67 0 0 1-2.667-2.667A2.67 2.67 0 0 1 12 8.792Zm1.333 10c0-.738-.595-1.334-1.333-1.334s-1.333.596-1.333 1.334v3.333h2.666v-3.333Z"
8037
+ }));
8038
+ });
8039
+ IconSchool.displayName = 'IconSchool';
8040
+
7973
8041
  const _excluded$c6 = ["testId", "size", "color", "style", "variant"];
7974
8042
  const IconSparkle = forwardRef((_ref, ref) => {
7975
8043
  let {
@@ -10349,7 +10417,7 @@ const useDropdownContext = () => React__default.useContext(DropdownContext);
10349
10417
  var styles$1r = {"dropdown-pane":"_sp-pT"};
10350
10418
 
10351
10419
  const DROPDOWN_PANE_PADDING = 14;
10352
- const calculateOverlayPosition = (triggerPosition, triggerOffsetHeight, panePosition, alignment) => {
10420
+ const calculateOverlayPosition$1 = (triggerPosition, triggerOffsetHeight, panePosition, alignment) => {
10353
10421
  const calculateLeftPosition = alignment === 'right' ? getRightAlignmentPosition : getLeftAlignmentPosition;
10354
10422
  return {
10355
10423
  top: getTopPosition(triggerPosition, triggerOffsetHeight, panePosition.height || 160),
@@ -10476,14 +10544,15 @@ const PaneOverlay = ({
10476
10544
  }
10477
10545
  const triggerPosition = triggerRef.current.getBoundingClientRect();
10478
10546
  const panePosition = paneRef.current.getBoundingClientRect();
10479
- const pos = calculateOverlayPosition(triggerPosition, triggerRef.current.offsetHeight, panePosition, alignment);
10547
+ const pos = calculateOverlayPosition$1(triggerPosition, triggerRef.current.offsetHeight, panePosition, alignment);
10480
10548
  setPosition(pos);
10481
10549
  }, [triggerRef, alignment, paneRef]);
10482
10550
  useKeyPress(['Escape'], onToggleDropdown);
10483
10551
  const overflow = maxHeight ? 'auto' : undefined;
10484
10552
  return React__default.createElement("div", {
10485
10553
  className: classnames(styles$1r['dropdown-pane'], {
10486
- [styles$1r['dropdown-pane--with-padding']]: true
10554
+ [styles$1r['dropdown-pane--with-padding']]: true,
10555
+ 'dropdown-pane--custom-width': width !== undefined
10487
10556
  }),
10488
10557
  style: _extends({}, position, {
10489
10558
  width,
@@ -10499,11 +10568,11 @@ const PaneOverlay = ({
10499
10568
  }, children);
10500
10569
  };
10501
10570
 
10502
- const GAP = 15;
10571
+ const GAP$1 = 15;
10503
10572
  const isGoingTowardsPane = (panePosition, mouseYAxisPosition) => {
10504
- const isGoingTowardsPane = mouseYAxisPosition + GAP > panePosition.top;
10573
+ const isGoingTowardsPane = mouseYAxisPosition + GAP$1 > panePosition.top;
10505
10574
  if (mouseYAxisPosition > panePosition.top) {
10506
- return mouseYAxisPosition - GAP < panePosition.bottom;
10575
+ return mouseYAxisPosition - GAP$1 < panePosition.bottom;
10507
10576
  }
10508
10577
  return isGoingTowardsPane;
10509
10578
  };
@@ -11358,7 +11427,7 @@ const DropdownListDivider = ({
11358
11427
  });
11359
11428
  };
11360
11429
 
11361
- var styles$1h = {"dropdown-list-item":"_W12mF","dropdown-list-item--selected":"_Zu9cD","dropdown-list-item__content":"_xS6fS","dropdown-list-item__caption":"_7EI7m","dropdown-list-item--disabled":"_0OB5b","dropdown-list-item__prefix":"_dpo67","dropdown-list-item__suffix":"_ObP6B","dropdown-list-item__container":"_IBrNj","dropdown-list-item__link":"_vC0uY","dropdown-list-item__suffix-spot":"_UA23u"};
11430
+ var styles$1h = {"dropdown-list-item":"_W12mF","dropdown-list-item--selected":"_Zu9cD","dropdown-list-item__content":"_xS6fS","dropdown-list-item__caption":"_7EI7m","dropdown-list-item--disabled":"_0OB5b","dropdown-list-item__prefix":"_dpo67","dropdown-list-item__suffix":"_ObP6B","dropdown-list-item__container":"_IBrNj","dropdown-list-item__link":"_vC0uY","dropdown-list-item__suffix-spot":"_UA23u","dropdown-list-item__suffix-button":"_rvaeI"};
11362
11431
 
11363
11432
  var styles$1g = {"dropdown-submenu":"_X4fIx"};
11364
11433
 
@@ -11475,6 +11544,7 @@ const useSubmenu = ({
11475
11544
  submenuDirection,
11476
11545
  closeSubmenu: scheduleCloseSubmenu,
11477
11546
  openSubmenu: setSubmenuOpen,
11547
+ closePreviouslyOpenSubmenus,
11478
11548
  itemRef,
11479
11549
  submenuRef,
11480
11550
  isOpen: isSubmenuOpen
@@ -11496,7 +11566,8 @@ const DropdownListItem = ({
11496
11566
  submenu,
11497
11567
  onSubmenuOpen: onSubmenuOpenCallback,
11498
11568
  // @ts-expect-error - This is an internal prop used to determine if the DropdownListItem is being used within a DropdownListItemSelectable, it is not meant to be set by users of the component
11499
- isSelectable: _isSelectable = false
11569
+ isSelectable: _isSelectable = false,
11570
+ openSubmenuOnSuffixClick: _openSubmenuOnSuffixClick = false
11500
11571
  }) => {
11501
11572
  const {
11502
11573
  onToggleDropdown
@@ -11508,7 +11579,8 @@ const DropdownListItem = ({
11508
11579
  submenuDirection,
11509
11580
  itemRef,
11510
11581
  submenuRef,
11511
- isOpen
11582
+ isOpen,
11583
+ closePreviouslyOpenSubmenus
11512
11584
  } = useSubmenu({
11513
11585
  hasSubmenu: !!submenu,
11514
11586
  disabled
@@ -11537,10 +11609,15 @@ const DropdownListItem = ({
11537
11609
  return;
11538
11610
  }
11539
11611
  if (!!submenu) {
11540
- notifySubmenuOpened();
11541
- openSubmenu();
11542
- onClick && onClick(e);
11543
- return;
11612
+ if (!_openSubmenuOnSuffixClick) {
11613
+ notifySubmenuOpened();
11614
+ openSubmenu();
11615
+ onClick && onClick(e);
11616
+ return;
11617
+ } else {
11618
+ notifySubmenuOpened();
11619
+ return;
11620
+ }
11544
11621
  }
11545
11622
  if (!_isSelectable) {
11546
11623
  onToggleDropdown();
@@ -11560,9 +11637,20 @@ const DropdownListItem = ({
11560
11637
  className: styles$1h['dropdown-list-item__caption']
11561
11638
  }, caption))), (suffix || submenu) && React__default.createElement("div", {
11562
11639
  className: styles$1h['dropdown-list-item__suffix']
11563
- }, suffix, submenu && !suffix && React__default.createElement("div", {
11640
+ }, suffix && _openSubmenuOnSuffixClick && submenu ? React__default.createElement("button", {
11641
+ className: styles$1h['dropdown-list-item__suffix-button'],
11642
+ onClick: e => {
11643
+ e.preventDefault();
11644
+ e.stopPropagation();
11645
+ notifySubmenuOpened();
11646
+ openSubmenu();
11647
+ },
11648
+ type: "button",
11649
+ "aria-label": "Open submenu",
11650
+ disabled: disabled
11651
+ }, suffix) : suffix, submenu && !suffix && React__default.createElement("div", {
11564
11652
  className: styles$1h['dropdown-list-item__suffix-spot']
11565
- }), submenu && React__default.createElement(IconChevronRight, {
11653
+ }), submenu && !_openSubmenuOnSuffixClick && React__default.createElement(IconChevronRight, {
11566
11654
  size: "small"
11567
11655
  })));
11568
11656
  const linkItem = href && (_reloadDocument ? React__default.createElement("a", {
@@ -11589,8 +11677,12 @@ const DropdownListItem = ({
11589
11677
  onClick: handleClick,
11590
11678
  onKeyPress: handleClick,
11591
11679
  onMouseEnter: () => {
11592
- openSubmenu();
11593
- notifySubmenuOpened();
11680
+ if (!_openSubmenuOnSuffixClick) {
11681
+ openSubmenu();
11682
+ notifySubmenuOpened();
11683
+ } else {
11684
+ closePreviouslyOpenSubmenus();
11685
+ }
11594
11686
  },
11595
11687
  "data-testid": testId,
11596
11688
  ref: itemRef,
@@ -12213,9 +12305,9 @@ const FooterContainer = ({
12213
12305
  }, children));
12214
12306
  };
12215
12307
 
12216
- var dayOverridesStyles = {"root":"_et9Fs","table":"_l7Mis","caption":"_XGu8K","head_cell":"_e0MoB","day_today":"_X7MoW","day_outside":"_AeJUw","nav_button":"_2-bPm","caption_label":"_Mlgd-","day_selected":"_eK8pw"};
12308
+ var dayOverridesStyles = {"root":"_et9Fs","table":"_l7Mis","caption":"_XGu8K","head_cell":"_e0MoB","day_today":"_X7MoW","day_outside":"_AeJUw","nav_button":"_2-bPm","day_selected":"_eK8pw"};
12217
12309
 
12218
- var weekOverridesStyles = {"root":"_QLSA6","table":"_96jgF","caption":"_4ySMr","head_cell":"_2AoB4","day_today":"_Snv-V","day_outside":"_Zf-6C","nav_button":"_iOY4h","caption_label":"_-s7XO","day_range_middle":"_e0lOH","day_range_start":"_4N7l-","day_range_end":"_fMjHG","row":"_GqE-5"};
12310
+ var weekOverridesStyles = {"root":"_QLSA6","table":"_96jgF","caption":"_4ySMr","head_cell":"_2AoB4","day_today":"_Snv-V","day_outside":"_Zf-6C","nav_button":"_iOY4h","day_range_middle":"_e0lOH","day_range_start":"_4N7l-","day_range_end":"_fMjHG","row":"_GqE-5"};
12219
12311
 
12220
12312
  var styles$13 = {"calendar":"_YPyZ6","calendar__overlay":"_-cw0A"};
12221
12313
 
@@ -16939,7 +17031,7 @@ const getFormikError = error => {
16939
17031
 
16940
17032
  var styles$k = {"text-field":"_6cH4X","date-range-field":"_DMb6M","text-field--invalid":"_eXIiZ","text-field--prefixed":"_Lc6QO","text-field--suffixed":"_VWrJD","date-range-field--invalid":"_ZJ2A5","date-range-field--disabled":"_WkaJQ"};
16941
17033
 
16942
- var calendarStyles = {"root":"_SsQ7L","table":"_Ar-fF","caption":"_Tp79k","head_cell":"_Ya6Zr","day_today":"_lFzs7","day_outside":"_TjttB","nav_button":"_cwiRM","caption_label":"_rpq6-","day_range_middle":"_rJolM","day_range_start":"_nVIPx","day_range_end":"_Y50yT"};
17034
+ var calendarStyles = {"root":"_SsQ7L","table":"_Ar-fF","caption":"_Tp79k","head_cell":"_Ya6Zr","day_today":"_lFzs7","day_outside":"_TjttB","nav_button":"_cwiRM","day_range_middle":"_rJolM","day_range_start":"_nVIPx","day_range_end":"_Y50yT"};
16943
17035
 
16944
17036
  /**Calendar overlay component*/
16945
17037
  const DateRangeCalendar = ({
@@ -18967,21 +19059,100 @@ const useColorKeyboardNavigation = selectedColor => {
18967
19059
  };
18968
19060
  };
18969
19061
 
18970
- const ColorsOverlay = ({
19062
+ const GAP = 8; // Gap between the trigger and the overlay
19063
+ /**
19064
+ * Calculates where the color overlay should be positioned relative to its
19065
+ * trigger so it stays within the viewport. Placements are tried in this order
19066
+ * and the first one that fits is used:
19067
+ * 1. Bottom, aligned to the left edge of the trigger
19068
+ * 2. Bottom, aligned to the right edge of the trigger
19069
+ * 3. Top, aligned to the left edge of the trigger
19070
+ * 4. Top, aligned to the right edge of the trigger (fallback)
19071
+ *
19072
+ * Fit is evaluated in viewport coordinates; the returned position is in
19073
+ * document coordinates (scroll offsets applied) for an absolutely positioned
19074
+ * overlay.
19075
+ */
19076
+ const calculateOverlayPosition = (triggerRect, overlaySize, viewport, scroll, gap = GAP) => {
19077
+ const fitsBottom = triggerRect.bottom + gap + overlaySize.height <= viewport.height;
19078
+ const fitsTop = triggerRect.top - gap - overlaySize.height >= 0;
19079
+ // Each alignment must keep both horizontal edges within the viewport. A
19080
+ // left-aligned overlay spans [trigger.left, trigger.left + width] and a
19081
+ // right-aligned overlay spans [trigger.right - width, trigger.right], so we
19082
+ // can't assume the trigger's anchor edge is itself on-screen.
19083
+ const fitsLeftAligned = triggerRect.left >= 0 && triggerRect.left + overlaySize.width <= viewport.width;
19084
+ const fitsRightAligned = triggerRect.right <= viewport.width && triggerRect.right - overlaySize.width >= 0;
19085
+ const bottomTop = triggerRect.bottom + scroll.y + gap;
19086
+ const topTop = triggerRect.top + scroll.y - gap - overlaySize.height;
19087
+ const leftAligned = triggerRect.left + scroll.x;
19088
+ const rightAligned = triggerRect.right + scroll.x - overlaySize.width;
19089
+ // 1. Bottom, from the bottom-left side of the trigger
19090
+ if (fitsBottom && fitsLeftAligned) {
19091
+ return {
19092
+ top: bottomTop,
19093
+ left: leftAligned
19094
+ };
19095
+ }
19096
+ // 2. Bottom, from the bottom-right side of the trigger
19097
+ if (fitsBottom && fitsRightAligned) {
19098
+ return {
19099
+ top: bottomTop,
19100
+ left: rightAligned
19101
+ };
19102
+ }
19103
+ // 3. Top, from the top-left side of the trigger
19104
+ if (fitsTop && fitsLeftAligned) {
19105
+ return {
19106
+ top: topTop,
19107
+ left: leftAligned
19108
+ };
19109
+ }
19110
+ // 4. Top, from the top-right side of the trigger (fallback)
19111
+ return {
19112
+ top: topTop,
19113
+ left: rightAligned
19114
+ };
19115
+ };
19116
+
19117
+ const ColorsOverlay = props =>
19118
+ // The overlay is measured and positioned once it is mounted inside the
19119
+ // Portal, so the content lives in a child component that only renders after
19120
+ // the Portal container exists.
19121
+ React__default.createElement(Portal, null, React__default.createElement(OverlayContent, _extends({}, props)));
19122
+ const OverlayContent = ({
18971
19123
  onClose,
18972
19124
  triggerRef,
18973
19125
  selectedColor,
18974
19126
  onSelect
18975
19127
  }) => {
18976
- var _triggerRef$current;
18977
19128
  const overlayRef = useRef(null);
18978
- const GAP = 8; // Gap between the trigger and the overlay
18979
- const triggerRect = (_triggerRef$current = triggerRef.current) == null ? void 0 : _triggerRef$current.getBoundingClientRect();
18980
- const overlayStyle = triggerRect ? {
18981
- top: triggerRect.bottom + window.scrollY + GAP,
18982
- left: triggerRect.left + window.scrollX
19129
+ const [position, setPosition] = useState(null);
19130
+ // Measure the overlay once it has rendered and position it within the
19131
+ // viewport, falling back through bottom/top and left/right placements.
19132
+ useLayoutEffect(() => {
19133
+ if (!triggerRef.current || !overlayRef.current) {
19134
+ return;
19135
+ }
19136
+ const triggerRect = triggerRef.current.getBoundingClientRect();
19137
+ const overlayRect = overlayRef.current.getBoundingClientRect();
19138
+ setPosition(calculateOverlayPosition(triggerRect, {
19139
+ width: overlayRect.width,
19140
+ height: overlayRect.height
19141
+ }, {
19142
+ width: window.innerWidth,
19143
+ height: window.innerHeight
19144
+ }, {
19145
+ x: window.scrollX,
19146
+ y: window.scrollY
19147
+ }));
19148
+ }, [triggerRef]);
19149
+ // Keep the overlay hidden until it has been measured to avoid a flash at
19150
+ // the unpositioned (top-left) corner.
19151
+ const overlayStyle = position ? {
19152
+ top: position.top,
19153
+ left: position.left
18983
19154
  } : {
18984
- display: 'none'
19155
+ visibility: 'hidden'
18985
19156
  };
18986
19157
  const {
18987
19158
  selectedColorIndex,
@@ -18996,7 +19167,7 @@ const ColorsOverlay = ({
18996
19167
  }, [selectedColorByIndex, onSelect]);
18997
19168
  useKeyPress(['Escape'], onClose);
18998
19169
  useKeyPress(['Enter'], handleEnterPress);
18999
- return React__default.createElement(Portal, null, React__default.createElement("div", {
19170
+ return React__default.createElement("div", {
19000
19171
  style: overlayStyle,
19001
19172
  ref: overlayRef,
19002
19173
  className: styles$f['color-overlay'],
@@ -19008,7 +19179,7 @@ const ColorsOverlay = ({
19008
19179
  isFocused: index === selectedColorIndex,
19009
19180
  onClick: () => onSelect(color),
19010
19181
  onHover: () => setSelectedColorIndex(null)
19011
- }))));
19182
+ })));
19012
19183
  };
19013
19184
  const ColorDisplay = ({
19014
19185
  color,
@@ -64386,5 +64557,5 @@ const EmptyState = props => {
64386
64557
  return emptyStateContainer;
64387
64558
  };
64388
64559
 
64389
- export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, ColorField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, DropdownListItemSelectable, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAddressBook, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwardSimple, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullhorn, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarWeek, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircle, IconCheckCircleIncomplete, IconCheckCircleIncompleteRole, IconCheckCircleIncompleteUser, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircleHalfStroke, IconCircleXMark, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDeleteLeft, IconDollarSign, IconDownload, IconEdit, IconEllipsis, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclamation, IconExclamationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFileUser, IconFlag, IconFourDotsCircle, IconFourSquares, IconGanttChart, IconGavel, IconGif, IconGift, IconGlobe, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHand, IconHandHoldingCoin, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconHouse, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOl, IconLock, IconMagic, IconMapMarker, IconMedal, IconMemoMagnifyingGlass, IconMessages, IconMicrophone, IconMinus, IconMinusCircle, IconMobile, IconMoneyBill, IconMugSaucer, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSearch, IconSignIn, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSortChevron, IconSortChevronDown, IconSortChevronUp, IconSparkle, IconStar, IconStickyNoteLines, IconStopwatch, IconStore, IconStrikethrough, IconSync, IconSyncExclamation, IconTable, IconTachometer, IconThreeSquares, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUser, IconUserComputer, IconUserFriends, IconUserPlus, IconUserSearch, IconUserSlash, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWifi, IconWifiSlash, IconWrench, Ink3DGlasses, Ink3DModeling02, Ink3DPrinting, InkAcademicCap, InkAiAutomation, InkAirBalloon, InkAirPlane, InkAirplanePillow, InkAlpinist, InkAmbulance, InkAmericanFootball, InkAmusementPark, InkAnatomy, InkAngryFace, InkAppFolder, InkApps, InkArtistHat, InkArtistPainting, InkAsteroid, InkAstonishedFace, InkAstronaut, InkAudioBook, InkAviatorSunglasses, InkAvocado, InkBackpack, InkBacteria, InkBakingMold, InkBalanceYinYang, InkBallet, InkBamboo, InkBandAid, InkBanjo, InkBarChartUp, InkBarbell, InkBaseball, InkBaseballBatWithBall, InkBasketball, InkBeamingFaceWithSmilingEyes, InkBeverageCola, InkBicycle, InkBigboard, InkBillCheck, InkBirdCage, InkBirdHouse, InkBirthdayCakeSlice, InkBirthdayCap, InkBlackboard, InkBlender, InkBloodBagForTransfusion, InkBonfire, InkBook, InkBookSearch, InkBookShelf, InkBookletBrochure, InkBooks, InkBooksStack, InkBoombox, InkBowl, InkBowling, InkBox, InkBoxInUnfoldedForm, InkBoxOpened, InkBoxing, InkBoxingGloves, InkBrainLearn, InkBreadToast, InkBriefcase, InkBrokenHeart, InkBrush, InkBrushCup, InkBurger, InkBus, InkCabbage, InkCableCar, InkCalculator, InkCallToActionButtons, InkCampingSuv, InkCandies, InkCandy, InkCanoeist, InkCar, InkCarKey1, InkCarKey2, InkCarabine, InkCardGames, InkCardioExerciseAthletePowerlifterWithBarbell, InkCardiogramMonitor, InkCargoShip, InkCarouselWithHorses, InkCarrot, InkCassetteTape, InkCastanets, InkCatFace, InkCatPlaying, InkCatStanding, InkChampagneCheers, InkCheckMark, InkCheese, InkChefHat, InkChemistry, InkCherryBlossoms, InkChestnut, InkChristmasAngel, InkChristmasBells, InkChristmasElf, InkChristmasSack, InkChristmasSnowman, InkChristmasStar, InkChristmasStocking, InkChristmasTree, InkChristmasTreeBall1, InkChristmasTreeBall2, InkChristmasWreath, InkClassicPhone, InkClearNight, InkClosed, InkCloudy, InkCoachWhistle, InkCoctailTropical, InkCodeTerminal, InkCoffeeCup, InkCoffeeCupTakeaway, InkCoffeeMug, InkCogs, InkCoinUsDollar, InkColorPalette, InkColorProfileCmyk, InkCompass, InkComputerMouse, InkCongasDrum, InkContemporaryArtAbstract, InkContentImage, InkContentVideo, InkCookbook, InkCookieMan, InkCookingTongs, InkCorkNoticeBoard, InkCouple01, InkCouple02, InkCouple03, InkCowboyHat, InkCrane, InkCrayfish, InkCreditCard, InkCroissant, InkCrossMark, InkCrossedFingers, InkCrown, InkCruiseShip, InkCrutches, InkCube, InkCupcake, InkCurlingStone, InkCutScissors, InkCutterPaperKnife, InkCuttingBoard, InkCyclistBicycle, InkDataFlow, InkDataReport, InkDeadline, InkDesignSketchOfClothes, InkDeskLamp, InkDiagnosisDocument, InkDicer, InkDigitalPiano, InkDigitalThermometer, InkDiplomaCertificate, InkDirectionSigns, InkDirigible, InkDiscoBall, InkDiscountTag, InkDj, InkDjembeAfricanDrum, InkDna, InkDoNotDisturb, InkDocumentSignature, InkDocumentWithInfographic, InkDocumentsAndMedia, InkDogFace, InkDogHouse, InkDogStanding, InkDogToy, InkDollarBill, InkDolphin, InkDonut, InkDoubleDecker, InkDrawing, InkDrawing1, InkDrawingOnGraphicTablet, InkDrawingPalette, InkDropperContainer, InkDrum, InkDrumSet, InkDuctTape, InkDumbbell, InkEar, InkEarWheat, InkEggSunnySide, InkElectricCoolingFan, InkEmail, InkEmailInbox, InkEmailOpened, InkEmbroidery, InkEmployeeIdBadge, InkEmployeeOfMonth, InkEraser, InkExtensionCableCord, InkExtractorHood, InkEyeDropper, InkEyedropperWithColorPalette, InkFaceBlowingKiss, InkFaceMask, InkFaceWithTearsOfJoy, InkFencerSwordsmanWithSaber, InkFileFolder, InkFingerSnap, InkFingerWalking, InkFireTrending, InkFirecracker, InkFireworks, InkFishAquarium, InkFistRaised, InkFitnessTracker, InkFlag, InkFlashDriveUsb, InkFlashlight, InkFlipFlops, InkFlippers, InkFlowerBouquet, InkFlowerVase, InkFlute, InkFocusEyeHidden, InkFootballPlayer, InkForm, InkFourLeafClover, InkFrenchFries, InkFrisbee, InkFruitBowl, InkFryingPanEggs, InkGardenFence, InkGardenScissors, InkGardenShovel, InkGardeningFork, InkGasStationPump, InkGiftBox, InkGlobalInternational, InkGlobe, InkGoShopping, InkGolfClubSet, InkGolfTennisHatCap, InkGrapes, InkGraphicFileGalleryFrame, InkGrimacingFace, InkGroup7975, InkGroupOnlineTherapy, InkGuidelineBrandBook, InkGuitar, InkHalloweenGhost1, InkHalloweenGhost2, InkHalloweenJack, InkHandBandage, InkHandDrawingWithPencil, InkHandMeasuringHorizontally, InkHandMeasuringVertically, InkHandMeditationGesture, InkHandRaised, InkHandSignCall, InkHandSignChill, InkHandSignHalfHeartLeft, InkHandSignLittle, InkHandSignRock, InkHandSignStop, InkHandThreeFingers, InkHandVictoryLeftHand, InkHandVictoryRightHand, InkHandVulcanSalute, InkHandWaving, InkHandWithCamera, InkHandWithCards, InkHandWithChopsticks, InkHandWithCigarette, InkHandWithCoins, InkHandWithCreditCard, InkHandWithCup, InkHandWithDiamonds, InkHandWithDices, InkHandWithGem, InkHandWithGift, InkHandWithGlass, InkHandWithMagicWand, InkHandWithPaletteknifePainting, InkHandWithPencilDrawing, InkHandWithPhone, InkHandWithPuzzle, InkHandWithRose, InkHandWithSeedsPlanting, InkHandWithSmartPen, InkHandWithSpray, InkHandWithToothBrush, InkHandWithWatches, InkHandWithWipingCloth, InkHanukkah, InkHare, InkHarmonica, InkHarp, InkHazelnut, InkHeadMirror, InkHeadphones, InkHelicopter, InkHighSpeedTrain, InkHockeyPlayer, InkHockeyStickWithPuck, InkHorn, InkHospitalBed, InkHotAirBalloon, InkHotDog, InkHotelSign, InkHumanMoods, InkIceCream, InkIceMold, InkIceSkating, InkIndependenceDayGrill, InkIndexPointingDown, InkIndividualOnlineTherapy, InkInfographics, InkInhaler, InkInstagramPost, InkInteriorDesignHouseBlueprintPaperPlan, InkJoystick, InkJuiceCarton, InkJumpingRopes, InkKalimba, InkKarateMaster, InkKayak, InkKettlebell, InkKey, InkKeyboard, InkKidney, InkKitchenApron, InkKnife, InkLabTest, InkLabTube, InkLabelDesign, InkLadle, InkLandscapeDesign, InkLanguage, InkLaptop, InkLaptopBrowser, InkLawnmower, InkLayers, InkLeaf1, InkLeaf2, InkLifeJacket, InkLightBulb, InkLink, InkLockLocked, InkLockUnlocked, InkLunchBag, InkLungs, InkLuxuryJewellery, InkMagazine, InkMagicStick, InkMagicTricks, InkMagicWand, InkMagnet, InkMakingPhotoOnPhone, InkMaleFemaleSex, InkMan01, InkMan02, InkMan03, InkMan04, InkMan05, InkMan06, InkMan07, InkMan08, InkMan09, InkMan10, InkMan11, InkMan12, InkMan13, InkMan14, InkMan15, InkMan16, InkMan17, InkMaracas, InkMarker, InkMarketingCampaign, InkMascarade, InkMasher, InkMatcha, InkMatches, InkMeasuringJug, InkMedal, InkMedicalKit, InkMessageInformation, InkMessageQuestionsFaq, InkMetronome, InkMicroChips, InkMicrophone, InkMicroscope, InkMicrowaveOven, InkMilkCarton, InkMindDepression, InkMindEnergyLevels, InkMindProblemSolving, InkMindQuestion, InkMindThoughtProcess, InkMixer, InkMixingIngredients, InkMobileMockup, InkMoneyMetricUp, InkMoneySearch, InkMonitorBrowser, InkMoped, InkMotocrossMotorcycle, InkMotorbike, InkMural, InkMuseumPainting, InkMuseumSculpture, InkMushroom, InkNasalSpray, InkNews, InkNewtonsCradle, InkNoodlesWok, InkNoteBook, InkNotepadWithArrow, InkNotesChart, InkNotificationHashtag, InkNuclearEnergy, InkOcarina, InkOfficeChair01, InkOfficeChair02, InkOfficeNotebook, InkOfficePlant1, InkOfficePlant2, InkOfficePlant3, InkOfficeProjector, InkOfficeSnack, InkOintment, InkOliveOil, InkOnlineMeeting, InkOpen, InkOpenAllDay24Hours, InkOven, InkOvenGlove, InkOverlapOverlayIntersectionOpacity, InkPacManWithCursor, InkPackageDiscount, InkPaintTin, InkPaletteForDrawing, InkPalm, InkPanama, InkPanflute, InkPaperClip, InkPaperMap, InkPaperPlane, InkPaperShredder, InkPartlyCloudyDay, InkPartlyCloudyNight, InkPartyHat, InkPassport, InkPen, InkPenCurves, InkPenToolCursorWithBeziers, InkPencil, InkPencilSharpener, InkPepper, InkPerformanceMetric, InkPetBowl, InkPetCollar, InkPetCrate, InkPetFood, InkPetLitterShovel, InkPharmacyStore, InkPiano, InkPieChartDiscount, InkPieChartRevenue, InkPills, InkPillsBlisterPack, InkPillsContainer, InkPizzaSlice, InkPlanet, InkPlantInTube, InkPlantPot1, InkPlantPot2, InkPlantPot3, InkPlantPot4, InkPlantPot5, InkPlantPot6, InkPlates, InkPleadingFace, InkPokemon, InkPolaroidPhotoCard1, InkPolaroidPhotoCard2, InkPoleVaultAthleteJumper, InkPosTerminalMachine, InkPot, InkPottery, InkPowerBoat1, InkPowerBoat2, InkPresentationLive, InkPresentationReport, InkPrinter, InkPrivacyGdpr, InkProfile, InkProjector, InkProtractorRuler, InkPsychiatryNeurons, InkPsychologySymbol, InkPsychotherapistTakingNotes, InkPunchingBoxingBag, InkPushingButton, InkQrCode, InkQrCodeScanMobile, InkQuestionAnswerChat, InkRabbit, InkRainDrops, InkRainbow, InkRainy, InkRakes, InkReedGrass, InkRescueCircle, InkResistanceBand, InkReusableWaterBottle, InkReusableWaterBottleWithEnergyDrink, InkRoadmap, InkRobotics, InkRoller, InkRollerSkates, InkRollerSkating, InkRuler, InkRunning, InkRv, InkSailboat, InkSaltShaker, InkSandglass, InkSanitizer, InkSauceBottle, InkSaucePan, InkSavingMoney, InkSaxophone, InkScaleToolCrop, InkScanner, InkScissors, InkScooter, InkSculptureCarvingChisel, InkSearch, InkSeeds, InkSegway, InkSemi, InkSettings, InkShapes, InkShelfWithBooks, InkShoppingBasket, InkShoppingCart, InkSkateboard, InkSkateboarder, InkSkates, InkSkier, InkSleepingFace, InkSlotMachine, InkSmartphone, InkSmilingFaceWithGlasses, InkSmilingFaceWithHeartEyes, InkSmilingFaceWithHearts, InkSmilingFaceWithSunglasses, InkSmilingFaceWithTear, InkSmirkingFace, InkSnake, InkSnorkeling, InkSnowboarder, InkSnowflake, InkSnowy, InkSoccer, InkSoup, InkSpaceTravel, InkSparkles1, InkSparkles2, InkSparkles3, InkSpatula, InkSportBag, InkSportsHockeyFootballHelmet, InkSprayPaintCan, InkStPatricksDayClover, InkStaircaseUp, InkStapler, InkSteak, InkStethoscope, InkStickerSmileEmoji, InkStickyNotes, InkStomach, InkStoneStacking, InkStopSign, InkStoreShop, InkStrainer, InkStrongWind, InkSubmarine, InkSubwoofer, InkSuitcase, InkSumoWrestler, InkSunBed, InkSunflower, InkSunscreen, InkSurferSurfboard, InkSushi, InkSwimmingGogglesWithCap, InkSwimsuitBikini, InkSwimsuitShorts, InkSwissKnife, InkSyringe, InkSulptureBust as InkSсulptureBust, InkTShirtPrinting, InkTableTennis, InkTabletMockup, InkTaco, InkTambourine, InkTarget, InkTeaPot, InkTelescope, InkTemperatureCold, InkTemperatureHot, InkTemplate, InkTennis, InkTennisShuttlecock, InkTent, InkTestExamGrades, InkTextToolFont, InkTheatre, InkThinkingFace, InkThumbBackDirection, InkThumbsUp, InkThunderstorm, InkTimer, InkToaster, InkTooth, InkTornado, InkTouristBackpack, InkTouristBriefcase, InkTractor, InkTrafficLight, InkTram, InkTransparentBackground, InkTrashBin, InkTree, InkTreeEvergreen, InkTreeStump, InkTriangle, InkTrumpet, InkTuningFork, InkUmbrella, InkUploadToCloud, InkUsbDrive01, InkUsbDrive02, InkUsbHub, InkValentinesDayTeddy, InkVaseWithWildflowers, InkVinylRecord, InkVinylRecordPlayer, InkViolin, InkVirus, InkVocalMicrophone, InkVolleyball, InkWalkingFrame, InkWallCalendar, InkWallClock, InkWallet, InkWaterScooter, InkWateringCan, InkWateringHose, InkWatermelon, InkWebBrowsing1, InkWebBrowsing2, InkWebCamera, InkWebUiElementImageSettings, InkWebWindow, InkWebsiteOnMonitor, InkWhisk, InkWifiRouter, InkWindy, InkWinkingFaceWithTongue, InkWoman01, InkWoman02, InkWoman03, InkWoman04, InkWoman05, InkWoman06, InkWoman07, InkWoman08, InkWoman09, InkWoman10, InkWoman11, InkWoman12, InkWorkflow, InkWorkingByDesk, InkWorkingTable, InkWritingPen, InkXylophone, InkYogaMan, InkYogaWoman, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, Popover, PrimaryNav, PrimaryNavDivider, PrimaryNavFooter, PrimaryNavItem, PrimaryNavSubItem, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, isValidPhoneNumber, toast, useDataTableContext };
64560
+ export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, ColorField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, DropdownListItemSelectable, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HintModal, IconAddressBook, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwardSimple, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullhorn, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarWeek, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircle, IconCheckCircleIncomplete, IconCheckCircleIncompleteRole, IconCheckCircleIncompleteUser, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircleHalfStroke, IconCircleXMark, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDeleteLeft, IconDollarSign, IconDownload, IconEdit, IconEllipsis, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclamation, IconExclamationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFileUser, IconFlag, IconFourDotsCircle, IconFourSquares, IconGanttChart, IconGavel, IconGif, IconGift, IconGlobe, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHand, IconHandHoldingCoin, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconHouse, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOl, IconLock, IconMagic, IconMapMarker, IconMedal, IconMemoMagnifyingGlass, IconMessages, IconMicrophone, IconMinus, IconMinusCircle, IconMobile, IconMoneyBill, IconMugSaucer, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSchool, IconSearch, IconSignIn, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSortChevron, IconSortChevronDown, IconSortChevronUp, IconSparkle, IconStar, IconStickyNoteLines, IconStopwatch, IconStore, IconStrikethrough, IconSync, IconSyncExclamation, IconTable, IconTachometer, IconThreeSquares, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUser, IconUserComputer, IconUserFriends, IconUserPlus, IconUserSearch, IconUserSlash, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWifi, IconWifiSlash, IconWrench, Ink3DGlasses, Ink3DModeling02, Ink3DPrinting, InkAcademicCap, InkAiAutomation, InkAirBalloon, InkAirPlane, InkAirplanePillow, InkAlpinist, InkAmbulance, InkAmericanFootball, InkAmusementPark, InkAnatomy, InkAngryFace, InkAppFolder, InkApps, InkArtistHat, InkArtistPainting, InkAsteroid, InkAstonishedFace, InkAstronaut, InkAudioBook, InkAviatorSunglasses, InkAvocado, InkBackpack, InkBacteria, InkBakingMold, InkBalanceYinYang, InkBallet, InkBamboo, InkBandAid, InkBanjo, InkBarChartUp, InkBarbell, InkBaseball, InkBaseballBatWithBall, InkBasketball, InkBeamingFaceWithSmilingEyes, InkBeverageCola, InkBicycle, InkBigboard, InkBillCheck, InkBirdCage, InkBirdHouse, InkBirthdayCakeSlice, InkBirthdayCap, InkBlackboard, InkBlender, InkBloodBagForTransfusion, InkBonfire, InkBook, InkBookSearch, InkBookShelf, InkBookletBrochure, InkBooks, InkBooksStack, InkBoombox, InkBowl, InkBowling, InkBox, InkBoxInUnfoldedForm, InkBoxOpened, InkBoxing, InkBoxingGloves, InkBrainLearn, InkBreadToast, InkBriefcase, InkBrokenHeart, InkBrush, InkBrushCup, InkBurger, InkBus, InkCabbage, InkCableCar, InkCalculator, InkCallToActionButtons, InkCampingSuv, InkCandies, InkCandy, InkCanoeist, InkCar, InkCarKey1, InkCarKey2, InkCarabine, InkCardGames, InkCardioExerciseAthletePowerlifterWithBarbell, InkCardiogramMonitor, InkCargoShip, InkCarouselWithHorses, InkCarrot, InkCassetteTape, InkCastanets, InkCatFace, InkCatPlaying, InkCatStanding, InkChampagneCheers, InkCheckMark, InkCheese, InkChefHat, InkChemistry, InkCherryBlossoms, InkChestnut, InkChristmasAngel, InkChristmasBells, InkChristmasElf, InkChristmasSack, InkChristmasSnowman, InkChristmasStar, InkChristmasStocking, InkChristmasTree, InkChristmasTreeBall1, InkChristmasTreeBall2, InkChristmasWreath, InkClassicPhone, InkClearNight, InkClosed, InkCloudy, InkCoachWhistle, InkCoctailTropical, InkCodeTerminal, InkCoffeeCup, InkCoffeeCupTakeaway, InkCoffeeMug, InkCogs, InkCoinUsDollar, InkColorPalette, InkColorProfileCmyk, InkCompass, InkComputerMouse, InkCongasDrum, InkContemporaryArtAbstract, InkContentImage, InkContentVideo, InkCookbook, InkCookieMan, InkCookingTongs, InkCorkNoticeBoard, InkCouple01, InkCouple02, InkCouple03, InkCowboyHat, InkCrane, InkCrayfish, InkCreditCard, InkCroissant, InkCrossMark, InkCrossedFingers, InkCrown, InkCruiseShip, InkCrutches, InkCube, InkCupcake, InkCurlingStone, InkCutScissors, InkCutterPaperKnife, InkCuttingBoard, InkCyclistBicycle, InkDataFlow, InkDataReport, InkDeadline, InkDesignSketchOfClothes, InkDeskLamp, InkDiagnosisDocument, InkDicer, InkDigitalPiano, InkDigitalThermometer, InkDiplomaCertificate, InkDirectionSigns, InkDirigible, InkDiscoBall, InkDiscountTag, InkDj, InkDjembeAfricanDrum, InkDna, InkDoNotDisturb, InkDocumentSignature, InkDocumentWithInfographic, InkDocumentsAndMedia, InkDogFace, InkDogHouse, InkDogStanding, InkDogToy, InkDollarBill, InkDolphin, InkDonut, InkDoubleDecker, InkDrawing, InkDrawing1, InkDrawingOnGraphicTablet, InkDrawingPalette, InkDropperContainer, InkDrum, InkDrumSet, InkDuctTape, InkDumbbell, InkEar, InkEarWheat, InkEggSunnySide, InkElectricCoolingFan, InkEmail, InkEmailInbox, InkEmailOpened, InkEmbroidery, InkEmployeeIdBadge, InkEmployeeOfMonth, InkEraser, InkExtensionCableCord, InkExtractorHood, InkEyeDropper, InkEyedropperWithColorPalette, InkFaceBlowingKiss, InkFaceMask, InkFaceWithTearsOfJoy, InkFencerSwordsmanWithSaber, InkFileFolder, InkFingerSnap, InkFingerWalking, InkFireTrending, InkFirecracker, InkFireworks, InkFishAquarium, InkFistRaised, InkFitnessTracker, InkFlag, InkFlashDriveUsb, InkFlashlight, InkFlipFlops, InkFlippers, InkFlowerBouquet, InkFlowerVase, InkFlute, InkFocusEyeHidden, InkFootballPlayer, InkForm, InkFourLeafClover, InkFrenchFries, InkFrisbee, InkFruitBowl, InkFryingPanEggs, InkGardenFence, InkGardenScissors, InkGardenShovel, InkGardeningFork, InkGasStationPump, InkGiftBox, InkGlobalInternational, InkGlobe, InkGoShopping, InkGolfClubSet, InkGolfTennisHatCap, InkGrapes, InkGraphicFileGalleryFrame, InkGrimacingFace, InkGroup7975, InkGroupOnlineTherapy, InkGuidelineBrandBook, InkGuitar, InkHalloweenGhost1, InkHalloweenGhost2, InkHalloweenJack, InkHandBandage, InkHandDrawingWithPencil, InkHandMeasuringHorizontally, InkHandMeasuringVertically, InkHandMeditationGesture, InkHandRaised, InkHandSignCall, InkHandSignChill, InkHandSignHalfHeartLeft, InkHandSignLittle, InkHandSignRock, InkHandSignStop, InkHandThreeFingers, InkHandVictoryLeftHand, InkHandVictoryRightHand, InkHandVulcanSalute, InkHandWaving, InkHandWithCamera, InkHandWithCards, InkHandWithChopsticks, InkHandWithCigarette, InkHandWithCoins, InkHandWithCreditCard, InkHandWithCup, InkHandWithDiamonds, InkHandWithDices, InkHandWithGem, InkHandWithGift, InkHandWithGlass, InkHandWithMagicWand, InkHandWithPaletteknifePainting, InkHandWithPencilDrawing, InkHandWithPhone, InkHandWithPuzzle, InkHandWithRose, InkHandWithSeedsPlanting, InkHandWithSmartPen, InkHandWithSpray, InkHandWithToothBrush, InkHandWithWatches, InkHandWithWipingCloth, InkHanukkah, InkHare, InkHarmonica, InkHarp, InkHazelnut, InkHeadMirror, InkHeadphones, InkHelicopter, InkHighSpeedTrain, InkHockeyPlayer, InkHockeyStickWithPuck, InkHorn, InkHospitalBed, InkHotAirBalloon, InkHotDog, InkHotelSign, InkHumanMoods, InkIceCream, InkIceMold, InkIceSkating, InkIndependenceDayGrill, InkIndexPointingDown, InkIndividualOnlineTherapy, InkInfographics, InkInhaler, InkInstagramPost, InkInteriorDesignHouseBlueprintPaperPlan, InkJoystick, InkJuiceCarton, InkJumpingRopes, InkKalimba, InkKarateMaster, InkKayak, InkKettlebell, InkKey, InkKeyboard, InkKidney, InkKitchenApron, InkKnife, InkLabTest, InkLabTube, InkLabelDesign, InkLadle, InkLandscapeDesign, InkLanguage, InkLaptop, InkLaptopBrowser, InkLawnmower, InkLayers, InkLeaf1, InkLeaf2, InkLifeJacket, InkLightBulb, InkLink, InkLockLocked, InkLockUnlocked, InkLunchBag, InkLungs, InkLuxuryJewellery, InkMagazine, InkMagicStick, InkMagicTricks, InkMagicWand, InkMagnet, InkMakingPhotoOnPhone, InkMaleFemaleSex, InkMan01, InkMan02, InkMan03, InkMan04, InkMan05, InkMan06, InkMan07, InkMan08, InkMan09, InkMan10, InkMan11, InkMan12, InkMan13, InkMan14, InkMan15, InkMan16, InkMan17, InkMaracas, InkMarker, InkMarketingCampaign, InkMascarade, InkMasher, InkMatcha, InkMatches, InkMeasuringJug, InkMedal, InkMedicalKit, InkMessageInformation, InkMessageQuestionsFaq, InkMetronome, InkMicroChips, InkMicrophone, InkMicroscope, InkMicrowaveOven, InkMilkCarton, InkMindDepression, InkMindEnergyLevels, InkMindProblemSolving, InkMindQuestion, InkMindThoughtProcess, InkMixer, InkMixingIngredients, InkMobileMockup, InkMoneyMetricUp, InkMoneySearch, InkMonitorBrowser, InkMoped, InkMotocrossMotorcycle, InkMotorbike, InkMural, InkMuseumPainting, InkMuseumSculpture, InkMushroom, InkNasalSpray, InkNews, InkNewtonsCradle, InkNoodlesWok, InkNoteBook, InkNotepadWithArrow, InkNotesChart, InkNotificationHashtag, InkNuclearEnergy, InkOcarina, InkOfficeChair01, InkOfficeChair02, InkOfficeNotebook, InkOfficePlant1, InkOfficePlant2, InkOfficePlant3, InkOfficeProjector, InkOfficeSnack, InkOintment, InkOliveOil, InkOnlineMeeting, InkOpen, InkOpenAllDay24Hours, InkOven, InkOvenGlove, InkOverlapOverlayIntersectionOpacity, InkPacManWithCursor, InkPackageDiscount, InkPaintTin, InkPaletteForDrawing, InkPalm, InkPanama, InkPanflute, InkPaperClip, InkPaperMap, InkPaperPlane, InkPaperShredder, InkPartlyCloudyDay, InkPartlyCloudyNight, InkPartyHat, InkPassport, InkPen, InkPenCurves, InkPenToolCursorWithBeziers, InkPencil, InkPencilSharpener, InkPepper, InkPerformanceMetric, InkPetBowl, InkPetCollar, InkPetCrate, InkPetFood, InkPetLitterShovel, InkPharmacyStore, InkPiano, InkPieChartDiscount, InkPieChartRevenue, InkPills, InkPillsBlisterPack, InkPillsContainer, InkPizzaSlice, InkPlanet, InkPlantInTube, InkPlantPot1, InkPlantPot2, InkPlantPot3, InkPlantPot4, InkPlantPot5, InkPlantPot6, InkPlates, InkPleadingFace, InkPokemon, InkPolaroidPhotoCard1, InkPolaroidPhotoCard2, InkPoleVaultAthleteJumper, InkPosTerminalMachine, InkPot, InkPottery, InkPowerBoat1, InkPowerBoat2, InkPresentationLive, InkPresentationReport, InkPrinter, InkPrivacyGdpr, InkProfile, InkProjector, InkProtractorRuler, InkPsychiatryNeurons, InkPsychologySymbol, InkPsychotherapistTakingNotes, InkPunchingBoxingBag, InkPushingButton, InkQrCode, InkQrCodeScanMobile, InkQuestionAnswerChat, InkRabbit, InkRainDrops, InkRainbow, InkRainy, InkRakes, InkReedGrass, InkRescueCircle, InkResistanceBand, InkReusableWaterBottle, InkReusableWaterBottleWithEnergyDrink, InkRoadmap, InkRobotics, InkRoller, InkRollerSkates, InkRollerSkating, InkRuler, InkRunning, InkRv, InkSailboat, InkSaltShaker, InkSandglass, InkSanitizer, InkSauceBottle, InkSaucePan, InkSavingMoney, InkSaxophone, InkScaleToolCrop, InkScanner, InkScissors, InkScooter, InkSculptureCarvingChisel, InkSearch, InkSeeds, InkSegway, InkSemi, InkSettings, InkShapes, InkShelfWithBooks, InkShoppingBasket, InkShoppingCart, InkSkateboard, InkSkateboarder, InkSkates, InkSkier, InkSleepingFace, InkSlotMachine, InkSmartphone, InkSmilingFaceWithGlasses, InkSmilingFaceWithHeartEyes, InkSmilingFaceWithHearts, InkSmilingFaceWithSunglasses, InkSmilingFaceWithTear, InkSmirkingFace, InkSnake, InkSnorkeling, InkSnowboarder, InkSnowflake, InkSnowy, InkSoccer, InkSoup, InkSpaceTravel, InkSparkles1, InkSparkles2, InkSparkles3, InkSpatula, InkSportBag, InkSportsHockeyFootballHelmet, InkSprayPaintCan, InkStPatricksDayClover, InkStaircaseUp, InkStapler, InkSteak, InkStethoscope, InkStickerSmileEmoji, InkStickyNotes, InkStomach, InkStoneStacking, InkStopSign, InkStoreShop, InkStrainer, InkStrongWind, InkSubmarine, InkSubwoofer, InkSuitcase, InkSumoWrestler, InkSunBed, InkSunflower, InkSunscreen, InkSurferSurfboard, InkSushi, InkSwimmingGogglesWithCap, InkSwimsuitBikini, InkSwimsuitShorts, InkSwissKnife, InkSyringe, InkSulptureBust as InkSсulptureBust, InkTShirtPrinting, InkTableTennis, InkTabletMockup, InkTaco, InkTambourine, InkTarget, InkTeaPot, InkTelescope, InkTemperatureCold, InkTemperatureHot, InkTemplate, InkTennis, InkTennisShuttlecock, InkTent, InkTestExamGrades, InkTextToolFont, InkTheatre, InkThinkingFace, InkThumbBackDirection, InkThumbsUp, InkThunderstorm, InkTimer, InkToaster, InkTooth, InkTornado, InkTouristBackpack, InkTouristBriefcase, InkTractor, InkTrafficLight, InkTram, InkTransparentBackground, InkTrashBin, InkTree, InkTreeEvergreen, InkTreeStump, InkTriangle, InkTrumpet, InkTuningFork, InkUmbrella, InkUploadToCloud, InkUsbDrive01, InkUsbDrive02, InkUsbHub, InkValentinesDayTeddy, InkVaseWithWildflowers, InkVinylRecord, InkVinylRecordPlayer, InkViolin, InkVirus, InkVocalMicrophone, InkVolleyball, InkWalkingFrame, InkWallCalendar, InkWallClock, InkWallet, InkWaterScooter, InkWateringCan, InkWateringHose, InkWatermelon, InkWebBrowsing1, InkWebBrowsing2, InkWebCamera, InkWebUiElementImageSettings, InkWebWindow, InkWebsiteOnMonitor, InkWhisk, InkWifiRouter, InkWindy, InkWinkingFaceWithTongue, InkWoman01, InkWoman02, InkWoman03, InkWoman04, InkWoman05, InkWoman06, InkWoman07, InkWoman08, InkWoman09, InkWoman10, InkWoman11, InkWoman12, InkWorkflow, InkWorkingByDesk, InkWorkingTable, InkWritingPen, InkXylophone, InkYogaMan, InkYogaWoman, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, Popover, PrimaryNav, PrimaryNavDivider, PrimaryNavFooter, PrimaryNavItem, PrimaryNavSubItem, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, Skeleton, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, ZINDEX, isValidPhoneNumber, toast, useDataTableContext };
64390
64561
  //# sourceMappingURL=index.modern.mjs.map