@7shifts/sous-chef 3.81.1 → 3.82.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.
@@ -229,7 +229,7 @@ const capitalizeFirstLetter = text => {
229
229
  };
230
230
  const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
231
231
 
232
- const _excluded$2_ = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
232
+ const _excluded$30 = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
233
233
  const getPositionProps = _ref => {
234
234
  let {
235
235
  m,
@@ -243,7 +243,7 @@ const getPositionProps = _ref => {
243
243
  ml,
244
244
  marginLeft
245
245
  } = _ref,
246
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
246
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$30);
247
247
  return {
248
248
  positionProps: {
249
249
  m,
@@ -279,7 +279,7 @@ const getDataProps = (props, config) => {
279
279
  });
280
280
  };
281
281
 
282
- const _excluded$2Z = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
282
+ const _excluded$2$ = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
283
283
  /**
284
284
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
285
285
  */
@@ -298,7 +298,7 @@ const Flex = _ref => {
298
298
  testId,
299
299
  extraClass
300
300
  } = _ref,
301
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
301
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2$);
302
302
  const {
303
303
  positionProps,
304
304
  otherProps
@@ -339,7 +339,7 @@ const Flex = _ref => {
339
339
  }, child)));
340
340
  };
341
341
 
342
- const _excluded$2Y = ["alignItems"];
342
+ const _excluded$2_ = ["alignItems"];
343
343
  /**
344
344
  * Layout component to easily stack elements up in a column.
345
345
  */
@@ -347,7 +347,7 @@ const Stack = _ref => {
347
347
  let {
348
348
  alignItems = 'stretch'
349
349
  } = _ref,
350
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
350
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
351
351
  return React.createElement(Flex, _extends({}, props, {
352
352
  alignItems: alignItems,
353
353
  direction: "column"
@@ -356,7 +356,7 @@ const Stack = _ref => {
356
356
 
357
357
  var styles$1m = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
358
358
 
359
- const _excluded$2X = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
359
+ const _excluded$2Z = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
360
360
  /**
361
361
  * Used when you want to allow the user to turn some information ON and OFF.
362
362
  *
@@ -372,7 +372,7 @@ const Toggle = _ref => {
372
372
  id,
373
373
  testId
374
374
  } = _ref,
375
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
375
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
376
376
  const {
377
377
  dataProps
378
378
  } = getDataProps(otherProps);
@@ -897,7 +897,7 @@ const COMPONENT_NAMES = {
897
897
  BUTTON: 'BUTTON'
898
898
  };
899
899
 
900
- const _excluded$2W = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
900
+ const _excluded$2Y = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
901
901
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
902
902
  const ButtonComponent = (_ref, ref) => {
903
903
  let {
@@ -919,7 +919,7 @@ const ButtonComponent = (_ref, ref) => {
919
919
  testId,
920
920
  size
921
921
  } = _ref,
922
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
922
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
923
923
  const {
924
924
  positionProps,
925
925
  otherProps
@@ -1062,7 +1062,7 @@ const useIsInsideComponent = parentComponentName => {
1062
1062
  return componentName === parentComponentName;
1063
1063
  };
1064
1064
 
1065
- const _excluded$2V = ["testId", "size", "color", "style"];
1065
+ const _excluded$2X = ["testId", "size", "color", "style"];
1066
1066
  const IconInfoCircle = forwardRef((_ref, ref) => {
1067
1067
  let {
1068
1068
  testId = 'icon-info-circle',
@@ -1070,7 +1070,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1070
1070
  color,
1071
1071
  style
1072
1072
  } = _ref,
1073
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1073
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
1074
1074
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1075
1075
  const styleProps = {
1076
1076
  size: !size && isInsideButton ? 'medium' : size,
@@ -1093,7 +1093,7 @@ const IconInfoCircle = forwardRef((_ref, ref) => {
1093
1093
  });
1094
1094
  IconInfoCircle.displayName = 'IconInfoCircle';
1095
1095
 
1096
- const _excluded$2U = ["testId", "size", "color", "style"];
1096
+ const _excluded$2W = ["testId", "size", "color", "style"];
1097
1097
  const IconAnalytics = forwardRef((_ref, ref) => {
1098
1098
  let {
1099
1099
  testId = 'icon-analytics',
@@ -1101,7 +1101,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1101
1101
  color,
1102
1102
  style
1103
1103
  } = _ref,
1104
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1104
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
1105
1105
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1106
1106
  const styleProps = {
1107
1107
  size: !size && isInsideButton ? 'medium' : size,
@@ -1124,7 +1124,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
1124
1124
  });
1125
1125
  IconAnalytics.displayName = 'IconAnalytics';
1126
1126
 
1127
- const _excluded$2T = ["testId", "size", "color", "style"];
1127
+ const _excluded$2V = ["testId", "size", "color", "style"];
1128
1128
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1129
1129
  let {
1130
1130
  testId = 'icon-arrow-down-wide-short',
@@ -1132,7 +1132,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1132
1132
  color,
1133
1133
  style
1134
1134
  } = _ref,
1135
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1135
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1136
1136
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1137
1137
  const styleProps = {
1138
1138
  size: !size && isInsideButton ? 'medium' : size,
@@ -1153,7 +1153,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1153
1153
  });
1154
1154
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1155
1155
 
1156
- const _excluded$2S = ["testId", "size", "color", "style"];
1156
+ const _excluded$2U = ["testId", "size", "color", "style"];
1157
1157
  const IconArrowDown = forwardRef((_ref, ref) => {
1158
1158
  let {
1159
1159
  testId = 'icon-arrow-down',
@@ -1161,7 +1161,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1161
1161
  color,
1162
1162
  style
1163
1163
  } = _ref,
1164
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1164
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1165
1165
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1166
1166
  const styleProps = {
1167
1167
  size: !size && isInsideButton ? 'medium' : size,
@@ -1184,7 +1184,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1184
1184
  });
1185
1185
  IconArrowDown.displayName = 'IconArrowDown';
1186
1186
 
1187
- const _excluded$2R = ["testId", "size", "color", "style"];
1187
+ const _excluded$2T = ["testId", "size", "color", "style"];
1188
1188
  const IconArrowLeft = forwardRef((_ref, ref) => {
1189
1189
  let {
1190
1190
  testId = 'icon-arrow-left',
@@ -1192,7 +1192,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1192
1192
  color,
1193
1193
  style
1194
1194
  } = _ref,
1195
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1195
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1196
1196
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1197
1197
  const styleProps = {
1198
1198
  size: !size && isInsideButton ? 'medium' : size,
@@ -1215,7 +1215,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1215
1215
  });
1216
1216
  IconArrowLeft.displayName = 'IconArrowLeft';
1217
1217
 
1218
- const _excluded$2Q = ["testId", "size", "color", "style"];
1218
+ const _excluded$2S = ["testId", "size", "color", "style"];
1219
1219
  const IconArrowRight = forwardRef((_ref, ref) => {
1220
1220
  let {
1221
1221
  testId = 'icon-arrow-right',
@@ -1223,7 +1223,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1223
1223
  color,
1224
1224
  style
1225
1225
  } = _ref,
1226
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1226
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1227
1227
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1228
1228
  const styleProps = {
1229
1229
  size: !size && isInsideButton ? 'medium' : size,
@@ -1246,7 +1246,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1246
1246
  });
1247
1247
  IconArrowRight.displayName = 'IconArrowRight';
1248
1248
 
1249
- const _excluded$2P = ["testId", "size", "color", "style"];
1249
+ const _excluded$2R = ["testId", "size", "color", "style"];
1250
1250
  const IconArrowToTop = forwardRef((_ref, ref) => {
1251
1251
  let {
1252
1252
  testId = 'icon-arrow-to-top',
@@ -1254,7 +1254,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1254
1254
  color,
1255
1255
  style
1256
1256
  } = _ref,
1257
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1257
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1258
1258
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1259
1259
  const styleProps = {
1260
1260
  size: !size && isInsideButton ? 'medium' : size,
@@ -1275,7 +1275,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1275
1275
  });
1276
1276
  IconArrowToTop.displayName = 'IconArrowToTop';
1277
1277
 
1278
- const _excluded$2O = ["testId", "size", "color", "style"];
1278
+ const _excluded$2Q = ["testId", "size", "color", "style"];
1279
1279
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1280
1280
  let {
1281
1281
  testId = 'icon-arrow-turn-down-right',
@@ -1283,7 +1283,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1283
1283
  color,
1284
1284
  style
1285
1285
  } = _ref,
1286
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1286
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1287
1287
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1288
1288
  const styleProps = {
1289
1289
  size: !size && isInsideButton ? 'medium' : size,
@@ -1312,7 +1312,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1312
1312
  });
1313
1313
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1314
1314
 
1315
- const _excluded$2N = ["testId", "size", "color", "style"];
1315
+ const _excluded$2P = ["testId", "size", "color", "style"];
1316
1316
  const IconArrowUp = forwardRef((_ref, ref) => {
1317
1317
  let {
1318
1318
  testId = 'icon-arrow-up',
@@ -1320,7 +1320,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1320
1320
  color,
1321
1321
  style
1322
1322
  } = _ref,
1323
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1323
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1324
1324
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1325
1325
  const styleProps = {
1326
1326
  size: !size && isInsideButton ? 'medium' : size,
@@ -1343,7 +1343,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1343
1343
  });
1344
1344
  IconArrowUp.displayName = 'IconArrowUp';
1345
1345
 
1346
- const _excluded$2M = ["testId", "size", "color", "style"];
1346
+ const _excluded$2O = ["testId", "size", "color", "style"];
1347
1347
  const IconAward = forwardRef((_ref, ref) => {
1348
1348
  let {
1349
1349
  testId = 'icon-award',
@@ -1351,7 +1351,7 @@ const IconAward = forwardRef((_ref, ref) => {
1351
1351
  color,
1352
1352
  style
1353
1353
  } = _ref,
1354
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1354
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1355
1355
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1356
1356
  const styleProps = {
1357
1357
  size: !size && isInsideButton ? 'medium' : size,
@@ -1374,7 +1374,7 @@ const IconAward = forwardRef((_ref, ref) => {
1374
1374
  });
1375
1375
  IconAward.displayName = 'IconAward';
1376
1376
 
1377
- const _excluded$2L = ["testId", "size", "color", "style"];
1377
+ const _excluded$2N = ["testId", "size", "color", "style"];
1378
1378
  const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1379
1379
  let {
1380
1380
  testId = 'icon-awful-monochromatic',
@@ -1382,7 +1382,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1382
1382
  color,
1383
1383
  style
1384
1384
  } = _ref,
1385
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1385
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1386
1386
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1387
1387
  const styleProps = {
1388
1388
  size: !size && isInsideButton ? 'medium' : size,
@@ -1435,7 +1435,7 @@ const IconAwfulMonochromatic = forwardRef((_ref, ref) => {
1435
1435
  });
1436
1436
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1437
1437
 
1438
- const _excluded$2K = ["testId", "size", "color", "style"];
1438
+ const _excluded$2M = ["testId", "size", "color", "style"];
1439
1439
  const IconAwful = forwardRef((_ref, ref) => {
1440
1440
  let {
1441
1441
  testId = 'icon-awful',
@@ -1443,7 +1443,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1443
1443
  color,
1444
1444
  style
1445
1445
  } = _ref,
1446
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1446
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1447
1447
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1448
1448
  const styleProps = {
1449
1449
  size: !size && isInsideButton ? 'medium' : size,
@@ -1484,7 +1484,7 @@ const IconAwful = forwardRef((_ref, ref) => {
1484
1484
  });
1485
1485
  IconAwful.displayName = 'IconAwful';
1486
1486
 
1487
- const _excluded$2J = ["testId", "size", "color", "style"];
1487
+ const _excluded$2L = ["testId", "size", "color", "style"];
1488
1488
  const IconBadMonochromatic = forwardRef((_ref, ref) => {
1489
1489
  let {
1490
1490
  testId = 'icon-bad-monochromatic',
@@ -1492,7 +1492,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1492
1492
  color,
1493
1493
  style
1494
1494
  } = _ref,
1495
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1495
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1496
1496
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1497
1497
  const styleProps = {
1498
1498
  size: !size && isInsideButton ? 'medium' : size,
@@ -1531,7 +1531,7 @@ const IconBadMonochromatic = forwardRef((_ref, ref) => {
1531
1531
  });
1532
1532
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1533
1533
 
1534
- const _excluded$2I = ["testId", "size", "color", "style"];
1534
+ const _excluded$2K = ["testId", "size", "color", "style"];
1535
1535
  const IconBad = forwardRef((_ref, ref) => {
1536
1536
  let {
1537
1537
  testId = 'icon-bad',
@@ -1539,7 +1539,7 @@ const IconBad = forwardRef((_ref, ref) => {
1539
1539
  color,
1540
1540
  style
1541
1541
  } = _ref,
1542
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1542
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1543
1543
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1544
1544
  const styleProps = {
1545
1545
  size: !size && isInsideButton ? 'medium' : size,
@@ -1566,7 +1566,7 @@ const IconBad = forwardRef((_ref, ref) => {
1566
1566
  });
1567
1567
  IconBad.displayName = 'IconBad';
1568
1568
 
1569
- const _excluded$2H = ["testId", "size", "color", "style"];
1569
+ const _excluded$2J = ["testId", "size", "color", "style"];
1570
1570
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1571
1571
  let {
1572
1572
  testId = 'icon-balance-scale-left',
@@ -1574,7 +1574,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1574
1574
  color,
1575
1575
  style
1576
1576
  } = _ref,
1577
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1577
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1578
1578
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1579
1579
  const styleProps = {
1580
1580
  size: !size && isInsideButton ? 'medium' : size,
@@ -1602,7 +1602,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
1602
1602
  });
1603
1603
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1604
1604
 
1605
- const _excluded$2G = ["testId", "size", "color", "style"];
1605
+ const _excluded$2I = ["testId", "size", "color", "style"];
1606
1606
  const IconBalanceScale = forwardRef((_ref, ref) => {
1607
1607
  let {
1608
1608
  testId = 'icon-balance-scale',
@@ -1610,7 +1610,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1610
1610
  color,
1611
1611
  style
1612
1612
  } = _ref,
1613
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1613
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1614
1614
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1615
1615
  const styleProps = {
1616
1616
  size: !size && isInsideButton ? 'medium' : size,
@@ -1638,7 +1638,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
1638
1638
  });
1639
1639
  IconBalanceScale.displayName = 'IconBalanceScale';
1640
1640
 
1641
- const _excluded$2F = ["testId", "size", "color", "style"];
1641
+ const _excluded$2H = ["testId", "size", "color", "style"];
1642
1642
  const IconBan = forwardRef((_ref, ref) => {
1643
1643
  let {
1644
1644
  testId = 'icon-ban',
@@ -1646,7 +1646,7 @@ const IconBan = forwardRef((_ref, ref) => {
1646
1646
  color,
1647
1647
  style
1648
1648
  } = _ref,
1649
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1649
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1650
1650
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1651
1651
  const styleProps = {
1652
1652
  size: !size && isInsideButton ? 'medium' : size,
@@ -1667,7 +1667,7 @@ const IconBan = forwardRef((_ref, ref) => {
1667
1667
  });
1668
1668
  IconBan.displayName = 'IconBan';
1669
1669
 
1670
- const _excluded$2E = ["testId", "size", "color", "style"];
1670
+ const _excluded$2G = ["testId", "size", "color", "style"];
1671
1671
  const IconBarsH = forwardRef((_ref, ref) => {
1672
1672
  let {
1673
1673
  testId = 'icon-bars-h',
@@ -1675,7 +1675,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1675
1675
  color,
1676
1676
  style
1677
1677
  } = _ref,
1678
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1678
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1679
1679
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1680
1680
  const styleProps = {
1681
1681
  size: !size && isInsideButton ? 'medium' : size,
@@ -1698,7 +1698,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
1698
1698
  });
1699
1699
  IconBarsH.displayName = 'IconBarsH';
1700
1700
 
1701
- const _excluded$2D = ["testId", "size", "color", "style"];
1701
+ const _excluded$2F = ["testId", "size", "color", "style"];
1702
1702
  const IconBarsV = forwardRef((_ref, ref) => {
1703
1703
  let {
1704
1704
  testId = 'icon-bars-v',
@@ -1706,7 +1706,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1706
1706
  color,
1707
1707
  style
1708
1708
  } = _ref,
1709
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1710
1710
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1711
1711
  const styleProps = {
1712
1712
  size: !size && isInsideButton ? 'medium' : size,
@@ -1727,7 +1727,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
1727
1727
  });
1728
1728
  IconBarsV.displayName = 'IconBarsV';
1729
1729
 
1730
- const _excluded$2C = ["testId", "size", "color", "style"];
1730
+ const _excluded$2E = ["testId", "size", "color", "style"];
1731
1731
  const IconBell = forwardRef((_ref, ref) => {
1732
1732
  let {
1733
1733
  testId = 'icon-bell',
@@ -1735,7 +1735,7 @@ const IconBell = forwardRef((_ref, ref) => {
1735
1735
  color,
1736
1736
  style
1737
1737
  } = _ref,
1738
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1738
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1739
1739
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1740
1740
  const styleProps = {
1741
1741
  size: !size && isInsideButton ? 'medium' : size,
@@ -1758,7 +1758,7 @@ const IconBell = forwardRef((_ref, ref) => {
1758
1758
  });
1759
1759
  IconBell.displayName = 'IconBell';
1760
1760
 
1761
- const _excluded$2B = ["testId", "size", "color", "style"];
1761
+ const _excluded$2D = ["testId", "size", "color", "style"];
1762
1762
  const IconBirthdayCake = forwardRef((_ref, ref) => {
1763
1763
  let {
1764
1764
  testId = 'icon-birthday-cake',
@@ -1766,7 +1766,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1766
1766
  color,
1767
1767
  style
1768
1768
  } = _ref,
1769
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1769
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1770
1770
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1771
1771
  const styleProps = {
1772
1772
  size: !size && isInsideButton ? 'medium' : size,
@@ -1787,7 +1787,7 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
1787
1787
  });
1788
1788
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1789
1789
 
1790
- const _excluded$2A = ["testId", "size", "color", "style"];
1790
+ const _excluded$2C = ["testId", "size", "color", "style"];
1791
1791
  const IconBold = forwardRef((_ref, ref) => {
1792
1792
  let {
1793
1793
  testId = 'icon-bold',
@@ -1795,7 +1795,7 @@ const IconBold = forwardRef((_ref, ref) => {
1795
1795
  color,
1796
1796
  style
1797
1797
  } = _ref,
1798
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1798
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1799
1799
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1800
1800
  const styleProps = {
1801
1801
  size: !size && isInsideButton ? 'medium' : size,
@@ -1816,7 +1816,7 @@ const IconBold = forwardRef((_ref, ref) => {
1816
1816
  });
1817
1817
  IconBold.displayName = 'IconBold';
1818
1818
 
1819
- const _excluded$2z = ["testId", "size", "color", "style"];
1819
+ const _excluded$2B = ["testId", "size", "color", "style"];
1820
1820
  const IconBolt = forwardRef((_ref, ref) => {
1821
1821
  let {
1822
1822
  testId = 'icon-bolt',
@@ -1824,7 +1824,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1824
1824
  color,
1825
1825
  style
1826
1826
  } = _ref,
1827
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1827
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1828
1828
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1829
1829
  const styleProps = {
1830
1830
  size: !size && isInsideButton ? 'medium' : size,
@@ -1852,7 +1852,7 @@ const IconBolt = forwardRef((_ref, ref) => {
1852
1852
  });
1853
1853
  IconBolt.displayName = 'IconBolt';
1854
1854
 
1855
- const _excluded$2y = ["testId", "size", "color", "style"];
1855
+ const _excluded$2A = ["testId", "size", "color", "style"];
1856
1856
  const IconBook = forwardRef((_ref, ref) => {
1857
1857
  let {
1858
1858
  testId = 'icon-book',
@@ -1860,7 +1860,7 @@ const IconBook = forwardRef((_ref, ref) => {
1860
1860
  color,
1861
1861
  style
1862
1862
  } = _ref,
1863
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1863
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1864
1864
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1865
1865
  const styleProps = {
1866
1866
  size: !size && isInsideButton ? 'medium' : size,
@@ -1883,7 +1883,7 @@ const IconBook = forwardRef((_ref, ref) => {
1883
1883
  });
1884
1884
  IconBook.displayName = 'IconBook';
1885
1885
 
1886
- const _excluded$2x = ["testId", "size", "color", "style"];
1886
+ const _excluded$2z = ["testId", "size", "color", "style"];
1887
1887
  const IconBriefcase = forwardRef((_ref, ref) => {
1888
1888
  let {
1889
1889
  testId = 'icon-briefcase',
@@ -1891,7 +1891,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1891
1891
  color,
1892
1892
  style
1893
1893
  } = _ref,
1894
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1894
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1895
1895
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1896
1896
  const styleProps = {
1897
1897
  size: !size && isInsideButton ? 'medium' : size,
@@ -1912,7 +1912,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
1912
1912
  });
1913
1913
  IconBriefcase.displayName = 'IconBriefcase';
1914
1914
 
1915
- const _excluded$2w = ["testId", "size", "color", "style"];
1915
+ const _excluded$2y = ["testId", "size", "color", "style"];
1916
1916
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
1917
1917
  let {
1918
1918
  testId = 'icon-bullseye-arrow',
@@ -1920,7 +1920,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1920
1920
  color,
1921
1921
  style
1922
1922
  } = _ref,
1923
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1923
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1924
1924
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1925
1925
  const styleProps = {
1926
1926
  size: !size && isInsideButton ? 'medium' : size,
@@ -1943,7 +1943,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
1943
1943
  });
1944
1944
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1945
1945
 
1946
- const _excluded$2v = ["testId", "size", "color", "style"];
1946
+ const _excluded$2x = ["testId", "size", "color", "style"];
1947
1947
  const IconCalculator = forwardRef((_ref, ref) => {
1948
1948
  let {
1949
1949
  testId = 'icon-calculator',
@@ -1951,7 +1951,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1951
1951
  color,
1952
1952
  style
1953
1953
  } = _ref,
1954
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1954
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1955
1955
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1956
1956
  const styleProps = {
1957
1957
  size: !size && isInsideButton ? 'medium' : size,
@@ -1974,7 +1974,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
1974
1974
  });
1975
1975
  IconCalculator.displayName = 'IconCalculator';
1976
1976
 
1977
- const _excluded$2u = ["testId", "size", "color", "style"];
1977
+ const _excluded$2w = ["testId", "size", "color", "style"];
1978
1978
  const IconCalendarAlt = forwardRef((_ref, ref) => {
1979
1979
  let {
1980
1980
  testId = 'icon-calendar-alt',
@@ -1982,7 +1982,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
1982
1982
  color,
1983
1983
  style
1984
1984
  } = _ref,
1985
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1985
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1986
1986
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1987
1987
  const styleProps = {
1988
1988
  size: !size && isInsideButton ? 'medium' : size,
@@ -2005,7 +2005,7 @@ const IconCalendarAlt = forwardRef((_ref, ref) => {
2005
2005
  });
2006
2006
  IconCalendarAlt.displayName = 'IconCalendarAlt';
2007
2007
 
2008
- const _excluded$2t = ["testId", "size", "color", "style"];
2008
+ const _excluded$2v = ["testId", "size", "color", "style"];
2009
2009
  const IconCalendarCheck = forwardRef((_ref, ref) => {
2010
2010
  let {
2011
2011
  testId = 'icon-calendar-check',
@@ -2013,7 +2013,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2013
2013
  color,
2014
2014
  style
2015
2015
  } = _ref,
2016
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2016
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
2017
2017
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2018
2018
  const styleProps = {
2019
2019
  size: !size && isInsideButton ? 'medium' : size,
@@ -2036,7 +2036,7 @@ const IconCalendarCheck = forwardRef((_ref, ref) => {
2036
2036
  });
2037
2037
  IconCalendarCheck.displayName = 'IconCalendarCheck';
2038
2038
 
2039
- const _excluded$2s = ["testId", "size", "color", "style"];
2039
+ const _excluded$2u = ["testId", "size", "color", "style"];
2040
2040
  const IconCalendarDay = forwardRef((_ref, ref) => {
2041
2041
  let {
2042
2042
  testId = 'icon-calendar-day',
@@ -2044,7 +2044,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2044
2044
  color,
2045
2045
  style
2046
2046
  } = _ref,
2047
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2047
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
2048
2048
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2049
2049
  const styleProps = {
2050
2050
  size: !size && isInsideButton ? 'medium' : size,
@@ -2072,7 +2072,7 @@ const IconCalendarDay = forwardRef((_ref, ref) => {
2072
2072
  });
2073
2073
  IconCalendarDay.displayName = 'IconCalendarDay';
2074
2074
 
2075
- const _excluded$2r = ["testId", "size", "color", "style"];
2075
+ const _excluded$2t = ["testId", "size", "color", "style"];
2076
2076
  const IconCalendarExclamation = forwardRef((_ref, ref) => {
2077
2077
  let {
2078
2078
  testId = 'icon-calendar-exclamation',
@@ -2080,7 +2080,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2080
2080
  color,
2081
2081
  style
2082
2082
  } = _ref,
2083
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2083
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2084
2084
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2085
2085
  const styleProps = {
2086
2086
  size: !size && isInsideButton ? 'medium' : size,
@@ -2101,7 +2101,7 @@ const IconCalendarExclamation = forwardRef((_ref, ref) => {
2101
2101
  });
2102
2102
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2103
2103
 
2104
- const _excluded$2q = ["testId", "size", "color", "style"];
2104
+ const _excluded$2s = ["testId", "size", "color", "style"];
2105
2105
  const IconCalendarStar = forwardRef((_ref, ref) => {
2106
2106
  let {
2107
2107
  testId = 'icon-calendar-star',
@@ -2109,7 +2109,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2109
2109
  color,
2110
2110
  style
2111
2111
  } = _ref,
2112
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2112
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2113
2113
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2114
2114
  const styleProps = {
2115
2115
  size: !size && isInsideButton ? 'medium' : size,
@@ -2130,7 +2130,7 @@ const IconCalendarStar = forwardRef((_ref, ref) => {
2130
2130
  });
2131
2131
  IconCalendarStar.displayName = 'IconCalendarStar';
2132
2132
 
2133
- const _excluded$2p = ["testId", "size", "color", "style"];
2133
+ const _excluded$2r = ["testId", "size", "color", "style"];
2134
2134
  const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2135
2135
  let {
2136
2136
  testId = 'icon-calendar-tomorrow',
@@ -2138,7 +2138,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2138
2138
  color,
2139
2139
  style
2140
2140
  } = _ref,
2141
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2141
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2142
2142
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2143
2143
  const styleProps = {
2144
2144
  size: !size && isInsideButton ? 'medium' : size,
@@ -2168,7 +2168,7 @@ const IconCalendarTomorrow = forwardRef((_ref, ref) => {
2168
2168
  });
2169
2169
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2170
2170
 
2171
- const _excluded$2o = ["testId", "size", "color", "style"];
2171
+ const _excluded$2q = ["testId", "size", "color", "style"];
2172
2172
  const IconCalendar = forwardRef((_ref, ref) => {
2173
2173
  let {
2174
2174
  testId = 'icon-calendar',
@@ -2176,7 +2176,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2176
2176
  color,
2177
2177
  style
2178
2178
  } = _ref,
2179
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2179
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2180
2180
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2181
2181
  const styleProps = {
2182
2182
  size: !size && isInsideButton ? 'medium' : size,
@@ -2199,7 +2199,7 @@ const IconCalendar = forwardRef((_ref, ref) => {
2199
2199
  });
2200
2200
  IconCalendar.displayName = 'IconCalendar';
2201
2201
 
2202
- const _excluded$2n = ["testId", "size", "color", "style"];
2202
+ const _excluded$2p = ["testId", "size", "color", "style"];
2203
2203
  const IconCameraSlash = forwardRef((_ref, ref) => {
2204
2204
  let {
2205
2205
  testId = 'icon-camera-slash',
@@ -2207,7 +2207,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2207
2207
  color,
2208
2208
  style
2209
2209
  } = _ref,
2210
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2210
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2211
2211
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2212
2212
  const styleProps = {
2213
2213
  size: !size && isInsideButton ? 'medium' : size,
@@ -2231,7 +2231,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
2231
2231
  });
2232
2232
  IconCameraSlash.displayName = 'IconCameraSlash';
2233
2233
 
2234
- const _excluded$2m = ["testId", "size", "color", "style"];
2234
+ const _excluded$2o = ["testId", "size", "color", "style"];
2235
2235
  const IconCamera = forwardRef((_ref, ref) => {
2236
2236
  let {
2237
2237
  testId = 'icon-camera',
@@ -2239,7 +2239,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2239
2239
  color,
2240
2240
  style
2241
2241
  } = _ref,
2242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2242
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2243
2243
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2244
2244
  const styleProps = {
2245
2245
  size: !size && isInsideButton ? 'medium' : size,
@@ -2260,7 +2260,7 @@ const IconCamera = forwardRef((_ref, ref) => {
2260
2260
  });
2261
2261
  IconCamera.displayName = 'IconCamera';
2262
2262
 
2263
- const _excluded$2l = ["testId", "size", "color", "style"];
2263
+ const _excluded$2n = ["testId", "size", "color", "style"];
2264
2264
  const IconCashRegister = forwardRef((_ref, ref) => {
2265
2265
  let {
2266
2266
  testId = 'icon-cash-register',
@@ -2268,7 +2268,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2268
2268
  color,
2269
2269
  style
2270
2270
  } = _ref,
2271
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2271
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2272
2272
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2273
2273
  const styleProps = {
2274
2274
  size: !size && isInsideButton ? 'medium' : size,
@@ -2289,7 +2289,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2289
2289
  });
2290
2290
  IconCashRegister.displayName = 'IconCashRegister';
2291
2291
 
2292
- const _excluded$2k = ["testId", "size", "color", "style"];
2292
+ const _excluded$2m = ["testId", "size", "color", "style"];
2293
2293
  const IconChartBar = forwardRef((_ref, ref) => {
2294
2294
  let {
2295
2295
  testId = 'icon-chart-bar',
@@ -2297,7 +2297,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2297
2297
  color,
2298
2298
  style
2299
2299
  } = _ref,
2300
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2300
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2301
2301
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2302
2302
  const styleProps = {
2303
2303
  size: !size && isInsideButton ? 'medium' : size,
@@ -2320,7 +2320,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2320
2320
  });
2321
2321
  IconChartBar.displayName = 'IconChartBar';
2322
2322
 
2323
- const _excluded$2j = ["testId", "size", "color", "style"];
2323
+ const _excluded$2l = ["testId", "size", "color", "style"];
2324
2324
  const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2325
2325
  let {
2326
2326
  testId = 'icon-check-circle-incomplete',
@@ -2328,7 +2328,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2328
2328
  color,
2329
2329
  style
2330
2330
  } = _ref,
2331
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2331
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2332
2332
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2333
2333
  const styleProps = {
2334
2334
  size: !size && isInsideButton ? 'medium' : size,
@@ -2349,7 +2349,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
2349
2349
  });
2350
2350
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2351
2351
 
2352
- const _excluded$2i = ["testId", "size", "color", "style"];
2352
+ const _excluded$2k = ["testId", "size", "color", "style"];
2353
2353
  const IconCheck = forwardRef((_ref, ref) => {
2354
2354
  let {
2355
2355
  testId = 'icon-check',
@@ -2357,7 +2357,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2357
2357
  color,
2358
2358
  style
2359
2359
  } = _ref,
2360
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2360
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2361
2361
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2362
2362
  const styleProps = {
2363
2363
  size: !size && isInsideButton ? 'medium' : size,
@@ -2380,7 +2380,7 @@ const IconCheck = forwardRef((_ref, ref) => {
2380
2380
  });
2381
2381
  IconCheck.displayName = 'IconCheck';
2382
2382
 
2383
- const _excluded$2h = ["testId", "size", "color", "style"];
2383
+ const _excluded$2j = ["testId", "size", "color", "style"];
2384
2384
  const IconChevronDown = forwardRef((_ref, ref) => {
2385
2385
  let {
2386
2386
  testId = 'icon-chevron-down',
@@ -2388,7 +2388,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2388
2388
  color,
2389
2389
  style
2390
2390
  } = _ref,
2391
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2391
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2392
2392
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2393
2393
  const styleProps = {
2394
2394
  size: !size && isInsideButton ? 'medium' : size,
@@ -2411,7 +2411,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
2411
2411
  });
2412
2412
  IconChevronDown.displayName = 'IconChevronDown';
2413
2413
 
2414
- const _excluded$2g = ["testId", "size", "color", "style"];
2414
+ const _excluded$2i = ["testId", "size", "color", "style"];
2415
2415
  const IconChevronLeft = forwardRef((_ref, ref) => {
2416
2416
  let {
2417
2417
  testId = 'icon-chevron-left',
@@ -2419,7 +2419,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2419
2419
  color,
2420
2420
  style
2421
2421
  } = _ref,
2422
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2422
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2423
2423
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2424
2424
  const styleProps = {
2425
2425
  size: !size && isInsideButton ? 'medium' : size,
@@ -2442,7 +2442,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
2442
2442
  });
2443
2443
  IconChevronLeft.displayName = 'IconChevronLeft';
2444
2444
 
2445
- const _excluded$2f = ["testId", "size", "color", "style"];
2445
+ const _excluded$2h = ["testId", "size", "color", "style"];
2446
2446
  const IconChevronRight = forwardRef((_ref, ref) => {
2447
2447
  let {
2448
2448
  testId = 'icon-chevron-right',
@@ -2450,7 +2450,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2450
2450
  color,
2451
2451
  style
2452
2452
  } = _ref,
2453
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2453
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2454
2454
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2455
2455
  const styleProps = {
2456
2456
  size: !size && isInsideButton ? 'medium' : size,
@@ -2473,7 +2473,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
2473
2473
  });
2474
2474
  IconChevronRight.displayName = 'IconChevronRight';
2475
2475
 
2476
- const _excluded$2e = ["testId", "size", "color", "style"];
2476
+ const _excluded$2g = ["testId", "size", "color", "style"];
2477
2477
  const IconChevronUp = forwardRef((_ref, ref) => {
2478
2478
  let {
2479
2479
  testId = 'icon-chevron-up',
@@ -2481,7 +2481,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2481
2481
  color,
2482
2482
  style
2483
2483
  } = _ref,
2484
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2484
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2485
2485
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2486
2486
  const styleProps = {
2487
2487
  size: !size && isInsideButton ? 'medium' : size,
@@ -2504,7 +2504,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
2504
2504
  });
2505
2505
  IconChevronUp.displayName = 'IconChevronUp';
2506
2506
 
2507
- const _excluded$2d = ["testId", "size", "color", "style"];
2507
+ const _excluded$2f = ["testId", "size", "color", "style"];
2508
2508
  const IconClipboardList = forwardRef((_ref, ref) => {
2509
2509
  let {
2510
2510
  testId = 'icon-clipboard-list',
@@ -2512,7 +2512,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2512
2512
  color,
2513
2513
  style
2514
2514
  } = _ref,
2515
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2515
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2516
2516
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2517
2517
  const styleProps = {
2518
2518
  size: !size && isInsideButton ? 'medium' : size,
@@ -2535,7 +2535,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
2535
2535
  });
2536
2536
  IconClipboardList.displayName = 'IconClipboardList';
2537
2537
 
2538
- const _excluded$2c = ["testId", "size", "color", "style"];
2538
+ const _excluded$2e = ["testId", "size", "color", "style"];
2539
2539
  const IconClockExclamation = forwardRef((_ref, ref) => {
2540
2540
  let {
2541
2541
  testId = 'icon-clock-exclamation',
@@ -2543,7 +2543,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2543
2543
  color,
2544
2544
  style
2545
2545
  } = _ref,
2546
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2546
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2547
2547
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2548
2548
  const styleProps = {
2549
2549
  size: !size && isInsideButton ? 'medium' : size,
@@ -2571,7 +2571,7 @@ const IconClockExclamation = forwardRef((_ref, ref) => {
2571
2571
  });
2572
2572
  IconClockExclamation.displayName = 'IconClockExclamation';
2573
2573
 
2574
- const _excluded$2b = ["testId", "size", "color", "style"];
2574
+ const _excluded$2d = ["testId", "size", "color", "style"];
2575
2575
  const IconClockRewind = forwardRef((_ref, ref) => {
2576
2576
  let {
2577
2577
  testId = 'icon-clock-rewind',
@@ -2579,7 +2579,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2579
2579
  color,
2580
2580
  style
2581
2581
  } = _ref,
2582
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2582
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2583
2583
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2584
2584
  const styleProps = {
2585
2585
  size: !size && isInsideButton ? 'medium' : size,
@@ -2607,7 +2607,7 @@ const IconClockRewind = forwardRef((_ref, ref) => {
2607
2607
  });
2608
2608
  IconClockRewind.displayName = 'IconClockRewind';
2609
2609
 
2610
- const _excluded$2a = ["testId", "size", "color", "style"];
2610
+ const _excluded$2c = ["testId", "size", "color", "style"];
2611
2611
  const IconClock = forwardRef((_ref, ref) => {
2612
2612
  let {
2613
2613
  testId = 'icon-clock',
@@ -2615,7 +2615,7 @@ const IconClock = forwardRef((_ref, ref) => {
2615
2615
  color,
2616
2616
  style
2617
2617
  } = _ref,
2618
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2618
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2619
2619
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2620
2620
  const styleProps = {
2621
2621
  size: !size && isInsideButton ? 'medium' : size,
@@ -2636,7 +2636,7 @@ const IconClock = forwardRef((_ref, ref) => {
2636
2636
  });
2637
2637
  IconClock.displayName = 'IconClock';
2638
2638
 
2639
- const _excluded$29 = ["testId", "size", "color", "style"];
2639
+ const _excluded$2b = ["testId", "size", "color", "style"];
2640
2640
  const IconCog = forwardRef((_ref, ref) => {
2641
2641
  let {
2642
2642
  testId = 'icon-cog',
@@ -2644,7 +2644,7 @@ const IconCog = forwardRef((_ref, ref) => {
2644
2644
  color,
2645
2645
  style
2646
2646
  } = _ref,
2647
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2647
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2648
2648
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2649
2649
  const styleProps = {
2650
2650
  size: !size && isInsideButton ? 'medium' : size,
@@ -2665,7 +2665,7 @@ const IconCog = forwardRef((_ref, ref) => {
2665
2665
  });
2666
2666
  IconCog.displayName = 'IconCog';
2667
2667
 
2668
- const _excluded$28 = ["testId", "size", "color", "style"];
2668
+ const _excluded$2a = ["testId", "size", "color", "style"];
2669
2669
  const IconCommentLines = forwardRef((_ref, ref) => {
2670
2670
  let {
2671
2671
  testId = 'icon-comment-lines',
@@ -2673,7 +2673,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2673
2673
  color,
2674
2674
  style
2675
2675
  } = _ref,
2676
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2676
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2677
2677
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2678
2678
  const styleProps = {
2679
2679
  size: !size && isInsideButton ? 'medium' : size,
@@ -2699,7 +2699,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
2699
2699
  });
2700
2700
  IconCommentLines.displayName = 'IconCommentLines';
2701
2701
 
2702
- const _excluded$27 = ["testId", "size", "color", "style"];
2702
+ const _excluded$29 = ["testId", "size", "color", "style"];
2703
2703
  const IconComment = forwardRef((_ref, ref) => {
2704
2704
  let {
2705
2705
  testId = 'icon-comment',
@@ -2707,7 +2707,7 @@ const IconComment = forwardRef((_ref, ref) => {
2707
2707
  color,
2708
2708
  style
2709
2709
  } = _ref,
2710
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2710
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2711
2711
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2712
2712
  const styleProps = {
2713
2713
  size: !size && isInsideButton ? 'medium' : size,
@@ -2730,7 +2730,7 @@ const IconComment = forwardRef((_ref, ref) => {
2730
2730
  });
2731
2731
  IconComment.displayName = 'IconComment';
2732
2732
 
2733
- const _excluded$26 = ["testId", "size", "color", "style"];
2733
+ const _excluded$28 = ["testId", "size", "color", "style"];
2734
2734
  const IconCopy = forwardRef((_ref, ref) => {
2735
2735
  let {
2736
2736
  testId = 'icon-copy',
@@ -2738,7 +2738,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2738
2738
  color,
2739
2739
  style
2740
2740
  } = _ref,
2741
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2741
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2742
2742
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2743
2743
  const styleProps = {
2744
2744
  size: !size && isInsideButton ? 'medium' : size,
@@ -2766,7 +2766,7 @@ const IconCopy = forwardRef((_ref, ref) => {
2766
2766
  });
2767
2767
  IconCopy.displayName = 'IconCopy';
2768
2768
 
2769
- const _excluded$25 = ["testId", "size", "color", "style"];
2769
+ const _excluded$27 = ["testId", "size", "color", "style"];
2770
2770
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2771
2771
  let {
2772
2772
  testId = 'icon-credit-card-plus',
@@ -2774,7 +2774,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2774
2774
  color,
2775
2775
  style
2776
2776
  } = _ref,
2777
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2777
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2778
2778
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2779
2779
  const styleProps = {
2780
2780
  size: !size && isInsideButton ? 'medium' : size,
@@ -2804,7 +2804,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2804
2804
  });
2805
2805
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2806
2806
 
2807
- const _excluded$24 = ["testId", "size", "color", "style"];
2807
+ const _excluded$26 = ["testId", "size", "color", "style"];
2808
2808
  const IconCreditCard = forwardRef((_ref, ref) => {
2809
2809
  let {
2810
2810
  testId = 'icon-credit-card',
@@ -2812,7 +2812,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2812
2812
  color,
2813
2813
  style
2814
2814
  } = _ref,
2815
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2815
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2816
2816
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2817
2817
  const styleProps = {
2818
2818
  size: !size && isInsideButton ? 'medium' : size,
@@ -2840,7 +2840,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2840
2840
  });
2841
2841
  IconCreditCard.displayName = 'IconCreditCard';
2842
2842
 
2843
- const _excluded$23 = ["testId", "size", "color", "style"];
2843
+ const _excluded$25 = ["testId", "size", "color", "style"];
2844
2844
  const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2845
2845
  let {
2846
2846
  testId = 'icon-decent-monochromatic',
@@ -2848,7 +2848,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2848
2848
  color,
2849
2849
  style
2850
2850
  } = _ref,
2851
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2851
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2852
2852
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2853
2853
  const styleProps = {
2854
2854
  size: !size && isInsideButton ? 'medium' : size,
@@ -2891,7 +2891,7 @@ const IconDecentMonochromatic = forwardRef((_ref, ref) => {
2891
2891
  });
2892
2892
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2893
2893
 
2894
- const _excluded$22 = ["testId", "size", "color", "style"];
2894
+ const _excluded$24 = ["testId", "size", "color", "style"];
2895
2895
  const IconDecent = forwardRef((_ref, ref) => {
2896
2896
  let {
2897
2897
  testId = 'icon-decent',
@@ -2899,7 +2899,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2899
2899
  color,
2900
2900
  style
2901
2901
  } = _ref,
2902
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2902
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2903
2903
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2904
2904
  const styleProps = {
2905
2905
  size: !size && isInsideButton ? 'medium' : size,
@@ -2930,7 +2930,7 @@ const IconDecent = forwardRef((_ref, ref) => {
2930
2930
  });
2931
2931
  IconDecent.displayName = 'IconDecent';
2932
2932
 
2933
- const _excluded$21 = ["testId", "size", "color", "style"];
2933
+ const _excluded$23 = ["testId", "size", "color", "style"];
2934
2934
  const IconDollarSign = forwardRef((_ref, ref) => {
2935
2935
  let {
2936
2936
  testId = 'icon-dollar-sign',
@@ -2938,7 +2938,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2938
2938
  color,
2939
2939
  style
2940
2940
  } = _ref,
2941
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2941
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2942
2942
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2943
2943
  const styleProps = {
2944
2944
  size: !size && isInsideButton ? 'medium' : size,
@@ -2959,7 +2959,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2959
2959
  });
2960
2960
  IconDollarSign.displayName = 'IconDollarSign';
2961
2961
 
2962
- const _excluded$20 = ["testId", "size", "color", "style"];
2962
+ const _excluded$22 = ["testId", "size", "color", "style"];
2963
2963
  const IconDownload = forwardRef((_ref, ref) => {
2964
2964
  let {
2965
2965
  testId = 'icon-download',
@@ -2967,7 +2967,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2967
2967
  color,
2968
2968
  style
2969
2969
  } = _ref,
2970
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2970
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2971
2971
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2972
2972
  const styleProps = {
2973
2973
  size: !size && isInsideButton ? 'medium' : size,
@@ -2990,7 +2990,7 @@ const IconDownload = forwardRef((_ref, ref) => {
2990
2990
  });
2991
2991
  IconDownload.displayName = 'IconDownload';
2992
2992
 
2993
- const _excluded$1$ = ["testId", "size", "color", "style"];
2993
+ const _excluded$21 = ["testId", "size", "color", "style"];
2994
2994
  const IconEdit = forwardRef((_ref, ref) => {
2995
2995
  let {
2996
2996
  testId = 'icon-edit',
@@ -2998,7 +2998,7 @@ const IconEdit = forwardRef((_ref, ref) => {
2998
2998
  color,
2999
2999
  style
3000
3000
  } = _ref,
3001
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3001
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3002
3002
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3003
3003
  const styleProps = {
3004
3004
  size: !size && isInsideButton ? 'medium' : size,
@@ -3019,7 +3019,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3019
3019
  });
3020
3020
  IconEdit.displayName = 'IconEdit';
3021
3021
 
3022
- const _excluded$1_ = ["testId", "size", "color", "style"];
3022
+ const _excluded$20 = ["testId", "size", "color", "style"];
3023
3023
  const IconEllipsisV = forwardRef((_ref, ref) => {
3024
3024
  let {
3025
3025
  testId = 'icon-ellipsis-v',
@@ -3027,7 +3027,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3027
3027
  color,
3028
3028
  style
3029
3029
  } = _ref,
3030
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3030
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3031
3031
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3032
3032
  const styleProps = {
3033
3033
  size: !size && isInsideButton ? 'medium' : size,
@@ -3050,7 +3050,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
3050
3050
  });
3051
3051
  IconEllipsisV.displayName = 'IconEllipsisV';
3052
3052
 
3053
- const _excluded$1Z = ["testId", "size", "color", "style"];
3053
+ const _excluded$1$ = ["testId", "size", "color", "style"];
3054
3054
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3055
3055
  let {
3056
3056
  testId = 'icon-envelope-open-dollar',
@@ -3058,7 +3058,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3058
3058
  color,
3059
3059
  style
3060
3060
  } = _ref,
3061
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3061
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3062
3062
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3063
3063
  const styleProps = {
3064
3064
  size: !size && isInsideButton ? 'medium' : size,
@@ -3086,7 +3086,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
3086
3086
  });
3087
3087
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
3088
3088
 
3089
- const _excluded$1Y = ["testId", "size", "color", "style"];
3089
+ const _excluded$1_ = ["testId", "size", "color", "style"];
3090
3090
  const IconEnvelope = forwardRef((_ref, ref) => {
3091
3091
  let {
3092
3092
  testId = 'icon-envelope',
@@ -3094,7 +3094,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3094
3094
  color,
3095
3095
  style
3096
3096
  } = _ref,
3097
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3097
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3098
3098
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3099
3099
  const styleProps = {
3100
3100
  size: !size && isInsideButton ? 'medium' : size,
@@ -3115,7 +3115,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3115
3115
  });
3116
3116
  IconEnvelope.displayName = 'IconEnvelope';
3117
3117
 
3118
- const _excluded$1X = ["testId", "size", "color", "style"];
3118
+ const _excluded$1Z = ["testId", "size", "color", "style"];
3119
3119
  const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3120
3120
  let {
3121
3121
  testId = 'icon-exclaimation-triangle',
@@ -3123,7 +3123,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3123
3123
  color,
3124
3124
  style
3125
3125
  } = _ref,
3126
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3126
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3127
3127
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3128
3128
  const styleProps = {
3129
3129
  size: !size && isInsideButton ? 'medium' : size,
@@ -3146,7 +3146,7 @@ const IconExclaimationTriangle = forwardRef((_ref, ref) => {
3146
3146
  });
3147
3147
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3148
3148
 
3149
- const _excluded$1W = ["testId", "size", "color", "style"];
3149
+ const _excluded$1Y = ["testId", "size", "color", "style"];
3150
3150
  const IconExclaimation = forwardRef((_ref, ref) => {
3151
3151
  let {
3152
3152
  testId = 'icon-exclaimation',
@@ -3154,7 +3154,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3154
3154
  color,
3155
3155
  style
3156
3156
  } = _ref,
3157
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3158
3158
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3159
3159
  const styleProps = {
3160
3160
  size: !size && isInsideButton ? 'medium' : size,
@@ -3175,7 +3175,7 @@ const IconExclaimation = forwardRef((_ref, ref) => {
3175
3175
  });
3176
3176
  IconExclaimation.displayName = 'IconExclaimation';
3177
3177
 
3178
- const _excluded$1V = ["testId", "size", "color", "style"];
3178
+ const _excluded$1X = ["testId", "size", "color", "style"];
3179
3179
  const IconExpand = forwardRef((_ref, ref) => {
3180
3180
  let {
3181
3181
  testId = 'icon-expand',
@@ -3183,7 +3183,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3183
3183
  color,
3184
3184
  style
3185
3185
  } = _ref,
3186
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3186
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3187
3187
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3188
3188
  const styleProps = {
3189
3189
  size: !size && isInsideButton ? 'medium' : size,
@@ -3204,7 +3204,7 @@ const IconExpand = forwardRef((_ref, ref) => {
3204
3204
  });
3205
3205
  IconExpand.displayName = 'IconExpand';
3206
3206
 
3207
- const _excluded$1U = ["testId", "size", "color", "style"];
3207
+ const _excluded$1W = ["testId", "size", "color", "style"];
3208
3208
  const IconExternalLink = forwardRef((_ref, ref) => {
3209
3209
  let {
3210
3210
  testId = 'icon-external-link',
@@ -3212,7 +3212,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3212
3212
  color,
3213
3213
  style
3214
3214
  } = _ref,
3215
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3215
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3216
3216
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3217
3217
  const styleProps = {
3218
3218
  size: !size && isInsideButton ? 'medium' : size,
@@ -3235,7 +3235,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
3235
3235
  });
3236
3236
  IconExternalLink.displayName = 'IconExternalLink';
3237
3237
 
3238
- const _excluded$1T = ["testId", "size", "color", "style"];
3238
+ const _excluded$1V = ["testId", "size", "color", "style"];
3239
3239
  const IconEyeSlash = forwardRef((_ref, ref) => {
3240
3240
  let {
3241
3241
  testId = 'icon-eye-slash',
@@ -3243,7 +3243,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3243
3243
  color,
3244
3244
  style
3245
3245
  } = _ref,
3246
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3246
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3247
3247
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3248
3248
  const styleProps = {
3249
3249
  size: !size && isInsideButton ? 'medium' : size,
@@ -3278,7 +3278,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
3278
3278
  });
3279
3279
  IconEyeSlash.displayName = 'IconEyeSlash';
3280
3280
 
3281
- const _excluded$1S = ["testId", "size", "color", "style"];
3281
+ const _excluded$1U = ["testId", "size", "color", "style"];
3282
3282
  const IconEye = forwardRef((_ref, ref) => {
3283
3283
  let {
3284
3284
  testId = 'icon-eye',
@@ -3286,7 +3286,7 @@ const IconEye = forwardRef((_ref, ref) => {
3286
3286
  color,
3287
3287
  style
3288
3288
  } = _ref,
3289
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3289
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3290
3290
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3291
3291
  const styleProps = {
3292
3292
  size: !size && isInsideButton ? 'medium' : size,
@@ -3314,7 +3314,7 @@ const IconEye = forwardRef((_ref, ref) => {
3314
3314
  });
3315
3315
  IconEye.displayName = 'IconEye';
3316
3316
 
3317
- const _excluded$1R = ["testId", "size", "color", "style"];
3317
+ const _excluded$1T = ["testId", "size", "color", "style"];
3318
3318
  const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3319
3319
  let {
3320
3320
  testId = 'icon-face-smile-relaxed',
@@ -3322,7 +3322,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3322
3322
  color,
3323
3323
  style
3324
3324
  } = _ref,
3325
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3325
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3326
3326
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3327
3327
  const styleProps = {
3328
3328
  size: !size && isInsideButton ? 'medium' : size,
@@ -3350,7 +3350,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
3350
3350
  });
3351
3351
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3352
3352
 
3353
- const _excluded$1Q = ["testId", "size", "color", "style"];
3353
+ const _excluded$1S = ["testId", "size", "color", "style"];
3354
3354
  const IconFilePdf = forwardRef((_ref, ref) => {
3355
3355
  let {
3356
3356
  testId = 'icon-file-pdf',
@@ -3358,7 +3358,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3358
3358
  color,
3359
3359
  style
3360
3360
  } = _ref,
3361
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3361
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3362
3362
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3363
3363
  const styleProps = {
3364
3364
  size: !size && isInsideButton ? 'medium' : size,
@@ -3386,7 +3386,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
3386
3386
  });
3387
3387
  IconFilePdf.displayName = 'IconFilePdf';
3388
3388
 
3389
- const _excluded$1P = ["testId", "size", "color", "style"];
3389
+ const _excluded$1R = ["testId", "size", "color", "style"];
3390
3390
  const IconFile = forwardRef((_ref, ref) => {
3391
3391
  let {
3392
3392
  testId = 'icon-file',
@@ -3394,7 +3394,7 @@ const IconFile = forwardRef((_ref, ref) => {
3394
3394
  color,
3395
3395
  style
3396
3396
  } = _ref,
3397
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3397
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3398
3398
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3399
3399
  const styleProps = {
3400
3400
  size: !size && isInsideButton ? 'medium' : size,
@@ -3422,7 +3422,7 @@ const IconFile = forwardRef((_ref, ref) => {
3422
3422
  });
3423
3423
  IconFile.displayName = 'IconFile';
3424
3424
 
3425
- const _excluded$1O = ["testId", "size", "color", "style"];
3425
+ const _excluded$1Q = ["testId", "size", "color", "style"];
3426
3426
  const IconFlag = forwardRef((_ref, ref) => {
3427
3427
  let {
3428
3428
  testId = 'icon-flag',
@@ -3430,7 +3430,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3430
3430
  color,
3431
3431
  style
3432
3432
  } = _ref,
3433
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3433
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3434
3434
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3435
3435
  const styleProps = {
3436
3436
  size: !size && isInsideButton ? 'medium' : size,
@@ -3458,7 +3458,7 @@ const IconFlag = forwardRef((_ref, ref) => {
3458
3458
  });
3459
3459
  IconFlag.displayName = 'IconFlag';
3460
3460
 
3461
- const _excluded$1N = ["testId", "size", "color", "style"];
3461
+ const _excluded$1P = ["testId", "size", "color", "style"];
3462
3462
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
3463
3463
  let {
3464
3464
  testId = 'icon-four-dots-circle',
@@ -3466,7 +3466,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3466
3466
  color,
3467
3467
  style
3468
3468
  } = _ref,
3469
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3469
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3470
3470
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3471
3471
  const styleProps = {
3472
3472
  size: !size && isInsideButton ? 'medium' : size,
@@ -3489,7 +3489,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
3489
3489
  });
3490
3490
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3491
3491
 
3492
- const _excluded$1M = ["testId", "size", "color", "style"];
3492
+ const _excluded$1O = ["testId", "size", "color", "style"];
3493
3493
  const IconFourSquares = forwardRef((_ref, ref) => {
3494
3494
  let {
3495
3495
  testId = 'icon-four-squares',
@@ -3497,7 +3497,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3497
3497
  color,
3498
3498
  style
3499
3499
  } = _ref,
3500
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3500
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3501
3501
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3502
3502
  const styleProps = {
3503
3503
  size: !size && isInsideButton ? 'medium' : size,
@@ -3543,7 +3543,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
3543
3543
  });
3544
3544
  IconFourSquares.displayName = 'IconFourSquares';
3545
3545
 
3546
- const _excluded$1L = ["testId", "size", "color", "style"];
3546
+ const _excluded$1N = ["testId", "size", "color", "style"];
3547
3547
  const IconGavel = forwardRef((_ref, ref) => {
3548
3548
  let {
3549
3549
  testId = 'icon-gavel',
@@ -3551,7 +3551,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3551
3551
  color,
3552
3552
  style
3553
3553
  } = _ref,
3554
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3554
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3555
3555
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3556
3556
  const styleProps = {
3557
3557
  size: !size && isInsideButton ? 'medium' : size,
@@ -3572,7 +3572,7 @@ const IconGavel = forwardRef((_ref, ref) => {
3572
3572
  });
3573
3573
  IconGavel.displayName = 'IconGavel';
3574
3574
 
3575
- const _excluded$1K = ["testId", "size", "color", "style"];
3575
+ const _excluded$1M = ["testId", "size", "color", "style"];
3576
3576
  const IconGif = forwardRef((_ref, ref) => {
3577
3577
  let {
3578
3578
  testId = 'icon-gif',
@@ -3580,7 +3580,7 @@ const IconGif = forwardRef((_ref, ref) => {
3580
3580
  color,
3581
3581
  style
3582
3582
  } = _ref,
3583
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3583
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3584
3584
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3585
3585
  const styleProps = {
3586
3586
  size: !size && isInsideButton ? 'medium' : size,
@@ -3605,7 +3605,7 @@ const IconGif = forwardRef((_ref, ref) => {
3605
3605
  });
3606
3606
  IconGif.displayName = 'IconGif';
3607
3607
 
3608
- const _excluded$1J = ["testId", "size", "color", "style"];
3608
+ const _excluded$1L = ["testId", "size", "color", "style"];
3609
3609
  const IconGift = forwardRef((_ref, ref) => {
3610
3610
  let {
3611
3611
  testId = 'icon-gift',
@@ -3613,7 +3613,7 @@ const IconGift = forwardRef((_ref, ref) => {
3613
3613
  color,
3614
3614
  style
3615
3615
  } = _ref,
3616
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3616
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3617
3617
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3618
3618
  const styleProps = {
3619
3619
  size: !size && isInsideButton ? 'medium' : size,
@@ -3634,7 +3634,7 @@ const IconGift = forwardRef((_ref, ref) => {
3634
3634
  });
3635
3635
  IconGift.displayName = 'IconGift';
3636
3636
 
3637
- const _excluded$1I = ["testId", "size", "color", "style"];
3637
+ const _excluded$1K = ["testId", "size", "color", "style"];
3638
3638
  const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3639
3639
  let {
3640
3640
  testId = 'icon-good-monochromatic',
@@ -3642,7 +3642,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3642
3642
  color,
3643
3643
  style
3644
3644
  } = _ref,
3645
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3645
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3646
3646
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3647
3647
  const styleProps = {
3648
3648
  size: !size && isInsideButton ? 'medium' : size,
@@ -3681,7 +3681,7 @@ const IconGoodMonochromatic = forwardRef((_ref, ref) => {
3681
3681
  });
3682
3682
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3683
3683
 
3684
- const _excluded$1H = ["testId", "size", "color", "style"];
3684
+ const _excluded$1J = ["testId", "size", "color", "style"];
3685
3685
  const IconGood = forwardRef((_ref, ref) => {
3686
3686
  let {
3687
3687
  testId = 'icon-good',
@@ -3689,7 +3689,7 @@ const IconGood = forwardRef((_ref, ref) => {
3689
3689
  color,
3690
3690
  style
3691
3691
  } = _ref,
3692
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3692
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3693
3693
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3694
3694
  const styleProps = {
3695
3695
  size: !size && isInsideButton ? 'medium' : size,
@@ -3716,7 +3716,7 @@ const IconGood = forwardRef((_ref, ref) => {
3716
3716
  });
3717
3717
  IconGood.displayName = 'IconGood';
3718
3718
 
3719
- const _excluded$1G = ["testId", "size", "color", "style"];
3719
+ const _excluded$1I = ["testId", "size", "color", "style"];
3720
3720
  const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3721
3721
  let {
3722
3722
  testId = 'icon-great-monochromatic',
@@ -3724,7 +3724,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3724
3724
  color,
3725
3725
  style
3726
3726
  } = _ref,
3727
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3727
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3728
3728
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3729
3729
  const styleProps = {
3730
3730
  size: !size && isInsideButton ? 'medium' : size,
@@ -3765,7 +3765,7 @@ const IconGreatMonochromatic = forwardRef((_ref, ref) => {
3765
3765
  });
3766
3766
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3767
3767
 
3768
- const _excluded$1F = ["testId", "size", "color", "style"];
3768
+ const _excluded$1H = ["testId", "size", "color", "style"];
3769
3769
  const IconGreat = forwardRef((_ref, ref) => {
3770
3770
  let {
3771
3771
  testId = 'icon-great',
@@ -3773,7 +3773,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3773
3773
  color,
3774
3774
  style
3775
3775
  } = _ref,
3776
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3776
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3777
3777
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3778
3778
  const styleProps = {
3779
3779
  size: !size && isInsideButton ? 'medium' : size,
@@ -3802,7 +3802,7 @@ const IconGreat = forwardRef((_ref, ref) => {
3802
3802
  });
3803
3803
  IconGreat.displayName = 'IconGreat';
3804
3804
 
3805
- const _excluded$1E = ["testId", "size", "color", "style"];
3805
+ const _excluded$1G = ["testId", "size", "color", "style"];
3806
3806
  const IconGrinBeam = forwardRef((_ref, ref) => {
3807
3807
  let {
3808
3808
  testId = 'icon-grin-beam',
@@ -3810,7 +3810,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3810
3810
  color,
3811
3811
  style
3812
3812
  } = _ref,
3813
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3813
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3814
3814
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3815
3815
  const styleProps = {
3816
3816
  size: !size && isInsideButton ? 'medium' : size,
@@ -3831,7 +3831,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
3831
3831
  });
3832
3832
  IconGrinBeam.displayName = 'IconGrinBeam';
3833
3833
 
3834
- const _excluded$1D = ["testId", "size", "color", "style"];
3834
+ const _excluded$1F = ["testId", "size", "color", "style"];
3835
3835
  const IconGripVertical = forwardRef((_ref, ref) => {
3836
3836
  let {
3837
3837
  testId = 'icon-grip-vertical',
@@ -3839,7 +3839,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3839
3839
  color,
3840
3840
  style
3841
3841
  } = _ref,
3842
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3842
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3843
3843
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3844
3844
  const styleProps = {
3845
3845
  size: !size && isInsideButton ? 'medium' : size,
@@ -3887,7 +3887,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
3887
3887
  });
3888
3888
  IconGripVertical.displayName = 'IconGripVertical';
3889
3889
 
3890
- const _excluded$1C = ["testId", "size", "color", "style"];
3890
+ const _excluded$1E = ["testId", "size", "color", "style"];
3891
3891
  const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3892
3892
  let {
3893
3893
  testId = 'icon-hand-holding-dollar',
@@ -3895,7 +3895,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3895
3895
  color,
3896
3896
  style
3897
3897
  } = _ref,
3898
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3898
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3899
3899
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3900
3900
  const styleProps = {
3901
3901
  size: !size && isInsideButton ? 'medium' : size,
@@ -3923,7 +3923,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
3923
3923
  });
3924
3924
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
3925
3925
 
3926
- const _excluded$1B = ["testId", "size", "color", "style"];
3926
+ const _excluded$1D = ["testId", "size", "color", "style"];
3927
3927
  const IconHandPointRight = forwardRef((_ref, ref) => {
3928
3928
  let {
3929
3929
  testId = 'icon-hand-point-right',
@@ -3931,7 +3931,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
3931
3931
  color,
3932
3932
  style
3933
3933
  } = _ref,
3934
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3934
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3935
3935
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3936
3936
  const styleProps = {
3937
3937
  size: !size && isInsideButton ? 'medium' : size,
@@ -3952,7 +3952,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
3952
3952
  });
3953
3953
  IconHandPointRight.displayName = 'IconHandPointRight';
3954
3954
 
3955
- const _excluded$1A = ["testId", "size", "color", "style"];
3955
+ const _excluded$1C = ["testId", "size", "color", "style"];
3956
3956
  const IconHandshake = forwardRef((_ref, ref) => {
3957
3957
  let {
3958
3958
  testId = 'icon-handshake',
@@ -3960,7 +3960,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3960
3960
  color,
3961
3961
  style
3962
3962
  } = _ref,
3963
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3963
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3964
3964
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3965
3965
  const styleProps = {
3966
3966
  size: !size && isInsideButton ? 'medium' : size,
@@ -3988,7 +3988,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
3988
3988
  });
3989
3989
  IconHandshake.displayName = 'IconHandshake';
3990
3990
 
3991
- const _excluded$1z = ["testId", "size", "color", "style"];
3991
+ const _excluded$1B = ["testId", "size", "color", "style"];
3992
3992
  const IconHatChef = forwardRef((_ref, ref) => {
3993
3993
  let {
3994
3994
  testId = 'icon-hat-chef',
@@ -3996,7 +3996,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
3996
3996
  color,
3997
3997
  style
3998
3998
  } = _ref,
3999
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3999
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
4000
4000
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4001
4001
  const styleProps = {
4002
4002
  size: !size && isInsideButton ? 'medium' : size,
@@ -4017,7 +4017,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
4017
4017
  });
4018
4018
  IconHatChef.displayName = 'IconHatChef';
4019
4019
 
4020
- const _excluded$1y = ["testId", "size", "color", "style"];
4020
+ const _excluded$1A = ["testId", "size", "color", "style"];
4021
4021
  const IconImage = forwardRef((_ref, ref) => {
4022
4022
  let {
4023
4023
  testId = 'icon-image',
@@ -4025,7 +4025,7 @@ const IconImage = forwardRef((_ref, ref) => {
4025
4025
  color,
4026
4026
  style
4027
4027
  } = _ref,
4028
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4028
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
4029
4029
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4030
4030
  const styleProps = {
4031
4031
  size: !size && isInsideButton ? 'medium' : size,
@@ -4053,7 +4053,7 @@ const IconImage = forwardRef((_ref, ref) => {
4053
4053
  });
4054
4054
  IconImage.displayName = 'IconImage';
4055
4055
 
4056
- const _excluded$1x = ["testId", "size", "color", "style"];
4056
+ const _excluded$1z = ["testId", "size", "color", "style"];
4057
4057
  const IconIslandTropical = forwardRef((_ref, ref) => {
4058
4058
  let {
4059
4059
  testId = 'icon-island-tropical',
@@ -4061,7 +4061,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4061
4061
  color,
4062
4062
  style
4063
4063
  } = _ref,
4064
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4064
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
4065
4065
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4066
4066
  const styleProps = {
4067
4067
  size: !size && isInsideButton ? 'medium' : size,
@@ -4084,7 +4084,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
4084
4084
  });
4085
4085
  IconIslandTropical.displayName = 'IconIslandTropical';
4086
4086
 
4087
- const _excluded$1w = ["testId", "size", "color", "style"];
4087
+ const _excluded$1y = ["testId", "size", "color", "style"];
4088
4088
  const IconItalic = forwardRef((_ref, ref) => {
4089
4089
  let {
4090
4090
  testId = 'icon-italic',
@@ -4092,7 +4092,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4092
4092
  color,
4093
4093
  style
4094
4094
  } = _ref,
4095
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4095
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
4096
4096
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4097
4097
  const styleProps = {
4098
4098
  size: !size && isInsideButton ? 'medium' : size,
@@ -4113,7 +4113,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4113
4113
  });
4114
4114
  IconItalic.displayName = 'IconItalic';
4115
4115
 
4116
- const _excluded$1v = ["testId", "size", "color", "style"];
4116
+ const _excluded$1x = ["testId", "size", "color", "style"];
4117
4117
  const IconLaptopSearch = forwardRef((_ref, ref) => {
4118
4118
  let {
4119
4119
  testId = 'icon-laptop-search',
@@ -4121,7 +4121,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4121
4121
  color,
4122
4122
  style
4123
4123
  } = _ref,
4124
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
4125
4125
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4126
4126
  const styleProps = {
4127
4127
  size: !size && isInsideButton ? 'medium' : size,
@@ -4151,7 +4151,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
4151
4151
  });
4152
4152
  IconLaptopSearch.displayName = 'IconLaptopSearch';
4153
4153
 
4154
- const _excluded$1u = ["testId", "size", "color", "style"];
4154
+ const _excluded$1w = ["testId", "size", "color", "style"];
4155
4155
  const IconLink = forwardRef((_ref, ref) => {
4156
4156
  let {
4157
4157
  testId = 'icon-link',
@@ -4159,7 +4159,7 @@ const IconLink = forwardRef((_ref, ref) => {
4159
4159
  color,
4160
4160
  style
4161
4161
  } = _ref,
4162
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4162
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4163
4163
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4164
4164
  const styleProps = {
4165
4165
  size: !size && isInsideButton ? 'medium' : size,
@@ -4187,7 +4187,7 @@ const IconLink = forwardRef((_ref, ref) => {
4187
4187
  });
4188
4188
  IconLink.displayName = 'IconLink';
4189
4189
 
4190
- const _excluded$1t = ["testId", "size", "color", "style"];
4190
+ const _excluded$1v = ["testId", "size", "color", "style"];
4191
4191
  const IconListOI = forwardRef((_ref, ref) => {
4192
4192
  let {
4193
4193
  testId = 'icon-list-o-i',
@@ -4195,7 +4195,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4195
4195
  color,
4196
4196
  style
4197
4197
  } = _ref,
4198
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4198
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4199
4199
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4200
4200
  const styleProps = {
4201
4201
  size: !size && isInsideButton ? 'medium' : size,
@@ -4223,7 +4223,7 @@ const IconListOI = forwardRef((_ref, ref) => {
4223
4223
  });
4224
4224
  IconListOI.displayName = 'IconListOI';
4225
4225
 
4226
- const _excluded$1s = ["testId", "size", "color", "style"];
4226
+ const _excluded$1u = ["testId", "size", "color", "style"];
4227
4227
  const IconList = forwardRef((_ref, ref) => {
4228
4228
  let {
4229
4229
  testId = 'icon-list',
@@ -4231,7 +4231,7 @@ const IconList = forwardRef((_ref, ref) => {
4231
4231
  color,
4232
4232
  style
4233
4233
  } = _ref,
4234
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4234
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4235
4235
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4236
4236
  const styleProps = {
4237
4237
  size: !size && isInsideButton ? 'medium' : size,
@@ -4252,7 +4252,7 @@ const IconList = forwardRef((_ref, ref) => {
4252
4252
  });
4253
4253
  IconList.displayName = 'IconList';
4254
4254
 
4255
- const _excluded$1r = ["testId", "size", "color", "style"];
4255
+ const _excluded$1t = ["testId", "size", "color", "style"];
4256
4256
  const IconLock = forwardRef((_ref, ref) => {
4257
4257
  let {
4258
4258
  testId = 'icon-lock',
@@ -4260,7 +4260,7 @@ const IconLock = forwardRef((_ref, ref) => {
4260
4260
  color,
4261
4261
  style
4262
4262
  } = _ref,
4263
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4263
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4264
4264
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4265
4265
  const styleProps = {
4266
4266
  size: !size && isInsideButton ? 'medium' : size,
@@ -4281,7 +4281,7 @@ const IconLock = forwardRef((_ref, ref) => {
4281
4281
  });
4282
4282
  IconLock.displayName = 'IconLock';
4283
4283
 
4284
- const _excluded$1q = ["testId", "size", "color", "style"];
4284
+ const _excluded$1s = ["testId", "size", "color", "style"];
4285
4285
  const IconMagicSolid = forwardRef((_ref, ref) => {
4286
4286
  let {
4287
4287
  testId = 'icon-magic-solid',
@@ -4289,7 +4289,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4289
4289
  color,
4290
4290
  style
4291
4291
  } = _ref,
4292
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4292
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4293
4293
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4294
4294
  const styleProps = {
4295
4295
  size: !size && isInsideButton ? 'medium' : size,
@@ -4312,7 +4312,7 @@ const IconMagicSolid = forwardRef((_ref, ref) => {
4312
4312
  });
4313
4313
  IconMagicSolid.displayName = 'IconMagicSolid';
4314
4314
 
4315
- const _excluded$1p = ["testId", "size", "color", "style"];
4315
+ const _excluded$1r = ["testId", "size", "color", "style"];
4316
4316
  const IconMapMarker = forwardRef((_ref, ref) => {
4317
4317
  let {
4318
4318
  testId = 'icon-map-marker',
@@ -4320,7 +4320,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4320
4320
  color,
4321
4321
  style
4322
4322
  } = _ref,
4323
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4323
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4324
4324
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4325
4325
  const styleProps = {
4326
4326
  size: !size && isInsideButton ? 'medium' : size,
@@ -4343,7 +4343,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
4343
4343
  });
4344
4344
  IconMapMarker.displayName = 'IconMapMarker';
4345
4345
 
4346
- const _excluded$1o = ["testId", "size", "color", "style"];
4346
+ const _excluded$1q = ["testId", "size", "color", "style"];
4347
4347
  const IconMedal = forwardRef((_ref, ref) => {
4348
4348
  let {
4349
4349
  testId = 'icon-medal',
@@ -4351,7 +4351,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4351
4351
  color,
4352
4352
  style
4353
4353
  } = _ref,
4354
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4354
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4355
4355
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4356
4356
  const styleProps = {
4357
4357
  size: !size && isInsideButton ? 'medium' : size,
@@ -4379,7 +4379,7 @@ const IconMedal = forwardRef((_ref, ref) => {
4379
4379
  });
4380
4380
  IconMedal.displayName = 'IconMedal';
4381
4381
 
4382
- const _excluded$1n = ["testId", "size", "color", "style"];
4382
+ const _excluded$1p = ["testId", "size", "color", "style"];
4383
4383
  const IconMegaphone = forwardRef((_ref, ref) => {
4384
4384
  let {
4385
4385
  testId = 'icon-megaphone',
@@ -4387,7 +4387,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4387
4387
  color,
4388
4388
  style
4389
4389
  } = _ref,
4390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4390
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4391
4391
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4392
4392
  const styleProps = {
4393
4393
  size: !size && isInsideButton ? 'medium' : size,
@@ -4410,7 +4410,7 @@ const IconMegaphone = forwardRef((_ref, ref) => {
4410
4410
  });
4411
4411
  IconMegaphone.displayName = 'IconMegaphone';
4412
4412
 
4413
- const _excluded$1m = ["testId", "size", "color", "style"];
4413
+ const _excluded$1o = ["testId", "size", "color", "style"];
4414
4414
  const IconMessages = forwardRef((_ref, ref) => {
4415
4415
  let {
4416
4416
  testId = 'icon-messages',
@@ -4418,7 +4418,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4418
4418
  color,
4419
4419
  style
4420
4420
  } = _ref,
4421
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4421
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4422
4422
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4423
4423
  const styleProps = {
4424
4424
  size: !size && isInsideButton ? 'medium' : size,
@@ -4439,7 +4439,7 @@ const IconMessages = forwardRef((_ref, ref) => {
4439
4439
  });
4440
4440
  IconMessages.displayName = 'IconMessages';
4441
4441
 
4442
- const _excluded$1l = ["testId", "size", "color", "style"];
4442
+ const _excluded$1n = ["testId", "size", "color", "style"];
4443
4443
  const IconMinusCircle = forwardRef((_ref, ref) => {
4444
4444
  let {
4445
4445
  testId = 'icon-minus-circle',
@@ -4447,7 +4447,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4447
4447
  color,
4448
4448
  style
4449
4449
  } = _ref,
4450
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4450
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4451
4451
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4452
4452
  const styleProps = {
4453
4453
  size: !size && isInsideButton ? 'medium' : size,
@@ -4468,7 +4468,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4468
4468
  });
4469
4469
  IconMinusCircle.displayName = 'IconMinusCircle';
4470
4470
 
4471
- const _excluded$1k = ["testId", "size", "color", "style"];
4471
+ const _excluded$1m = ["testId", "size", "color", "style"];
4472
4472
  const IconMinus = forwardRef((_ref, ref) => {
4473
4473
  let {
4474
4474
  testId = 'icon-minus',
@@ -4476,7 +4476,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4476
4476
  color,
4477
4477
  style
4478
4478
  } = _ref,
4479
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4479
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4480
4480
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4481
4481
  const styleProps = {
4482
4482
  size: !size && isInsideButton ? 'medium' : size,
@@ -4497,7 +4497,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4497
4497
  });
4498
4498
  IconMinus.displayName = 'IconMinus';
4499
4499
 
4500
- const _excluded$1j = ["testId", "size", "color", "style"];
4500
+ const _excluded$1l = ["testId", "size", "color", "style"];
4501
4501
  const IconMoneyBill = forwardRef((_ref, ref) => {
4502
4502
  let {
4503
4503
  testId = 'icon-money-bill',
@@ -4505,7 +4505,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4505
4505
  color,
4506
4506
  style
4507
4507
  } = _ref,
4508
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4508
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4509
4509
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4510
4510
  const styleProps = {
4511
4511
  size: !size && isInsideButton ? 'medium' : size,
@@ -4526,7 +4526,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
4526
4526
  });
4527
4527
  IconMoneyBill.displayName = 'IconMoneyBill';
4528
4528
 
4529
- const _excluded$1i = ["testId", "size", "color", "style"];
4529
+ const _excluded$1k = ["testId", "size", "color", "style"];
4530
4530
  const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4531
4531
  let {
4532
4532
  testId = 'icon-mug-saucer-solid',
@@ -4534,7 +4534,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4534
4534
  color,
4535
4535
  style
4536
4536
  } = _ref,
4537
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4537
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4538
4538
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4539
4539
  const styleProps = {
4540
4540
  size: !size && isInsideButton ? 'medium' : size,
@@ -4555,7 +4555,7 @@ const IconMugSaucerSolid = forwardRef((_ref, ref) => {
4555
4555
  });
4556
4556
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4557
4557
 
4558
- const _excluded$1h = ["testId", "size", "color", "style"];
4558
+ const _excluded$1j = ["testId", "size", "color", "style"];
4559
4559
  const IconNotesMedical = forwardRef((_ref, ref) => {
4560
4560
  let {
4561
4561
  testId = 'icon-notes-medical',
@@ -4563,7 +4563,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4563
4563
  color,
4564
4564
  style
4565
4565
  } = _ref,
4566
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4566
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4567
4567
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4568
4568
  const styleProps = {
4569
4569
  size: !size && isInsideButton ? 'medium' : size,
@@ -4584,7 +4584,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
4584
4584
  });
4585
4585
  IconNotesMedical.displayName = 'IconNotesMedical';
4586
4586
 
4587
- const _excluded$1g = ["testId", "size", "color", "style"];
4587
+ const _excluded$1i = ["testId", "size", "color", "style"];
4588
4588
  const IconOvertime = forwardRef((_ref, ref) => {
4589
4589
  let {
4590
4590
  testId = 'icon-overtime',
@@ -4592,7 +4592,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4592
4592
  color,
4593
4593
  style
4594
4594
  } = _ref,
4595
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4595
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4596
4596
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4597
4597
  const styleProps = {
4598
4598
  size: !size && isInsideButton ? 'medium' : size,
@@ -4620,7 +4620,7 @@ const IconOvertime = forwardRef((_ref, ref) => {
4620
4620
  });
4621
4621
  IconOvertime.displayName = 'IconOvertime';
4622
4622
 
4623
- const _excluded$1f = ["testId", "size", "color", "style"];
4623
+ const _excluded$1h = ["testId", "size", "color", "style"];
4624
4624
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4625
4625
  let {
4626
4626
  testId = 'icon-paper-plane-clock',
@@ -4628,7 +4628,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4628
4628
  color,
4629
4629
  style
4630
4630
  } = _ref,
4631
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4631
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4632
4632
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4633
4633
  const styleProps = {
4634
4634
  size: !size && isInsideButton ? 'medium' : size,
@@ -4660,7 +4660,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
4660
4660
  });
4661
4661
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4662
4662
 
4663
- const _excluded$1e = ["testId", "size", "color", "style"];
4663
+ const _excluded$1g = ["testId", "size", "color", "style"];
4664
4664
  const IconPaperPlane = forwardRef((_ref, ref) => {
4665
4665
  let {
4666
4666
  testId = 'icon-paper-plane',
@@ -4668,7 +4668,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4668
4668
  color,
4669
4669
  style
4670
4670
  } = _ref,
4671
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4671
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4672
4672
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4673
4673
  const styleProps = {
4674
4674
  size: !size && isInsideButton ? 'medium' : size,
@@ -4691,7 +4691,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4691
4691
  });
4692
4692
  IconPaperPlane.displayName = 'IconPaperPlane';
4693
4693
 
4694
- const _excluded$1d = ["testId", "size", "color", "style"];
4694
+ const _excluded$1f = ["testId", "size", "color", "style"];
4695
4695
  const IconPaperclip = forwardRef((_ref, ref) => {
4696
4696
  let {
4697
4697
  testId = 'icon-paperclip',
@@ -4699,7 +4699,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4699
4699
  color,
4700
4700
  style
4701
4701
  } = _ref,
4702
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4702
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4703
4703
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4704
4704
  const styleProps = {
4705
4705
  size: !size && isInsideButton ? 'medium' : size,
@@ -4727,7 +4727,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
4727
4727
  });
4728
4728
  IconPaperclip.displayName = 'IconPaperclip';
4729
4729
 
4730
- const _excluded$1c = ["testId", "size", "color", "style"];
4730
+ const _excluded$1e = ["testId", "size", "color", "style"];
4731
4731
  const IconPencil = forwardRef((_ref, ref) => {
4732
4732
  let {
4733
4733
  testId = 'icon-pencil',
@@ -4735,7 +4735,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4735
4735
  color,
4736
4736
  style
4737
4737
  } = _ref,
4738
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4738
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4739
4739
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4740
4740
  const styleProps = {
4741
4741
  size: !size && isInsideButton ? 'medium' : size,
@@ -4758,7 +4758,7 @@ const IconPencil = forwardRef((_ref, ref) => {
4758
4758
  });
4759
4759
  IconPencil.displayName = 'IconPencil';
4760
4760
 
4761
- const _excluded$1b = ["testId", "size", "color", "style"];
4761
+ const _excluded$1d = ["testId", "size", "color", "style"];
4762
4762
  const IconPercentage = forwardRef((_ref, ref) => {
4763
4763
  let {
4764
4764
  testId = 'icon-percentage',
@@ -4766,7 +4766,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4766
4766
  color,
4767
4767
  style
4768
4768
  } = _ref,
4769
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4769
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4770
4770
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4771
4771
  const styleProps = {
4772
4772
  size: !size && isInsideButton ? 'medium' : size,
@@ -4787,7 +4787,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
4787
4787
  });
4788
4788
  IconPercentage.displayName = 'IconPercentage';
4789
4789
 
4790
- const _excluded$1a = ["testId", "size", "color", "style"];
4790
+ const _excluded$1c = ["testId", "size", "color", "style"];
4791
4791
  const IconPhone = forwardRef((_ref, ref) => {
4792
4792
  let {
4793
4793
  testId = 'icon-phone',
@@ -4795,7 +4795,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4795
4795
  color,
4796
4796
  style
4797
4797
  } = _ref,
4798
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4798
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4799
4799
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4800
4800
  const styleProps = {
4801
4801
  size: !size && isInsideButton ? 'medium' : size,
@@ -4816,7 +4816,7 @@ const IconPhone = forwardRef((_ref, ref) => {
4816
4816
  });
4817
4817
  IconPhone.displayName = 'IconPhone';
4818
4818
 
4819
- const _excluded$19 = ["testId", "size", "color", "style"];
4819
+ const _excluded$1b = ["testId", "size", "color", "style"];
4820
4820
  const IconPlateUtensils = forwardRef((_ref, ref) => {
4821
4821
  let {
4822
4822
  testId = 'icon-plate-utensils',
@@ -4824,7 +4824,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4824
4824
  color,
4825
4825
  style
4826
4826
  } = _ref,
4827
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4827
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4828
4828
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4829
4829
  const styleProps = {
4830
4830
  size: !size && isInsideButton ? 'medium' : size,
@@ -4845,7 +4845,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
4845
4845
  });
4846
4846
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4847
4847
 
4848
- const _excluded$18 = ["testId", "size", "color", "style"];
4848
+ const _excluded$1a = ["testId", "size", "color", "style"];
4849
4849
  const IconPlug = forwardRef((_ref, ref) => {
4850
4850
  let {
4851
4851
  testId = 'icon-plug',
@@ -4853,7 +4853,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4853
4853
  color,
4854
4854
  style
4855
4855
  } = _ref,
4856
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4856
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4857
4857
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4858
4858
  const styleProps = {
4859
4859
  size: !size && isInsideButton ? 'medium' : size,
@@ -4876,7 +4876,7 @@ const IconPlug = forwardRef((_ref, ref) => {
4876
4876
  });
4877
4877
  IconPlug.displayName = 'IconPlug';
4878
4878
 
4879
- const _excluded$17 = ["testId", "size", "color", "style"];
4879
+ const _excluded$19 = ["testId", "size", "color", "style"];
4880
4880
  const IconPlus = forwardRef((_ref, ref) => {
4881
4881
  let {
4882
4882
  testId = 'icon-plus',
@@ -4884,7 +4884,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4884
4884
  color,
4885
4885
  style
4886
4886
  } = _ref,
4887
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4887
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4888
4888
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4889
4889
  const styleProps = {
4890
4890
  size: !size && isInsideButton ? 'medium' : size,
@@ -4907,7 +4907,7 @@ const IconPlus = forwardRef((_ref, ref) => {
4907
4907
  });
4908
4908
  IconPlus.displayName = 'IconPlus';
4909
4909
 
4910
- const _excluded$16 = ["testId", "size", "color", "style"];
4910
+ const _excluded$18 = ["testId", "size", "color", "style"];
4911
4911
  const IconPrint = forwardRef((_ref, ref) => {
4912
4912
  let {
4913
4913
  testId = 'icon-print',
@@ -4915,7 +4915,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4915
4915
  color,
4916
4916
  style
4917
4917
  } = _ref,
4918
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4918
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4919
4919
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4920
4920
  const styleProps = {
4921
4921
  size: !size && isInsideButton ? 'medium' : size,
@@ -4938,7 +4938,7 @@ const IconPrint = forwardRef((_ref, ref) => {
4938
4938
  });
4939
4939
  IconPrint.displayName = 'IconPrint';
4940
4940
 
4941
- const _excluded$15 = ["testId", "size", "color", "style"];
4941
+ const _excluded$17 = ["testId", "size", "color", "style"];
4942
4942
  const IconQuestionCircle = forwardRef((_ref, ref) => {
4943
4943
  let {
4944
4944
  testId = 'icon-question-circle',
@@ -4946,7 +4946,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4946
4946
  color,
4947
4947
  style
4948
4948
  } = _ref,
4949
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4949
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4950
4950
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4951
4951
  const styleProps = {
4952
4952
  size: !size && isInsideButton ? 'medium' : size,
@@ -4967,7 +4967,7 @@ const IconQuestionCircle = forwardRef((_ref, ref) => {
4967
4967
  });
4968
4968
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4969
4969
 
4970
- const _excluded$14 = ["testId", "size", "color", "style"];
4970
+ const _excluded$16 = ["testId", "size", "color", "style"];
4971
4971
  const IconRepeat = forwardRef((_ref, ref) => {
4972
4972
  let {
4973
4973
  testId = 'icon-repeat',
@@ -4975,7 +4975,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4975
4975
  color,
4976
4976
  style
4977
4977
  } = _ref,
4978
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4978
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4979
4979
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4980
4980
  const styleProps = {
4981
4981
  size: !size && isInsideButton ? 'medium' : size,
@@ -4996,7 +4996,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
4996
4996
  });
4997
4997
  IconRepeat.displayName = 'IconRepeat';
4998
4998
 
4999
- const _excluded$13 = ["testId", "size", "color", "style"];
4999
+ const _excluded$15 = ["testId", "size", "color", "style"];
5000
5000
  const IconReply = forwardRef((_ref, ref) => {
5001
5001
  let {
5002
5002
  testId = 'icon-reply',
@@ -5004,7 +5004,7 @@ const IconReply = forwardRef((_ref, ref) => {
5004
5004
  color,
5005
5005
  style
5006
5006
  } = _ref,
5007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
5008
5008
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5009
5009
  const styleProps = {
5010
5010
  size: !size && isInsideButton ? 'medium' : size,
@@ -5025,7 +5025,7 @@ const IconReply = forwardRef((_ref, ref) => {
5025
5025
  });
5026
5026
  IconReply.displayName = 'IconReply';
5027
5027
 
5028
- const _excluded$12 = ["testId", "size", "color", "style"];
5028
+ const _excluded$14 = ["testId", "size", "color", "style"];
5029
5029
  const IconRocket = forwardRef((_ref, ref) => {
5030
5030
  let {
5031
5031
  testId = 'icon-rocket',
@@ -5033,7 +5033,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5033
5033
  color,
5034
5034
  style
5035
5035
  } = _ref,
5036
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5036
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
5037
5037
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5038
5038
  const styleProps = {
5039
5039
  size: !size && isInsideButton ? 'medium' : size,
@@ -5054,7 +5054,7 @@ const IconRocket = forwardRef((_ref, ref) => {
5054
5054
  });
5055
5055
  IconRocket.displayName = 'IconRocket';
5056
5056
 
5057
- const _excluded$11 = ["testId", "size", "color", "style"];
5057
+ const _excluded$13 = ["testId", "size", "color", "style"];
5058
5058
  const IconSearch = forwardRef((_ref, ref) => {
5059
5059
  let {
5060
5060
  testId = 'icon-search',
@@ -5062,7 +5062,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5062
5062
  color,
5063
5063
  style
5064
5064
  } = _ref,
5065
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5065
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
5066
5066
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5067
5067
  const styleProps = {
5068
5068
  size: !size && isInsideButton ? 'medium' : size,
@@ -5085,7 +5085,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5085
5085
  });
5086
5086
  IconSearch.displayName = 'IconSearch';
5087
5087
 
5088
- const _excluded$10 = ["testId", "size", "color", "style"];
5088
+ const _excluded$12 = ["testId", "size", "color", "style"];
5089
5089
  const IconSignOut = forwardRef((_ref, ref) => {
5090
5090
  let {
5091
5091
  testId = 'icon-sign-out',
@@ -5093,7 +5093,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5093
5093
  color,
5094
5094
  style
5095
5095
  } = _ref,
5096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5096
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
5097
5097
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5098
5098
  const styleProps = {
5099
5099
  size: !size && isInsideButton ? 'medium' : size,
@@ -5114,7 +5114,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5114
5114
  });
5115
5115
  IconSignOut.displayName = 'IconSignOut';
5116
5116
 
5117
- const _excluded$$ = ["testId", "size", "color", "style"];
5117
+ const _excluded$11 = ["testId", "size", "color", "style"];
5118
5118
  const IconSitemap = forwardRef((_ref, ref) => {
5119
5119
  let {
5120
5120
  testId = 'icon-sitemap',
@@ -5122,7 +5122,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5122
5122
  color,
5123
5123
  style
5124
5124
  } = _ref,
5125
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5125
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
5126
5126
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5127
5127
  const styleProps = {
5128
5128
  size: !size && isInsideButton ? 'medium' : size,
@@ -5145,7 +5145,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
5145
5145
  });
5146
5146
  IconSitemap.displayName = 'IconSitemap';
5147
5147
 
5148
- const _excluded$_ = ["testId", "size", "color", "style"];
5148
+ const _excluded$10 = ["testId", "size", "color", "style"];
5149
5149
  const IconSlidersH = forwardRef((_ref, ref) => {
5150
5150
  let {
5151
5151
  testId = 'icon-sliders-h',
@@ -5153,7 +5153,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5153
5153
  color,
5154
5154
  style
5155
5155
  } = _ref,
5156
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5156
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
5157
5157
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5158
5158
  const styleProps = {
5159
5159
  size: !size && isInsideButton ? 'medium' : size,
@@ -5181,7 +5181,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5181
5181
  });
5182
5182
  IconSlidersH.displayName = 'IconSlidersH';
5183
5183
 
5184
- const _excluded$Z = ["testId", "size", "color", "style"];
5184
+ const _excluded$$ = ["testId", "size", "color", "style"];
5185
5185
  const IconSort = forwardRef((_ref, ref) => {
5186
5186
  let {
5187
5187
  testId = 'icon-sort',
@@ -5189,7 +5189,7 @@ const IconSort = forwardRef((_ref, ref) => {
5189
5189
  color,
5190
5190
  style
5191
5191
  } = _ref,
5192
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5192
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5193
5193
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5194
5194
  const styleProps = {
5195
5195
  size: !size && isInsideButton ? 'medium' : size,
@@ -5210,7 +5210,7 @@ const IconSort = forwardRef((_ref, ref) => {
5210
5210
  });
5211
5211
  IconSort.displayName = 'IconSort';
5212
5212
 
5213
- const _excluded$Y = ["testId", "size", "color", "style"];
5213
+ const _excluded$_ = ["testId", "size", "color", "style"];
5214
5214
  const IconSparkle = forwardRef((_ref, ref) => {
5215
5215
  let {
5216
5216
  testId = 'icon-sparkle',
@@ -5218,7 +5218,7 @@ const IconSparkle = forwardRef((_ref, ref) => {
5218
5218
  color,
5219
5219
  style
5220
5220
  } = _ref,
5221
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5221
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5222
5222
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5223
5223
  const styleProps = {
5224
5224
  size: !size && isInsideButton ? 'medium' : size,
@@ -5239,7 +5239,7 @@ const IconSparkle = forwardRef((_ref, ref) => {
5239
5239
  });
5240
5240
  IconSparkle.displayName = 'IconSparkle';
5241
5241
 
5242
- const _excluded$X = ["testId", "size", "color", "style"];
5242
+ const _excluded$Z = ["testId", "size", "color", "style"];
5243
5243
  const IconStarSolid = forwardRef((_ref, ref) => {
5244
5244
  let {
5245
5245
  testId = 'icon-star-solid',
@@ -5247,7 +5247,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
5247
5247
  color,
5248
5248
  style
5249
5249
  } = _ref,
5250
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
5250
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5251
5251
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5252
5252
  const styleProps = {
5253
5253
  size: !size && isInsideButton ? 'medium' : size,
@@ -5268,7 +5268,7 @@ const IconStarSolid = forwardRef((_ref, ref) => {
5268
5268
  });
5269
5269
  IconStarSolid.displayName = 'IconStarSolid';
5270
5270
 
5271
- const _excluded$W = ["testId", "size", "color", "style"];
5271
+ const _excluded$Y = ["testId", "size", "color", "style"];
5272
5272
  const IconStar = forwardRef((_ref, ref) => {
5273
5273
  let {
5274
5274
  testId = 'icon-star',
@@ -5276,7 +5276,7 @@ const IconStar = forwardRef((_ref, ref) => {
5276
5276
  color,
5277
5277
  style
5278
5278
  } = _ref,
5279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
5279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5280
5280
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5281
5281
  const styleProps = {
5282
5282
  size: !size && isInsideButton ? 'medium' : size,
@@ -5297,7 +5297,7 @@ const IconStar = forwardRef((_ref, ref) => {
5297
5297
  });
5298
5298
  IconStar.displayName = 'IconStar';
5299
5299
 
5300
- const _excluded$V = ["testId", "size", "color", "style"];
5300
+ const _excluded$X = ["testId", "size", "color", "style"];
5301
5301
  const IconStickyNoteLines = forwardRef((_ref, ref) => {
5302
5302
  let {
5303
5303
  testId = 'icon-sticky-note-lines',
@@ -5305,7 +5305,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
5305
5305
  color,
5306
5306
  style
5307
5307
  } = _ref,
5308
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5308
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
5309
5309
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5310
5310
  const styleProps = {
5311
5311
  size: !size && isInsideButton ? 'medium' : size,
@@ -5329,7 +5329,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
5329
5329
  });
5330
5330
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
5331
5331
 
5332
- const _excluded$U = ["testId", "size", "color", "style"];
5332
+ const _excluded$W = ["testId", "size", "color", "style"];
5333
5333
  const IconStopwatch = forwardRef((_ref, ref) => {
5334
5334
  let {
5335
5335
  testId = 'icon-stopwatch',
@@ -5337,7 +5337,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
5337
5337
  color,
5338
5338
  style
5339
5339
  } = _ref,
5340
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5340
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
5341
5341
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5342
5342
  const styleProps = {
5343
5343
  size: !size && isInsideButton ? 'medium' : size,
@@ -5360,7 +5360,7 @@ const IconStopwatch = forwardRef((_ref, ref) => {
5360
5360
  });
5361
5361
  IconStopwatch.displayName = 'IconStopwatch';
5362
5362
 
5363
- const _excluded$T = ["testId", "size", "color", "style"];
5363
+ const _excluded$V = ["testId", "size", "color", "style"];
5364
5364
  const IconStrikethrough = forwardRef((_ref, ref) => {
5365
5365
  let {
5366
5366
  testId = 'icon-strikethrough',
@@ -5368,7 +5368,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5368
5368
  color,
5369
5369
  style
5370
5370
  } = _ref,
5371
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5371
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5372
5372
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5373
5373
  const styleProps = {
5374
5374
  size: !size && isInsideButton ? 'medium' : size,
@@ -5396,7 +5396,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5396
5396
  });
5397
5397
  IconStrikethrough.displayName = 'IconStrikethrough';
5398
5398
 
5399
- const _excluded$S = ["testId", "size", "color", "style"];
5399
+ const _excluded$U = ["testId", "size", "color", "style"];
5400
5400
  const IconSyncExclaimation = forwardRef((_ref, ref) => {
5401
5401
  let {
5402
5402
  testId = 'icon-sync-exclaimation',
@@ -5404,7 +5404,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
5404
5404
  color,
5405
5405
  style
5406
5406
  } = _ref,
5407
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5407
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5408
5408
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5409
5409
  const styleProps = {
5410
5410
  size: !size && isInsideButton ? 'medium' : size,
@@ -5425,7 +5425,7 @@ const IconSyncExclaimation = forwardRef((_ref, ref) => {
5425
5425
  });
5426
5426
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
5427
5427
 
5428
- const _excluded$R = ["testId", "size", "color", "style"];
5428
+ const _excluded$T = ["testId", "size", "color", "style"];
5429
5429
  const IconSync = forwardRef((_ref, ref) => {
5430
5430
  let {
5431
5431
  testId = 'icon-sync',
@@ -5433,7 +5433,7 @@ const IconSync = forwardRef((_ref, ref) => {
5433
5433
  color,
5434
5434
  style
5435
5435
  } = _ref,
5436
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5436
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5437
5437
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5438
5438
  const styleProps = {
5439
5439
  size: !size && isInsideButton ? 'medium' : size,
@@ -5454,7 +5454,7 @@ const IconSync = forwardRef((_ref, ref) => {
5454
5454
  });
5455
5455
  IconSync.displayName = 'IconSync';
5456
5456
 
5457
- const _excluded$Q = ["testId", "size", "color", "style"];
5457
+ const _excluded$S = ["testId", "size", "color", "style"];
5458
5458
  const IconTable = forwardRef((_ref, ref) => {
5459
5459
  let {
5460
5460
  testId = 'icon-table',
@@ -5462,7 +5462,7 @@ const IconTable = forwardRef((_ref, ref) => {
5462
5462
  color,
5463
5463
  style
5464
5464
  } = _ref,
5465
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5465
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5466
5466
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5467
5467
  const styleProps = {
5468
5468
  size: !size && isInsideButton ? 'medium' : size,
@@ -5490,7 +5490,7 @@ const IconTable = forwardRef((_ref, ref) => {
5490
5490
  });
5491
5491
  IconTable.displayName = 'IconTable';
5492
5492
 
5493
- const _excluded$P = ["testId", "size", "color", "style"];
5493
+ const _excluded$R = ["testId", "size", "color", "style"];
5494
5494
  const IconTachometer = forwardRef((_ref, ref) => {
5495
5495
  let {
5496
5496
  testId = 'icon-tachometer',
@@ -5498,7 +5498,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
5498
5498
  color,
5499
5499
  style
5500
5500
  } = _ref,
5501
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5502
5502
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5503
5503
  const styleProps = {
5504
5504
  size: !size && isInsideButton ? 'medium' : size,
@@ -5518,7 +5518,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
5518
5518
  });
5519
5519
  IconTachometer.displayName = 'IconTachometer';
5520
5520
 
5521
- const _excluded$O = ["testId", "size", "color", "style"];
5521
+ const _excluded$Q = ["testId", "size", "color", "style"];
5522
5522
  const IconThumbsDown = forwardRef((_ref, ref) => {
5523
5523
  let {
5524
5524
  testId = 'icon-thumbs-down',
@@ -5526,7 +5526,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
5526
5526
  color,
5527
5527
  style
5528
5528
  } = _ref,
5529
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5529
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5530
5530
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5531
5531
  const styleProps = {
5532
5532
  size: !size && isInsideButton ? 'medium' : size,
@@ -5554,7 +5554,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
5554
5554
  });
5555
5555
  IconThumbsDown.displayName = 'IconThumbsDown';
5556
5556
 
5557
- const _excluded$N = ["testId", "size", "color", "style"];
5557
+ const _excluded$P = ["testId", "size", "color", "style"];
5558
5558
  const IconThumbsUp = forwardRef((_ref, ref) => {
5559
5559
  let {
5560
5560
  testId = 'icon-thumbs-up',
@@ -5562,7 +5562,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
5562
5562
  color,
5563
5563
  style
5564
5564
  } = _ref,
5565
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5565
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5566
5566
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5567
5567
  const styleProps = {
5568
5568
  size: !size && isInsideButton ? 'medium' : size,
@@ -5583,7 +5583,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
5583
5583
  });
5584
5584
  IconThumbsUp.displayName = 'IconThumbsUp';
5585
5585
 
5586
- const _excluded$M = ["testId", "size", "color", "style"];
5586
+ const _excluded$O = ["testId", "size", "color", "style"];
5587
5587
  const IconTimesOctagon = forwardRef((_ref, ref) => {
5588
5588
  let {
5589
5589
  testId = 'icon-times-octagon',
@@ -5591,7 +5591,7 @@ const IconTimesOctagon = forwardRef((_ref, ref) => {
5591
5591
  color,
5592
5592
  style
5593
5593
  } = _ref,
5594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5595
5595
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5596
5596
  const styleProps = {
5597
5597
  size: !size && isInsideButton ? 'medium' : size,
@@ -5614,7 +5614,7 @@ const IconTimesOctagon = forwardRef((_ref, ref) => {
5614
5614
  });
5615
5615
  IconTimesOctagon.displayName = 'IconTimesOctagon';
5616
5616
 
5617
- const _excluded$L = ["testId", "size", "color", "style"];
5617
+ const _excluded$N = ["testId", "size", "color", "style"];
5618
5618
  const IconTimes = forwardRef((_ref, ref) => {
5619
5619
  let {
5620
5620
  testId = 'icon-times',
@@ -5622,7 +5622,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5622
5622
  color,
5623
5623
  style
5624
5624
  } = _ref,
5625
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5625
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5626
5626
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5627
5627
  const styleProps = {
5628
5628
  size: !size && isInsideButton ? 'medium' : size,
@@ -5645,7 +5645,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5645
5645
  });
5646
5646
  IconTimes.displayName = 'IconTimes';
5647
5647
 
5648
- const _excluded$K = ["testId", "size", "color", "style"];
5648
+ const _excluded$M = ["testId", "size", "color", "style"];
5649
5649
  const IconTrash = forwardRef((_ref, ref) => {
5650
5650
  let {
5651
5651
  testId = 'icon-trash',
@@ -5653,7 +5653,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5653
5653
  color,
5654
5654
  style
5655
5655
  } = _ref,
5656
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5656
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5657
5657
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5658
5658
  const styleProps = {
5659
5659
  size: !size && isInsideButton ? 'medium' : size,
@@ -5676,7 +5676,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5676
5676
  });
5677
5677
  IconTrash.displayName = 'IconTrash';
5678
5678
 
5679
- const _excluded$J = ["testId", "size", "color", "style"];
5679
+ const _excluded$L = ["testId", "size", "color", "style"];
5680
5680
  const IconUnderline = forwardRef((_ref, ref) => {
5681
5681
  let {
5682
5682
  testId = 'icon-underline',
@@ -5684,7 +5684,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5684
5684
  color,
5685
5685
  style
5686
5686
  } = _ref,
5687
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5687
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5688
5688
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5689
5689
  const styleProps = {
5690
5690
  size: !size && isInsideButton ? 'medium' : size,
@@ -5705,7 +5705,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5705
5705
  });
5706
5706
  IconUnderline.displayName = 'IconUnderline';
5707
5707
 
5708
- const _excluded$I = ["testId", "size", "color", "style"];
5708
+ const _excluded$K = ["testId", "size", "color", "style"];
5709
5709
  const IconUndo = forwardRef((_ref, ref) => {
5710
5710
  let {
5711
5711
  testId = 'icon-undo',
@@ -5713,7 +5713,7 @@ const IconUndo = forwardRef((_ref, ref) => {
5713
5713
  color,
5714
5714
  style
5715
5715
  } = _ref,
5716
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5716
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5717
5717
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5718
5718
  const styleProps = {
5719
5719
  size: !size && isInsideButton ? 'medium' : size,
@@ -5734,7 +5734,7 @@ const IconUndo = forwardRef((_ref, ref) => {
5734
5734
  });
5735
5735
  IconUndo.displayName = 'IconUndo';
5736
5736
 
5737
- const _excluded$H = ["testId", "size", "color", "style"];
5737
+ const _excluded$J = ["testId", "size", "color", "style"];
5738
5738
  const IconUniversity = forwardRef((_ref, ref) => {
5739
5739
  let {
5740
5740
  testId = 'icon-university',
@@ -5742,7 +5742,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
5742
5742
  color,
5743
5743
  style
5744
5744
  } = _ref,
5745
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5745
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5746
5746
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5747
5747
  const styleProps = {
5748
5748
  size: !size && isInsideButton ? 'medium' : size,
@@ -5770,7 +5770,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
5770
5770
  });
5771
5771
  IconUniversity.displayName = 'IconUniversity';
5772
5772
 
5773
- const _excluded$G = ["testId", "size", "color", "style"];
5773
+ const _excluded$I = ["testId", "size", "color", "style"];
5774
5774
  const IconUnlock = forwardRef((_ref, ref) => {
5775
5775
  let {
5776
5776
  testId = 'icon-unlock',
@@ -5778,7 +5778,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5778
5778
  color,
5779
5779
  style
5780
5780
  } = _ref,
5781
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5781
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5782
5782
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5783
5783
  const styleProps = {
5784
5784
  size: !size && isInsideButton ? 'medium' : size,
@@ -5806,7 +5806,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5806
5806
  });
5807
5807
  IconUnlock.displayName = 'IconUnlock';
5808
5808
 
5809
- const _excluded$F = ["testId", "size", "color", "style"];
5809
+ const _excluded$H = ["testId", "size", "color", "style"];
5810
5810
  const IconUserComputer = forwardRef((_ref, ref) => {
5811
5811
  let {
5812
5812
  testId = 'icon-user-computer',
@@ -5814,7 +5814,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
5814
5814
  color,
5815
5815
  style
5816
5816
  } = _ref,
5817
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5817
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5818
5818
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5819
5819
  const styleProps = {
5820
5820
  size: !size && isInsideButton ? 'medium' : size,
@@ -5846,7 +5846,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
5846
5846
  });
5847
5847
  IconUserComputer.displayName = 'IconUserComputer';
5848
5848
 
5849
- const _excluded$E = ["testId", "size", "color", "style"];
5849
+ const _excluded$G = ["testId", "size", "color", "style"];
5850
5850
  const IconUserFriends = forwardRef((_ref, ref) => {
5851
5851
  let {
5852
5852
  testId = 'icon-user-friends',
@@ -5854,7 +5854,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
5854
5854
  color,
5855
5855
  style
5856
5856
  } = _ref,
5857
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5857
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5858
5858
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5859
5859
  const styleProps = {
5860
5860
  size: !size && isInsideButton ? 'medium' : size,
@@ -5875,7 +5875,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
5875
5875
  });
5876
5876
  IconUserFriends.displayName = 'IconUserFriends';
5877
5877
 
5878
- const _excluded$D = ["testId", "size", "color", "style"];
5878
+ const _excluded$F = ["testId", "size", "color", "style"];
5879
5879
  const IconUserLight = forwardRef((_ref, ref) => {
5880
5880
  let {
5881
5881
  testId = 'icon-user-light',
@@ -5883,7 +5883,7 @@ const IconUserLight = forwardRef((_ref, ref) => {
5883
5883
  color,
5884
5884
  style
5885
5885
  } = _ref,
5886
- props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5886
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5887
5887
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5888
5888
  const styleProps = {
5889
5889
  size: !size && isInsideButton ? 'medium' : size,
@@ -5906,7 +5906,7 @@ const IconUserLight = forwardRef((_ref, ref) => {
5906
5906
  });
5907
5907
  IconUserLight.displayName = 'IconUserLight';
5908
5908
 
5909
- const _excluded$C = ["testId", "size", "color", "style"];
5909
+ const _excluded$E = ["testId", "size", "color", "style"];
5910
5910
  const IconUserPlus = forwardRef((_ref, ref) => {
5911
5911
  let {
5912
5912
  testId = 'icon-user-plus',
@@ -5914,7 +5914,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
5914
5914
  color,
5915
5915
  style
5916
5916
  } = _ref,
5917
- props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5917
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5918
5918
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5919
5919
  const styleProps = {
5920
5920
  size: !size && isInsideButton ? 'medium' : size,
@@ -5935,7 +5935,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
5935
5935
  });
5936
5936
  IconUserPlus.displayName = 'IconUserPlus';
5937
5937
 
5938
- const _excluded$B = ["testId", "size", "color", "style"];
5938
+ const _excluded$D = ["testId", "size", "color", "style"];
5939
5939
  const IconUserSearch = forwardRef((_ref, ref) => {
5940
5940
  let {
5941
5941
  testId = 'icon-user-search',
@@ -5943,7 +5943,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
5943
5943
  color,
5944
5944
  style
5945
5945
  } = _ref,
5946
- props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
5946
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5947
5947
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5948
5948
  const styleProps = {
5949
5949
  size: !size && isInsideButton ? 'medium' : size,
@@ -5973,7 +5973,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
5973
5973
  });
5974
5974
  IconUserSearch.displayName = 'IconUserSearch';
5975
5975
 
5976
- const _excluded$A = ["testId", "size", "color", "style"];
5976
+ const _excluded$C = ["testId", "size", "color", "style"];
5977
5977
  const IconUserSlash = forwardRef((_ref, ref) => {
5978
5978
  let {
5979
5979
  testId = 'icon-user-slash',
@@ -5981,7 +5981,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
5981
5981
  color,
5982
5982
  style
5983
5983
  } = _ref,
5984
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
5984
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5985
5985
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5986
5986
  const styleProps = {
5987
5987
  size: !size && isInsideButton ? 'medium' : size,
@@ -6009,7 +6009,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
6009
6009
  });
6010
6010
  IconUserSlash.displayName = 'IconUserSlash';
6011
6011
 
6012
- const _excluded$z = ["testId", "size", "color", "style"];
6012
+ const _excluded$B = ["testId", "size", "color", "style"];
6013
6013
  const IconUserSolid = forwardRef((_ref, ref) => {
6014
6014
  let {
6015
6015
  testId = 'icon-user-solid',
@@ -6017,7 +6017,7 @@ const IconUserSolid = forwardRef((_ref, ref) => {
6017
6017
  color,
6018
6018
  style
6019
6019
  } = _ref,
6020
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
6020
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
6021
6021
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6022
6022
  const styleProps = {
6023
6023
  size: !size && isInsideButton ? 'medium' : size,
@@ -6038,7 +6038,7 @@ const IconUserSolid = forwardRef((_ref, ref) => {
6038
6038
  });
6039
6039
  IconUserSolid.displayName = 'IconUserSolid';
6040
6040
 
6041
- const _excluded$y = ["testId", "size", "color", "style"];
6041
+ const _excluded$A = ["testId", "size", "color", "style"];
6042
6042
  const IconUserTag = forwardRef((_ref, ref) => {
6043
6043
  let {
6044
6044
  testId = 'icon-user-tag',
@@ -6046,7 +6046,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6046
6046
  color,
6047
6047
  style
6048
6048
  } = _ref,
6049
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
6049
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
6050
6050
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6051
6051
  const styleProps = {
6052
6052
  size: !size && isInsideButton ? 'medium' : size,
@@ -6069,7 +6069,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6069
6069
  });
6070
6070
  IconUserTag.displayName = 'IconUserTag';
6071
6071
 
6072
- const _excluded$x = ["testId", "size", "color", "style"];
6072
+ const _excluded$z = ["testId", "size", "color", "style"];
6073
6073
  const IconUserTie = forwardRef((_ref, ref) => {
6074
6074
  let {
6075
6075
  testId = 'icon-user-tie',
@@ -6077,7 +6077,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6077
6077
  color,
6078
6078
  style
6079
6079
  } = _ref,
6080
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
6080
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
6081
6081
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6082
6082
  const styleProps = {
6083
6083
  size: !size && isInsideButton ? 'medium' : size,
@@ -6098,7 +6098,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6098
6098
  });
6099
6099
  IconUserTie.displayName = 'IconUserTie';
6100
6100
 
6101
- const _excluded$w = ["testId", "size", "color", "style"];
6101
+ const _excluded$y = ["testId", "size", "color", "style"];
6102
6102
  const IconUsers = forwardRef((_ref, ref) => {
6103
6103
  let {
6104
6104
  testId = 'icon-users',
@@ -6106,7 +6106,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6106
6106
  color,
6107
6107
  style
6108
6108
  } = _ref,
6109
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
6109
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
6110
6110
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6111
6111
  const styleProps = {
6112
6112
  size: !size && isInsideButton ? 'medium' : size,
@@ -6127,7 +6127,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6127
6127
  });
6128
6128
  IconUsers.displayName = 'IconUsers';
6129
6129
 
6130
- const _excluded$v = ["testId", "size", "color", "style"];
6130
+ const _excluded$x = ["testId", "size", "color", "style"];
6131
6131
  const IconVideo = forwardRef((_ref, ref) => {
6132
6132
  let {
6133
6133
  testId = 'icon-video',
@@ -6135,7 +6135,7 @@ const IconVideo = forwardRef((_ref, ref) => {
6135
6135
  color,
6136
6136
  style
6137
6137
  } = _ref,
6138
- props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
6138
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
6139
6139
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6140
6140
  const styleProps = {
6141
6141
  size: !size && isInsideButton ? 'medium' : size,
@@ -6156,7 +6156,7 @@ const IconVideo = forwardRef((_ref, ref) => {
6156
6156
  });
6157
6157
  IconVideo.displayName = 'IconVideo';
6158
6158
 
6159
- const _excluded$u = ["testId", "size", "color", "style"];
6159
+ const _excluded$w = ["testId", "size", "color", "style"];
6160
6160
  const IconVolumeMute = forwardRef((_ref, ref) => {
6161
6161
  let {
6162
6162
  testId = 'icon-volume-mute',
@@ -6164,7 +6164,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
6164
6164
  color,
6165
6165
  style
6166
6166
  } = _ref,
6167
- props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
6167
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
6168
6168
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6169
6169
  const styleProps = {
6170
6170
  size: !size && isInsideButton ? 'medium' : size,
@@ -6185,7 +6185,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
6185
6185
  });
6186
6186
  IconVolumeMute.displayName = 'IconVolumeMute';
6187
6187
 
6188
- const _excluded$t = ["testId", "size", "color", "style"];
6188
+ const _excluded$v = ["testId", "size", "color", "style"];
6189
6189
  const IconVolume = forwardRef((_ref, ref) => {
6190
6190
  let {
6191
6191
  testId = 'icon-volume',
@@ -6193,7 +6193,7 @@ const IconVolume = forwardRef((_ref, ref) => {
6193
6193
  color,
6194
6194
  style
6195
6195
  } = _ref,
6196
- props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
6196
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
6197
6197
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6198
6198
  const styleProps = {
6199
6199
  size: !size && isInsideButton ? 'medium' : size,
@@ -6214,7 +6214,7 @@ const IconVolume = forwardRef((_ref, ref) => {
6214
6214
  });
6215
6215
  IconVolume.displayName = 'IconVolume';
6216
6216
 
6217
- const _excluded$s = ["testId", "size", "color", "style"];
6217
+ const _excluded$u = ["testId", "size", "color", "style"];
6218
6218
  const IconWrench = forwardRef((_ref, ref) => {
6219
6219
  let {
6220
6220
  testId = 'icon-wrench',
@@ -6222,7 +6222,7 @@ const IconWrench = forwardRef((_ref, ref) => {
6222
6222
  color,
6223
6223
  style
6224
6224
  } = _ref,
6225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
6225
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
6226
6226
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6227
6227
  const styleProps = {
6228
6228
  size: !size && isInsideButton ? 'medium' : size,
@@ -6401,7 +6401,7 @@ const useTranslation = context => {
6401
6401
  return translate;
6402
6402
  };
6403
6403
 
6404
- const _excluded$r = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6404
+ const _excluded$t = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6405
6405
  /**
6406
6406
  * `PaginationControls` are two buttons side by side.
6407
6407
  */
@@ -6414,7 +6414,7 @@ const PaginationControls = _ref => {
6414
6414
  testId,
6415
6415
  scrollTarget
6416
6416
  } = _ref,
6417
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$r);
6417
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
6418
6418
  const __ = useTranslation('PaginationControls');
6419
6419
  const {
6420
6420
  dataProps
@@ -6483,7 +6483,7 @@ const LINK_TARGET = {
6483
6483
 
6484
6484
  var styles$1f = {"link":"_EiQ4c"};
6485
6485
 
6486
- const _excluded$q = ["href", "target", "theme", "onClick", "children"];
6486
+ const _excluded$s = ["href", "target", "theme", "onClick", "children"];
6487
6487
  const Link = _ref => {
6488
6488
  let {
6489
6489
  href,
@@ -6492,7 +6492,7 @@ const Link = _ref => {
6492
6492
  onClick,
6493
6493
  children
6494
6494
  } = _ref,
6495
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
6495
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$s);
6496
6496
  const {
6497
6497
  dataProps
6498
6498
  } = getDataProps(otherProps);
@@ -6820,7 +6820,7 @@ const ALIGNMENTS = {
6820
6820
 
6821
6821
  var styles$19 = {"text":"_6SgoN","text__body":"_SF95f","text__caption":"_HHohB","text__insight":"_xdhK0","text__span":"_yZbuO","text--bold":"_i2LHD","text--italic":"_NgSTT","text--underline":"_ouqVK","text--dotted-underline":"_zZ55-","text--monospace":"_Vi-V1","text--line-through":"_psV6T","text--align-left":"_tfSIf","text--align-right":"_AK1Nr","text--align-center":"_N-tR4","text--align-justify":"_LkMr0"};
6822
6822
 
6823
- const _excluded$p = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6823
+ const _excluded$r = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6824
6824
  const TextComponent = (_ref, ref) => {
6825
6825
  let {
6826
6826
  children,
@@ -6831,7 +6831,7 @@ const TextComponent = (_ref, ref) => {
6831
6831
  testId,
6832
6832
  textWrap
6833
6833
  } = _ref,
6834
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$p);
6834
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$r);
6835
6835
  const {
6836
6836
  positionProps,
6837
6837
  otherProps
@@ -6897,7 +6897,7 @@ const Italic = ({
6897
6897
  }, children);
6898
6898
  };
6899
6899
 
6900
- const _excluded$o = ["id", "label", "caption", "characterCount", "error", "children"];
6900
+ const _excluded$q = ["id", "label", "caption", "characterCount", "error", "children"];
6901
6901
  const Field = _ref => {
6902
6902
  let {
6903
6903
  id,
@@ -6907,7 +6907,7 @@ const Field = _ref => {
6907
6907
  error,
6908
6908
  children
6909
6909
  } = _ref,
6910
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
6910
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
6911
6911
  const shouldRenderLabel = label || typeof label === 'string';
6912
6912
  const CharacterConter = () => React__default.createElement(Inline, {
6913
6913
  justifyContent: "space-between",
@@ -7032,7 +7032,7 @@ const useFieldControllers = ({
7032
7032
 
7033
7033
  var styles$18 = {"text-field":"_G6LsE","text-field--invalid":"_2ZYtt","text-field--prefixed":"_rWp7H","text-field--suffixed":"_Xq8xX"};
7034
7034
 
7035
- const _excluded$n = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7035
+ const _excluded$p = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7036
7036
  const useTextField = _ref => {
7037
7037
  let {
7038
7038
  autoComplete,
@@ -7054,7 +7054,7 @@ const useTextField = _ref => {
7054
7054
  ref,
7055
7055
  testId
7056
7056
  } = _ref,
7057
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
7057
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
7058
7058
  const controllers = useFieldControllers({
7059
7059
  error,
7060
7060
  id,
@@ -7198,7 +7198,7 @@ const TimeFieldInput = ({
7198
7198
  })));
7199
7199
  };
7200
7200
 
7201
- const _excluded$m = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration", "timeFormat"];
7201
+ const _excluded$o = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration", "timeFormat"];
7202
7202
  const TimeFieldDropdownElement = (_ref, ref) => {
7203
7203
  let {
7204
7204
  placeholder,
@@ -7208,7 +7208,7 @@ const TimeFieldDropdownElement = (_ref, ref) => {
7208
7208
  duration,
7209
7209
  timeFormat
7210
7210
  } = _ref,
7211
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
7211
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
7212
7212
  const defaultPlaceholder = timeFormat === TIME_FORMAT.FORMAT_AMPM ? '9:00 AM' : '09:00';
7213
7213
  const {
7214
7214
  inputProps,
@@ -7659,7 +7659,7 @@ const useCardContext = () => {
7659
7659
  return context || {};
7660
7660
  };
7661
7661
 
7662
- const _excluded$l = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7662
+ const _excluded$n = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7663
7663
  const Card = _ref => {
7664
7664
  let {
7665
7665
  children,
@@ -7670,7 +7670,7 @@ const Card = _ref => {
7670
7670
  actions,
7671
7671
  testId
7672
7672
  } = _ref,
7673
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$l);
7673
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$n);
7674
7674
  const translate = useTranslation('Card');
7675
7675
  const {
7676
7676
  positionProps,
@@ -7924,7 +7924,7 @@ const useModalContext = () => {
7924
7924
  return context || {};
7925
7925
  };
7926
7926
 
7927
- const _excluded$k = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
7927
+ const _excluded$m = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
7928
7928
  const Modal = _ref => {
7929
7929
  let {
7930
7930
  children,
@@ -7941,7 +7941,7 @@ const Modal = _ref => {
7941
7941
  shouldReturnFocusAfterClose = true,
7942
7942
  testId
7943
7943
  } = _ref,
7944
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
7944
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
7945
7945
  const style = {
7946
7946
  content: {
7947
7947
  width,
@@ -8405,7 +8405,7 @@ const useCheckBoxFieldControllers = ({
8405
8405
 
8406
8406
  var styles$S = {"check-box-field":"_Id4qm","check-box-field__caption":"_s9d-m","check-box-field__custom-input":"_kmvBP"};
8407
8407
 
8408
- const _excluded$j = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8408
+ const _excluded$l = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8409
8409
  /** CheckboxField form element. */
8410
8410
  const CheckboxField = _ref => {
8411
8411
  let {
@@ -8420,7 +8420,7 @@ const CheckboxField = _ref => {
8420
8420
  disabled,
8421
8421
  testId
8422
8422
  } = _ref,
8423
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$j);
8423
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
8424
8424
  const controllers = useCheckBoxFieldControllers({
8425
8425
  name,
8426
8426
  id: inputId,
@@ -8496,7 +8496,7 @@ const useLocalStorage = (key, initialValue) => {
8496
8496
 
8497
8497
  var styles$R = {"hint-modal":"_NwD6V","hint-modal--after-open":"_4ofZb","hint-modal--before-close":"_hGoMD","hint-modal__overlay":"_iK5zl","hint-modal__image":"_V9hLa","hint-modal__body":"_oOqUg","hint-modal__close-button":"_5zcBK"};
8498
8498
 
8499
- const _excluded$i = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "secondaryButton", "testId", "onSetDoNotShowAgainStatus"];
8499
+ const _excluded$k = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "secondaryButton", "testId", "onSetDoNotShowAgainStatus"];
8500
8500
  const HintModal = _ref => {
8501
8501
  let {
8502
8502
  header,
@@ -8509,7 +8509,7 @@ const HintModal = _ref => {
8509
8509
  testId,
8510
8510
  onSetDoNotShowAgainStatus
8511
8511
  } = _ref,
8512
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$i);
8512
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
8513
8513
  const __ = useTranslation('HintModal');
8514
8514
  const [doNotShowAgain, setDoNotShowAgain] = useState(false);
8515
8515
  const [persistedDoNotShow, setPersistedDoNotShow] = useLocalStorage(modalId, false);
@@ -8593,7 +8593,7 @@ const HintModal = _ref => {
8593
8593
  }, secondaryButtonUpdated, primaryButtonUpdated)))));
8594
8594
  };
8595
8595
 
8596
- const _excluded$h = ["children", "theme", "title", "testId"];
8596
+ const _excluded$j = ["children", "theme", "title", "testId"];
8597
8597
  const BadgeElement = (_ref, forwardedRef) => {
8598
8598
  let {
8599
8599
  children,
@@ -8601,7 +8601,7 @@ const BadgeElement = (_ref, forwardedRef) => {
8601
8601
  title,
8602
8602
  testId
8603
8603
  } = _ref,
8604
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$h);
8604
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$j);
8605
8605
  const internalRef = useRef(null);
8606
8606
  const ref = forwardedRef || internalRef;
8607
8607
  useLayoutEffect(() => {
@@ -9160,7 +9160,7 @@ const InlineBannerIcon = ({
9160
9160
  }
9161
9161
  };
9162
9162
 
9163
- const _excluded$g = ["children", "theme", "icon", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
9163
+ const _excluded$i = ["children", "theme", "icon", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
9164
9164
  const InlineBanner = _ref => {
9165
9165
  let {
9166
9166
  children,
@@ -9173,7 +9173,7 @@ const InlineBanner = _ref => {
9173
9173
  secondaryButton,
9174
9174
  testId
9175
9175
  } = _ref,
9176
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
9176
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$i);
9177
9177
  const positionStyles = usePositionStyles(positionProps);
9178
9178
  const multiLine = !!title;
9179
9179
  const dismissable = !!onClose;
@@ -9406,7 +9406,7 @@ const SKELETON_COMPONENT = {
9406
9406
  PILL: 'pill'
9407
9407
  };
9408
9408
 
9409
- const _excluded$f = ["as", "testId", "width", "height"];
9409
+ const _excluded$h = ["as", "testId", "width", "height"];
9410
9410
  const Skeleton = _ref => {
9411
9411
  let {
9412
9412
  as,
@@ -9414,7 +9414,7 @@ const Skeleton = _ref => {
9414
9414
  width,
9415
9415
  height
9416
9416
  } = _ref,
9417
- positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$f);
9417
+ positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$h);
9418
9418
  const positioning = usePositionStyles(positionStyles);
9419
9419
  return React__default.createElement("div", {
9420
9420
  "data-testid": testId,
@@ -9614,7 +9614,7 @@ const DataTableEditableCellElement = ({
9614
9614
  };
9615
9615
  const DataTableEditableCell = forwardRef(DataTableEditableCellElement);
9616
9616
 
9617
- const _excluded$e = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
9617
+ const _excluded$g = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
9618
9618
  const DataTableRowComponent = (_ref, ref) => {
9619
9619
  let {
9620
9620
  children,
@@ -9625,7 +9625,7 @@ const DataTableRowComponent = (_ref, ref) => {
9625
9625
  hasDefaultCell = true,
9626
9626
  testId
9627
9627
  } = _ref,
9628
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
9628
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
9629
9629
  const {
9630
9630
  showActionMenu
9631
9631
  } = useDataTableContext();
@@ -10041,7 +10041,7 @@ const DataTableEmptyState = ({
10041
10041
  }, ''));
10042
10042
  };
10043
10043
 
10044
- const _excluded$d = ["items", "columns", "itemComponent", "maxHeight", "hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "onSort", "isLoading", "showActionMenu", "footerComponent", "hasVerticalBorders", "testId", "skeletonRowLayout", "stickyColumns", "emptyState"];
10044
+ const _excluded$f = ["items", "columns", "itemComponent", "maxHeight", "hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "onSort", "isLoading", "showActionMenu", "footerComponent", "hasVerticalBorders", "testId", "skeletonRowLayout", "stickyColumns", "emptyState"];
10045
10045
  const DataTable = _ref => {
10046
10046
  let {
10047
10047
  items,
@@ -10062,7 +10062,12 @@ const DataTable = _ref => {
10062
10062
  stickyColumns,
10063
10063
  emptyState
10064
10064
  } = _ref,
10065
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
10065
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$f);
10066
+ const {
10067
+ positionProps,
10068
+ otherProps
10069
+ } = getPositionProps(rest);
10070
+ const positionStyles = usePositionStyles(positionProps);
10066
10071
  const {
10067
10072
  dataProps
10068
10073
  } = getDataProps(otherProps);
@@ -10132,7 +10137,8 @@ const DataTable = _ref => {
10132
10137
  }
10133
10138
  }, React__default.createElement("div", {
10134
10139
  className: classnames(styles$O['data-table']),
10135
- ref: tableRef
10140
+ ref: tableRef,
10141
+ style: positionStyles
10136
10142
  }, React__default.createElement(DataTableStickyColumnsContainer, {
10137
10143
  stickyColumns: stickyColumns,
10138
10144
  isShowingColumns: !!isShowingColumns,
@@ -10239,15 +10245,20 @@ const AccordionItem = props => {
10239
10245
 
10240
10246
  var styles$w = {"accordion":"_058SP"};
10241
10247
 
10242
- const Accordion = props => {
10243
- const {
10244
- items,
10245
- onExpand,
10246
- defaultOpenId
10247
- } = props;
10248
+ const _excluded$e = ["items", "onExpand", "defaultOpenId"];
10249
+ const Accordion = _ref => {
10250
+ let {
10251
+ items,
10252
+ onExpand,
10253
+ defaultOpenId
10254
+ } = _ref,
10255
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$e);
10248
10256
  const [activeId, setActiveId] = useState(() => {
10249
10257
  return defaultOpenId || null;
10250
10258
  });
10259
+ const {
10260
+ dataProps
10261
+ } = getDataProps(rest);
10251
10262
  const handleAccordionItemOpen = item => {
10252
10263
  setActiveId((item == null ? void 0 : item.id) || null);
10253
10264
  item && onExpand && onExpand(item);
@@ -10259,9 +10270,9 @@ const Accordion = props => {
10259
10270
  value: {
10260
10271
  isAccordionMounted: true
10261
10272
  }
10262
- }, React__default.createElement("div", {
10273
+ }, React__default.createElement("div", _extends({
10263
10274
  className: styles$w['accordion']
10264
- }, items.map((item, index) => {
10275
+ }, dataProps), items.map((item, index) => {
10265
10276
  const id = item.id || index.toString();
10266
10277
  return React__default.createElement(AccordionItem, {
10267
10278
  key: id,
@@ -10470,13 +10481,13 @@ const useSelectFieldControllers = ({
10470
10481
 
10471
10482
  var styles$u = {"custom-control":"_pXQqq"};
10472
10483
 
10473
- const _excluded$c = ["children"];
10484
+ const _excluded$d = ["children"];
10474
10485
  function CustomControl(_ref) {
10475
10486
  var _props$getValue;
10476
10487
  let {
10477
10488
  children
10478
10489
  } = _ref,
10479
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
10490
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
10480
10491
  const {
10481
10492
  SelectedOptionPrefix
10482
10493
  } = props.selectProps.componentsProps;
@@ -10495,12 +10506,12 @@ function CustomControl(_ref) {
10495
10506
  }, props)), children)) : children);
10496
10507
  }
10497
10508
 
10498
- const _excluded$b = ["children"];
10509
+ const _excluded$c = ["children"];
10499
10510
  function CustomOption(_ref) {
10500
10511
  let {
10501
10512
  children
10502
10513
  } = _ref,
10503
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
10514
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
10504
10515
  const {
10505
10516
  UserCustomOption
10506
10517
  } = props.selectProps.componentsProps;
@@ -10647,12 +10658,12 @@ const CustomContainer = props => {
10647
10658
 
10648
10659
  var styles$t = {"custom-menu-text-field":"_AAUjm","custom-menu-hr":"_mFLK9","custom-menu-div":"_1XpI4"};
10649
10660
 
10650
- const _excluded$a = ["children"];
10661
+ const _excluded$b = ["children"];
10651
10662
  function CustomMenu(_ref) {
10652
10663
  let {
10653
10664
  children
10654
10665
  } = _ref,
10655
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
10666
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
10656
10667
  const {
10657
10668
  creatableButton,
10658
10669
  onMenuInputFocus,
@@ -10756,7 +10767,7 @@ function CustomMenu(_ref) {
10756
10767
  }, __('createButton'))))));
10757
10768
  }
10758
10769
 
10759
- const _excluded$9 = ["asToolbarFilter", "caption", "disabled", "error", "id", "isClearable", "label", "menuShouldScrollIntoView", "name", "noOptionsMessage", "options", "onBlur", "onChange", "placeholder", "value", "defaultValue", "CustomOption", "SelectedOptionPrefix", "testId", "creatableButton", "onCreate", "isSearchable", "autoFocus"];
10770
+ const _excluded$a = ["asToolbarFilter", "caption", "disabled", "error", "id", "isClearable", "label", "menuShouldScrollIntoView", "name", "noOptionsMessage", "options", "onBlur", "onChange", "placeholder", "value", "defaultValue", "CustomOption", "SelectedOptionPrefix", "testId", "creatableButton", "onCreate", "isSearchable", "autoFocus"];
10760
10771
  const useSelectField = _ref => {
10761
10772
  let {
10762
10773
  asToolbarFilter = false,
@@ -10783,7 +10794,7 @@ const useSelectField = _ref => {
10783
10794
  isSearchable = true,
10784
10795
  autoFocus
10785
10796
  } = _ref,
10786
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$9);
10797
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$a);
10787
10798
  const [isMenuInputFocus, setIsMenuInputFocus] = useState(false);
10788
10799
  const onMenuInputFocus = isFocused => setIsMenuInputFocus(isFocused);
10789
10800
  const controllers = useSelectFieldControllers({
@@ -10873,23 +10884,26 @@ const SelectField = props => {
10873
10884
  }, React__default.createElement(Select, _extends({}, selectProps))));
10874
10885
  };
10875
10886
 
10887
+ const _excluded$9 = ["name", "value", "options", "onChange", "onBlur", "placeholder", "defaultValue", "menuShouldScrollIntoView", "disabled", "prefix", "testId", "creatableButton", "onCreate"];
10876
10888
  /** Toolbar component to make a possible selection from predefined options. */
10877
- const ToolbarSelect = ({
10878
- name,
10879
- value,
10880
- options,
10881
- onChange,
10882
- onBlur,
10883
- placeholder,
10884
- defaultValue,
10885
- menuShouldScrollIntoView,
10886
- disabled,
10887
- prefix,
10888
- testId,
10889
- creatableButton,
10890
- onCreate
10891
- }) => {
10892
- return React__default.createElement(SelectField, {
10889
+ const ToolbarSelect = _ref => {
10890
+ let {
10891
+ name,
10892
+ value,
10893
+ options,
10894
+ onChange,
10895
+ onBlur,
10896
+ placeholder,
10897
+ defaultValue,
10898
+ menuShouldScrollIntoView,
10899
+ disabled,
10900
+ prefix,
10901
+ testId,
10902
+ creatableButton,
10903
+ onCreate
10904
+ } = _ref,
10905
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$9);
10906
+ return React__default.createElement(SelectField, _extends({
10893
10907
  name: name,
10894
10908
  value: value,
10895
10909
  options: options,
@@ -10904,7 +10918,7 @@ const ToolbarSelect = ({
10904
10918
  creatableButton: creatableButton,
10905
10919
  onCreate: onCreate,
10906
10920
  asToolbarFilter: true
10907
- });
10921
+ }, rest));
10908
10922
  };
10909
10923
 
10910
10924
  var styles$r = {"date-filter":"_PyXfe","date-filter--wide":"_P6ttU"};