@7shifts/sous-chef 4.10.3 → 4.11.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.
package/dist/index.js CHANGED
@@ -65,6 +65,8 @@ var differenceInCalendarWeeks__default = /*#__PURE__*/_interopDefaultLegacy(diff
65
65
  var COLORS = {
66
66
  'white': 'var(--color-white)',
67
67
  'black': 'var(--color-black)',
68
+ 'eggshell': 'var(--color-eggshell)',
69
+ 'coal': 'var(--color-coal)',
68
70
  'tangerine-100': 'var(--color-tangerine-100)',
69
71
  'tangerine-200': 'var(--color-tangerine-200)',
70
72
  'tangerine-300': 'var(--color-tangerine-300)',
@@ -351,7 +353,7 @@ var kebabize = function kebabize(str) {
351
353
  });
352
354
  };
353
355
 
354
- var _excluded$er = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
356
+ var _excluded$es = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
355
357
  var getPositionProps = function getPositionProps(_ref) {
356
358
  var m = _ref.m,
357
359
  margin = _ref.margin,
@@ -363,7 +365,7 @@ var getPositionProps = function getPositionProps(_ref) {
363
365
  marginBottom = _ref.marginBottom,
364
366
  ml = _ref.ml,
365
367
  marginLeft = _ref.marginLeft,
366
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$er);
368
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$es);
367
369
  return {
368
370
  positionProps: {
369
371
  m: m,
@@ -397,7 +399,7 @@ var getDataProps = function getDataProps(props, config) {
397
399
  });
398
400
  };
399
401
 
400
- var _excluded$eq = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
402
+ var _excluded$er = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
401
403
  /**
402
404
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
403
405
  */
@@ -422,7 +424,7 @@ var Flex = function Flex(_ref) {
422
424
  flexGrow = _ref.flexGrow,
423
425
  testId = _ref.testId,
424
426
  extraClass = _ref.extraClass,
425
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$eq);
427
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$er);
426
428
  var _getPositionProps = getPositionProps(rest),
427
429
  positionProps = _getPositionProps.positionProps,
428
430
  otherProps = _getPositionProps.otherProps;
@@ -453,14 +455,14 @@ var Flex = function Flex(_ref) {
453
455
  }));
454
456
  };
455
457
 
456
- var _excluded$ep = ["alignItems"];
458
+ var _excluded$eq = ["alignItems"];
457
459
  /**
458
460
  * Layout component to easily stack elements up in a column.
459
461
  */
460
462
  var Stack = function Stack(_ref) {
461
463
  var _ref$alignItems = _ref.alignItems,
462
464
  alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
463
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ep);
465
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eq);
464
466
  return React__namespace.createElement(Flex, _extends({}, props, {
465
467
  alignItems: alignItems,
466
468
  direction: "column"
@@ -469,7 +471,7 @@ var Stack = function Stack(_ref) {
469
471
 
470
472
  var styles$1J = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
471
473
 
472
- var _excluded$eo = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
474
+ var _excluded$ep = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
473
475
  /**
474
476
  * Used when you want to allow the user to turn some information ON and OFF.
475
477
  *
@@ -484,7 +486,7 @@ var Toggle = function Toggle(_ref) {
484
486
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
485
487
  id = _ref.id,
486
488
  testId = _ref.testId,
487
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$eo);
489
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ep);
488
490
  var _getDataProps = getDataProps(otherProps),
489
491
  dataProps = _getDataProps.dataProps;
490
492
  return React__default["default"].createElement(Stack, {
@@ -1016,7 +1018,7 @@ var COMPONENT_NAMES = {
1016
1018
  BUTTON: 'BUTTON'
1017
1019
  };
1018
1020
 
1019
- var _excluded$en = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
1021
+ var _excluded$eo = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
1020
1022
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
1021
1023
  var ButtonComponent = function ButtonComponent(_ref, ref) {
1022
1024
  var _classnames;
@@ -1041,7 +1043,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
1041
1043
  target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
1042
1044
  testId = _ref.testId,
1043
1045
  size = _ref.size,
1044
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$en);
1046
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$eo);
1045
1047
  var _getPositionProps = getPositionProps(rest),
1046
1048
  positionProps = _getPositionProps.positionProps,
1047
1049
  otherProps = _getPositionProps.otherProps;
@@ -1165,7 +1167,7 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
1165
1167
  return componentName === parentComponentName;
1166
1168
  };
1167
1169
 
1168
- var _excluded$em = ["testId", "size", "color", "style", "variant"];
1170
+ var _excluded$en = ["testId", "size", "color", "style", "variant"];
1169
1171
  var IconArrowDown = React.forwardRef(function (_ref, ref) {
1170
1172
  var _ref$testId = _ref.testId,
1171
1173
  testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
@@ -1174,7 +1176,7 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1174
1176
  style = _ref.style,
1175
1177
  _ref$variant = _ref.variant,
1176
1178
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1177
- props = _objectWithoutPropertiesLoose(_ref, _excluded$em);
1179
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$en);
1178
1180
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1179
1181
  var styleProps = {
1180
1182
  size: !size && isInsideButton ? 'medium' : size,
@@ -1212,7 +1214,7 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1212
1214
  });
1213
1215
  IconArrowDown.displayName = 'IconArrowDown';
1214
1216
 
1215
- var _excluded$el = ["testId", "size", "color", "style", "variant"];
1217
+ var _excluded$em = ["testId", "size", "color", "style", "variant"];
1216
1218
  var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1217
1219
  var _ref$testId = _ref.testId,
1218
1220
  testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
@@ -1221,7 +1223,7 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1221
1223
  style = _ref.style,
1222
1224
  _ref$variant = _ref.variant,
1223
1225
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1224
- props = _objectWithoutPropertiesLoose(_ref, _excluded$el);
1226
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$em);
1225
1227
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1226
1228
  var styleProps = {
1227
1229
  size: !size && isInsideButton ? 'medium' : size,
@@ -1257,7 +1259,7 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1257
1259
  });
1258
1260
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1259
1261
 
1260
- var _excluded$ek = ["testId", "size", "color", "style", "variant"];
1262
+ var _excluded$el = ["testId", "size", "color", "style", "variant"];
1261
1263
  var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1262
1264
  var _ref$testId = _ref.testId,
1263
1265
  testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
@@ -1266,7 +1268,7 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1266
1268
  style = _ref.style,
1267
1269
  _ref$variant = _ref.variant,
1268
1270
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1269
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
1271
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$el);
1270
1272
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1271
1273
  var styleProps = {
1272
1274
  size: !size && isInsideButton ? 'medium' : size,
@@ -1304,7 +1306,7 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1304
1306
  });
1305
1307
  IconArrowLeft.displayName = 'IconArrowLeft';
1306
1308
 
1307
- var _excluded$ej = ["testId", "size", "color", "style", "variant"];
1309
+ var _excluded$ek = ["testId", "size", "color", "style", "variant"];
1308
1310
  var IconArrowLeftRight = React.forwardRef(function (_ref, ref) {
1309
1311
  var _ref$testId = _ref.testId,
1310
1312
  testId = _ref$testId === void 0 ? 'icon-arrow-left-right' : _ref$testId,
@@ -1313,7 +1315,7 @@ var IconArrowLeftRight = React.forwardRef(function (_ref, ref) {
1313
1315
  style = _ref.style,
1314
1316
  _ref$variant = _ref.variant,
1315
1317
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1316
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
1318
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
1317
1319
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1318
1320
  var styleProps = {
1319
1321
  size: !size && isInsideButton ? 'medium' : size,
@@ -1349,7 +1351,7 @@ var IconArrowLeftRight = React.forwardRef(function (_ref, ref) {
1349
1351
  });
1350
1352
  IconArrowLeftRight.displayName = 'IconArrowLeftRight';
1351
1353
 
1352
- var _excluded$ei = ["testId", "size", "color", "style", "variant"];
1354
+ var _excluded$ej = ["testId", "size", "color", "style", "variant"];
1353
1355
  var IconArrowRight = React.forwardRef(function (_ref, ref) {
1354
1356
  var _ref$testId = _ref.testId,
1355
1357
  testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
@@ -1358,7 +1360,7 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1358
1360
  style = _ref.style,
1359
1361
  _ref$variant = _ref.variant,
1360
1362
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1361
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
1363
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
1362
1364
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1363
1365
  var styleProps = {
1364
1366
  size: !size && isInsideButton ? 'medium' : size,
@@ -1396,7 +1398,7 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1396
1398
  });
1397
1399
  IconArrowRight.displayName = 'IconArrowRight';
1398
1400
 
1399
- var _excluded$eh = ["testId", "size", "color", "style", "variant"];
1401
+ var _excluded$ei = ["testId", "size", "color", "style", "variant"];
1400
1402
  var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1401
1403
  var _ref$testId = _ref.testId,
1402
1404
  testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
@@ -1405,7 +1407,7 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1405
1407
  style = _ref.style,
1406
1408
  _ref$variant = _ref.variant,
1407
1409
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1408
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
1410
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
1409
1411
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1410
1412
  var styleProps = {
1411
1413
  size: !size && isInsideButton ? 'medium' : size,
@@ -1441,7 +1443,7 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1441
1443
  });
1442
1444
  IconArrowToTop.displayName = 'IconArrowToTop';
1443
1445
 
1444
- var _excluded$eg = ["testId", "size", "color", "style", "variant"];
1446
+ var _excluded$eh = ["testId", "size", "color", "style", "variant"];
1445
1447
  var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1446
1448
  var _ref$testId = _ref.testId,
1447
1449
  testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
@@ -1450,7 +1452,7 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1450
1452
  style = _ref.style,
1451
1453
  _ref$variant = _ref.variant,
1452
1454
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1453
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1455
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
1454
1456
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1455
1457
  var styleProps = {
1456
1458
  size: !size && isInsideButton ? 'medium' : size,
@@ -1501,7 +1503,7 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1501
1503
  });
1502
1504
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1503
1505
 
1504
- var _excluded$ef = ["testId", "size", "color", "style", "variant"];
1506
+ var _excluded$eg = ["testId", "size", "color", "style", "variant"];
1505
1507
  var IconArrowUp = React.forwardRef(function (_ref, ref) {
1506
1508
  var _ref$testId = _ref.testId,
1507
1509
  testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
@@ -1510,7 +1512,7 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1510
1512
  style = _ref.style,
1511
1513
  _ref$variant = _ref.variant,
1512
1514
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1513
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1515
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1514
1516
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1515
1517
  var styleProps = {
1516
1518
  size: !size && isInsideButton ? 'medium' : size,
@@ -1548,7 +1550,7 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1548
1550
  });
1549
1551
  IconArrowUp.displayName = 'IconArrowUp';
1550
1552
 
1551
- var _excluded$ee = ["testId", "size", "color", "style", "variant"];
1553
+ var _excluded$ef = ["testId", "size", "color", "style", "variant"];
1552
1554
  var IconChevronDown = React.forwardRef(function (_ref, ref) {
1553
1555
  var _ref$testId = _ref.testId,
1554
1556
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
@@ -1557,7 +1559,7 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
1557
1559
  style = _ref.style,
1558
1560
  _ref$variant = _ref.variant,
1559
1561
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1560
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1562
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1561
1563
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1562
1564
  var styleProps = {
1563
1565
  size: !size && isInsideButton ? 'medium' : size,
@@ -1595,7 +1597,7 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
1595
1597
  });
1596
1598
  IconChevronDown.displayName = 'IconChevronDown';
1597
1599
 
1598
- var _excluded$ed = ["testId", "size", "color", "style", "variant"];
1600
+ var _excluded$ee = ["testId", "size", "color", "style", "variant"];
1599
1601
  var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1600
1602
  var _ref$testId = _ref.testId,
1601
1603
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
@@ -1604,7 +1606,7 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1604
1606
  style = _ref.style,
1605
1607
  _ref$variant = _ref.variant,
1606
1608
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1607
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1609
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1608
1610
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1609
1611
  var styleProps = {
1610
1612
  size: !size && isInsideButton ? 'medium' : size,
@@ -1642,7 +1644,7 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1642
1644
  });
1643
1645
  IconChevronLeft.displayName = 'IconChevronLeft';
1644
1646
 
1645
- var _excluded$ec = ["testId", "size", "color", "style", "variant"];
1647
+ var _excluded$ed = ["testId", "size", "color", "style", "variant"];
1646
1648
  var IconChevronRight = React.forwardRef(function (_ref, ref) {
1647
1649
  var _ref$testId = _ref.testId,
1648
1650
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
@@ -1651,7 +1653,7 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
1651
1653
  style = _ref.style,
1652
1654
  _ref$variant = _ref.variant,
1653
1655
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1654
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1656
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1655
1657
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1656
1658
  var styleProps = {
1657
1659
  size: !size && isInsideButton ? 'medium' : size,
@@ -1689,7 +1691,7 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
1689
1691
  });
1690
1692
  IconChevronRight.displayName = 'IconChevronRight';
1691
1693
 
1692
- var _excluded$eb = ["testId", "size", "color", "style", "variant"];
1694
+ var _excluded$ec = ["testId", "size", "color", "style", "variant"];
1693
1695
  var IconChevronUp = React.forwardRef(function (_ref, ref) {
1694
1696
  var _ref$testId = _ref.testId,
1695
1697
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
@@ -1698,7 +1700,7 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
1698
1700
  style = _ref.style,
1699
1701
  _ref$variant = _ref.variant,
1700
1702
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1701
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1703
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1702
1704
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1703
1705
  var styleProps = {
1704
1706
  size: !size && isInsideButton ? 'medium' : size,
@@ -1736,7 +1738,7 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
1736
1738
  });
1737
1739
  IconChevronUp.displayName = 'IconChevronUp';
1738
1740
 
1739
- var _excluded$ea = ["testId", "size", "color", "style", "variant"];
1741
+ var _excluded$eb = ["testId", "size", "color", "style", "variant"];
1740
1742
  var IconExpand = React.forwardRef(function (_ref, ref) {
1741
1743
  var _ref$testId = _ref.testId,
1742
1744
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
@@ -1745,7 +1747,7 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
1745
1747
  style = _ref.style,
1746
1748
  _ref$variant = _ref.variant,
1747
1749
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1748
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1750
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1749
1751
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1750
1752
  var styleProps = {
1751
1753
  size: !size && isInsideButton ? 'medium' : size,
@@ -1781,7 +1783,7 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
1781
1783
  });
1782
1784
  IconExpand.displayName = 'IconExpand';
1783
1785
 
1784
- var _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1786
+ var _excluded$ea = ["testId", "size", "color", "style", "variant"];
1785
1787
  var IconRepeat = React.forwardRef(function (_ref, ref) {
1786
1788
  var _ref$testId = _ref.testId,
1787
1789
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
@@ -1790,7 +1792,7 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
1790
1792
  style = _ref.style,
1791
1793
  _ref$variant = _ref.variant,
1792
1794
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1793
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1795
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1794
1796
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1795
1797
  var styleProps = {
1796
1798
  size: !size && isInsideButton ? 'medium' : size,
@@ -1826,7 +1828,7 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
1826
1828
  });
1827
1829
  IconRepeat.displayName = 'IconRepeat';
1828
1830
 
1829
- var _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1831
+ var _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1830
1832
  var IconReply = React.forwardRef(function (_ref, ref) {
1831
1833
  var _ref$testId = _ref.testId,
1832
1834
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
@@ -1835,7 +1837,7 @@ var IconReply = React.forwardRef(function (_ref, ref) {
1835
1837
  style = _ref.style,
1836
1838
  _ref$variant = _ref.variant,
1837
1839
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1838
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1840
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1839
1841
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1840
1842
  var styleProps = {
1841
1843
  size: !size && isInsideButton ? 'medium' : size,
@@ -1878,7 +1880,7 @@ var IconReply = React.forwardRef(function (_ref, ref) {
1878
1880
  });
1879
1881
  IconReply.displayName = 'IconReply';
1880
1882
 
1881
- var _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1883
+ var _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1882
1884
  var IconSort = React.forwardRef(function (_ref, ref) {
1883
1885
  var _ref$testId = _ref.testId,
1884
1886
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
@@ -1887,7 +1889,7 @@ var IconSort = React.forwardRef(function (_ref, ref) {
1887
1889
  style = _ref.style,
1888
1890
  _ref$variant = _ref.variant,
1889
1891
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1890
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1892
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1891
1893
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1892
1894
  var styleProps = {
1893
1895
  size: !size && isInsideButton ? 'medium' : size,
@@ -1923,7 +1925,7 @@ var IconSort = React.forwardRef(function (_ref, ref) {
1923
1925
  });
1924
1926
  IconSort.displayName = 'IconSort';
1925
1927
 
1926
- var _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1928
+ var _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1927
1929
  var IconSync = React.forwardRef(function (_ref, ref) {
1928
1930
  var _ref$testId = _ref.testId,
1929
1931
  testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
@@ -1932,7 +1934,7 @@ var IconSync = React.forwardRef(function (_ref, ref) {
1932
1934
  style = _ref.style,
1933
1935
  _ref$variant = _ref.variant,
1934
1936
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1935
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1937
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1936
1938
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1937
1939
  var styleProps = {
1938
1940
  size: !size && isInsideButton ? 'medium' : size,
@@ -1982,7 +1984,7 @@ var IconSync = React.forwardRef(function (_ref, ref) {
1982
1984
  });
1983
1985
  IconSync.displayName = 'IconSync';
1984
1986
 
1985
- var _excluded$e5 = ["testId", "size", "color", "style", "variant"];
1987
+ var _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1986
1988
  var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
1987
1989
  var _ref$testId = _ref.testId,
1988
1990
  testId = _ref$testId === void 0 ? 'icon-sync-exclamation' : _ref$testId,
@@ -1991,7 +1993,7 @@ var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
1991
1993
  style = _ref.style,
1992
1994
  _ref$variant = _ref.variant,
1993
1995
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1994
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
1996
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1995
1997
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1996
1998
  var styleProps = {
1997
1999
  size: !size && isInsideButton ? 'medium' : size,
@@ -2043,7 +2045,7 @@ var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
2043
2045
  });
2044
2046
  IconSyncExclamation.displayName = 'IconSyncExclamation';
2045
2047
 
2046
- var _excluded$e4 = ["testId", "size", "color", "style", "variant"];
2048
+ var _excluded$e5 = ["testId", "size", "color", "style", "variant"];
2047
2049
  var IconUndo = React.forwardRef(function (_ref, ref) {
2048
2050
  var _ref$testId = _ref.testId,
2049
2051
  testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
@@ -2052,7 +2054,7 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
2052
2054
  style = _ref.style,
2053
2055
  _ref$variant = _ref.variant,
2054
2056
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2055
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
2057
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
2056
2058
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2057
2059
  var styleProps = {
2058
2060
  size: !size && isInsideButton ? 'medium' : size,
@@ -2102,7 +2104,7 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
2102
2104
  });
2103
2105
  IconUndo.displayName = 'IconUndo';
2104
2106
 
2105
- var _excluded$e3 = ["testId", "size", "color", "style", "variant"];
2107
+ var _excluded$e4 = ["testId", "size", "color", "style", "variant"];
2106
2108
  var IconAnalytics = React.forwardRef(function (_ref, ref) {
2107
2109
  var _ref$testId = _ref.testId,
2108
2110
  testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
@@ -2111,7 +2113,7 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
2111
2113
  style = _ref.style,
2112
2114
  _ref$variant = _ref.variant,
2113
2115
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2114
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
2116
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
2115
2117
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2116
2118
  var styleProps = {
2117
2119
  size: !size && isInsideButton ? 'medium' : size,
@@ -2149,7 +2151,7 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
2149
2151
  });
2150
2152
  IconAnalytics.displayName = 'IconAnalytics';
2151
2153
 
2152
- var _excluded$e2 = ["testId", "size", "color", "style", "variant"];
2154
+ var _excluded$e3 = ["testId", "size", "color", "style", "variant"];
2153
2155
  var IconBalanceScale = React.forwardRef(function (_ref, ref) {
2154
2156
  var _ref$testId = _ref.testId,
2155
2157
  testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
@@ -2158,7 +2160,7 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
2158
2160
  style = _ref.style,
2159
2161
  _ref$variant = _ref.variant,
2160
2162
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2161
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
2163
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
2162
2164
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2163
2165
  var styleProps = {
2164
2166
  size: !size && isInsideButton ? 'medium' : size,
@@ -2201,7 +2203,7 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
2201
2203
  });
2202
2204
  IconBalanceScale.displayName = 'IconBalanceScale';
2203
2205
 
2204
- var _excluded$e1 = ["testId", "size", "color", "style", "variant"];
2206
+ var _excluded$e2 = ["testId", "size", "color", "style", "variant"];
2205
2207
  var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
2206
2208
  var _ref$testId = _ref.testId,
2207
2209
  testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
@@ -2210,7 +2212,7 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
2210
2212
  style = _ref.style,
2211
2213
  _ref$variant = _ref.variant,
2212
2214
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2213
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
2215
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
2214
2216
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2215
2217
  var styleProps = {
2216
2218
  size: !size && isInsideButton ? 'medium' : size,
@@ -2253,7 +2255,7 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
2253
2255
  });
2254
2256
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
2255
2257
 
2256
- var _excluded$e0 = ["testId", "size", "color", "style", "variant"];
2258
+ var _excluded$e1 = ["testId", "size", "color", "style", "variant"];
2257
2259
  var IconBarsV = React.forwardRef(function (_ref, ref) {
2258
2260
  var _ref$testId = _ref.testId,
2259
2261
  testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
@@ -2262,7 +2264,7 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
2262
2264
  style = _ref.style,
2263
2265
  _ref$variant = _ref.variant,
2264
2266
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2265
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
2267
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
2266
2268
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2267
2269
  var styleProps = {
2268
2270
  size: !size && isInsideButton ? 'medium' : size,
@@ -2298,7 +2300,7 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
2298
2300
  });
2299
2301
  IconBarsV.displayName = 'IconBarsV';
2300
2302
 
2301
- var _excluded$d$ = ["testId", "size", "color", "style", "variant"];
2303
+ var _excluded$e0 = ["testId", "size", "color", "style", "variant"];
2302
2304
  var IconBook = React.forwardRef(function (_ref, ref) {
2303
2305
  var _ref$testId = _ref.testId,
2304
2306
  testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
@@ -2307,7 +2309,7 @@ var IconBook = React.forwardRef(function (_ref, ref) {
2307
2309
  style = _ref.style,
2308
2310
  _ref$variant = _ref.variant,
2309
2311
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2310
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
2312
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
2311
2313
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2312
2314
  var styleProps = {
2313
2315
  size: !size && isInsideButton ? 'medium' : size,
@@ -2343,7 +2345,7 @@ var IconBook = React.forwardRef(function (_ref, ref) {
2343
2345
  });
2344
2346
  IconBook.displayName = 'IconBook';
2345
2347
 
2346
- var _excluded$d_ = ["testId", "size", "color", "style", "variant"];
2348
+ var _excluded$d$ = ["testId", "size", "color", "style", "variant"];
2347
2349
  var IconCalculator = React.forwardRef(function (_ref, ref) {
2348
2350
  var _ref$testId = _ref.testId,
2349
2351
  testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
@@ -2352,7 +2354,7 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
2352
2354
  style = _ref.style,
2353
2355
  _ref$variant = _ref.variant,
2354
2356
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2355
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
2357
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
2356
2358
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2357
2359
  var styleProps = {
2358
2360
  size: !size && isInsideButton ? 'medium' : size,
@@ -2390,7 +2392,7 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
2390
2392
  });
2391
2393
  IconCalculator.displayName = 'IconCalculator';
2392
2394
 
2393
- var _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2395
+ var _excluded$d_ = ["testId", "size", "color", "style", "variant"];
2394
2396
  var IconCashRegister = React.forwardRef(function (_ref, ref) {
2395
2397
  var _ref$testId = _ref.testId,
2396
2398
  testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
@@ -2399,7 +2401,7 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2399
2401
  style = _ref.style,
2400
2402
  _ref$variant = _ref.variant,
2401
2403
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2402
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2404
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
2403
2405
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2404
2406
  var styleProps = {
2405
2407
  size: !size && isInsideButton ? 'medium' : size,
@@ -2449,7 +2451,7 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2449
2451
  });
2450
2452
  IconCashRegister.displayName = 'IconCashRegister';
2451
2453
 
2452
- var _excluded$dY = ["testId", "size", "color", "style", "variant"];
2454
+ var _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2453
2455
  var IconChartBar = React.forwardRef(function (_ref, ref) {
2454
2456
  var _ref$testId = _ref.testId,
2455
2457
  testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
@@ -2458,7 +2460,7 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2458
2460
  style = _ref.style,
2459
2461
  _ref$variant = _ref.variant,
2460
2462
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2461
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2463
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2462
2464
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2463
2465
  var styleProps = {
2464
2466
  size: !size && isInsideButton ? 'medium' : size,
@@ -2496,7 +2498,7 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2496
2498
  });
2497
2499
  IconChartBar.displayName = 'IconChartBar';
2498
2500
 
2499
- var _excluded$dX = ["testId", "size", "color", "style", "variant"];
2501
+ var _excluded$dY = ["testId", "size", "color", "style", "variant"];
2500
2502
  var IconCreditCard = React.forwardRef(function (_ref, ref) {
2501
2503
  var _ref$testId = _ref.testId,
2502
2504
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
@@ -2505,7 +2507,7 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2505
2507
  style = _ref.style,
2506
2508
  _ref$variant = _ref.variant,
2507
2509
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2508
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2510
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2509
2511
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2510
2512
  var styleProps = {
2511
2513
  size: !size && isInsideButton ? 'medium' : size,
@@ -2541,7 +2543,7 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2541
2543
  });
2542
2544
  IconCreditCard.displayName = 'IconCreditCard';
2543
2545
 
2544
- var _excluded$dW = ["testId", "size", "color", "style", "variant"];
2546
+ var _excluded$dX = ["testId", "size", "color", "style", "variant"];
2545
2547
  var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2546
2548
  var _ref$testId = _ref.testId,
2547
2549
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
@@ -2550,7 +2552,7 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2550
2552
  style = _ref.style,
2551
2553
  _ref$variant = _ref.variant,
2552
2554
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2553
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2555
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2554
2556
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2555
2557
  var styleProps = {
2556
2558
  size: !size && isInsideButton ? 'medium' : size,
@@ -2606,7 +2608,7 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2606
2608
  });
2607
2609
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2608
2610
 
2609
- var _excluded$dV = ["testId", "size", "color", "style", "variant"];
2611
+ var _excluded$dW = ["testId", "size", "color", "style", "variant"];
2610
2612
  var IconDollarSign = React.forwardRef(function (_ref, ref) {
2611
2613
  var _ref$testId = _ref.testId,
2612
2614
  testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
@@ -2615,7 +2617,7 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
2615
2617
  style = _ref.style,
2616
2618
  _ref$variant = _ref.variant,
2617
2619
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2618
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2620
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2619
2621
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2620
2622
  var styleProps = {
2621
2623
  size: !size && isInsideButton ? 'medium' : size,
@@ -2651,7 +2653,7 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
2651
2653
  });
2652
2654
  IconDollarSign.displayName = 'IconDollarSign';
2653
2655
 
2654
- var _excluded$dU = ["testId", "size", "color", "style", "variant"];
2656
+ var _excluded$dV = ["testId", "size", "color", "style", "variant"];
2655
2657
  var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2656
2658
  var _ref$testId = _ref.testId,
2657
2659
  testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
@@ -2660,7 +2662,7 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2660
2662
  style = _ref.style,
2661
2663
  _ref$variant = _ref.variant,
2662
2664
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2663
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2665
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2664
2666
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2665
2667
  var styleProps = {
2666
2668
  size: !size && isInsideButton ? 'medium' : size,
@@ -2710,7 +2712,7 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2710
2712
  });
2711
2713
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2712
2714
 
2713
- var _excluded$dT = ["testId", "size", "color", "style", "variant"];
2715
+ var _excluded$dU = ["testId", "size", "color", "style", "variant"];
2714
2716
  var IconGanttChart = React.forwardRef(function (_ref, ref) {
2715
2717
  var _ref$testId = _ref.testId,
2716
2718
  testId = _ref$testId === void 0 ? 'icon-gantt-chart' : _ref$testId,
@@ -2719,7 +2721,7 @@ var IconGanttChart = React.forwardRef(function (_ref, ref) {
2719
2721
  style = _ref.style,
2720
2722
  _ref$variant = _ref.variant,
2721
2723
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2722
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2724
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2723
2725
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2724
2726
  var styleProps = {
2725
2727
  size: !size && isInsideButton ? 'medium' : size,
@@ -2755,7 +2757,7 @@ var IconGanttChart = React.forwardRef(function (_ref, ref) {
2755
2757
  });
2756
2758
  IconGanttChart.displayName = 'IconGanttChart';
2757
2759
 
2758
- var _excluded$dS = ["testId", "size", "color", "style", "variant"];
2760
+ var _excluded$dT = ["testId", "size", "color", "style", "variant"];
2759
2761
  var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
2760
2762
  var _ref$testId = _ref.testId,
2761
2763
  testId = _ref$testId === void 0 ? 'icon-hand-holding-coin' : _ref$testId,
@@ -2764,7 +2766,7 @@ var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
2764
2766
  style = _ref.style,
2765
2767
  _ref$variant = _ref.variant,
2766
2768
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2767
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2769
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2768
2770
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2769
2771
  var styleProps = {
2770
2772
  size: !size && isInsideButton ? 'medium' : size,
@@ -2814,7 +2816,7 @@ var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
2814
2816
  });
2815
2817
  IconHandHoldingCoin.displayName = 'IconHandHoldingCoin';
2816
2818
 
2817
- var _excluded$dR = ["testId", "size", "color", "style", "variant"];
2819
+ var _excluded$dS = ["testId", "size", "color", "style", "variant"];
2818
2820
  var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
2819
2821
  var _ref$testId = _ref.testId,
2820
2822
  testId = _ref$testId === void 0 ? 'icon-hand-holding-dollar' : _ref$testId,
@@ -2823,7 +2825,7 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
2823
2825
  style = _ref.style,
2824
2826
  _ref$variant = _ref.variant,
2825
2827
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2826
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2828
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2827
2829
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2828
2830
  var styleProps = {
2829
2831
  size: !size && isInsideButton ? 'medium' : size,
@@ -2873,7 +2875,7 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
2873
2875
  });
2874
2876
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
2875
2877
 
2876
- var _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2878
+ var _excluded$dR = ["testId", "size", "color", "style", "variant"];
2877
2879
  var IconMoneyBill = React.forwardRef(function (_ref, ref) {
2878
2880
  var _ref$testId = _ref.testId,
2879
2881
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
@@ -2882,7 +2884,7 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
2882
2884
  style = _ref.style,
2883
2885
  _ref$variant = _ref.variant,
2884
2886
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2885
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2887
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2886
2888
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2887
2889
  var styleProps = {
2888
2890
  size: !size && isInsideButton ? 'medium' : size,
@@ -2918,7 +2920,7 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
2918
2920
  });
2919
2921
  IconMoneyBill.displayName = 'IconMoneyBill';
2920
2922
 
2921
- var _excluded$dP = ["testId", "size", "color", "style", "variant"];
2923
+ var _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2922
2924
  var IconPercentage = React.forwardRef(function (_ref, ref) {
2923
2925
  var _ref$testId = _ref.testId,
2924
2926
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
@@ -2927,7 +2929,7 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
2927
2929
  style = _ref.style,
2928
2930
  _ref$variant = _ref.variant,
2929
2931
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2930
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2932
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2931
2933
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2932
2934
  var styleProps = {
2933
2935
  size: !size && isInsideButton ? 'medium' : size,
@@ -2963,7 +2965,7 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
2963
2965
  });
2964
2966
  IconPercentage.displayName = 'IconPercentage';
2965
2967
 
2966
- var _excluded$dO = ["testId", "size", "color", "style", "variant"];
2968
+ var _excluded$dP = ["testId", "size", "color", "style", "variant"];
2967
2969
  var IconSitemap = React.forwardRef(function (_ref, ref) {
2968
2970
  var _ref$testId = _ref.testId,
2969
2971
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
@@ -2972,7 +2974,7 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
2972
2974
  style = _ref.style,
2973
2975
  _ref$variant = _ref.variant,
2974
2976
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2975
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
2977
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2976
2978
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2977
2979
  var styleProps = {
2978
2980
  size: !size && isInsideButton ? 'medium' : size,
@@ -3008,7 +3010,7 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
3008
3010
  });
3009
3011
  IconSitemap.displayName = 'IconSitemap';
3010
3012
 
3011
- var _excluded$dN = ["testId", "size", "color", "style", "variant"];
3013
+ var _excluded$dO = ["testId", "size", "color", "style", "variant"];
3012
3014
  var IconTable = React.forwardRef(function (_ref, ref) {
3013
3015
  var _ref$testId = _ref.testId,
3014
3016
  testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
@@ -3017,7 +3019,7 @@ var IconTable = React.forwardRef(function (_ref, ref) {
3017
3019
  style = _ref.style,
3018
3020
  _ref$variant = _ref.variant,
3019
3021
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3020
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
3022
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
3021
3023
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3022
3024
  var styleProps = {
3023
3025
  size: !size && isInsideButton ? 'medium' : size,
@@ -3053,7 +3055,7 @@ var IconTable = React.forwardRef(function (_ref, ref) {
3053
3055
  });
3054
3056
  IconTable.displayName = 'IconTable';
3055
3057
 
3056
- var _excluded$dM = ["testId", "size", "color", "style", "variant"];
3058
+ var _excluded$dN = ["testId", "size", "color", "style", "variant"];
3057
3059
  var IconBell = React.forwardRef(function (_ref, ref) {
3058
3060
  var _ref$testId = _ref.testId,
3059
3061
  testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
@@ -3062,7 +3064,7 @@ var IconBell = React.forwardRef(function (_ref, ref) {
3062
3064
  style = _ref.style,
3063
3065
  _ref$variant = _ref.variant,
3064
3066
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3065
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
3067
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
3066
3068
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3067
3069
  var styleProps = {
3068
3070
  size: !size && isInsideButton ? 'medium' : size,
@@ -3098,7 +3100,7 @@ var IconBell = React.forwardRef(function (_ref, ref) {
3098
3100
  });
3099
3101
  IconBell.displayName = 'IconBell';
3100
3102
 
3101
- var _excluded$dL = ["testId", "size", "color", "style", "variant"];
3103
+ var _excluded$dM = ["testId", "size", "color", "style", "variant"];
3102
3104
  var IconBullhorn = React.forwardRef(function (_ref, ref) {
3103
3105
  var _ref$testId = _ref.testId,
3104
3106
  testId = _ref$testId === void 0 ? 'icon-bullhorn' : _ref$testId,
@@ -3107,7 +3109,7 @@ var IconBullhorn = React.forwardRef(function (_ref, ref) {
3107
3109
  style = _ref.style,
3108
3110
  _ref$variant = _ref.variant,
3109
3111
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3110
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
3112
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
3111
3113
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3112
3114
  var styleProps = {
3113
3115
  size: !size && isInsideButton ? 'medium' : size,
@@ -3143,7 +3145,7 @@ var IconBullhorn = React.forwardRef(function (_ref, ref) {
3143
3145
  });
3144
3146
  IconBullhorn.displayName = 'IconBullhorn';
3145
3147
 
3146
- var _excluded$dK = ["testId", "size", "color", "style", "variant"];
3148
+ var _excluded$dL = ["testId", "size", "color", "style", "variant"];
3147
3149
  var IconCamera = React.forwardRef(function (_ref, ref) {
3148
3150
  var _ref$testId = _ref.testId,
3149
3151
  testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
@@ -3152,7 +3154,7 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
3152
3154
  style = _ref.style,
3153
3155
  _ref$variant = _ref.variant,
3154
3156
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3155
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
3157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
3156
3158
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3157
3159
  var styleProps = {
3158
3160
  size: !size && isInsideButton ? 'medium' : size,
@@ -3188,7 +3190,7 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
3188
3190
  });
3189
3191
  IconCamera.displayName = 'IconCamera';
3190
3192
 
3191
- var _excluded$dJ = ["testId", "size", "color", "style", "variant"];
3193
+ var _excluded$dK = ["testId", "size", "color", "style", "variant"];
3192
3194
  var IconCameraSlash = React.forwardRef(function (_ref, ref) {
3193
3195
  var _ref$testId = _ref.testId,
3194
3196
  testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
@@ -3197,7 +3199,7 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
3197
3199
  style = _ref.style,
3198
3200
  _ref$variant = _ref.variant,
3199
3201
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3200
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
3202
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
3201
3203
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3202
3204
  var styleProps = {
3203
3205
  size: !size && isInsideButton ? 'medium' : size,
@@ -3233,7 +3235,7 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
3233
3235
  });
3234
3236
  IconCameraSlash.displayName = 'IconCameraSlash';
3235
3237
 
3236
- var _excluded$dI = ["testId", "size", "color", "style", "variant"];
3238
+ var _excluded$dJ = ["testId", "size", "color", "style", "variant"];
3237
3239
  var IconComment = React.forwardRef(function (_ref, ref) {
3238
3240
  var _ref$testId = _ref.testId,
3239
3241
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
@@ -3242,7 +3244,7 @@ var IconComment = React.forwardRef(function (_ref, ref) {
3242
3244
  style = _ref.style,
3243
3245
  _ref$variant = _ref.variant,
3244
3246
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3245
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
3247
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
3246
3248
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3247
3249
  var styleProps = {
3248
3250
  size: !size && isInsideButton ? 'medium' : size,
@@ -3278,7 +3280,7 @@ var IconComment = React.forwardRef(function (_ref, ref) {
3278
3280
  });
3279
3281
  IconComment.displayName = 'IconComment';
3280
3282
 
3281
- var _excluded$dH = ["testId", "size", "color", "style", "variant"];
3283
+ var _excluded$dI = ["testId", "size", "color", "style", "variant"];
3282
3284
  var IconCommentLines = React.forwardRef(function (_ref, ref) {
3283
3285
  var _ref$testId = _ref.testId,
3284
3286
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
@@ -3287,7 +3289,7 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
3287
3289
  style = _ref.style,
3288
3290
  _ref$variant = _ref.variant,
3289
3291
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3290
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
3292
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
3291
3293
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3292
3294
  var styleProps = {
3293
3295
  size: !size && isInsideButton ? 'medium' : size,
@@ -3323,7 +3325,7 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
3323
3325
  });
3324
3326
  IconCommentLines.displayName = 'IconCommentLines';
3325
3327
 
3326
- var _excluded$dG = ["testId", "size", "color", "style", "variant"];
3328
+ var _excluded$dH = ["testId", "size", "color", "style", "variant"];
3327
3329
  var IconEnvelope = React.forwardRef(function (_ref, ref) {
3328
3330
  var _ref$testId = _ref.testId,
3329
3331
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
@@ -3332,7 +3334,7 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
3332
3334
  style = _ref.style,
3333
3335
  _ref$variant = _ref.variant,
3334
3336
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3335
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
3337
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
3336
3338
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3337
3339
  var styleProps = {
3338
3340
  size: !size && isInsideButton ? 'medium' : size,
@@ -3368,7 +3370,7 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
3368
3370
  });
3369
3371
  IconEnvelope.displayName = 'IconEnvelope';
3370
3372
 
3371
- var _excluded$dF = ["testId", "size", "color", "style", "variant"];
3373
+ var _excluded$dG = ["testId", "size", "color", "style", "variant"];
3372
3374
  var IconLanguage = React.forwardRef(function (_ref, ref) {
3373
3375
  var _ref$testId = _ref.testId,
3374
3376
  testId = _ref$testId === void 0 ? 'icon-language' : _ref$testId,
@@ -3377,7 +3379,7 @@ var IconLanguage = React.forwardRef(function (_ref, ref) {
3377
3379
  style = _ref.style,
3378
3380
  _ref$variant = _ref.variant,
3379
3381
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3380
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3382
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
3381
3383
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3382
3384
  var styleProps = {
3383
3385
  size: !size && isInsideButton ? 'medium' : size,
@@ -3413,7 +3415,7 @@ var IconLanguage = React.forwardRef(function (_ref, ref) {
3413
3415
  });
3414
3416
  IconLanguage.displayName = 'IconLanguage';
3415
3417
 
3416
- var _excluded$dE = ["testId", "size", "color", "style", "variant"];
3418
+ var _excluded$dF = ["testId", "size", "color", "style", "variant"];
3417
3419
  var IconMessages = React.forwardRef(function (_ref, ref) {
3418
3420
  var _ref$testId = _ref.testId,
3419
3421
  testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
@@ -3422,7 +3424,7 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
3422
3424
  style = _ref.style,
3423
3425
  _ref$variant = _ref.variant,
3424
3426
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3425
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3427
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3426
3428
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3427
3429
  var styleProps = {
3428
3430
  size: !size && isInsideButton ? 'medium' : size,
@@ -3458,7 +3460,7 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
3458
3460
  });
3459
3461
  IconMessages.displayName = 'IconMessages';
3460
3462
 
3461
- var _excluded$dD = ["testId", "size", "color", "style", "variant"];
3463
+ var _excluded$dE = ["testId", "size", "color", "style", "variant"];
3462
3464
  var IconMicrophone = React.forwardRef(function (_ref, ref) {
3463
3465
  var _ref$testId = _ref.testId,
3464
3466
  testId = _ref$testId === void 0 ? 'icon-microphone' : _ref$testId,
@@ -3467,7 +3469,7 @@ var IconMicrophone = React.forwardRef(function (_ref, ref) {
3467
3469
  style = _ref.style,
3468
3470
  _ref$variant = _ref.variant,
3469
3471
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3470
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3472
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3471
3473
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3472
3474
  var styleProps = {
3473
3475
  size: !size && isInsideButton ? 'medium' : size,
@@ -3517,7 +3519,7 @@ var IconMicrophone = React.forwardRef(function (_ref, ref) {
3517
3519
  });
3518
3520
  IconMicrophone.displayName = 'IconMicrophone';
3519
3521
 
3520
- var _excluded$dC = ["testId", "size", "color", "style", "variant"];
3522
+ var _excluded$dD = ["testId", "size", "color", "style", "variant"];
3521
3523
  var IconMobile = React.forwardRef(function (_ref, ref) {
3522
3524
  var _ref$testId = _ref.testId,
3523
3525
  testId = _ref$testId === void 0 ? 'icon-mobile' : _ref$testId,
@@ -3526,7 +3528,7 @@ var IconMobile = React.forwardRef(function (_ref, ref) {
3526
3528
  style = _ref.style,
3527
3529
  _ref$variant = _ref.variant,
3528
3530
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3529
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3531
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3530
3532
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3531
3533
  var styleProps = {
3532
3534
  size: !size && isInsideButton ? 'medium' : size,
@@ -3562,7 +3564,7 @@ var IconMobile = React.forwardRef(function (_ref, ref) {
3562
3564
  });
3563
3565
  IconMobile.displayName = 'IconMobile';
3564
3566
 
3565
- var _excluded$dB = ["testId", "size", "color", "style", "variant"];
3567
+ var _excluded$dC = ["testId", "size", "color", "style", "variant"];
3566
3568
  var IconPhone = React.forwardRef(function (_ref, ref) {
3567
3569
  var _ref$testId = _ref.testId,
3568
3570
  testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
@@ -3571,7 +3573,7 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
3571
3573
  style = _ref.style,
3572
3574
  _ref$variant = _ref.variant,
3573
3575
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3574
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3576
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3575
3577
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3576
3578
  var styleProps = {
3577
3579
  size: !size && isInsideButton ? 'medium' : size,
@@ -3607,7 +3609,7 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
3607
3609
  });
3608
3610
  IconPhone.displayName = 'IconPhone';
3609
3611
 
3610
- var _excluded$dA = ["testId", "size", "color", "style", "variant"];
3612
+ var _excluded$dB = ["testId", "size", "color", "style", "variant"];
3611
3613
  var IconVideo = React.forwardRef(function (_ref, ref) {
3612
3614
  var _ref$testId = _ref.testId,
3613
3615
  testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
@@ -3616,7 +3618,7 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
3616
3618
  style = _ref.style,
3617
3619
  _ref$variant = _ref.variant,
3618
3620
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3619
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3621
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3620
3622
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3621
3623
  var styleProps = {
3622
3624
  size: !size && isInsideButton ? 'medium' : size,
@@ -3659,7 +3661,7 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
3659
3661
  });
3660
3662
  IconVideo.displayName = 'IconVideo';
3661
3663
 
3662
- var _excluded$dz = ["testId", "size", "color", "style", "variant"];
3664
+ var _excluded$dA = ["testId", "size", "color", "style", "variant"];
3663
3665
  var IconWifi = React.forwardRef(function (_ref, ref) {
3664
3666
  var _ref$testId = _ref.testId,
3665
3667
  testId = _ref$testId === void 0 ? 'icon-wifi' : _ref$testId,
@@ -3668,7 +3670,7 @@ var IconWifi = React.forwardRef(function (_ref, ref) {
3668
3670
  style = _ref.style,
3669
3671
  _ref$variant = _ref.variant,
3670
3672
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3671
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3673
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3672
3674
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3673
3675
  var styleProps = {
3674
3676
  size: !size && isInsideButton ? 'medium' : size,
@@ -3704,7 +3706,7 @@ var IconWifi = React.forwardRef(function (_ref, ref) {
3704
3706
  });
3705
3707
  IconWifi.displayName = 'IconWifi';
3706
3708
 
3707
- var _excluded$dy = ["testId", "size", "color", "style", "variant"];
3709
+ var _excluded$dz = ["testId", "size", "color", "style", "variant"];
3708
3710
  var IconWifiSlash = React.forwardRef(function (_ref, ref) {
3709
3711
  var _ref$testId = _ref.testId,
3710
3712
  testId = _ref$testId === void 0 ? 'icon-wifi-slash' : _ref$testId,
@@ -3713,7 +3715,7 @@ var IconWifiSlash = React.forwardRef(function (_ref, ref) {
3713
3715
  style = _ref.style,
3714
3716
  _ref$variant = _ref.variant,
3715
3717
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3716
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3718
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3717
3719
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3718
3720
  var styleProps = {
3719
3721
  size: !size && isInsideButton ? 'medium' : size,
@@ -3749,7 +3751,7 @@ var IconWifiSlash = React.forwardRef(function (_ref, ref) {
3749
3751
  });
3750
3752
  IconWifiSlash.displayName = 'IconWifiSlash';
3751
3753
 
3752
- var _excluded$dx = ["testId", "size", "color", "style", "variant"];
3754
+ var _excluded$dy = ["testId", "size", "color", "style", "variant"];
3753
3755
  var IconBarsH = React.forwardRef(function (_ref, ref) {
3754
3756
  var _ref$testId = _ref.testId,
3755
3757
  testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
@@ -3758,7 +3760,7 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
3758
3760
  style = _ref.style,
3759
3761
  _ref$variant = _ref.variant,
3760
3762
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3761
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
3763
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3762
3764
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3763
3765
  var styleProps = {
3764
3766
  size: !size && isInsideButton ? 'medium' : size,
@@ -3796,7 +3798,7 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
3796
3798
  });
3797
3799
  IconBarsH.displayName = 'IconBarsH';
3798
3800
 
3799
- var _excluded$dw = ["testId", "size", "color", "style", "variant"];
3801
+ var _excluded$dx = ["testId", "size", "color", "style", "variant"];
3800
3802
  var IconBold = React.forwardRef(function (_ref, ref) {
3801
3803
  var _ref$testId = _ref.testId,
3802
3804
  testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
@@ -3805,7 +3807,7 @@ var IconBold = React.forwardRef(function (_ref, ref) {
3805
3807
  style = _ref.style,
3806
3808
  _ref$variant = _ref.variant,
3807
3809
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3808
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
3810
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
3809
3811
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3810
3812
  var styleProps = {
3811
3813
  size: !size && isInsideButton ? 'medium' : size,
@@ -3841,7 +3843,7 @@ var IconBold = React.forwardRef(function (_ref, ref) {
3841
3843
  });
3842
3844
  IconBold.displayName = 'IconBold';
3843
3845
 
3844
- var _excluded$dv = ["testId", "size", "color", "style", "variant"];
3846
+ var _excluded$dw = ["testId", "size", "color", "style", "variant"];
3845
3847
  var IconCheckCircle = React.forwardRef(function (_ref, ref) {
3846
3848
  var _ref$testId = _ref.testId,
3847
3849
  testId = _ref$testId === void 0 ? 'icon-check-circle' : _ref$testId,
@@ -3850,7 +3852,7 @@ var IconCheckCircle = React.forwardRef(function (_ref, ref) {
3850
3852
  style = _ref.style,
3851
3853
  _ref$variant = _ref.variant,
3852
3854
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3853
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
3855
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
3854
3856
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3855
3857
  var styleProps = {
3856
3858
  size: !size && isInsideButton ? 'medium' : size,
@@ -3886,7 +3888,7 @@ var IconCheckCircle = React.forwardRef(function (_ref, ref) {
3886
3888
  });
3887
3889
  IconCheckCircle.displayName = 'IconCheckCircle';
3888
3890
 
3889
- var _excluded$du = ["testId", "size", "color", "style", "variant"];
3891
+ var _excluded$dv = ["testId", "size", "color", "style", "variant"];
3890
3892
  var IconCog = React.forwardRef(function (_ref, ref) {
3891
3893
  var _ref$testId = _ref.testId,
3892
3894
  testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
@@ -3895,7 +3897,7 @@ var IconCog = React.forwardRef(function (_ref, ref) {
3895
3897
  style = _ref.style,
3896
3898
  _ref$variant = _ref.variant,
3897
3899
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3898
- props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
3900
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
3899
3901
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3900
3902
  var styleProps = {
3901
3903
  size: !size && isInsideButton ? 'medium' : size,
@@ -3945,7 +3947,7 @@ var IconCog = React.forwardRef(function (_ref, ref) {
3945
3947
  });
3946
3948
  IconCog.displayName = 'IconCog';
3947
3949
 
3948
- var _excluded$dt = ["testId", "size", "color", "style", "variant"];
3950
+ var _excluded$du = ["testId", "size", "color", "style", "variant"];
3949
3951
  var IconCopy = React.forwardRef(function (_ref, ref) {
3950
3952
  var _ref$testId = _ref.testId,
3951
3953
  testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
@@ -3954,7 +3956,7 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
3954
3956
  style = _ref.style,
3955
3957
  _ref$variant = _ref.variant,
3956
3958
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3957
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
3959
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
3958
3960
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3959
3961
  var styleProps = {
3960
3962
  size: !size && isInsideButton ? 'medium' : size,
@@ -4004,7 +4006,7 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
4004
4006
  });
4005
4007
  IconCopy.displayName = 'IconCopy';
4006
4008
 
4007
- var _excluded$ds = ["testId", "size", "color", "style", "variant"];
4009
+ var _excluded$dt = ["testId", "size", "color", "style", "variant"];
4008
4010
  var IconEdit = React.forwardRef(function (_ref, ref) {
4009
4011
  var _ref$testId = _ref.testId,
4010
4012
  testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
@@ -4013,7 +4015,7 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
4013
4015
  style = _ref.style,
4014
4016
  _ref$variant = _ref.variant,
4015
4017
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4016
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
4018
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
4017
4019
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4018
4020
  var styleProps = {
4019
4021
  size: !size && isInsideButton ? 'medium' : size,
@@ -4049,7 +4051,7 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
4049
4051
  });
4050
4052
  IconEdit.displayName = 'IconEdit';
4051
4053
 
4052
- var _excluded$dr = ["testId", "size", "color", "style", "variant"];
4054
+ var _excluded$ds = ["testId", "size", "color", "style", "variant"];
4053
4055
  var IconEllipsis = React.forwardRef(function (_ref, ref) {
4054
4056
  var _ref$testId = _ref.testId,
4055
4057
  testId = _ref$testId === void 0 ? 'icon-ellipsis' : _ref$testId,
@@ -4058,7 +4060,7 @@ var IconEllipsis = React.forwardRef(function (_ref, ref) {
4058
4060
  style = _ref.style,
4059
4061
  _ref$variant = _ref.variant,
4060
4062
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4061
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
4063
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
4062
4064
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4063
4065
  var styleProps = {
4064
4066
  size: !size && isInsideButton ? 'medium' : size,
@@ -4096,7 +4098,7 @@ var IconEllipsis = React.forwardRef(function (_ref, ref) {
4096
4098
  });
4097
4099
  IconEllipsis.displayName = 'IconEllipsis';
4098
4100
 
4099
- var _excluded$dq = ["testId", "size", "color", "style", "variant"];
4101
+ var _excluded$dr = ["testId", "size", "color", "style", "variant"];
4100
4102
  var IconEllipsisV = React.forwardRef(function (_ref, ref) {
4101
4103
  var _ref$testId = _ref.testId,
4102
4104
  testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
@@ -4105,7 +4107,7 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
4105
4107
  style = _ref.style,
4106
4108
  _ref$variant = _ref.variant,
4107
4109
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4108
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
4110
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
4109
4111
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4110
4112
  var styleProps = {
4111
4113
  size: !size && isInsideButton ? 'medium' : size,
@@ -4143,7 +4145,7 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
4143
4145
  });
4144
4146
  IconEllipsisV.displayName = 'IconEllipsisV';
4145
4147
 
4146
- var _excluded$dp = ["testId", "size", "color", "style", "variant"];
4148
+ var _excluded$dq = ["testId", "size", "color", "style", "variant"];
4147
4149
  var IconExternalLink = React.forwardRef(function (_ref, ref) {
4148
4150
  var _ref$testId = _ref.testId,
4149
4151
  testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
@@ -4152,7 +4154,7 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
4152
4154
  style = _ref.style,
4153
4155
  _ref$variant = _ref.variant,
4154
4156
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4155
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
4157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
4156
4158
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4157
4159
  var styleProps = {
4158
4160
  size: !size && isInsideButton ? 'medium' : size,
@@ -4190,7 +4192,7 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
4190
4192
  });
4191
4193
  IconExternalLink.displayName = 'IconExternalLink';
4192
4194
 
4193
- var _excluded$do = ["testId", "size", "color", "style", "variant"];
4195
+ var _excluded$dp = ["testId", "size", "color", "style", "variant"];
4194
4196
  var IconEye = React.forwardRef(function (_ref, ref) {
4195
4197
  var _ref$testId = _ref.testId,
4196
4198
  testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
@@ -4199,7 +4201,7 @@ var IconEye = React.forwardRef(function (_ref, ref) {
4199
4201
  style = _ref.style,
4200
4202
  _ref$variant = _ref.variant,
4201
4203
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4202
- props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
4204
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
4203
4205
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4204
4206
  var styleProps = {
4205
4207
  size: !size && isInsideButton ? 'medium' : size,
@@ -4235,7 +4237,7 @@ var IconEye = React.forwardRef(function (_ref, ref) {
4235
4237
  });
4236
4238
  IconEye.displayName = 'IconEye';
4237
4239
 
4238
- var _excluded$dn = ["testId", "size", "color", "style", "variant"];
4240
+ var _excluded$do = ["testId", "size", "color", "style", "variant"];
4239
4241
  var IconEyeSlash = React.forwardRef(function (_ref, ref) {
4240
4242
  var _ref$testId = _ref.testId,
4241
4243
  testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
@@ -4244,7 +4246,7 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
4244
4246
  style = _ref.style,
4245
4247
  _ref$variant = _ref.variant,
4246
4248
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4247
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
4249
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
4248
4250
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4249
4251
  var styleProps = {
4250
4252
  size: !size && isInsideButton ? 'medium' : size,
@@ -4294,7 +4296,7 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
4294
4296
  });
4295
4297
  IconEyeSlash.displayName = 'IconEyeSlash';
4296
4298
 
4297
- var _excluded$dm = ["testId", "size", "color", "style", "variant"];
4299
+ var _excluded$dn = ["testId", "size", "color", "style", "variant"];
4298
4300
  var IconFile = React.forwardRef(function (_ref, ref) {
4299
4301
  var _ref$testId = _ref.testId,
4300
4302
  testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
@@ -4303,7 +4305,7 @@ var IconFile = React.forwardRef(function (_ref, ref) {
4303
4305
  style = _ref.style,
4304
4306
  _ref$variant = _ref.variant,
4305
4307
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4306
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
4308
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
4307
4309
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4308
4310
  var styleProps = {
4309
4311
  size: !size && isInsideButton ? 'medium' : size,
@@ -4353,7 +4355,7 @@ var IconFile = React.forwardRef(function (_ref, ref) {
4353
4355
  });
4354
4356
  IconFile.displayName = 'IconFile';
4355
4357
 
4356
- var _excluded$dl = ["testId", "size", "color", "style", "variant"];
4358
+ var _excluded$dm = ["testId", "size", "color", "style", "variant"];
4357
4359
  var IconGripVertical = React.forwardRef(function (_ref, ref) {
4358
4360
  var _ref$testId = _ref.testId,
4359
4361
  testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
@@ -4362,7 +4364,7 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
4362
4364
  style = _ref.style,
4363
4365
  _ref$variant = _ref.variant,
4364
4366
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4365
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
4367
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
4366
4368
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4367
4369
  var styleProps = {
4368
4370
  size: !size && isInsideButton ? 'medium' : size,
@@ -4398,7 +4400,7 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
4398
4400
  });
4399
4401
  IconGripVertical.displayName = 'IconGripVertical';
4400
4402
 
4401
- var _excluded$dk = ["testId", "size", "color", "style", "variant"];
4403
+ var _excluded$dl = ["testId", "size", "color", "style", "variant"];
4402
4404
  var IconHouse = React.forwardRef(function (_ref, ref) {
4403
4405
  var _ref$testId = _ref.testId,
4404
4406
  testId = _ref$testId === void 0 ? 'icon-house' : _ref$testId,
@@ -4407,7 +4409,7 @@ var IconHouse = React.forwardRef(function (_ref, ref) {
4407
4409
  style = _ref.style,
4408
4410
  _ref$variant = _ref.variant,
4409
4411
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4410
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
4412
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
4411
4413
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4412
4414
  var styleProps = {
4413
4415
  size: !size && isInsideButton ? 'medium' : size,
@@ -4443,7 +4445,7 @@ var IconHouse = React.forwardRef(function (_ref, ref) {
4443
4445
  });
4444
4446
  IconHouse.displayName = 'IconHouse';
4445
4447
 
4446
- var _excluded$dj = ["testId", "size", "color", "style", "variant"];
4448
+ var _excluded$dk = ["testId", "size", "color", "style", "variant"];
4447
4449
  var IconImage = React.forwardRef(function (_ref, ref) {
4448
4450
  var _ref$testId = _ref.testId,
4449
4451
  testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
@@ -4452,7 +4454,7 @@ var IconImage = React.forwardRef(function (_ref, ref) {
4452
4454
  style = _ref.style,
4453
4455
  _ref$variant = _ref.variant,
4454
4456
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4455
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
4457
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
4456
4458
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4457
4459
  var styleProps = {
4458
4460
  size: !size && isInsideButton ? 'medium' : size,
@@ -4488,7 +4490,7 @@ var IconImage = React.forwardRef(function (_ref, ref) {
4488
4490
  });
4489
4491
  IconImage.displayName = 'IconImage';
4490
4492
 
4491
- var _excluded$di = ["testId", "size", "color", "style", "variant"];
4493
+ var _excluded$dj = ["testId", "size", "color", "style", "variant"];
4492
4494
  var IconInputText = React.forwardRef(function (_ref, ref) {
4493
4495
  var _ref$testId = _ref.testId,
4494
4496
  testId = _ref$testId === void 0 ? 'icon-input-text' : _ref$testId,
@@ -4497,7 +4499,7 @@ var IconInputText = React.forwardRef(function (_ref, ref) {
4497
4499
  style = _ref.style,
4498
4500
  _ref$variant = _ref.variant,
4499
4501
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4500
- props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
4502
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
4501
4503
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4502
4504
  var styleProps = {
4503
4505
  size: !size && isInsideButton ? 'medium' : size,
@@ -4533,7 +4535,7 @@ var IconInputText = React.forwardRef(function (_ref, ref) {
4533
4535
  });
4534
4536
  IconInputText.displayName = 'IconInputText';
4535
4537
 
4536
- var _excluded$dh = ["testId", "size", "color", "style", "variant"];
4538
+ var _excluded$di = ["testId", "size", "color", "style", "variant"];
4537
4539
  var IconItalic = React.forwardRef(function (_ref, ref) {
4538
4540
  var _ref$testId = _ref.testId,
4539
4541
  testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
@@ -4542,7 +4544,7 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
4542
4544
  style = _ref.style,
4543
4545
  _ref$variant = _ref.variant,
4544
4546
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4545
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
4547
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
4546
4548
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4547
4549
  var styleProps = {
4548
4550
  size: !size && isInsideButton ? 'medium' : size,
@@ -4578,7 +4580,7 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
4578
4580
  });
4579
4581
  IconItalic.displayName = 'IconItalic';
4580
4582
 
4581
- var _excluded$dg = ["testId", "size", "color", "style", "variant"];
4583
+ var _excluded$dh = ["testId", "size", "color", "style", "variant"];
4582
4584
  var IconLink = React.forwardRef(function (_ref, ref) {
4583
4585
  var _ref$testId = _ref.testId,
4584
4586
  testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
@@ -4587,7 +4589,7 @@ var IconLink = React.forwardRef(function (_ref, ref) {
4587
4589
  style = _ref.style,
4588
4590
  _ref$variant = _ref.variant,
4589
4591
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4590
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
4592
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
4591
4593
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4592
4594
  var styleProps = {
4593
4595
  size: !size && isInsideButton ? 'medium' : size,
@@ -4623,7 +4625,7 @@ var IconLink = React.forwardRef(function (_ref, ref) {
4623
4625
  });
4624
4626
  IconLink.displayName = 'IconLink';
4625
4627
 
4626
- var _excluded$df = ["testId", "size", "color", "style", "variant"];
4628
+ var _excluded$dg = ["testId", "size", "color", "style", "variant"];
4627
4629
  var IconList = React.forwardRef(function (_ref, ref) {
4628
4630
  var _ref$testId = _ref.testId,
4629
4631
  testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
@@ -4632,7 +4634,7 @@ var IconList = React.forwardRef(function (_ref, ref) {
4632
4634
  style = _ref.style,
4633
4635
  _ref$variant = _ref.variant,
4634
4636
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4635
- props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
4637
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
4636
4638
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4637
4639
  var styleProps = {
4638
4640
  size: !size && isInsideButton ? 'medium' : size,
@@ -4675,7 +4677,7 @@ var IconList = React.forwardRef(function (_ref, ref) {
4675
4677
  });
4676
4678
  IconList.displayName = 'IconList';
4677
4679
 
4678
- var _excluded$de = ["testId", "size", "color", "style", "variant"];
4680
+ var _excluded$df = ["testId", "size", "color", "style", "variant"];
4679
4681
  var IconListOl = React.forwardRef(function (_ref, ref) {
4680
4682
  var _ref$testId = _ref.testId,
4681
4683
  testId = _ref$testId === void 0 ? 'icon-list-ol' : _ref$testId,
@@ -4684,7 +4686,7 @@ var IconListOl = React.forwardRef(function (_ref, ref) {
4684
4686
  style = _ref.style,
4685
4687
  _ref$variant = _ref.variant,
4686
4688
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4687
- props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
4689
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
4688
4690
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4689
4691
  var styleProps = {
4690
4692
  size: !size && isInsideButton ? 'medium' : size,
@@ -4720,7 +4722,7 @@ var IconListOl = React.forwardRef(function (_ref, ref) {
4720
4722
  });
4721
4723
  IconListOl.displayName = 'IconListOl';
4722
4724
 
4723
- var _excluded$dd = ["testId", "size", "color", "style", "variant"];
4725
+ var _excluded$de = ["testId", "size", "color", "style", "variant"];
4724
4726
  var IconListRadio = React.forwardRef(function (_ref, ref) {
4725
4727
  var _ref$testId = _ref.testId,
4726
4728
  testId = _ref$testId === void 0 ? 'icon-list-radio' : _ref$testId,
@@ -4729,7 +4731,7 @@ var IconListRadio = React.forwardRef(function (_ref, ref) {
4729
4731
  style = _ref.style,
4730
4732
  _ref$variant = _ref.variant,
4731
4733
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4732
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
4734
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
4733
4735
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4734
4736
  var styleProps = {
4735
4737
  size: !size && isInsideButton ? 'medium' : size,
@@ -4765,7 +4767,7 @@ var IconListRadio = React.forwardRef(function (_ref, ref) {
4765
4767
  });
4766
4768
  IconListRadio.displayName = 'IconListRadio';
4767
4769
 
4768
- var _excluded$dc = ["testId", "size", "color", "style", "variant"];
4770
+ var _excluded$dd = ["testId", "size", "color", "style", "variant"];
4769
4771
  var IconLock = React.forwardRef(function (_ref, ref) {
4770
4772
  var _ref$testId = _ref.testId,
4771
4773
  testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
@@ -4774,7 +4776,7 @@ var IconLock = React.forwardRef(function (_ref, ref) {
4774
4776
  style = _ref.style,
4775
4777
  _ref$variant = _ref.variant,
4776
4778
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4777
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
4779
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
4778
4780
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4779
4781
  var styleProps = {
4780
4782
  size: !size && isInsideButton ? 'medium' : size,
@@ -4810,7 +4812,7 @@ var IconLock = React.forwardRef(function (_ref, ref) {
4810
4812
  });
4811
4813
  IconLock.displayName = 'IconLock';
4812
4814
 
4813
- var _excluded$db = ["testId", "size", "color", "style", "variant"];
4815
+ var _excluded$dc = ["testId", "size", "color", "style", "variant"];
4814
4816
  var IconMemoMagnifyingGlass = React.forwardRef(function (_ref, ref) {
4815
4817
  var _ref$testId = _ref.testId,
4816
4818
  testId = _ref$testId === void 0 ? 'icon-memo-magnifying-glass' : _ref$testId,
@@ -4819,7 +4821,7 @@ var IconMemoMagnifyingGlass = React.forwardRef(function (_ref, ref) {
4819
4821
  style = _ref.style,
4820
4822
  _ref$variant = _ref.variant,
4821
4823
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4822
- props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
4824
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
4823
4825
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4824
4826
  var styleProps = {
4825
4827
  size: !size && isInsideButton ? 'medium' : size,
@@ -4862,7 +4864,7 @@ var IconMemoMagnifyingGlass = React.forwardRef(function (_ref, ref) {
4862
4864
  });
4863
4865
  IconMemoMagnifyingGlass.displayName = 'IconMemoMagnifyingGlass';
4864
4866
 
4865
- var _excluded$da = ["testId", "size", "color", "style", "variant"];
4867
+ var _excluded$db = ["testId", "size", "color", "style", "variant"];
4866
4868
  var IconMinus = React.forwardRef(function (_ref, ref) {
4867
4869
  var _ref$testId = _ref.testId,
4868
4870
  testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
@@ -4871,7 +4873,7 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
4871
4873
  style = _ref.style,
4872
4874
  _ref$variant = _ref.variant,
4873
4875
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4874
- props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
4876
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
4875
4877
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4876
4878
  var styleProps = {
4877
4879
  size: !size && isInsideButton ? 'medium' : size,
@@ -4907,7 +4909,7 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
4907
4909
  });
4908
4910
  IconMinus.displayName = 'IconMinus';
4909
4911
 
4910
- var _excluded$d9 = ["testId", "size", "color", "style", "variant"];
4912
+ var _excluded$da = ["testId", "size", "color", "style", "variant"];
4911
4913
  var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4912
4914
  var _ref$testId = _ref.testId,
4913
4915
  testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
@@ -4916,7 +4918,7 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4916
4918
  style = _ref.style,
4917
4919
  _ref$variant = _ref.variant,
4918
4920
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4919
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
4921
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
4920
4922
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4921
4923
  var styleProps = {
4922
4924
  size: !size && isInsideButton ? 'medium' : size,
@@ -4966,7 +4968,7 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4966
4968
  });
4967
4969
  IconMinusCircle.displayName = 'IconMinusCircle';
4968
4970
 
4969
- var _excluded$d8 = ["testId", "size", "color", "style", "variant"];
4971
+ var _excluded$d9 = ["testId", "size", "color", "style", "variant"];
4970
4972
  var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4971
4973
  var _ref$testId = _ref.testId,
4972
4974
  testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
@@ -4975,7 +4977,7 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4975
4977
  style = _ref.style,
4976
4978
  _ref$variant = _ref.variant,
4977
4979
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
4978
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
4980
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
4979
4981
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4980
4982
  var styleProps = {
4981
4983
  size: !size && isInsideButton ? 'medium' : size,
@@ -5013,7 +5015,7 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
5013
5015
  });
5014
5016
  IconPaperPlane.displayName = 'IconPaperPlane';
5015
5017
 
5016
- var _excluded$d7 = ["testId", "size", "color", "style", "variant"];
5018
+ var _excluded$d8 = ["testId", "size", "color", "style", "variant"];
5017
5019
  var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
5018
5020
  var _ref$testId = _ref.testId,
5019
5021
  testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
@@ -5022,7 +5024,7 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
5022
5024
  style = _ref.style,
5023
5025
  _ref$variant = _ref.variant,
5024
5026
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5025
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
5027
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
5026
5028
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5027
5029
  var styleProps = {
5028
5030
  size: !size && isInsideButton ? 'medium' : size,
@@ -5069,7 +5071,7 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
5069
5071
  });
5070
5072
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
5071
5073
 
5072
- var _excluded$d6 = ["testId", "size", "color", "style", "variant"];
5074
+ var _excluded$d7 = ["testId", "size", "color", "style", "variant"];
5073
5075
  var IconPaperclip = React.forwardRef(function (_ref, ref) {
5074
5076
  var _ref$testId = _ref.testId,
5075
5077
  testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
@@ -5078,7 +5080,7 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
5078
5080
  style = _ref.style,
5079
5081
  _ref$variant = _ref.variant,
5080
5082
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5081
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
5083
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
5082
5084
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5083
5085
  var styleProps = {
5084
5086
  size: !size && isInsideButton ? 'medium' : size,
@@ -5121,7 +5123,7 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
5121
5123
  });
5122
5124
  IconPaperclip.displayName = 'IconPaperclip';
5123
5125
 
5124
- var _excluded$d5 = ["testId", "size", "color", "style", "variant"];
5126
+ var _excluded$d6 = ["testId", "size", "color", "style", "variant"];
5125
5127
  var IconPencil = React.forwardRef(function (_ref, ref) {
5126
5128
  var _ref$testId = _ref.testId,
5127
5129
  testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
@@ -5130,7 +5132,7 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
5130
5132
  style = _ref.style,
5131
5133
  _ref$variant = _ref.variant,
5132
5134
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5133
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
5135
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
5134
5136
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5135
5137
  var styleProps = {
5136
5138
  size: !size && isInsideButton ? 'medium' : size,
@@ -5168,7 +5170,7 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
5168
5170
  });
5169
5171
  IconPencil.displayName = 'IconPencil';
5170
5172
 
5171
- var _excluded$d4 = ["testId", "size", "color", "style", "variant"];
5173
+ var _excluded$d5 = ["testId", "size", "color", "style", "variant"];
5172
5174
  var IconPlus = React.forwardRef(function (_ref, ref) {
5173
5175
  var _ref$testId = _ref.testId,
5174
5176
  testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
@@ -5177,7 +5179,7 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
5177
5179
  style = _ref.style,
5178
5180
  _ref$variant = _ref.variant,
5179
5181
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5180
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
5182
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
5181
5183
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5182
5184
  var styleProps = {
5183
5185
  size: !size && isInsideButton ? 'medium' : size,
@@ -5213,7 +5215,7 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
5213
5215
  });
5214
5216
  IconPlus.displayName = 'IconPlus';
5215
5217
 
5216
- var _excluded$d3 = ["testId", "size", "color", "style", "variant"];
5218
+ var _excluded$d4 = ["testId", "size", "color", "style", "variant"];
5217
5219
  var IconPrint = React.forwardRef(function (_ref, ref) {
5218
5220
  var _ref$testId = _ref.testId,
5219
5221
  testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
@@ -5222,7 +5224,7 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
5222
5224
  style = _ref.style,
5223
5225
  _ref$variant = _ref.variant,
5224
5226
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
5227
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
5226
5228
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5227
5229
  var styleProps = {
5228
5230
  size: !size && isInsideButton ? 'medium' : size,
@@ -5260,7 +5262,7 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
5260
5262
  });
5261
5263
  IconPrint.displayName = 'IconPrint';
5262
5264
 
5263
- var _excluded$d2 = ["testId", "size", "color", "style", "variant"];
5265
+ var _excluded$d3 = ["testId", "size", "color", "style", "variant"];
5264
5266
  var IconSearch = React.forwardRef(function (_ref, ref) {
5265
5267
  var _ref$testId = _ref.testId,
5266
5268
  testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
@@ -5269,7 +5271,7 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
5269
5271
  style = _ref.style,
5270
5272
  _ref$variant = _ref.variant,
5271
5273
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5272
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
5274
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
5273
5275
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5274
5276
  var styleProps = {
5275
5277
  size: !size && isInsideButton ? 'medium' : size,
@@ -5305,7 +5307,7 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
5305
5307
  });
5306
5308
  IconSearch.displayName = 'IconSearch';
5307
5309
 
5308
- var _excluded$d1 = ["testId", "size", "color", "style", "variant"];
5310
+ var _excluded$d2 = ["testId", "size", "color", "style", "variant"];
5309
5311
  var IconSignIn = React.forwardRef(function (_ref, ref) {
5310
5312
  var _ref$testId = _ref.testId,
5311
5313
  testId = _ref$testId === void 0 ? 'icon-sign-in' : _ref$testId,
@@ -5314,7 +5316,7 @@ var IconSignIn = React.forwardRef(function (_ref, ref) {
5314
5316
  style = _ref.style,
5315
5317
  _ref$variant = _ref.variant,
5316
5318
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5317
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
5319
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
5318
5320
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5319
5321
  var styleProps = {
5320
5322
  size: !size && isInsideButton ? 'medium' : size,
@@ -5350,7 +5352,7 @@ var IconSignIn = React.forwardRef(function (_ref, ref) {
5350
5352
  });
5351
5353
  IconSignIn.displayName = 'IconSignIn';
5352
5354
 
5353
- var _excluded$d0 = ["testId", "size", "color", "style", "variant"];
5355
+ var _excluded$d1 = ["testId", "size", "color", "style", "variant"];
5354
5356
  var IconSignOut = React.forwardRef(function (_ref, ref) {
5355
5357
  var _ref$testId = _ref.testId,
5356
5358
  testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
@@ -5359,7 +5361,7 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
5359
5361
  style = _ref.style,
5360
5362
  _ref$variant = _ref.variant,
5361
5363
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5362
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
5364
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
5363
5365
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5364
5366
  var styleProps = {
5365
5367
  size: !size && isInsideButton ? 'medium' : size,
@@ -5395,7 +5397,7 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
5395
5397
  });
5396
5398
  IconSignOut.displayName = 'IconSignOut';
5397
5399
 
5398
- var _excluded$c$ = ["testId", "size", "color", "style", "variant"];
5400
+ var _excluded$d0 = ["testId", "size", "color", "style", "variant"];
5399
5401
  var IconSlidersH = React.forwardRef(function (_ref, ref) {
5400
5402
  var _ref$testId = _ref.testId,
5401
5403
  testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
@@ -5404,7 +5406,7 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
5404
5406
  style = _ref.style,
5405
5407
  _ref$variant = _ref.variant,
5406
5408
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5407
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
5409
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
5408
5410
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5409
5411
  var styleProps = {
5410
5412
  size: !size && isInsideButton ? 'medium' : size,
@@ -5440,7 +5442,7 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
5440
5442
  });
5441
5443
  IconSlidersH.displayName = 'IconSlidersH';
5442
5444
 
5443
- var _excluded$c_ = ["testId", "size", "color", "style", "variant"];
5445
+ var _excluded$c$ = ["testId", "size", "color", "style", "variant"];
5444
5446
  var IconSortChevron = React.forwardRef(function (_ref, ref) {
5445
5447
  var _ref$testId = _ref.testId,
5446
5448
  testId = _ref$testId === void 0 ? 'icon-sort-chevron' : _ref$testId,
@@ -5449,7 +5451,7 @@ var IconSortChevron = React.forwardRef(function (_ref, ref) {
5449
5451
  style = _ref.style,
5450
5452
  _ref$variant = _ref.variant,
5451
5453
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5452
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
5454
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
5453
5455
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5454
5456
  var styleProps = {
5455
5457
  size: !size && isInsideButton ? 'medium' : size,
@@ -5485,7 +5487,7 @@ var IconSortChevron = React.forwardRef(function (_ref, ref) {
5485
5487
  });
5486
5488
  IconSortChevron.displayName = 'IconSortChevron';
5487
5489
 
5488
- var _excluded$cZ = ["testId", "size", "color", "style", "variant"];
5490
+ var _excluded$c_ = ["testId", "size", "color", "style", "variant"];
5489
5491
  var IconSortChevronDown = React.forwardRef(function (_ref, ref) {
5490
5492
  var _ref$testId = _ref.testId,
5491
5493
  testId = _ref$testId === void 0 ? 'icon-sort-chevron-down' : _ref$testId,
@@ -5494,7 +5496,7 @@ var IconSortChevronDown = React.forwardRef(function (_ref, ref) {
5494
5496
  style = _ref.style,
5495
5497
  _ref$variant = _ref.variant,
5496
5498
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5497
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
5499
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
5498
5500
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5499
5501
  var styleProps = {
5500
5502
  size: !size && isInsideButton ? 'medium' : size,
@@ -5530,7 +5532,7 @@ var IconSortChevronDown = React.forwardRef(function (_ref, ref) {
5530
5532
  });
5531
5533
  IconSortChevronDown.displayName = 'IconSortChevronDown';
5532
5534
 
5533
- var _excluded$cY = ["testId", "size", "color", "style", "variant"];
5535
+ var _excluded$cZ = ["testId", "size", "color", "style", "variant"];
5534
5536
  var IconSortChevronUp = React.forwardRef(function (_ref, ref) {
5535
5537
  var _ref$testId = _ref.testId,
5536
5538
  testId = _ref$testId === void 0 ? 'icon-sort-chevron-up' : _ref$testId,
@@ -5539,7 +5541,7 @@ var IconSortChevronUp = React.forwardRef(function (_ref, ref) {
5539
5541
  style = _ref.style,
5540
5542
  _ref$variant = _ref.variant,
5541
5543
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5542
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
5544
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
5543
5545
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5544
5546
  var styleProps = {
5545
5547
  size: !size && isInsideButton ? 'medium' : size,
@@ -5575,7 +5577,7 @@ var IconSortChevronUp = React.forwardRef(function (_ref, ref) {
5575
5577
  });
5576
5578
  IconSortChevronUp.displayName = 'IconSortChevronUp';
5577
5579
 
5578
- var _excluded$cX = ["testId", "size", "color", "style", "variant"];
5580
+ var _excluded$cY = ["testId", "size", "color", "style", "variant"];
5579
5581
  var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5580
5582
  var _ref$testId = _ref.testId,
5581
5583
  testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
@@ -5584,7 +5586,7 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5584
5586
  style = _ref.style,
5585
5587
  _ref$variant = _ref.variant,
5586
5588
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5587
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
5589
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
5588
5590
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5589
5591
  var styleProps = {
5590
5592
  size: !size && isInsideButton ? 'medium' : size,
@@ -5620,7 +5622,7 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5620
5622
  });
5621
5623
  IconStrikethrough.displayName = 'IconStrikethrough';
5622
5624
 
5623
- var _excluded$cW = ["testId", "size", "color", "style", "variant"];
5625
+ var _excluded$cX = ["testId", "size", "color", "style", "variant"];
5624
5626
  var IconTimes = React.forwardRef(function (_ref, ref) {
5625
5627
  var _ref$testId = _ref.testId,
5626
5628
  testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
@@ -5629,7 +5631,7 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
5629
5631
  style = _ref.style,
5630
5632
  _ref$variant = _ref.variant,
5631
5633
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5632
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
5634
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
5633
5635
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5634
5636
  var styleProps = {
5635
5637
  size: !size && isInsideButton ? 'medium' : size,
@@ -5665,7 +5667,7 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
5665
5667
  });
5666
5668
  IconTimes.displayName = 'IconTimes';
5667
5669
 
5668
- var _excluded$cV = ["testId", "size", "color", "style", "variant"];
5670
+ var _excluded$cW = ["testId", "size", "color", "style", "variant"];
5669
5671
  var IconTrash = React.forwardRef(function (_ref, ref) {
5670
5672
  var _ref$testId = _ref.testId,
5671
5673
  testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
@@ -5674,7 +5676,7 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
5674
5676
  style = _ref.style,
5675
5677
  _ref$variant = _ref.variant,
5676
5678
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5677
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
5679
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
5678
5680
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5679
5681
  var styleProps = {
5680
5682
  size: !size && isInsideButton ? 'medium' : size,
@@ -5712,7 +5714,7 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
5712
5714
  });
5713
5715
  IconTrash.displayName = 'IconTrash';
5714
5716
 
5715
- var _excluded$cU = ["testId", "size", "color", "style", "variant"];
5717
+ var _excluded$cV = ["testId", "size", "color", "style", "variant"];
5716
5718
  var IconUnderline = React.forwardRef(function (_ref, ref) {
5717
5719
  var _ref$testId = _ref.testId,
5718
5720
  testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
@@ -5721,7 +5723,7 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
5721
5723
  style = _ref.style,
5722
5724
  _ref$variant = _ref.variant,
5723
5725
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5724
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
5726
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
5725
5727
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5726
5728
  var styleProps = {
5727
5729
  size: !size && isInsideButton ? 'medium' : size,
@@ -5764,7 +5766,7 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
5764
5766
  });
5765
5767
  IconUnderline.displayName = 'IconUnderline';
5766
5768
 
5767
- var _excluded$cT = ["testId", "size", "color", "style", "variant"];
5769
+ var _excluded$cU = ["testId", "size", "color", "style", "variant"];
5768
5770
  var IconUnlock = React.forwardRef(function (_ref, ref) {
5769
5771
  var _ref$testId = _ref.testId,
5770
5772
  testId = _ref$testId === void 0 ? 'icon-unlock' : _ref$testId,
@@ -5773,7 +5775,7 @@ var IconUnlock = React.forwardRef(function (_ref, ref) {
5773
5775
  style = _ref.style,
5774
5776
  _ref$variant = _ref.variant,
5775
5777
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5776
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
5778
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
5777
5779
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5778
5780
  var styleProps = {
5779
5781
  size: !size && isInsideButton ? 'medium' : size,
@@ -5823,7 +5825,7 @@ var IconUnlock = React.forwardRef(function (_ref, ref) {
5823
5825
  });
5824
5826
  IconUnlock.displayName = 'IconUnlock';
5825
5827
 
5826
- var _excluded$cS = ["testId", "size", "color", "style", "variant"];
5828
+ var _excluded$cT = ["testId", "size", "color", "style", "variant"];
5827
5829
  var IconVolume = React.forwardRef(function (_ref, ref) {
5828
5830
  var _ref$testId = _ref.testId,
5829
5831
  testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
@@ -5832,7 +5834,7 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
5832
5834
  style = _ref.style,
5833
5835
  _ref$variant = _ref.variant,
5834
5836
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5835
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
5837
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
5836
5838
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5837
5839
  var styleProps = {
5838
5840
  size: !size && isInsideButton ? 'medium' : size,
@@ -5868,7 +5870,7 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
5868
5870
  });
5869
5871
  IconVolume.displayName = 'IconVolume';
5870
5872
 
5871
- var _excluded$cR = ["testId", "size", "color", "style", "variant"];
5873
+ var _excluded$cS = ["testId", "size", "color", "style", "variant"];
5872
5874
  var IconVolumeMute = React.forwardRef(function (_ref, ref) {
5873
5875
  var _ref$testId = _ref.testId,
5874
5876
  testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
@@ -5877,7 +5879,7 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
5877
5879
  style = _ref.style,
5878
5880
  _ref$variant = _ref.variant,
5879
5881
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5880
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
5882
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
5881
5883
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5882
5884
  var styleProps = {
5883
5885
  size: !size && isInsideButton ? 'medium' : size,
@@ -5920,7 +5922,7 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
5920
5922
  });
5921
5923
  IconVolumeMute.displayName = 'IconVolumeMute';
5922
5924
 
5923
- var _excluded$cQ = ["testId", "size", "color", "style", "variant"];
5925
+ var _excluded$cR = ["testId", "size", "color", "style", "variant"];
5924
5926
  var IconWrench = React.forwardRef(function (_ref, ref) {
5925
5927
  var _ref$testId = _ref.testId,
5926
5928
  testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
@@ -5929,7 +5931,7 @@ var IconWrench = React.forwardRef(function (_ref, ref) {
5929
5931
  style = _ref.style,
5930
5932
  _ref$variant = _ref.variant,
5931
5933
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5932
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
5934
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
5933
5935
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5934
5936
  var styleProps = {
5935
5937
  size: !size && isInsideButton ? 'medium' : size,
@@ -5965,7 +5967,7 @@ var IconWrench = React.forwardRef(function (_ref, ref) {
5965
5967
  });
5966
5968
  IconWrench.displayName = 'IconWrench';
5967
5969
 
5968
- var _excluded$cP = ["testId", "size", "color", "style", "variant"];
5970
+ var _excluded$cQ = ["testId", "size", "color", "style", "variant"];
5969
5971
  var IconAddressBook = React.forwardRef(function (_ref, ref) {
5970
5972
  var _ref$testId = _ref.testId,
5971
5973
  testId = _ref$testId === void 0 ? 'icon-address-book' : _ref$testId,
@@ -5974,7 +5976,7 @@ var IconAddressBook = React.forwardRef(function (_ref, ref) {
5974
5976
  style = _ref.style,
5975
5977
  _ref$variant = _ref.variant,
5976
5978
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
5977
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
5979
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
5978
5980
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5979
5981
  var styleProps = {
5980
5982
  size: !size && isInsideButton ? 'medium' : size,
@@ -6017,7 +6019,7 @@ var IconAddressBook = React.forwardRef(function (_ref, ref) {
6017
6019
  });
6018
6020
  IconAddressBook.displayName = 'IconAddressBook';
6019
6021
 
6020
- var _excluded$cO = ["testId", "size", "color", "style", "variant"];
6022
+ var _excluded$cP = ["testId", "size", "color", "style", "variant"];
6021
6023
  var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
6022
6024
  var _ref$testId = _ref.testId,
6023
6025
  testId = _ref$testId === void 0 ? 'icon-face-smile-relaxed' : _ref$testId,
@@ -6026,7 +6028,7 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
6026
6028
  style = _ref.style,
6027
6029
  _ref$variant = _ref.variant,
6028
6030
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6029
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
6031
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
6030
6032
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6031
6033
  var styleProps = {
6032
6034
  size: !size && isInsideButton ? 'medium' : size,
@@ -6076,7 +6078,7 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
6076
6078
  });
6077
6079
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
6078
6080
 
6079
- var _excluded$cN = ["testId", "size", "color", "style", "variant"];
6081
+ var _excluded$cO = ["testId", "size", "color", "style", "variant"];
6080
6082
  var IconFileUser = React.forwardRef(function (_ref, ref) {
6081
6083
  var _ref$testId = _ref.testId,
6082
6084
  testId = _ref$testId === void 0 ? 'icon-file-user' : _ref$testId,
@@ -6085,7 +6087,7 @@ var IconFileUser = React.forwardRef(function (_ref, ref) {
6085
6087
  style = _ref.style,
6086
6088
  _ref$variant = _ref.variant,
6087
6089
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6088
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
6090
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
6089
6091
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6090
6092
  var styleProps = {
6091
6093
  size: !size && isInsideButton ? 'medium' : size,
@@ -6121,7 +6123,7 @@ var IconFileUser = React.forwardRef(function (_ref, ref) {
6121
6123
  });
6122
6124
  IconFileUser.displayName = 'IconFileUser';
6123
6125
 
6124
- var _excluded$cM = ["testId", "size", "color", "style", "variant"];
6126
+ var _excluded$cN = ["testId", "size", "color", "style", "variant"];
6125
6127
  var IconGrinBeam = React.forwardRef(function (_ref, ref) {
6126
6128
  var _ref$testId = _ref.testId,
6127
6129
  testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
@@ -6130,7 +6132,7 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
6130
6132
  style = _ref.style,
6131
6133
  _ref$variant = _ref.variant,
6132
6134
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6133
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
6135
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
6134
6136
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6135
6137
  var styleProps = {
6136
6138
  size: !size && isInsideButton ? 'medium' : size,
@@ -6180,7 +6182,7 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
6180
6182
  });
6181
6183
  IconGrinBeam.displayName = 'IconGrinBeam';
6182
6184
 
6183
- var _excluded$cL = ["testId", "size", "color", "style", "variant"];
6185
+ var _excluded$cM = ["testId", "size", "color", "style", "variant"];
6184
6186
  var IconHand = React.forwardRef(function (_ref, ref) {
6185
6187
  var _ref$testId = _ref.testId,
6186
6188
  testId = _ref$testId === void 0 ? 'icon-hand' : _ref$testId,
@@ -6189,7 +6191,7 @@ var IconHand = React.forwardRef(function (_ref, ref) {
6189
6191
  style = _ref.style,
6190
6192
  _ref$variant = _ref.variant,
6191
6193
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6192
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
6194
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
6193
6195
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6194
6196
  var styleProps = {
6195
6197
  size: !size && isInsideButton ? 'medium' : size,
@@ -6225,7 +6227,7 @@ var IconHand = React.forwardRef(function (_ref, ref) {
6225
6227
  });
6226
6228
  IconHand.displayName = 'IconHand';
6227
6229
 
6228
- var _excluded$cK = ["testId", "size", "color", "style", "variant"];
6230
+ var _excluded$cL = ["testId", "size", "color", "style", "variant"];
6229
6231
  var IconHandPointRight = React.forwardRef(function (_ref, ref) {
6230
6232
  var _ref$testId = _ref.testId,
6231
6233
  testId = _ref$testId === void 0 ? 'icon-hand-point-right' : _ref$testId,
@@ -6234,7 +6236,7 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
6234
6236
  style = _ref.style,
6235
6237
  _ref$variant = _ref.variant,
6236
6238
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6237
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
6239
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
6238
6240
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6239
6241
  var styleProps = {
6240
6242
  size: !size && isInsideButton ? 'medium' : size,
@@ -6270,7 +6272,7 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
6270
6272
  });
6271
6273
  IconHandPointRight.displayName = 'IconHandPointRight';
6272
6274
 
6273
- var _excluded$cJ = ["testId", "size", "color", "style", "variant"];
6275
+ var _excluded$cK = ["testId", "size", "color", "style", "variant"];
6274
6276
  var IconHandshake = React.forwardRef(function (_ref, ref) {
6275
6277
  var _ref$testId = _ref.testId,
6276
6278
  testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
@@ -6279,7 +6281,7 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
6279
6281
  style = _ref.style,
6280
6282
  _ref$variant = _ref.variant,
6281
6283
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6282
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
6284
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
6283
6285
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6284
6286
  var styleProps = {
6285
6287
  size: !size && isInsideButton ? 'medium' : size,
@@ -6329,7 +6331,7 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
6329
6331
  });
6330
6332
  IconHandshake.displayName = 'IconHandshake';
6331
6333
 
6332
- var _excluded$cI = ["testId", "size", "color", "style", "variant"];
6334
+ var _excluded$cJ = ["testId", "size", "color", "style", "variant"];
6333
6335
  var IconStar = React.forwardRef(function (_ref, ref) {
6334
6336
  var _ref$testId = _ref.testId,
6335
6337
  testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
@@ -6338,7 +6340,7 @@ var IconStar = React.forwardRef(function (_ref, ref) {
6338
6340
  style = _ref.style,
6339
6341
  _ref$variant = _ref.variant,
6340
6342
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6341
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
6343
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
6342
6344
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6343
6345
  var styleProps = {
6344
6346
  size: !size && isInsideButton ? 'medium' : size,
@@ -6388,7 +6390,7 @@ var IconStar = React.forwardRef(function (_ref, ref) {
6388
6390
  });
6389
6391
  IconStar.displayName = 'IconStar';
6390
6392
 
6391
- var _excluded$cH = ["testId", "size", "color", "style", "variant"];
6393
+ var _excluded$cI = ["testId", "size", "color", "style", "variant"];
6392
6394
  var IconThumbsDown = React.forwardRef(function (_ref, ref) {
6393
6395
  var _ref$testId = _ref.testId,
6394
6396
  testId = _ref$testId === void 0 ? 'icon-thumbs-down' : _ref$testId,
@@ -6397,7 +6399,7 @@ var IconThumbsDown = React.forwardRef(function (_ref, ref) {
6397
6399
  style = _ref.style,
6398
6400
  _ref$variant = _ref.variant,
6399
6401
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6400
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
6402
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
6401
6403
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6402
6404
  var styleProps = {
6403
6405
  size: !size && isInsideButton ? 'medium' : size,
@@ -6447,7 +6449,7 @@ var IconThumbsDown = React.forwardRef(function (_ref, ref) {
6447
6449
  });
6448
6450
  IconThumbsDown.displayName = 'IconThumbsDown';
6449
6451
 
6450
- var _excluded$cG = ["testId", "size", "color", "style", "variant"];
6452
+ var _excluded$cH = ["testId", "size", "color", "style", "variant"];
6451
6453
  var IconThumbsUp = React.forwardRef(function (_ref, ref) {
6452
6454
  var _ref$testId = _ref.testId,
6453
6455
  testId = _ref$testId === void 0 ? 'icon-thumbs-up' : _ref$testId,
@@ -6456,7 +6458,7 @@ var IconThumbsUp = React.forwardRef(function (_ref, ref) {
6456
6458
  style = _ref.style,
6457
6459
  _ref$variant = _ref.variant,
6458
6460
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6459
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
6461
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
6460
6462
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6461
6463
  var styleProps = {
6462
6464
  size: !size && isInsideButton ? 'medium' : size,
@@ -6506,7 +6508,7 @@ var IconThumbsUp = React.forwardRef(function (_ref, ref) {
6506
6508
  });
6507
6509
  IconThumbsUp.displayName = 'IconThumbsUp';
6508
6510
 
6509
- var _excluded$cF = ["testId", "size", "color", "style", "variant"];
6511
+ var _excluded$cG = ["testId", "size", "color", "style", "variant"];
6510
6512
  var IconUser = React.forwardRef(function (_ref, ref) {
6511
6513
  var _ref$testId = _ref.testId,
6512
6514
  testId = _ref$testId === void 0 ? 'icon-user' : _ref$testId,
@@ -6515,7 +6517,7 @@ var IconUser = React.forwardRef(function (_ref, ref) {
6515
6517
  style = _ref.style,
6516
6518
  _ref$variant = _ref.variant,
6517
6519
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6518
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
6520
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
6519
6521
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6520
6522
  var styleProps = {
6521
6523
  size: !size && isInsideButton ? 'medium' : size,
@@ -6551,7 +6553,7 @@ var IconUser = React.forwardRef(function (_ref, ref) {
6551
6553
  });
6552
6554
  IconUser.displayName = 'IconUser';
6553
6555
 
6554
- var _excluded$cE = ["testId", "size", "color", "style", "variant"];
6556
+ var _excluded$cF = ["testId", "size", "color", "style", "variant"];
6555
6557
  var IconUserComputer = React.forwardRef(function (_ref, ref) {
6556
6558
  var _ref$testId = _ref.testId,
6557
6559
  testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
@@ -6560,7 +6562,7 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
6560
6562
  style = _ref.style,
6561
6563
  _ref$variant = _ref.variant,
6562
6564
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6563
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
6565
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
6564
6566
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6565
6567
  var styleProps = {
6566
6568
  size: !size && isInsideButton ? 'medium' : size,
@@ -6608,7 +6610,7 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
6608
6610
  });
6609
6611
  IconUserComputer.displayName = 'IconUserComputer';
6610
6612
 
6611
- var _excluded$cD = ["testId", "size", "color", "style", "variant"];
6613
+ var _excluded$cE = ["testId", "size", "color", "style", "variant"];
6612
6614
  var IconUserFriends = React.forwardRef(function (_ref, ref) {
6613
6615
  var _ref$testId = _ref.testId,
6614
6616
  testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
@@ -6617,7 +6619,7 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
6617
6619
  style = _ref.style,
6618
6620
  _ref$variant = _ref.variant,
6619
6621
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6620
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
6622
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
6621
6623
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6622
6624
  var styleProps = {
6623
6625
  size: !size && isInsideButton ? 'medium' : size,
@@ -6653,7 +6655,7 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
6653
6655
  });
6654
6656
  IconUserFriends.displayName = 'IconUserFriends';
6655
6657
 
6656
- var _excluded$cC = ["testId", "size", "color", "style", "variant"];
6658
+ var _excluded$cD = ["testId", "size", "color", "style", "variant"];
6657
6659
  var IconUserPlus = React.forwardRef(function (_ref, ref) {
6658
6660
  var _ref$testId = _ref.testId,
6659
6661
  testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
@@ -6662,7 +6664,7 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
6662
6664
  style = _ref.style,
6663
6665
  _ref$variant = _ref.variant,
6664
6666
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6665
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
6667
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
6666
6668
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6667
6669
  var styleProps = {
6668
6670
  size: !size && isInsideButton ? 'medium' : size,
@@ -6698,7 +6700,7 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
6698
6700
  });
6699
6701
  IconUserPlus.displayName = 'IconUserPlus';
6700
6702
 
6701
- var _excluded$cB = ["testId", "size", "color", "style", "variant"];
6703
+ var _excluded$cC = ["testId", "size", "color", "style", "variant"];
6702
6704
  var IconUserSearch = React.forwardRef(function (_ref, ref) {
6703
6705
  var _ref$testId = _ref.testId,
6704
6706
  testId = _ref$testId === void 0 ? 'icon-user-search' : _ref$testId,
@@ -6707,7 +6709,7 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
6707
6709
  style = _ref.style,
6708
6710
  _ref$variant = _ref.variant,
6709
6711
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6710
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
6712
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
6711
6713
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6712
6714
  var styleProps = {
6713
6715
  size: !size && isInsideButton ? 'medium' : size,
@@ -6752,7 +6754,7 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
6752
6754
  });
6753
6755
  IconUserSearch.displayName = 'IconUserSearch';
6754
6756
 
6755
- var _excluded$cA = ["testId", "size", "color", "style", "variant"];
6757
+ var _excluded$cB = ["testId", "size", "color", "style", "variant"];
6756
6758
  var IconUserSlash = React.forwardRef(function (_ref, ref) {
6757
6759
  var _ref$testId = _ref.testId,
6758
6760
  testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
@@ -6761,7 +6763,7 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
6761
6763
  style = _ref.style,
6762
6764
  _ref$variant = _ref.variant,
6763
6765
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6764
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
6766
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
6765
6767
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6766
6768
  var styleProps = {
6767
6769
  size: !size && isInsideButton ? 'medium' : size,
@@ -6804,7 +6806,7 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
6804
6806
  });
6805
6807
  IconUserSlash.displayName = 'IconUserSlash';
6806
6808
 
6807
- var _excluded$cz = ["testId", "size", "color", "style", "variant"];
6809
+ var _excluded$cA = ["testId", "size", "color", "style", "variant"];
6808
6810
  var IconUserTag = React.forwardRef(function (_ref, ref) {
6809
6811
  var _ref$testId = _ref.testId,
6810
6812
  testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
@@ -6813,7 +6815,7 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
6813
6815
  style = _ref.style,
6814
6816
  _ref$variant = _ref.variant,
6815
6817
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6816
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
6818
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
6817
6819
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6818
6820
  var styleProps = {
6819
6821
  size: !size && isInsideButton ? 'medium' : size,
@@ -6862,7 +6864,7 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
6862
6864
  });
6863
6865
  IconUserTag.displayName = 'IconUserTag';
6864
6866
 
6865
- var _excluded$cy = ["testId", "size", "color", "style", "variant"];
6867
+ var _excluded$cz = ["testId", "size", "color", "style", "variant"];
6866
6868
  var IconUserTie = React.forwardRef(function (_ref, ref) {
6867
6869
  var _ref$testId = _ref.testId,
6868
6870
  testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
@@ -6871,7 +6873,7 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
6871
6873
  style = _ref.style,
6872
6874
  _ref$variant = _ref.variant,
6873
6875
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6874
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
6876
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
6875
6877
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6876
6878
  var styleProps = {
6877
6879
  size: !size && isInsideButton ? 'medium' : size,
@@ -6907,7 +6909,7 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
6907
6909
  });
6908
6910
  IconUserTie.displayName = 'IconUserTie';
6909
6911
 
6910
- var _excluded$cx = ["testId", "size", "color", "style", "variant"];
6912
+ var _excluded$cy = ["testId", "size", "color", "style", "variant"];
6911
6913
  var IconUsers = React.forwardRef(function (_ref, ref) {
6912
6914
  var _ref$testId = _ref.testId,
6913
6915
  testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
@@ -6916,7 +6918,7 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
6916
6918
  style = _ref.style,
6917
6919
  _ref$variant = _ref.variant,
6918
6920
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6919
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
6921
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
6920
6922
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6921
6923
  var styleProps = {
6922
6924
  size: !size && isInsideButton ? 'medium' : size,
@@ -6952,7 +6954,7 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
6952
6954
  });
6953
6955
  IconUsers.displayName = 'IconUsers';
6954
6956
 
6955
- var _excluded$cw = ["testId", "size", "color", "style", "variant"];
6957
+ var _excluded$cx = ["testId", "size", "color", "style", "variant"];
6956
6958
  var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
6957
6959
  var _ref$testId = _ref.testId,
6958
6960
  testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
@@ -6961,7 +6963,7 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
6961
6963
  style = _ref.style,
6962
6964
  _ref$variant = _ref.variant,
6963
6965
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
6964
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cw);
6966
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
6965
6967
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6966
6968
  var styleProps = {
6967
6969
  size: !size && isInsideButton ? 'medium' : size,
@@ -6997,7 +6999,7 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
6997
6999
  });
6998
7000
  IconBirthdayCake.displayName = 'IconBirthdayCake';
6999
7001
 
7000
- var _excluded$cv = ["testId", "size", "color", "style", "variant"];
7002
+ var _excluded$cw = ["testId", "size", "color", "style", "variant"];
7001
7003
  var IconBolt = React.forwardRef(function (_ref, ref) {
7002
7004
  var _ref$testId = _ref.testId,
7003
7005
  testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
@@ -7006,7 +7008,7 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
7006
7008
  style = _ref.style,
7007
7009
  _ref$variant = _ref.variant,
7008
7010
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7009
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
7011
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cw);
7010
7012
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7011
7013
  var styleProps = {
7012
7014
  size: !size && isInsideButton ? 'medium' : size,
@@ -7042,7 +7044,7 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
7042
7044
  });
7043
7045
  IconBolt.displayName = 'IconBolt';
7044
7046
 
7045
- var _excluded$cu = ["testId", "size", "color", "style", "variant"];
7047
+ var _excluded$cv = ["testId", "size", "color", "style", "variant"];
7046
7048
  var IconBriefcase = React.forwardRef(function (_ref, ref) {
7047
7049
  var _ref$testId = _ref.testId,
7048
7050
  testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
@@ -7051,7 +7053,7 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
7051
7053
  style = _ref.style,
7052
7054
  _ref$variant = _ref.variant,
7053
7055
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7054
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
7056
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
7055
7057
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7056
7058
  var styleProps = {
7057
7059
  size: !size && isInsideButton ? 'medium' : size,
@@ -7087,7 +7089,7 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
7087
7089
  });
7088
7090
  IconBriefcase.displayName = 'IconBriefcase';
7089
7091
 
7090
- var _excluded$ct = ["testId", "size", "color", "style", "variant"];
7092
+ var _excluded$cu = ["testId", "size", "color", "style", "variant"];
7091
7093
  var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
7092
7094
  var _ref$testId = _ref.testId,
7093
7095
  testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
@@ -7096,7 +7098,7 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
7096
7098
  style = _ref.style,
7097
7099
  _ref$variant = _ref.variant,
7098
7100
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7099
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
7101
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
7100
7102
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7101
7103
  var styleProps = {
7102
7104
  size: !size && isInsideButton ? 'medium' : size,
@@ -7134,7 +7136,7 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
7134
7136
  });
7135
7137
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
7136
7138
 
7137
- var _excluded$cs = ["testId", "size", "color", "style", "variant"];
7139
+ var _excluded$ct = ["testId", "size", "color", "style", "variant"];
7138
7140
  var IconClipboardList = React.forwardRef(function (_ref, ref) {
7139
7141
  var _ref$testId = _ref.testId,
7140
7142
  testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
@@ -7143,7 +7145,7 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
7143
7145
  style = _ref.style,
7144
7146
  _ref$variant = _ref.variant,
7145
7147
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7146
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
7148
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
7147
7149
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7148
7150
  var styleProps = {
7149
7151
  size: !size && isInsideButton ? 'medium' : size,
@@ -7181,7 +7183,7 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
7181
7183
  });
7182
7184
  IconClipboardList.displayName = 'IconClipboardList';
7183
7185
 
7184
- var _excluded$cr = ["testId", "size", "color", "style", "variant"];
7186
+ var _excluded$cs = ["testId", "size", "color", "style", "variant"];
7185
7187
  var IconDownload = React.forwardRef(function (_ref, ref) {
7186
7188
  var _ref$testId = _ref.testId,
7187
7189
  testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
@@ -7190,7 +7192,7 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
7190
7192
  style = _ref.style,
7191
7193
  _ref$variant = _ref.variant,
7192
7194
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7193
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
7195
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
7194
7196
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7195
7197
  var styleProps = {
7196
7198
  size: !size && isInsideButton ? 'medium' : size,
@@ -7228,7 +7230,7 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
7228
7230
  });
7229
7231
  IconDownload.displayName = 'IconDownload';
7230
7232
 
7231
- var _excluded$cq = ["testId", "size", "color", "style", "variant"];
7233
+ var _excluded$cr = ["testId", "size", "color", "style", "variant"];
7232
7234
  var IconFilePdf = React.forwardRef(function (_ref, ref) {
7233
7235
  var _ref$testId = _ref.testId,
7234
7236
  testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
@@ -7237,7 +7239,7 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
7237
7239
  style = _ref.style,
7238
7240
  _ref$variant = _ref.variant,
7239
7241
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7240
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
7242
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
7241
7243
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7242
7244
  var styleProps = {
7243
7245
  size: !size && isInsideButton ? 'medium' : size,
@@ -7287,7 +7289,7 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
7287
7289
  });
7288
7290
  IconFilePdf.displayName = 'IconFilePdf';
7289
7291
 
7290
- var _excluded$cp = ["testId", "size", "color", "style", "variant"];
7292
+ var _excluded$cq = ["testId", "size", "color", "style", "variant"];
7291
7293
  var IconFlag = React.forwardRef(function (_ref, ref) {
7292
7294
  var _ref$testId = _ref.testId,
7293
7295
  testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
@@ -7296,7 +7298,7 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
7296
7298
  style = _ref.style,
7297
7299
  _ref$variant = _ref.variant,
7298
7300
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7299
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
7301
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
7300
7302
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7301
7303
  var styleProps = {
7302
7304
  size: !size && isInsideButton ? 'medium' : size,
@@ -7346,7 +7348,7 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
7346
7348
  });
7347
7349
  IconFlag.displayName = 'IconFlag';
7348
7350
 
7349
- var _excluded$co = ["testId", "size", "color", "style", "variant"];
7351
+ var _excluded$cp = ["testId", "size", "color", "style", "variant"];
7350
7352
  var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
7351
7353
  var _ref$testId = _ref.testId,
7352
7354
  testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
@@ -7355,7 +7357,7 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
7355
7357
  style = _ref.style,
7356
7358
  _ref$variant = _ref.variant,
7357
7359
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7358
- props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
7360
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
7359
7361
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7360
7362
  var styleProps = {
7361
7363
  size: !size && isInsideButton ? 'medium' : size,
@@ -7396,7 +7398,7 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
7396
7398
  });
7397
7399
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
7398
7400
 
7399
- var _excluded$cn = ["testId", "size", "color", "style", "variant"];
7401
+ var _excluded$co = ["testId", "size", "color", "style", "variant"];
7400
7402
  var IconFourSquares = React.forwardRef(function (_ref, ref) {
7401
7403
  var _ref$testId = _ref.testId,
7402
7404
  testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
@@ -7405,7 +7407,7 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
7405
7407
  style = _ref.style,
7406
7408
  _ref$variant = _ref.variant,
7407
7409
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7408
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
7410
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
7409
7411
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7410
7412
  var styleProps = {
7411
7413
  size: !size && isInsideButton ? 'medium' : size,
@@ -7443,7 +7445,7 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
7443
7445
  });
7444
7446
  IconFourSquares.displayName = 'IconFourSquares';
7445
7447
 
7446
- var _excluded$cm = ["testId", "size", "color", "style", "variant"];
7448
+ var _excluded$cn = ["testId", "size", "color", "style", "variant"];
7447
7449
  var IconGavel = React.forwardRef(function (_ref, ref) {
7448
7450
  var _ref$testId = _ref.testId,
7449
7451
  testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
@@ -7452,7 +7454,7 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
7452
7454
  style = _ref.style,
7453
7455
  _ref$variant = _ref.variant,
7454
7456
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7455
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
7457
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
7456
7458
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7457
7459
  var styleProps = {
7458
7460
  size: !size && isInsideButton ? 'medium' : size,
@@ -7502,7 +7504,7 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
7502
7504
  });
7503
7505
  IconGavel.displayName = 'IconGavel';
7504
7506
 
7505
- var _excluded$cl = ["testId", "size", "color", "style", "variant"];
7507
+ var _excluded$cm = ["testId", "size", "color", "style", "variant"];
7506
7508
  var IconGif = React.forwardRef(function (_ref, ref) {
7507
7509
  var _ref$testId = _ref.testId,
7508
7510
  testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
@@ -7511,7 +7513,7 @@ var IconGif = React.forwardRef(function (_ref, ref) {
7511
7513
  style = _ref.style,
7512
7514
  _ref$variant = _ref.variant,
7513
7515
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7514
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
7516
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
7515
7517
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7516
7518
  var styleProps = {
7517
7519
  size: !size && isInsideButton ? 'medium' : size,
@@ -7547,7 +7549,7 @@ var IconGif = React.forwardRef(function (_ref, ref) {
7547
7549
  });
7548
7550
  IconGif.displayName = 'IconGif';
7549
7551
 
7550
- var _excluded$ck = ["testId", "size", "color", "style", "variant"];
7552
+ var _excluded$cl = ["testId", "size", "color", "style", "variant"];
7551
7553
  var IconGift = React.forwardRef(function (_ref, ref) {
7552
7554
  var _ref$testId = _ref.testId,
7553
7555
  testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
@@ -7556,7 +7558,7 @@ var IconGift = React.forwardRef(function (_ref, ref) {
7556
7558
  style = _ref.style,
7557
7559
  _ref$variant = _ref.variant,
7558
7560
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7559
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
7561
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
7560
7562
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7561
7563
  var styleProps = {
7562
7564
  size: !size && isInsideButton ? 'medium' : size,
@@ -7592,7 +7594,7 @@ var IconGift = React.forwardRef(function (_ref, ref) {
7592
7594
  });
7593
7595
  IconGift.displayName = 'IconGift';
7594
7596
 
7595
- var _excluded$cj = ["testId", "size", "color", "style", "variant"];
7597
+ var _excluded$ck = ["testId", "size", "color", "style", "variant"];
7596
7598
  var IconGlobe = React.forwardRef(function (_ref, ref) {
7597
7599
  var _ref$testId = _ref.testId,
7598
7600
  testId = _ref$testId === void 0 ? 'icon-globe' : _ref$testId,
@@ -7601,7 +7603,7 @@ var IconGlobe = React.forwardRef(function (_ref, ref) {
7601
7603
  style = _ref.style,
7602
7604
  _ref$variant = _ref.variant,
7603
7605
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7604
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
7606
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
7605
7607
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7606
7608
  var styleProps = {
7607
7609
  size: !size && isInsideButton ? 'medium' : size,
@@ -7637,7 +7639,7 @@ var IconGlobe = React.forwardRef(function (_ref, ref) {
7637
7639
  });
7638
7640
  IconGlobe.displayName = 'IconGlobe';
7639
7641
 
7640
- var _excluded$ci = ["testId", "size", "color", "style", "variant"];
7642
+ var _excluded$cj = ["testId", "size", "color", "style", "variant"];
7641
7643
  var IconHatChef = React.forwardRef(function (_ref, ref) {
7642
7644
  var _ref$testId = _ref.testId,
7643
7645
  testId = _ref$testId === void 0 ? 'icon-hat-chef' : _ref$testId,
@@ -7646,7 +7648,7 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
7646
7648
  style = _ref.style,
7647
7649
  _ref$variant = _ref.variant,
7648
7650
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7649
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
7651
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
7650
7652
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7651
7653
  var styleProps = {
7652
7654
  size: !size && isInsideButton ? 'medium' : size,
@@ -7696,7 +7698,7 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
7696
7698
  });
7697
7699
  IconHatChef.displayName = 'IconHatChef';
7698
7700
 
7699
- var _excluded$ch = ["testId", "size", "color", "style", "variant"];
7701
+ var _excluded$ci = ["testId", "size", "color", "style", "variant"];
7700
7702
  var IconIslandTropical = React.forwardRef(function (_ref, ref) {
7701
7703
  var _ref$testId = _ref.testId,
7702
7704
  testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
@@ -7705,7 +7707,7 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
7705
7707
  style = _ref.style,
7706
7708
  _ref$variant = _ref.variant,
7707
7709
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7708
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
7710
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
7709
7711
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7710
7712
  var styleProps = {
7711
7713
  size: !size && isInsideButton ? 'medium' : size,
@@ -7743,7 +7745,7 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
7743
7745
  });
7744
7746
  IconIslandTropical.displayName = 'IconIslandTropical';
7745
7747
 
7746
- var _excluded$cg = ["testId", "size", "color", "style", "variant"];
7748
+ var _excluded$ch = ["testId", "size", "color", "style", "variant"];
7747
7749
  var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
7748
7750
  var _ref$testId = _ref.testId,
7749
7751
  testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
@@ -7752,7 +7754,7 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
7752
7754
  style = _ref.style,
7753
7755
  _ref$variant = _ref.variant,
7754
7756
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7755
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
7757
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
7756
7758
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7757
7759
  var styleProps = {
7758
7760
  size: !size && isInsideButton ? 'medium' : size,
@@ -7814,7 +7816,7 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
7814
7816
  });
7815
7817
  IconLaptopSearch.displayName = 'IconLaptopSearch';
7816
7818
 
7817
- var _excluded$cf = ["testId", "size", "color", "style", "variant"];
7819
+ var _excluded$cg = ["testId", "size", "color", "style", "variant"];
7818
7820
  var IconMagic = React.forwardRef(function (_ref, ref) {
7819
7821
  var _ref$testId = _ref.testId,
7820
7822
  testId = _ref$testId === void 0 ? 'icon-magic' : _ref$testId,
@@ -7823,7 +7825,7 @@ var IconMagic = React.forwardRef(function (_ref, ref) {
7823
7825
  style = _ref.style,
7824
7826
  _ref$variant = _ref.variant,
7825
7827
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7826
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
7828
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
7827
7829
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7828
7830
  var styleProps = {
7829
7831
  size: !size && isInsideButton ? 'medium' : size,
@@ -7861,7 +7863,7 @@ var IconMagic = React.forwardRef(function (_ref, ref) {
7861
7863
  });
7862
7864
  IconMagic.displayName = 'IconMagic';
7863
7865
 
7864
- var _excluded$ce = ["testId", "size", "color", "style", "variant"];
7866
+ var _excluded$cf = ["testId", "size", "color", "style", "variant"];
7865
7867
  var IconMapMarker = React.forwardRef(function (_ref, ref) {
7866
7868
  var _ref$testId = _ref.testId,
7867
7869
  testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
@@ -7870,7 +7872,7 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
7870
7872
  style = _ref.style,
7871
7873
  _ref$variant = _ref.variant,
7872
7874
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7873
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
7875
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
7874
7876
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7875
7877
  var styleProps = {
7876
7878
  size: !size && isInsideButton ? 'medium' : size,
@@ -7908,7 +7910,7 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
7908
7910
  });
7909
7911
  IconMapMarker.displayName = 'IconMapMarker';
7910
7912
 
7911
- var _excluded$cd = ["testId", "size", "color", "style", "variant"];
7913
+ var _excluded$ce = ["testId", "size", "color", "style", "variant"];
7912
7914
  var IconMedal = React.forwardRef(function (_ref, ref) {
7913
7915
  var _ref$testId = _ref.testId,
7914
7916
  testId = _ref$testId === void 0 ? 'icon-medal' : _ref$testId,
@@ -7917,7 +7919,7 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
7917
7919
  style = _ref.style,
7918
7920
  _ref$variant = _ref.variant,
7919
7921
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7920
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
7922
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
7921
7923
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7922
7924
  var styleProps = {
7923
7925
  size: !size && isInsideButton ? 'medium' : size,
@@ -7967,7 +7969,7 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
7967
7969
  });
7968
7970
  IconMedal.displayName = 'IconMedal';
7969
7971
 
7970
- var _excluded$cc = ["testId", "size", "color", "style", "variant"];
7972
+ var _excluded$cd = ["testId", "size", "color", "style", "variant"];
7971
7973
  var IconMugSaucer = React.forwardRef(function (_ref, ref) {
7972
7974
  var _ref$testId = _ref.testId,
7973
7975
  testId = _ref$testId === void 0 ? 'icon-mug-saucer' : _ref$testId,
@@ -7976,7 +7978,7 @@ var IconMugSaucer = React.forwardRef(function (_ref, ref) {
7976
7978
  style = _ref.style,
7977
7979
  _ref$variant = _ref.variant,
7978
7980
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
7979
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
7981
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
7980
7982
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7981
7983
  var styleProps = {
7982
7984
  size: !size && isInsideButton ? 'medium' : size,
@@ -8012,7 +8014,7 @@ var IconMugSaucer = React.forwardRef(function (_ref, ref) {
8012
8014
  });
8013
8015
  IconMugSaucer.displayName = 'IconMugSaucer';
8014
8016
 
8015
- var _excluded$cb = ["testId", "size", "color", "style", "variant"];
8017
+ var _excluded$cc = ["testId", "size", "color", "style", "variant"];
8016
8018
  var IconNotesMedical = React.forwardRef(function (_ref, ref) {
8017
8019
  var _ref$testId = _ref.testId,
8018
8020
  testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
@@ -8021,7 +8023,7 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
8021
8023
  style = _ref.style,
8022
8024
  _ref$variant = _ref.variant,
8023
8025
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8024
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
8026
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
8025
8027
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8026
8028
  var styleProps = {
8027
8029
  size: !size && isInsideButton ? 'medium' : size,
@@ -8057,7 +8059,7 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
8057
8059
  });
8058
8060
  IconNotesMedical.displayName = 'IconNotesMedical';
8059
8061
 
8060
- var _excluded$ca = ["testId", "size", "color", "style", "variant"];
8062
+ var _excluded$cb = ["testId", "size", "color", "style", "variant"];
8061
8063
  var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
8062
8064
  var _ref$testId = _ref.testId,
8063
8065
  testId = _ref$testId === void 0 ? 'icon-plate-utensils' : _ref$testId,
@@ -8066,7 +8068,7 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
8066
8068
  style = _ref.style,
8067
8069
  _ref$variant = _ref.variant,
8068
8070
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8069
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
8071
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
8070
8072
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8071
8073
  var styleProps = {
8072
8074
  size: !size && isInsideButton ? 'medium' : size,
@@ -8109,7 +8111,7 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
8109
8111
  });
8110
8112
  IconPlateUtensils.displayName = 'IconPlateUtensils';
8111
8113
 
8112
- var _excluded$c9 = ["testId", "size", "color", "style", "variant"];
8114
+ var _excluded$ca = ["testId", "size", "color", "style", "variant"];
8113
8115
  var IconPlug = React.forwardRef(function (_ref, ref) {
8114
8116
  var _ref$testId = _ref.testId,
8115
8117
  testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
@@ -8118,7 +8120,7 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
8118
8120
  style = _ref.style,
8119
8121
  _ref$variant = _ref.variant,
8120
8122
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8121
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
8123
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
8122
8124
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8123
8125
  var styleProps = {
8124
8126
  size: !size && isInsideButton ? 'medium' : size,
@@ -8154,7 +8156,7 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
8154
8156
  });
8155
8157
  IconPlug.displayName = 'IconPlug';
8156
8158
 
8157
- var _excluded$c8 = ["testId", "size", "color", "style", "variant"];
8159
+ var _excluded$c9 = ["testId", "size", "color", "style", "variant"];
8158
8160
  var IconRocket = React.forwardRef(function (_ref, ref) {
8159
8161
  var _ref$testId = _ref.testId,
8160
8162
  testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
@@ -8163,7 +8165,7 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
8163
8165
  style = _ref.style,
8164
8166
  _ref$variant = _ref.variant,
8165
8167
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8166
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
8168
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
8167
8169
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8168
8170
  var styleProps = {
8169
8171
  size: !size && isInsideButton ? 'medium' : size,
@@ -8199,7 +8201,7 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
8199
8201
  });
8200
8202
  IconRocket.displayName = 'IconRocket';
8201
8203
 
8202
- var _excluded$c7 = ["testId", "size", "color", "style", "variant"];
8204
+ var _excluded$c8 = ["testId", "size", "color", "style", "variant"];
8203
8205
  var IconSchool = React.forwardRef(function (_ref, ref) {
8204
8206
  var _ref$testId = _ref.testId,
8205
8207
  testId = _ref$testId === void 0 ? 'icon-school' : _ref$testId,
@@ -8208,7 +8210,7 @@ var IconSchool = React.forwardRef(function (_ref, ref) {
8208
8210
  style = _ref.style,
8209
8211
  _ref$variant = _ref.variant,
8210
8212
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8211
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
8213
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
8212
8214
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8213
8215
  var styleProps = {
8214
8216
  size: !size && isInsideButton ? 'medium' : size,
@@ -8244,7 +8246,7 @@ var IconSchool = React.forwardRef(function (_ref, ref) {
8244
8246
  });
8245
8247
  IconSchool.displayName = 'IconSchool';
8246
8248
 
8247
- var _excluded$c6 = ["testId", "size", "color", "style", "variant"];
8249
+ var _excluded$c7 = ["testId", "size", "color", "style", "variant"];
8248
8250
  var IconSparkle = React.forwardRef(function (_ref, ref) {
8249
8251
  var _ref$testId = _ref.testId,
8250
8252
  testId = _ref$testId === void 0 ? 'icon-sparkle' : _ref$testId,
@@ -8253,7 +8255,7 @@ var IconSparkle = React.forwardRef(function (_ref, ref) {
8253
8255
  style = _ref.style,
8254
8256
  _ref$variant = _ref.variant,
8255
8257
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8256
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c6);
8258
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
8257
8259
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8258
8260
  var styleProps = {
8259
8261
  size: !size && isInsideButton ? 'medium' : size,
@@ -8289,7 +8291,7 @@ var IconSparkle = React.forwardRef(function (_ref, ref) {
8289
8291
  });
8290
8292
  IconSparkle.displayName = 'IconSparkle';
8291
8293
 
8292
- var _excluded$c5 = ["testId", "size", "color", "style", "variant"];
8294
+ var _excluded$c6 = ["testId", "size", "color", "style", "variant"];
8293
8295
  var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
8294
8296
  var _ref$testId = _ref.testId,
8295
8297
  testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
@@ -8298,7 +8300,7 @@ var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
8298
8300
  style = _ref.style,
8299
8301
  _ref$variant = _ref.variant,
8300
8302
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8301
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c5);
8303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c6);
8302
8304
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8303
8305
  var styleProps = {
8304
8306
  size: !size && isInsideButton ? 'medium' : size,
@@ -8354,7 +8356,7 @@ var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
8354
8356
  });
8355
8357
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
8356
8358
 
8357
- var _excluded$c4 = ["testId", "size", "color", "style", "variant"];
8359
+ var _excluded$c5 = ["testId", "size", "color", "style", "variant"];
8358
8360
  var IconStore = React.forwardRef(function (_ref, ref) {
8359
8361
  var _ref$testId = _ref.testId,
8360
8362
  testId = _ref$testId === void 0 ? 'icon-store' : _ref$testId,
@@ -8363,7 +8365,7 @@ var IconStore = React.forwardRef(function (_ref, ref) {
8363
8365
  style = _ref.style,
8364
8366
  _ref$variant = _ref.variant,
8365
8367
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8366
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c4);
8368
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c5);
8367
8369
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8368
8370
  var styleProps = {
8369
8371
  size: !size && isInsideButton ? 'medium' : size,
@@ -8399,7 +8401,7 @@ var IconStore = React.forwardRef(function (_ref, ref) {
8399
8401
  });
8400
8402
  IconStore.displayName = 'IconStore';
8401
8403
 
8402
- var _excluded$c3 = ["testId", "size", "color", "style", "variant"];
8404
+ var _excluded$c4 = ["testId", "size", "color", "style", "variant"];
8403
8405
  var IconTachometer = React.forwardRef(function (_ref, ref) {
8404
8406
  var _ref$testId = _ref.testId,
8405
8407
  testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
@@ -8408,7 +8410,7 @@ var IconTachometer = React.forwardRef(function (_ref, ref) {
8408
8410
  style = _ref.style,
8409
8411
  _ref$variant = _ref.variant,
8410
8412
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8411
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c3);
8413
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c4);
8412
8414
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8413
8415
  var styleProps = {
8414
8416
  size: !size && isInsideButton ? 'medium' : size,
@@ -8444,7 +8446,7 @@ var IconTachometer = React.forwardRef(function (_ref, ref) {
8444
8446
  });
8445
8447
  IconTachometer.displayName = 'IconTachometer';
8446
8448
 
8447
- var _excluded$c2 = ["testId", "size", "color", "style", "variant"];
8449
+ var _excluded$c3 = ["testId", "size", "color", "style", "variant"];
8448
8450
  var IconThreeSquares = React.forwardRef(function (_ref, ref) {
8449
8451
  var _ref$testId = _ref.testId,
8450
8452
  testId = _ref$testId === void 0 ? 'icon-three-squares' : _ref$testId,
@@ -8453,7 +8455,7 @@ var IconThreeSquares = React.forwardRef(function (_ref, ref) {
8453
8455
  style = _ref.style,
8454
8456
  _ref$variant = _ref.variant,
8455
8457
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8456
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c2);
8458
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c3);
8457
8459
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8458
8460
  var styleProps = {
8459
8461
  size: !size && isInsideButton ? 'medium' : size,
@@ -8491,7 +8493,7 @@ var IconThreeSquares = React.forwardRef(function (_ref, ref) {
8491
8493
  });
8492
8494
  IconThreeSquares.displayName = 'IconThreeSquares';
8493
8495
 
8494
- var _excluded$c1 = ["testId", "size", "color", "style", "variant"];
8496
+ var _excluded$c2 = ["testId", "size", "color", "style", "variant"];
8495
8497
  var IconUniversity = React.forwardRef(function (_ref, ref) {
8496
8498
  var _ref$testId = _ref.testId,
8497
8499
  testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
@@ -8500,7 +8502,7 @@ var IconUniversity = React.forwardRef(function (_ref, ref) {
8500
8502
  style = _ref.style,
8501
8503
  _ref$variant = _ref.variant,
8502
8504
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8503
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c1);
8505
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c2);
8504
8506
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8505
8507
  var styleProps = {
8506
8508
  size: !size && isInsideButton ? 'medium' : size,
@@ -8536,7 +8538,7 @@ var IconUniversity = React.forwardRef(function (_ref, ref) {
8536
8538
  });
8537
8539
  IconUniversity.displayName = 'IconUniversity';
8538
8540
 
8539
- var _excluded$c0 = ["testId", "size", "color", "style", "variant"];
8541
+ var _excluded$c1 = ["testId", "size", "color", "style", "variant"];
8540
8542
  var IconAward = React.forwardRef(function (_ref, ref) {
8541
8543
  var _ref$testId = _ref.testId,
8542
8544
  testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
@@ -8545,7 +8547,7 @@ var IconAward = React.forwardRef(function (_ref, ref) {
8545
8547
  style = _ref.style,
8546
8548
  _ref$variant = _ref.variant,
8547
8549
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8548
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c0);
8550
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c1);
8549
8551
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8550
8552
  var styleProps = {
8551
8553
  size: !size && isInsideButton ? 'medium' : size,
@@ -8583,7 +8585,7 @@ var IconAward = React.forwardRef(function (_ref, ref) {
8583
8585
  });
8584
8586
  IconAward.displayName = 'IconAward';
8585
8587
 
8586
- var _excluded$b$ = ["testId", "size", "color", "style", "variant"];
8588
+ var _excluded$c0 = ["testId", "size", "color", "style", "variant"];
8587
8589
  var IconAwardSimple = React.forwardRef(function (_ref, ref) {
8588
8590
  var _ref$testId = _ref.testId,
8589
8591
  testId = _ref$testId === void 0 ? 'icon-award-simple' : _ref$testId,
@@ -8592,7 +8594,7 @@ var IconAwardSimple = React.forwardRef(function (_ref, ref) {
8592
8594
  style = _ref.style,
8593
8595
  _ref$variant = _ref.variant,
8594
8596
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8595
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b$);
8597
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c0);
8596
8598
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8597
8599
  var styleProps = {
8598
8600
  size: !size && isInsideButton ? 'medium' : size,
@@ -8628,7 +8630,7 @@ var IconAwardSimple = React.forwardRef(function (_ref, ref) {
8628
8630
  });
8629
8631
  IconAwardSimple.displayName = 'IconAwardSimple';
8630
8632
 
8631
- var _excluded$b_ = ["testId", "size", "color", "style", "variant"];
8633
+ var _excluded$b$ = ["testId", "size", "color", "style", "variant"];
8632
8634
  var IconBan = React.forwardRef(function (_ref, ref) {
8633
8635
  var _ref$testId = _ref.testId,
8634
8636
  testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
@@ -8637,7 +8639,7 @@ var IconBan = React.forwardRef(function (_ref, ref) {
8637
8639
  style = _ref.style,
8638
8640
  _ref$variant = _ref.variant,
8639
8641
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8640
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b_);
8642
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b$);
8641
8643
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8642
8644
  var styleProps = {
8643
8645
  size: !size && isInsideButton ? 'medium' : size,
@@ -8687,7 +8689,7 @@ var IconBan = React.forwardRef(function (_ref, ref) {
8687
8689
  });
8688
8690
  IconBan.displayName = 'IconBan';
8689
8691
 
8690
- var _excluded$bZ = ["testId", "size", "color", "style", "variant"];
8692
+ var _excluded$b_ = ["testId", "size", "color", "style", "variant"];
8691
8693
  var IconCheck = React.forwardRef(function (_ref, ref) {
8692
8694
  var _ref$testId = _ref.testId,
8693
8695
  testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
@@ -8696,7 +8698,7 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
8696
8698
  style = _ref.style,
8697
8699
  _ref$variant = _ref.variant,
8698
8700
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8699
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bZ);
8701
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b_);
8700
8702
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8701
8703
  var styleProps = {
8702
8704
  size: !size && isInsideButton ? 'medium' : size,
@@ -8734,7 +8736,7 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
8734
8736
  });
8735
8737
  IconCheck.displayName = 'IconCheck';
8736
8738
 
8737
- var _excluded$bY = ["testId", "size", "color", "style", "variant"];
8739
+ var _excluded$bZ = ["testId", "size", "color", "style", "variant"];
8738
8740
  var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
8739
8741
  var _ref$testId = _ref.testId,
8740
8742
  testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
@@ -8743,7 +8745,7 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
8743
8745
  style = _ref.style,
8744
8746
  _ref$variant = _ref.variant,
8745
8747
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8746
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bY);
8748
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bZ);
8747
8749
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8748
8750
  var styleProps = {
8749
8751
  size: !size && isInsideButton ? 'medium' : size,
@@ -8793,7 +8795,7 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
8793
8795
  });
8794
8796
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
8795
8797
 
8796
- var _excluded$bX = ["testId", "size", "color", "style", "variant"];
8798
+ var _excluded$bY = ["testId", "size", "color", "style", "variant"];
8797
8799
  var IconCheckCircleIncompleteRole = React.forwardRef(function (_ref, ref) {
8798
8800
  var _ref$testId = _ref.testId,
8799
8801
  testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete-role' : _ref$testId,
@@ -8802,7 +8804,7 @@ var IconCheckCircleIncompleteRole = React.forwardRef(function (_ref, ref) {
8802
8804
  style = _ref.style,
8803
8805
  _ref$variant = _ref.variant,
8804
8806
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8805
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bX);
8807
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bY);
8806
8808
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8807
8809
  var styleProps = {
8808
8810
  size: !size && isInsideButton ? 'medium' : size,
@@ -8858,7 +8860,7 @@ var IconCheckCircleIncompleteRole = React.forwardRef(function (_ref, ref) {
8858
8860
  });
8859
8861
  IconCheckCircleIncompleteRole.displayName = 'IconCheckCircleIncompleteRole';
8860
8862
 
8861
- var _excluded$bW = ["testId", "size", "color", "style", "variant"];
8863
+ var _excluded$bX = ["testId", "size", "color", "style", "variant"];
8862
8864
  var IconCheckCircleIncompleteUser = React.forwardRef(function (_ref, ref) {
8863
8865
  var _ref$testId = _ref.testId,
8864
8866
  testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete-user' : _ref$testId,
@@ -8867,7 +8869,7 @@ var IconCheckCircleIncompleteUser = React.forwardRef(function (_ref, ref) {
8867
8869
  style = _ref.style,
8868
8870
  _ref$variant = _ref.variant,
8869
8871
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8870
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bW);
8872
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bX);
8871
8873
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8872
8874
  var styleProps = {
8873
8875
  size: !size && isInsideButton ? 'medium' : size,
@@ -8903,7 +8905,7 @@ var IconCheckCircleIncompleteUser = React.forwardRef(function (_ref, ref) {
8903
8905
  });
8904
8906
  IconCheckCircleIncompleteUser.displayName = 'IconCheckCircleIncompleteUser';
8905
8907
 
8906
- var _excluded$bV = ["testId", "size", "color", "style", "variant"];
8908
+ var _excluded$bW = ["testId", "size", "color", "style", "variant"];
8907
8909
  var IconCircleHalfStroke = React.forwardRef(function (_ref, ref) {
8908
8910
  var _ref$testId = _ref.testId,
8909
8911
  testId = _ref$testId === void 0 ? 'icon-circle-half-stroke' : _ref$testId,
@@ -8912,7 +8914,7 @@ var IconCircleHalfStroke = React.forwardRef(function (_ref, ref) {
8912
8914
  style = _ref.style,
8913
8915
  _ref$variant = _ref.variant,
8914
8916
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8915
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bV);
8917
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bW);
8916
8918
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8917
8919
  var styleProps = {
8918
8920
  size: !size && isInsideButton ? 'medium' : size,
@@ -8948,7 +8950,7 @@ var IconCircleHalfStroke = React.forwardRef(function (_ref, ref) {
8948
8950
  });
8949
8951
  IconCircleHalfStroke.displayName = 'IconCircleHalfStroke';
8950
8952
 
8951
- var _excluded$bU = ["testId", "size", "color", "style", "variant"];
8953
+ var _excluded$bV = ["testId", "size", "color", "style", "variant"];
8952
8954
  var IconCircleXMark = React.forwardRef(function (_ref, ref) {
8953
8955
  var _ref$testId = _ref.testId,
8954
8956
  testId = _ref$testId === void 0 ? 'icon-circle-x-mark' : _ref$testId,
@@ -8957,7 +8959,7 @@ var IconCircleXMark = React.forwardRef(function (_ref, ref) {
8957
8959
  style = _ref.style,
8958
8960
  _ref$variant = _ref.variant,
8959
8961
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
8960
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bU);
8962
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bV);
8961
8963
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8962
8964
  var styleProps = {
8963
8965
  size: !size && isInsideButton ? 'medium' : size,
@@ -8993,7 +8995,7 @@ var IconCircleXMark = React.forwardRef(function (_ref, ref) {
8993
8995
  });
8994
8996
  IconCircleXMark.displayName = 'IconCircleXMark';
8995
8997
 
8996
- var _excluded$bT = ["testId", "size", "color", "style", "variant"];
8998
+ var _excluded$bU = ["testId", "size", "color", "style", "variant"];
8997
8999
  var IconDeleteLeft = React.forwardRef(function (_ref, ref) {
8998
9000
  var _ref$testId = _ref.testId,
8999
9001
  testId = _ref$testId === void 0 ? 'icon-delete-left' : _ref$testId,
@@ -9002,7 +9004,7 @@ var IconDeleteLeft = React.forwardRef(function (_ref, ref) {
9002
9004
  style = _ref.style,
9003
9005
  _ref$variant = _ref.variant,
9004
9006
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
9005
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bT);
9007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bU);
9006
9008
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9007
9009
  var styleProps = {
9008
9010
  size: !size && isInsideButton ? 'medium' : size,
@@ -9038,7 +9040,7 @@ var IconDeleteLeft = React.forwardRef(function (_ref, ref) {
9038
9040
  });
9039
9041
  IconDeleteLeft.displayName = 'IconDeleteLeft';
9040
9042
 
9041
- var _excluded$bS = ["testId", "size", "color", "style", "variant"];
9043
+ var _excluded$bT = ["testId", "size", "color", "style", "variant"];
9042
9044
  var IconExclamation = React.forwardRef(function (_ref, ref) {
9043
9045
  var _ref$testId = _ref.testId,
9044
9046
  testId = _ref$testId === void 0 ? 'icon-exclamation' : _ref$testId,
@@ -9047,7 +9049,7 @@ var IconExclamation = React.forwardRef(function (_ref, ref) {
9047
9049
  style = _ref.style,
9048
9050
  _ref$variant = _ref.variant,
9049
9051
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
9050
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bS);
9052
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bT);
9051
9053
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9052
9054
  var styleProps = {
9053
9055
  size: !size && isInsideButton ? 'medium' : size,
@@ -9083,7 +9085,7 @@ var IconExclamation = React.forwardRef(function (_ref, ref) {
9083
9085
  });
9084
9086
  IconExclamation.displayName = 'IconExclamation';
9085
9087
 
9086
- var _excluded$bR = ["testId", "size", "color", "style", "variant"];
9088
+ var _excluded$bS = ["testId", "size", "color", "style", "variant"];
9087
9089
  var IconExclamationTriangle = React.forwardRef(function (_ref, ref) {
9088
9090
  var _ref$testId = _ref.testId,
9089
9091
  testId = _ref$testId === void 0 ? 'icon-exclamation-triangle' : _ref$testId,
@@ -9092,7 +9094,7 @@ var IconExclamationTriangle = React.forwardRef(function (_ref, ref) {
9092
9094
  style = _ref.style,
9093
9095
  _ref$variant = _ref.variant,
9094
9096
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
9095
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bR);
9097
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bS);
9096
9098
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9097
9099
  var styleProps = {
9098
9100
  size: !size && isInsideButton ? 'medium' : size,
@@ -9133,6 +9135,51 @@ var IconExclamationTriangle = React.forwardRef(function (_ref, ref) {
9133
9135
  });
9134
9136
  IconExclamationTriangle.displayName = 'IconExclamationTriangle';
9135
9137
 
9138
+ var _excluded$bR = ["testId", "size", "color", "style", "variant"];
9139
+ var IconInfinity = React.forwardRef(function (_ref, ref) {
9140
+ var _ref$testId = _ref.testId,
9141
+ testId = _ref$testId === void 0 ? 'icon-infinity' : _ref$testId,
9142
+ size = _ref.size,
9143
+ color = _ref.color,
9144
+ style = _ref.style,
9145
+ _ref$variant = _ref.variant,
9146
+ variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
9147
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bR);
9148
+ var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9149
+ var styleProps = {
9150
+ size: !size && isInsideButton ? 'medium' : size,
9151
+ color: color,
9152
+ style: style
9153
+ };
9154
+ if (variant === 'solid') {
9155
+ return React__default["default"].createElement("svg", _extends({
9156
+ style: getIconStyles(styleProps),
9157
+ "data-testid": testId,
9158
+ ref: ref
9159
+ }, props, {
9160
+ xmlns: "http://www.w3.org/2000/svg",
9161
+ fill: "none",
9162
+ viewBox: "0 0 24 24"
9163
+ }), React__default["default"].createElement("path", {
9164
+ fill: "currentColor",
9165
+ d: "M0 12a5.998 5.998 0 0 1 10.8-3.6l1.2 1.601L13.2 8.4A5.998 5.998 0 0 1 24 12a5.998 5.998 0 0 1-10.8 3.6L12 13.999 10.8 15.6A5.998 5.998 0 0 1 0 12Zm10.5 0L8.88 9.84a3.6 3.6 0 1 0 0 4.32L10.5 12Zm3 0 1.62 2.16a3.6 3.6 0 1 0 0-4.32L13.5 12Z"
9166
+ }));
9167
+ }
9168
+ return React__default["default"].createElement("svg", _extends({
9169
+ style: getIconStyles(styleProps),
9170
+ "data-testid": testId,
9171
+ ref: ref
9172
+ }, props, {
9173
+ xmlns: "http://www.w3.org/2000/svg",
9174
+ fill: "none",
9175
+ viewBox: "0 0 24 24"
9176
+ }), React__default["default"].createElement("path", {
9177
+ fill: "currentColor",
9178
+ d: "M0 11.154a5.153 5.153 0 0 1 9.008-3.427L12 11.094l2.992-3.367a5.161 5.161 0 0 1 3.852-1.729A5.153 5.153 0 0 1 24 11.154v1.692a5.156 5.156 0 0 1-9.007 3.427L12 12.906l-2.992 3.367a5.171 5.171 0 0 1-3.852 1.725A5.153 5.153 0 0 1 0 12.842V11.15v.003Zm11.198.844L8.11 8.526A3.956 3.956 0 0 0 1.2 11.154v1.692a3.957 3.957 0 0 0 6.911 2.628l3.086-3.476Zm1.604 0 3.087 3.473a3.955 3.955 0 0 0 6.911-2.63v-1.69a3.957 3.957 0 0 0-6.911-2.63l-3.086 3.477Z"
9179
+ }));
9180
+ });
9181
+ IconInfinity.displayName = 'IconInfinity';
9182
+
9136
9183
  var _excluded$bQ = ["testId", "size", "color", "style", "variant"];
9137
9184
  var IconInfoCircle = React.forwardRef(function (_ref, ref) {
9138
9185
  var _ref$testId = _ref.testId,
@@ -12327,43 +12374,13 @@ var styles$1h = {"badge":"_RXV4h","badge--warning":"_2An1I","badge--danger":"_-B
12327
12374
 
12328
12375
  var styles$1g = {"overlay":"_0yTe8","overlay--after-open":"_yJBtA","overlay--before-close":"_iWogn","content":"_ntozd","content--after-open":"_EQjDq","content--before-close":"_ZTY3B","overlay--draggable":"_6SSP8","content--draggable":"_5rHXj","draggable-inner":"_cq2CU"};
12329
12376
 
12330
- var styles$1f = {"header":"_tgpG9","header__close-button":"_b1dgU","sub-header":"_c2nm4"};
12331
-
12332
- var ModalHeader = function ModalHeader(_ref) {
12333
- var header = _ref.header,
12334
- subHeader = _ref.subHeader,
12335
- onClose = _ref.onClose,
12336
- loading = _ref.loading;
12337
- if (!header && !subHeader) {
12338
- return onClose ? React__default["default"].createElement("div", {
12339
- className: styles$1f['header__close-button']
12340
- }, React__default["default"].createElement(Button, {
12341
- theme: "link-icon",
12342
- onClick: onClose,
12343
- disabled: loading
12344
- }, React__default["default"].createElement(IconTimes, null))) : null;
12345
- }
12346
- return React__default["default"].createElement(Stack, {
12347
- space: 12,
12348
- marginBottom: 24,
12349
- marginLeft: 8,
12350
- marginRight: 8
12351
- }, React__default["default"].createElement(Inline, {
12352
- flex: [1],
12353
- alignItems: "center"
12354
- }, React__default["default"].createElement("span", {
12355
- className: styles$1f['header']
12356
- }, header), onClose && React__default["default"].createElement(Button, {
12357
- theme: "link-icon",
12358
- onClick: onClose,
12359
- disabled: loading
12360
- }, React__default["default"].createElement(IconTimes, null))), subHeader && React__default["default"].createElement("div", {
12361
- className: styles$1f['sub-header']
12362
- }, subHeader));
12363
- };
12377
+ var styles$1f = {"modal-header":"_VRlTj","modal-header__header":"_GH74U","modal-header__sub-header":"_OlX-6","modal-header--with-shadow":"_brFTl","modal-header__close-button":"_LTnd3","modal-header__top-bar":"_7V-hB","modal-header__top-bar--with-image":"_docda"};
12364
12378
 
12365
12379
  var ModalContext = React.createContext({
12366
12380
  isModalMounted: false,
12381
+ modalBodyRef: {
12382
+ current: null
12383
+ },
12367
12384
  draggable: false
12368
12385
  });
12369
12386
  var useModalContext = function useModalContext() {
@@ -12371,6 +12388,72 @@ var useModalContext = function useModalContext() {
12371
12388
  return context || {};
12372
12389
  };
12373
12390
 
12391
+ var useScrollDetector = function useScrollDetector(contentRef) {
12392
+ var _useState = React.useState(false),
12393
+ hasScrollBottom = _useState[0],
12394
+ setHasScrollBottom = _useState[1];
12395
+ var _useState2 = React.useState(false),
12396
+ hasScrollTop = _useState2[0],
12397
+ setHasScrollTop = _useState2[1];
12398
+ React.useEffect(function () {
12399
+ var element = contentRef.current;
12400
+ if (!element) return;
12401
+ var check = function check() {
12402
+ setHasScrollBottom(element.scrollHeight > element.clientHeight && element.scrollTop + element.clientHeight < element.scrollHeight - 1);
12403
+ setHasScrollTop(element.scrollTop > 0);
12404
+ };
12405
+ check();
12406
+ element.addEventListener('scroll', check);
12407
+ var resizeObserver = new ResizeObserver(check);
12408
+ resizeObserver.observe(element);
12409
+ var mutationObserver = new MutationObserver(check);
12410
+ mutationObserver.observe(element, {
12411
+ childList: true,
12412
+ subtree: true
12413
+ });
12414
+ return function () {
12415
+ element.removeEventListener('scroll', check);
12416
+ resizeObserver.disconnect();
12417
+ mutationObserver.disconnect();
12418
+ };
12419
+ }, [contentRef]);
12420
+ return {
12421
+ hasScrollBottom: hasScrollBottom,
12422
+ hasScrollTop: hasScrollTop
12423
+ };
12424
+ };
12425
+
12426
+ var ModalHeader = function ModalHeader(_ref) {
12427
+ var _classNames, _classNames2;
12428
+ var header = _ref.header,
12429
+ subHeader = _ref.subHeader,
12430
+ onClose = _ref.onClose,
12431
+ loading = _ref.loading,
12432
+ imageSrc = _ref.imageSrc;
12433
+ var _useModalContext = useModalContext(),
12434
+ modalBodyRef = _useModalContext.modalBodyRef;
12435
+ var _useScrollDetector = useScrollDetector(modalBodyRef),
12436
+ hasScrollTop = _useScrollDetector.hasScrollTop;
12437
+ return React__default["default"].createElement("div", {
12438
+ className: classnames__default["default"](styles$1f['modal-header'], (_classNames = {}, _classNames[styles$1f['modal-header--with-shadow']] = hasScrollTop, _classNames))
12439
+ }, React__default["default"].createElement(Stack, {
12440
+ space: 0
12441
+ }, React__default["default"].createElement("div", {
12442
+ className: classnames__default["default"](styles$1f['modal-header__top-bar'], (_classNames2 = {}, _classNames2[styles$1f['modal-header__top-bar--with-image']] = !!imageSrc, _classNames2)),
12443
+ style: imageSrc ? {
12444
+ backgroundImage: "url(" + imageSrc + ")"
12445
+ } : undefined
12446
+ }, onClose && React__default["default"].createElement(Button, {
12447
+ theme: imageSrc ? 'link-contrast' : 'link-icon',
12448
+ onClick: onClose,
12449
+ disabled: loading
12450
+ }, React__default["default"].createElement(IconTimes, null))), header && React__default["default"].createElement("div", {
12451
+ className: styles$1f['modal-header__header']
12452
+ }, header), subHeader && React__default["default"].createElement("div", {
12453
+ className: styles$1f['modal-header__sub-header']
12454
+ }, subHeader)));
12455
+ };
12456
+
12374
12457
  var DEFAULT_WIDTH = 566;
12375
12458
  var DEFAULT_HEIGHT = 266;
12376
12459
  /**
@@ -12459,7 +12542,7 @@ function useDraggableModal(_ref) {
12459
12542
  };
12460
12543
  }
12461
12544
 
12462
- var _excluded$bk = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId", "draggable", "initialPosition"];
12545
+ var _excluded$bk = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId", "imageSrc", "draggable", "initialPosition"];
12463
12546
  // react-draggable declares `props: DraggableProps` on the class instance, overriding
12464
12547
  // the `React.Component<Partial<DraggableProps>>` generic. This cast restores the
12465
12548
  // intended partial-props behaviour for JSX usage.
@@ -12478,12 +12561,13 @@ var Modal = function Modal(_ref) {
12478
12561
  zIndex = _ref$zIndex === void 0 ? 'modal' : _ref$zIndex,
12479
12562
  rootElementId = _ref.rootElementId,
12480
12563
  _ref$width = _ref.width,
12481
- width = _ref$width === void 0 ? 566 : _ref$width,
12564
+ width = _ref$width === void 0 ? 545 : _ref$width,
12482
12565
  height = _ref.height,
12483
12566
  maxWidth = _ref.maxWidth,
12484
12567
  _ref$shouldReturnFocu = _ref.shouldReturnFocusAfterClose,
12485
12568
  shouldReturnFocusAfterClose = _ref$shouldReturnFocu === void 0 ? true : _ref$shouldReturnFocu,
12486
12569
  testId = _ref.testId,
12570
+ imageSrc = _ref.imageSrc,
12487
12571
  _ref$draggable = _ref.draggable,
12488
12572
  draggable = _ref$draggable === void 0 ? false : _ref$draggable,
12489
12573
  initialPosition = _ref.initialPosition,
@@ -12515,6 +12599,7 @@ var Modal = function Modal(_ref) {
12515
12599
  pointerEvents: 'none'
12516
12600
  })
12517
12601
  };
12602
+ var modalBodyRef = React__default["default"].useRef(null);
12518
12603
  // The `ReactModal` library already adds the `data-*` preffix, so I need to remove it from the `getDataProps`
12519
12604
  var _getDataProps = getDataProps(otherProps, {
12520
12605
  removeDataPrefix: true
@@ -12526,15 +12611,18 @@ var Modal = function Modal(_ref) {
12526
12611
  header: header,
12527
12612
  subHeader: subHeader,
12528
12613
  onClose: onClose,
12529
- loading: loading
12614
+ loading: loading,
12615
+ imageSrc: imageSrc
12530
12616
  })) : React__default["default"].createElement(ModalHeader, {
12531
12617
  header: header,
12532
12618
  subHeader: subHeader,
12533
12619
  onClose: onClose,
12534
- loading: loading
12620
+ loading: loading,
12621
+ imageSrc: imageSrc
12535
12622
  }), React__default["default"].createElement(ModalContext.Provider, {
12536
12623
  value: {
12537
12624
  isModalMounted: true,
12625
+ modalBodyRef: modalBodyRef,
12538
12626
  draggable: draggable
12539
12627
  }
12540
12628
  }, children));
@@ -12579,50 +12667,23 @@ Modal.setAppElement = function (rootElement) {
12579
12667
  ReactModal__default["default"].setAppElement(rootElement);
12580
12668
  };
12581
12669
 
12582
- var THRESHOLD = 20;
12583
- var useScrollShadow = function useScrollShadow() {
12584
- var ref = React.useRef(null);
12585
- var _useState = React.useState(false),
12586
- showScrollShadow = _useState[0],
12587
- setShowScrollShadow = _useState[1];
12588
- React.useEffect(function () {
12589
- if (!ref.current) {
12590
- return;
12591
- }
12592
- var modalBody = ref.current;
12593
- /**
12594
- * Once we support only Safari 13 and above we can use ResizeObserver
12595
- * https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver
12596
- */
12597
- if (modalBody.offsetHeight > THRESHOLD) {
12598
- setShowScrollShadow(true);
12599
- }
12600
- }, []);
12601
- return {
12602
- ref: ref,
12603
- showScrollShadow: showScrollShadow
12604
- };
12605
- };
12606
-
12607
- var styles$1e = {"modal-body":"_4YK4k","modal-body--with-scroll-shadow":"_wo1vv","modal-body__inner-div":"_9u6xC"};
12670
+ var styles$1e = {"modal-body":"_4YK4k"};
12608
12671
 
12609
12672
  var ModalBody = function ModalBody(_ref) {
12610
- var _classNames;
12611
12673
  var children = _ref.children,
12612
12674
  testId = _ref.testId;
12613
- var _useScrollShadow = useScrollShadow(),
12614
- ref = _useScrollShadow.ref,
12615
- showScrollShadow = _useScrollShadow.showScrollShadow;
12675
+ var _useModalContext = useModalContext(),
12676
+ modalBodyRef = _useModalContext.modalBodyRef;
12616
12677
  return React__default["default"].createElement("div", {
12617
- className: classnames__default["default"](styles$1e['modal-body'], (_classNames = {}, _classNames[styles$1e['modal-body--with-scroll-shadow']] = showScrollShadow, _classNames)),
12618
- ref: ref,
12619
- "data-testid": testId
12678
+ className: classnames__default["default"](styles$1e['modal-body']),
12679
+ "data-testid": testId,
12680
+ ref: modalBodyRef
12620
12681
  }, React__default["default"].createElement("div", {
12621
12682
  className: styles$1e['modal-body__inner-div']
12622
12683
  }, children));
12623
12684
  };
12624
12685
 
12625
- var styles$1d = {"modal-footer":"_bezlP","tertiary-container":"_EdqHx"};
12686
+ var styles$1d = {"modal-footer":"_bezlP","modal-footer--with-shadow":"_hC4vb"};
12626
12687
 
12627
12688
  var updateButtonProps$1 = function updateButtonProps(button, newProps) {
12628
12689
  if (!button) {
@@ -12644,7 +12705,7 @@ var ModalFooter = function ModalFooter(_ref) {
12644
12705
  actions = _ref.actions,
12645
12706
  testId = _ref.testId;
12646
12707
  if (actions) {
12647
- var _actions$primary, _actions$secondary, _actions$tertiary, _classnames;
12708
+ var _actions$primary, _actions$secondary, _actions$tertiary;
12648
12709
  var primaryButton = updateButtonProps$1(actions.primary, {
12649
12710
  theme: (actions == null || (_actions$primary = actions.primary) == null ? void 0 : _actions$primary.props.theme) || 'primary',
12650
12711
  size: BUTTON_SIZES.MIN_WIDTH_100
@@ -12661,24 +12722,27 @@ var ModalFooter = function ModalFooter(_ref) {
12661
12722
  testId: testId
12662
12723
  }, React__default["default"].createElement(Inline, {
12663
12724
  justifyContent: "space-between"
12664
- }, React__default["default"].createElement("div", {
12665
- className: classnames__default["default"]((_classnames = {}, _classnames[styles$1d['tertiary-container']] = tertiaryButton && tertiaryButton.props.theme.startsWith('link'), _classnames))
12666
- }, tertiaryButton || React__default["default"].createElement("div", null)), React__default["default"].createElement(Inline, {
12725
+ }, tertiaryButton || React__default["default"].createElement("div", null), React__default["default"].createElement(Inline, {
12667
12726
  space: 12
12668
12727
  }, secondaryButton, primaryButton)));
12669
12728
  }
12670
12729
  return React__default["default"].createElement(FooterContainer, null, children);
12671
12730
  };
12672
12731
  var FooterContainer = function FooterContainer(_ref2) {
12732
+ var _classNames;
12673
12733
  var children = _ref2.children,
12674
12734
  testId = _ref2.testId;
12735
+ var _useModalContext = useModalContext(),
12736
+ modalBodyRef = _useModalContext.modalBodyRef;
12737
+ var _useScrollDetector = useScrollDetector(modalBodyRef),
12738
+ hasScrollBottom = _useScrollDetector.hasScrollBottom;
12675
12739
  var childrenItens = React__default["default"].Children.toArray(children);
12676
12740
  var hasCustomAlignment = childrenItens.length === 1 && checkIsComponent(childrenItens[0], {
12677
12741
  component: Inline,
12678
12742
  displayName: 'Inline'
12679
12743
  });
12680
12744
  return React__default["default"].createElement("div", {
12681
- className: styles$1d['modal-footer'],
12745
+ className: classnames__default["default"](styles$1d['modal-footer'], (_classNames = {}, _classNames[styles$1d['modal-footer--with-shadow']] = hasScrollBottom, _classNames)),
12682
12746
  "data-testid": testId
12683
12747
  }, React__default["default"].createElement(Inline, {
12684
12748
  justifyContent: "end",
@@ -64015,41 +64079,6 @@ function PrimaryNavContextProvider(_ref) {
64015
64079
  }, children);
64016
64080
  }
64017
64081
 
64018
- var useScrollDetector = function useScrollDetector(contentRef) {
64019
- var _useState = React.useState(false),
64020
- hasScroll = _useState[0],
64021
- setHasScroll = _useState[1];
64022
- var _useState2 = React.useState(false),
64023
- isScrolled = _useState2[0],
64024
- setIsScrolled = _useState2[1];
64025
- React.useEffect(function () {
64026
- var element = contentRef.current;
64027
- if (!element) return;
64028
- var check = function check() {
64029
- setHasScroll(element.scrollHeight > element.clientHeight && element.scrollTop + element.clientHeight < element.scrollHeight - 1);
64030
- setIsScrolled(element.scrollTop > 0);
64031
- };
64032
- check();
64033
- element.addEventListener('scroll', check);
64034
- var resizeObserver = new ResizeObserver(check);
64035
- resizeObserver.observe(element);
64036
- var mutationObserver = new MutationObserver(check);
64037
- mutationObserver.observe(element, {
64038
- childList: true,
64039
- subtree: true
64040
- });
64041
- return function () {
64042
- element.removeEventListener('scroll', check);
64043
- resizeObserver.disconnect();
64044
- mutationObserver.disconnect();
64045
- };
64046
- }, [contentRef]);
64047
- return {
64048
- hasScroll: hasScroll,
64049
- isScrolled: isScrolled
64050
- };
64051
- };
64052
-
64053
64082
  var PrimaryNavHeader = function PrimaryNavHeader(_ref) {
64054
64083
  var _classNames;
64055
64084
  var onToggleExpand = _ref.onToggleExpand,
@@ -64063,7 +64092,7 @@ var PrimaryNavHeader = function PrimaryNavHeader(_ref) {
64063
64092
  setIsHoveringNav = _usePrimaryNavContext.setIsHoveringNav,
64064
64093
  setIsFocusWithin = _usePrimaryNavContext.setIsFocusWithin;
64065
64094
  var _useScrollDetector = useScrollDetector(contentRef),
64066
- isScrolled = _useScrollDetector.isScrolled;
64095
+ hasScrollTop = _useScrollDetector.hasScrollTop;
64067
64096
  var CollapsedLogo = function CollapsedLogo() {
64068
64097
  return shortLogo || React__default["default"].createElement(SevenShiftsShortLogo, null);
64069
64098
  };
@@ -64071,7 +64100,7 @@ var PrimaryNavHeader = function PrimaryNavHeader(_ref) {
64071
64100
  return longLogo || React__default["default"].createElement(SevenShiftsLogo, null);
64072
64101
  };
64073
64102
  return React__default["default"].createElement("div", {
64074
- className: classnames__default["default"](styles$c['primary-nav-header'], (_classNames = {}, _classNames[styles$c['primary-nav-header--collapsed']] = !isOpen, _classNames[styles$c['primary-nav-header--with-shadow']] = isScrolled, _classNames))
64103
+ className: classnames__default["default"](styles$c['primary-nav-header'], (_classNames = {}, _classNames[styles$c['primary-nav-header--collapsed']] = !isOpen, _classNames[styles$c['primary-nav-header--with-shadow']] = hasScrollTop, _classNames))
64075
64104
  }, React__default["default"].createElement(Inline, {
64076
64105
  justifyContent: "space-between",
64077
64106
  alignItems: "center"
@@ -64357,9 +64386,9 @@ var PrimaryNavFooter = function PrimaryNavFooter(_ref) {
64357
64386
  var _usePrimaryNavContext = usePrimaryNavContext(),
64358
64387
  contentRef = _usePrimaryNavContext.contentRef;
64359
64388
  var _useScrollDetector = useScrollDetector(contentRef),
64360
- hasScroll = _useScrollDetector.hasScroll;
64389
+ hasScrollBottom = _useScrollDetector.hasScrollBottom;
64361
64390
  return React__default["default"].createElement("ul", {
64362
- className: classnames__default["default"](styles$6['primary-nav-footer'], (_classNames = {}, _classNames[styles$6['primary-nav-footer--with-shadow']] = hasScroll, _classNames))
64391
+ className: classnames__default["default"](styles$6['primary-nav-footer'], (_classNames = {}, _classNames[styles$6['primary-nav-footer--with-shadow']] = hasScrollBottom, _classNames))
64363
64392
  }, children);
64364
64393
  };
64365
64394
 
@@ -64875,6 +64904,7 @@ exports.IconHandshake = IconHandshake;
64875
64904
  exports.IconHatChef = IconHatChef;
64876
64905
  exports.IconHouse = IconHouse;
64877
64906
  exports.IconImage = IconImage;
64907
+ exports.IconInfinity = IconInfinity;
64878
64908
  exports.IconInfoCircle = IconInfoCircle;
64879
64909
  exports.IconInputText = IconInputText;
64880
64910
  exports.IconIslandTropical = IconIslandTropical;