@7shifts/sous-chef 3.63.1 → 3.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -189,7 +189,7 @@ var kebabize = function kebabize(str) {
189
189
  });
190
190
  };
191
191
 
192
- var _excluded$2V = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
192
+ var _excluded$2W = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
193
193
  var getPositionProps = function getPositionProps(_ref) {
194
194
  var m = _ref.m,
195
195
  margin = _ref.margin,
@@ -201,7 +201,7 @@ var getPositionProps = function getPositionProps(_ref) {
201
201
  marginBottom = _ref.marginBottom,
202
202
  ml = _ref.ml,
203
203
  marginLeft = _ref.marginLeft,
204
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
204
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
205
205
  return {
206
206
  positionProps: {
207
207
  m: m,
@@ -235,7 +235,7 @@ var getDataProps = function getDataProps(props, config) {
235
235
  });
236
236
  };
237
237
 
238
- var _excluded$2U = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
238
+ var _excluded$2V = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
239
239
  /**
240
240
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
241
241
  */
@@ -260,7 +260,7 @@ var Flex = function Flex(_ref) {
260
260
  flexGrow = _ref.flexGrow,
261
261
  testId = _ref.testId,
262
262
  extraClass = _ref.extraClass,
263
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
263
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
264
264
  var _getPositionProps = getPositionProps(rest),
265
265
  positionProps = _getPositionProps.positionProps,
266
266
  otherProps = _getPositionProps.otherProps;
@@ -291,14 +291,14 @@ var Flex = function Flex(_ref) {
291
291
  }));
292
292
  };
293
293
 
294
- var _excluded$2T = ["alignItems"];
294
+ var _excluded$2U = ["alignItems"];
295
295
  /**
296
296
  * Layout component to easily stack elements up in a column.
297
297
  */
298
298
  var Stack = function Stack(_ref) {
299
299
  var _ref$alignItems = _ref.alignItems,
300
300
  alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
301
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
301
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
302
302
  return React__namespace.createElement(Flex, _extends({}, props, {
303
303
  alignItems: alignItems,
304
304
  direction: "column"
@@ -307,7 +307,7 @@ var Stack = function Stack(_ref) {
307
307
 
308
308
  var styles$1k = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
309
309
 
310
- var _excluded$2S = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
310
+ var _excluded$2T = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
311
311
  /**
312
312
  * Used when you want to allow the user to turn some information ON and OFF.
313
313
  *
@@ -322,7 +322,7 @@ var Toggle = function Toggle(_ref) {
322
322
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
323
323
  id = _ref.id,
324
324
  testId = _ref.testId,
325
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
325
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
326
326
  var _getDataProps = getDataProps(otherProps),
327
327
  dataProps = _getDataProps.dataProps;
328
328
  return React__default["default"].createElement(Stack, {
@@ -851,7 +851,7 @@ var COMPONENT_NAMES = {
851
851
  BUTTON: 'BUTTON'
852
852
  };
853
853
 
854
- var _excluded$2R = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
854
+ var _excluded$2S = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
855
855
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
856
856
  var ButtonComponent = function ButtonComponent(_ref, ref) {
857
857
  var _classnames;
@@ -876,7 +876,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
876
876
  target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
877
877
  testId = _ref.testId,
878
878
  size = _ref.size,
879
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
879
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
880
880
  var _getPositionProps = getPositionProps(rest),
881
881
  positionProps = _getPositionProps.positionProps,
882
882
  otherProps = _getPositionProps.otherProps;
@@ -997,14 +997,14 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
997
997
  return componentName === parentComponentName;
998
998
  };
999
999
 
1000
- var _excluded$2Q = ["testId", "size", "color", "style"];
1000
+ var _excluded$2R = ["testId", "size", "color", "style"];
1001
1001
  var IconInfoCircle = React.forwardRef(function (_ref, ref) {
1002
1002
  var _ref$testId = _ref.testId,
1003
1003
  testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
1004
1004
  size = _ref.size,
1005
1005
  color = _ref.color,
1006
1006
  style = _ref.style,
1007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1008
1008
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1009
1009
  var styleProps = {
1010
1010
  size: !size && isInsideButton ? 'medium' : size,
@@ -1027,14 +1027,14 @@ var IconInfoCircle = React.forwardRef(function (_ref, ref) {
1027
1027
  });
1028
1028
  IconInfoCircle.displayName = 'IconInfoCircle';
1029
1029
 
1030
- var _excluded$2P = ["testId", "size", "color", "style"];
1030
+ var _excluded$2Q = ["testId", "size", "color", "style"];
1031
1031
  var IconAnalytics = React.forwardRef(function (_ref, ref) {
1032
1032
  var _ref$testId = _ref.testId,
1033
1033
  testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
1034
1034
  size = _ref.size,
1035
1035
  color = _ref.color,
1036
1036
  style = _ref.style,
1037
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1037
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1038
1038
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1039
1039
  var styleProps = {
1040
1040
  size: !size && isInsideButton ? 'medium' : size,
@@ -1057,14 +1057,14 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
1057
1057
  });
1058
1058
  IconAnalytics.displayName = 'IconAnalytics';
1059
1059
 
1060
- var _excluded$2O = ["testId", "size", "color", "style"];
1060
+ var _excluded$2P = ["testId", "size", "color", "style"];
1061
1061
  var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1062
1062
  var _ref$testId = _ref.testId,
1063
1063
  testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
1064
1064
  size = _ref.size,
1065
1065
  color = _ref.color,
1066
1066
  style = _ref.style,
1067
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1067
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1068
1068
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1069
1069
  var styleProps = {
1070
1070
  size: !size && isInsideButton ? 'medium' : size,
@@ -1085,14 +1085,14 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1085
1085
  });
1086
1086
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1087
1087
 
1088
- var _excluded$2N = ["testId", "size", "color", "style"];
1088
+ var _excluded$2O = ["testId", "size", "color", "style"];
1089
1089
  var IconArrowDown = React.forwardRef(function (_ref, ref) {
1090
1090
  var _ref$testId = _ref.testId,
1091
1091
  testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
1092
1092
  size = _ref.size,
1093
1093
  color = _ref.color,
1094
1094
  style = _ref.style,
1095
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1095
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1096
1096
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1097
1097
  var styleProps = {
1098
1098
  size: !size && isInsideButton ? 'medium' : size,
@@ -1115,14 +1115,14 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1115
1115
  });
1116
1116
  IconArrowDown.displayName = 'IconArrowDown';
1117
1117
 
1118
- var _excluded$2M = ["testId", "size", "color", "style"];
1118
+ var _excluded$2N = ["testId", "size", "color", "style"];
1119
1119
  var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1120
1120
  var _ref$testId = _ref.testId,
1121
1121
  testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
1122
1122
  size = _ref.size,
1123
1123
  color = _ref.color,
1124
1124
  style = _ref.style,
1125
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1125
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1126
1126
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1127
1127
  var styleProps = {
1128
1128
  size: !size && isInsideButton ? 'medium' : size,
@@ -1145,14 +1145,14 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1145
1145
  });
1146
1146
  IconArrowLeft.displayName = 'IconArrowLeft';
1147
1147
 
1148
- var _excluded$2L = ["testId", "size", "color", "style"];
1148
+ var _excluded$2M = ["testId", "size", "color", "style"];
1149
1149
  var IconArrowRight = React.forwardRef(function (_ref, ref) {
1150
1150
  var _ref$testId = _ref.testId,
1151
1151
  testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
1152
1152
  size = _ref.size,
1153
1153
  color = _ref.color,
1154
1154
  style = _ref.style,
1155
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1155
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1156
1156
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1157
1157
  var styleProps = {
1158
1158
  size: !size && isInsideButton ? 'medium' : size,
@@ -1175,14 +1175,14 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1175
1175
  });
1176
1176
  IconArrowRight.displayName = 'IconArrowRight';
1177
1177
 
1178
- var _excluded$2K = ["testId", "size", "color", "style"];
1178
+ var _excluded$2L = ["testId", "size", "color", "style"];
1179
1179
  var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1180
1180
  var _ref$testId = _ref.testId,
1181
1181
  testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
1182
1182
  size = _ref.size,
1183
1183
  color = _ref.color,
1184
1184
  style = _ref.style,
1185
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1185
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1186
1186
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1187
1187
  var styleProps = {
1188
1188
  size: !size && isInsideButton ? 'medium' : size,
@@ -1203,14 +1203,14 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1203
1203
  });
1204
1204
  IconArrowToTop.displayName = 'IconArrowToTop';
1205
1205
 
1206
- var _excluded$2J = ["testId", "size", "color", "style"];
1206
+ var _excluded$2K = ["testId", "size", "color", "style"];
1207
1207
  var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1208
1208
  var _ref$testId = _ref.testId,
1209
1209
  testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
1210
1210
  size = _ref.size,
1211
1211
  color = _ref.color,
1212
1212
  style = _ref.style,
1213
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1213
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1214
1214
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1215
1215
  var styleProps = {
1216
1216
  size: !size && isInsideButton ? 'medium' : size,
@@ -1239,14 +1239,14 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1239
1239
  });
1240
1240
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1241
1241
 
1242
- var _excluded$2I = ["testId", "size", "color", "style"];
1242
+ var _excluded$2J = ["testId", "size", "color", "style"];
1243
1243
  var IconArrowUp = React.forwardRef(function (_ref, ref) {
1244
1244
  var _ref$testId = _ref.testId,
1245
1245
  testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
1246
1246
  size = _ref.size,
1247
1247
  color = _ref.color,
1248
1248
  style = _ref.style,
1249
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1249
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1250
1250
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1251
1251
  var styleProps = {
1252
1252
  size: !size && isInsideButton ? 'medium' : size,
@@ -1269,14 +1269,14 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1269
1269
  });
1270
1270
  IconArrowUp.displayName = 'IconArrowUp';
1271
1271
 
1272
- var _excluded$2H = ["testId", "size", "color", "style"];
1272
+ var _excluded$2I = ["testId", "size", "color", "style"];
1273
1273
  var IconAward = React.forwardRef(function (_ref, ref) {
1274
1274
  var _ref$testId = _ref.testId,
1275
1275
  testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
1276
1276
  size = _ref.size,
1277
1277
  color = _ref.color,
1278
1278
  style = _ref.style,
1279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1280
1280
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1281
1281
  var styleProps = {
1282
1282
  size: !size && isInsideButton ? 'medium' : size,
@@ -1299,14 +1299,14 @@ var IconAward = React.forwardRef(function (_ref, ref) {
1299
1299
  });
1300
1300
  IconAward.displayName = 'IconAward';
1301
1301
 
1302
- var _excluded$2G = ["testId", "size", "color", "style"];
1302
+ var _excluded$2H = ["testId", "size", "color", "style"];
1303
1303
  var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1304
1304
  var _ref$testId = _ref.testId,
1305
1305
  testId = _ref$testId === void 0 ? 'icon-awful-monochromatic' : _ref$testId,
1306
1306
  size = _ref.size,
1307
1307
  color = _ref.color,
1308
1308
  style = _ref.style,
1309
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1309
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1310
1310
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1311
1311
  var styleProps = {
1312
1312
  size: !size && isInsideButton ? 'medium' : size,
@@ -1359,14 +1359,14 @@ var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1359
1359
  });
1360
1360
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1361
1361
 
1362
- var _excluded$2F = ["testId", "size", "color", "style"];
1362
+ var _excluded$2G = ["testId", "size", "color", "style"];
1363
1363
  var IconAwful = React.forwardRef(function (_ref, ref) {
1364
1364
  var _ref$testId = _ref.testId,
1365
1365
  testId = _ref$testId === void 0 ? 'icon-awful' : _ref$testId,
1366
1366
  size = _ref.size,
1367
1367
  color = _ref.color,
1368
1368
  style = _ref.style,
1369
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1369
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1370
1370
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1371
1371
  var styleProps = {
1372
1372
  size: !size && isInsideButton ? 'medium' : size,
@@ -1407,14 +1407,14 @@ var IconAwful = React.forwardRef(function (_ref, ref) {
1407
1407
  });
1408
1408
  IconAwful.displayName = 'IconAwful';
1409
1409
 
1410
- var _excluded$2E = ["testId", "size", "color", "style"];
1410
+ var _excluded$2F = ["testId", "size", "color", "style"];
1411
1411
  var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1412
1412
  var _ref$testId = _ref.testId,
1413
1413
  testId = _ref$testId === void 0 ? 'icon-bad-monochromatic' : _ref$testId,
1414
1414
  size = _ref.size,
1415
1415
  color = _ref.color,
1416
1416
  style = _ref.style,
1417
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1417
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1418
1418
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1419
1419
  var styleProps = {
1420
1420
  size: !size && isInsideButton ? 'medium' : size,
@@ -1453,14 +1453,14 @@ var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1453
1453
  });
1454
1454
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1455
1455
 
1456
- var _excluded$2D = ["testId", "size", "color", "style"];
1456
+ var _excluded$2E = ["testId", "size", "color", "style"];
1457
1457
  var IconBad = React.forwardRef(function (_ref, ref) {
1458
1458
  var _ref$testId = _ref.testId,
1459
1459
  testId = _ref$testId === void 0 ? 'icon-bad' : _ref$testId,
1460
1460
  size = _ref.size,
1461
1461
  color = _ref.color,
1462
1462
  style = _ref.style,
1463
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1463
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1464
1464
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1465
1465
  var styleProps = {
1466
1466
  size: !size && isInsideButton ? 'medium' : size,
@@ -1487,14 +1487,14 @@ var IconBad = React.forwardRef(function (_ref, ref) {
1487
1487
  });
1488
1488
  IconBad.displayName = 'IconBad';
1489
1489
 
1490
- var _excluded$2C = ["testId", "size", "color", "style"];
1490
+ var _excluded$2D = ["testId", "size", "color", "style"];
1491
1491
  var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1492
1492
  var _ref$testId = _ref.testId,
1493
1493
  testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
1494
1494
  size = _ref.size,
1495
1495
  color = _ref.color,
1496
1496
  style = _ref.style,
1497
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1497
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1498
1498
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1499
1499
  var styleProps = {
1500
1500
  size: !size && isInsideButton ? 'medium' : size,
@@ -1522,14 +1522,14 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1522
1522
  });
1523
1523
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1524
1524
 
1525
- var _excluded$2B = ["testId", "size", "color", "style"];
1525
+ var _excluded$2C = ["testId", "size", "color", "style"];
1526
1526
  var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1527
1527
  var _ref$testId = _ref.testId,
1528
1528
  testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
1529
1529
  size = _ref.size,
1530
1530
  color = _ref.color,
1531
1531
  style = _ref.style,
1532
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1532
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1533
1533
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1534
1534
  var styleProps = {
1535
1535
  size: !size && isInsideButton ? 'medium' : size,
@@ -1557,14 +1557,14 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1557
1557
  });
1558
1558
  IconBalanceScale.displayName = 'IconBalanceScale';
1559
1559
 
1560
- var _excluded$2A = ["testId", "size", "color", "style"];
1560
+ var _excluded$2B = ["testId", "size", "color", "style"];
1561
1561
  var IconBan = React.forwardRef(function (_ref, ref) {
1562
1562
  var _ref$testId = _ref.testId,
1563
1563
  testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
1564
1564
  size = _ref.size,
1565
1565
  color = _ref.color,
1566
1566
  style = _ref.style,
1567
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1567
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1568
1568
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1569
1569
  var styleProps = {
1570
1570
  size: !size && isInsideButton ? 'medium' : size,
@@ -1585,14 +1585,14 @@ var IconBan = React.forwardRef(function (_ref, ref) {
1585
1585
  });
1586
1586
  IconBan.displayName = 'IconBan';
1587
1587
 
1588
- var _excluded$2z = ["testId", "size", "color", "style"];
1588
+ var _excluded$2A = ["testId", "size", "color", "style"];
1589
1589
  var IconBarsH = React.forwardRef(function (_ref, ref) {
1590
1590
  var _ref$testId = _ref.testId,
1591
1591
  testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
1592
1592
  size = _ref.size,
1593
1593
  color = _ref.color,
1594
1594
  style = _ref.style,
1595
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1595
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1596
1596
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1597
1597
  var styleProps = {
1598
1598
  size: !size && isInsideButton ? 'medium' : size,
@@ -1615,14 +1615,14 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
1615
1615
  });
1616
1616
  IconBarsH.displayName = 'IconBarsH';
1617
1617
 
1618
- var _excluded$2y = ["testId", "size", "color", "style"];
1618
+ var _excluded$2z = ["testId", "size", "color", "style"];
1619
1619
  var IconBarsV = React.forwardRef(function (_ref, ref) {
1620
1620
  var _ref$testId = _ref.testId,
1621
1621
  testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
1622
1622
  size = _ref.size,
1623
1623
  color = _ref.color,
1624
1624
  style = _ref.style,
1625
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1625
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1626
1626
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1627
1627
  var styleProps = {
1628
1628
  size: !size && isInsideButton ? 'medium' : size,
@@ -1643,14 +1643,14 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
1643
1643
  });
1644
1644
  IconBarsV.displayName = 'IconBarsV';
1645
1645
 
1646
- var _excluded$2x = ["testId", "size", "color", "style"];
1646
+ var _excluded$2y = ["testId", "size", "color", "style"];
1647
1647
  var IconBell = React.forwardRef(function (_ref, ref) {
1648
1648
  var _ref$testId = _ref.testId,
1649
1649
  testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
1650
1650
  size = _ref.size,
1651
1651
  color = _ref.color,
1652
1652
  style = _ref.style,
1653
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1653
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1654
1654
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1655
1655
  var styleProps = {
1656
1656
  size: !size && isInsideButton ? 'medium' : size,
@@ -1673,14 +1673,14 @@ var IconBell = React.forwardRef(function (_ref, ref) {
1673
1673
  });
1674
1674
  IconBell.displayName = 'IconBell';
1675
1675
 
1676
- var _excluded$2w = ["testId", "size", "color", "style"];
1676
+ var _excluded$2x = ["testId", "size", "color", "style"];
1677
1677
  var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1678
1678
  var _ref$testId = _ref.testId,
1679
1679
  testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
1680
1680
  size = _ref.size,
1681
1681
  color = _ref.color,
1682
1682
  style = _ref.style,
1683
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1683
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1684
1684
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1685
1685
  var styleProps = {
1686
1686
  size: !size && isInsideButton ? 'medium' : size,
@@ -1701,14 +1701,14 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1701
1701
  });
1702
1702
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1703
1703
 
1704
- var _excluded$2v = ["testId", "size", "color", "style"];
1704
+ var _excluded$2w = ["testId", "size", "color", "style"];
1705
1705
  var IconBold = React.forwardRef(function (_ref, ref) {
1706
1706
  var _ref$testId = _ref.testId,
1707
1707
  testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
1708
1708
  size = _ref.size,
1709
1709
  color = _ref.color,
1710
1710
  style = _ref.style,
1711
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1711
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1712
1712
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1713
1713
  var styleProps = {
1714
1714
  size: !size && isInsideButton ? 'medium' : size,
@@ -1729,14 +1729,14 @@ var IconBold = React.forwardRef(function (_ref, ref) {
1729
1729
  });
1730
1730
  IconBold.displayName = 'IconBold';
1731
1731
 
1732
- var _excluded$2u = ["testId", "size", "color", "style"];
1732
+ var _excluded$2v = ["testId", "size", "color", "style"];
1733
1733
  var IconBolt = React.forwardRef(function (_ref, ref) {
1734
1734
  var _ref$testId = _ref.testId,
1735
1735
  testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
1736
1736
  size = _ref.size,
1737
1737
  color = _ref.color,
1738
1738
  style = _ref.style,
1739
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1739
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1740
1740
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1741
1741
  var styleProps = {
1742
1742
  size: !size && isInsideButton ? 'medium' : size,
@@ -1764,14 +1764,14 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
1764
1764
  });
1765
1765
  IconBolt.displayName = 'IconBolt';
1766
1766
 
1767
- var _excluded$2t = ["testId", "size", "color", "style"];
1767
+ var _excluded$2u = ["testId", "size", "color", "style"];
1768
1768
  var IconBook = React.forwardRef(function (_ref, ref) {
1769
1769
  var _ref$testId = _ref.testId,
1770
1770
  testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
1771
1771
  size = _ref.size,
1772
1772
  color = _ref.color,
1773
1773
  style = _ref.style,
1774
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1774
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1775
1775
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1776
1776
  var styleProps = {
1777
1777
  size: !size && isInsideButton ? 'medium' : size,
@@ -1794,14 +1794,14 @@ var IconBook = React.forwardRef(function (_ref, ref) {
1794
1794
  });
1795
1795
  IconBook.displayName = 'IconBook';
1796
1796
 
1797
- var _excluded$2s = ["testId", "size", "color", "style"];
1797
+ var _excluded$2t = ["testId", "size", "color", "style"];
1798
1798
  var IconBriefcase = React.forwardRef(function (_ref, ref) {
1799
1799
  var _ref$testId = _ref.testId,
1800
1800
  testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
1801
1801
  size = _ref.size,
1802
1802
  color = _ref.color,
1803
1803
  style = _ref.style,
1804
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1804
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1805
1805
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1806
1806
  var styleProps = {
1807
1807
  size: !size && isInsideButton ? 'medium' : size,
@@ -1822,14 +1822,14 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
1822
1822
  });
1823
1823
  IconBriefcase.displayName = 'IconBriefcase';
1824
1824
 
1825
- var _excluded$2r = ["testId", "size", "color", "style"];
1825
+ var _excluded$2s = ["testId", "size", "color", "style"];
1826
1826
  var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1827
1827
  var _ref$testId = _ref.testId,
1828
1828
  testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
1829
1829
  size = _ref.size,
1830
1830
  color = _ref.color,
1831
1831
  style = _ref.style,
1832
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
1832
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1833
1833
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1834
1834
  var styleProps = {
1835
1835
  size: !size && isInsideButton ? 'medium' : size,
@@ -1852,14 +1852,14 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1852
1852
  });
1853
1853
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1854
1854
 
1855
- var _excluded$2q = ["testId", "size", "color", "style"];
1855
+ var _excluded$2r = ["testId", "size", "color", "style"];
1856
1856
  var IconCalculator = React.forwardRef(function (_ref, ref) {
1857
1857
  var _ref$testId = _ref.testId,
1858
1858
  testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
1859
1859
  size = _ref.size,
1860
1860
  color = _ref.color,
1861
1861
  style = _ref.style,
1862
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
1862
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
1863
1863
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1864
1864
  var styleProps = {
1865
1865
  size: !size && isInsideButton ? 'medium' : size,
@@ -1882,14 +1882,14 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
1882
1882
  });
1883
1883
  IconCalculator.displayName = 'IconCalculator';
1884
1884
 
1885
- var _excluded$2p = ["testId", "size", "color", "style"];
1885
+ var _excluded$2q = ["testId", "size", "color", "style"];
1886
1886
  var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1887
1887
  var _ref$testId = _ref.testId,
1888
1888
  testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
1889
1889
  size = _ref.size,
1890
1890
  color = _ref.color,
1891
1891
  style = _ref.style,
1892
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
1892
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
1893
1893
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1894
1894
  var styleProps = {
1895
1895
  size: !size && isInsideButton ? 'medium' : size,
@@ -1912,14 +1912,14 @@ var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1912
1912
  });
1913
1913
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1914
1914
 
1915
- var _excluded$2o = ["testId", "size", "color", "style"];
1915
+ var _excluded$2p = ["testId", "size", "color", "style"];
1916
1916
  var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
1917
1917
  var _ref$testId = _ref.testId,
1918
1918
  testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
1919
1919
  size = _ref.size,
1920
1920
  color = _ref.color,
1921
1921
  style = _ref.style,
1922
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
1922
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
1923
1923
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1924
1924
  var styleProps = {
1925
1925
  size: !size && isInsideButton ? 'medium' : size,
@@ -1942,14 +1942,14 @@ var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
1942
1942
  });
1943
1943
  IconCalendarCheck.displayName = 'IconCalendarCheck';
1944
1944
 
1945
- var _excluded$2n = ["testId", "size", "color", "style"];
1945
+ var _excluded$2o = ["testId", "size", "color", "style"];
1946
1946
  var IconCalendarDay = React.forwardRef(function (_ref, ref) {
1947
1947
  var _ref$testId = _ref.testId,
1948
1948
  testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
1949
1949
  size = _ref.size,
1950
1950
  color = _ref.color,
1951
1951
  style = _ref.style,
1952
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
1952
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
1953
1953
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1954
1954
  var styleProps = {
1955
1955
  size: !size && isInsideButton ? 'medium' : size,
@@ -1977,14 +1977,14 @@ var IconCalendarDay = React.forwardRef(function (_ref, ref) {
1977
1977
  });
1978
1978
  IconCalendarDay.displayName = 'IconCalendarDay';
1979
1979
 
1980
- var _excluded$2m = ["testId", "size", "color", "style"];
1980
+ var _excluded$2n = ["testId", "size", "color", "style"];
1981
1981
  var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
1982
1982
  var _ref$testId = _ref.testId,
1983
1983
  testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
1984
1984
  size = _ref.size,
1985
1985
  color = _ref.color,
1986
1986
  style = _ref.style,
1987
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
1987
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
1988
1988
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1989
1989
  var styleProps = {
1990
1990
  size: !size && isInsideButton ? 'medium' : size,
@@ -2005,14 +2005,14 @@ var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
2005
2005
  });
2006
2006
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2007
2007
 
2008
- var _excluded$2l = ["testId", "size", "color", "style"];
2008
+ var _excluded$2m = ["testId", "size", "color", "style"];
2009
2009
  var IconCalendarStar = React.forwardRef(function (_ref, ref) {
2010
2010
  var _ref$testId = _ref.testId,
2011
2011
  testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
2012
2012
  size = _ref.size,
2013
2013
  color = _ref.color,
2014
2014
  style = _ref.style,
2015
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2015
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2016
2016
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2017
2017
  var styleProps = {
2018
2018
  size: !size && isInsideButton ? 'medium' : size,
@@ -2033,14 +2033,14 @@ var IconCalendarStar = React.forwardRef(function (_ref, ref) {
2033
2033
  });
2034
2034
  IconCalendarStar.displayName = 'IconCalendarStar';
2035
2035
 
2036
- var _excluded$2k = ["testId", "size", "color", "style"];
2036
+ var _excluded$2l = ["testId", "size", "color", "style"];
2037
2037
  var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
2038
2038
  var _ref$testId = _ref.testId,
2039
2039
  testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
2040
2040
  size = _ref.size,
2041
2041
  color = _ref.color,
2042
2042
  style = _ref.style,
2043
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2043
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2044
2044
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2045
2045
  var styleProps = {
2046
2046
  size: !size && isInsideButton ? 'medium' : size,
@@ -2070,14 +2070,14 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
2070
2070
  });
2071
2071
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2072
2072
 
2073
- var _excluded$2j = ["testId", "size", "color", "style"];
2073
+ var _excluded$2k = ["testId", "size", "color", "style"];
2074
2074
  var IconCalendar = React.forwardRef(function (_ref, ref) {
2075
2075
  var _ref$testId = _ref.testId,
2076
2076
  testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
2077
2077
  size = _ref.size,
2078
2078
  color = _ref.color,
2079
2079
  style = _ref.style,
2080
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2080
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2081
2081
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2082
2082
  var styleProps = {
2083
2083
  size: !size && isInsideButton ? 'medium' : size,
@@ -2100,14 +2100,14 @@ var IconCalendar = React.forwardRef(function (_ref, ref) {
2100
2100
  });
2101
2101
  IconCalendar.displayName = 'IconCalendar';
2102
2102
 
2103
- var _excluded$2i = ["testId", "size", "color", "style"];
2103
+ var _excluded$2j = ["testId", "size", "color", "style"];
2104
2104
  var IconCameraSlash = React.forwardRef(function (_ref, ref) {
2105
2105
  var _ref$testId = _ref.testId,
2106
2106
  testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
2107
2107
  size = _ref.size,
2108
2108
  color = _ref.color,
2109
2109
  style = _ref.style,
2110
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2110
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2111
2111
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2112
2112
  var styleProps = {
2113
2113
  size: !size && isInsideButton ? 'medium' : size,
@@ -2131,14 +2131,14 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
2131
2131
  });
2132
2132
  IconCameraSlash.displayName = 'IconCameraSlash';
2133
2133
 
2134
- var _excluded$2h = ["testId", "size", "color", "style"];
2134
+ var _excluded$2i = ["testId", "size", "color", "style"];
2135
2135
  var IconCamera = React.forwardRef(function (_ref, ref) {
2136
2136
  var _ref$testId = _ref.testId,
2137
2137
  testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
2138
2138
  size = _ref.size,
2139
2139
  color = _ref.color,
2140
2140
  style = _ref.style,
2141
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2141
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2142
2142
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2143
2143
  var styleProps = {
2144
2144
  size: !size && isInsideButton ? 'medium' : size,
@@ -2159,14 +2159,14 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
2159
2159
  });
2160
2160
  IconCamera.displayName = 'IconCamera';
2161
2161
 
2162
- var _excluded$2g = ["testId", "size", "color", "style"];
2162
+ var _excluded$2h = ["testId", "size", "color", "style"];
2163
2163
  var IconCashRegister = React.forwardRef(function (_ref, ref) {
2164
2164
  var _ref$testId = _ref.testId,
2165
2165
  testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
2166
2166
  size = _ref.size,
2167
2167
  color = _ref.color,
2168
2168
  style = _ref.style,
2169
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2169
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2170
2170
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2171
2171
  var styleProps = {
2172
2172
  size: !size && isInsideButton ? 'medium' : size,
@@ -2187,14 +2187,14 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2187
2187
  });
2188
2188
  IconCashRegister.displayName = 'IconCashRegister';
2189
2189
 
2190
- var _excluded$2f = ["testId", "size", "color", "style"];
2190
+ var _excluded$2g = ["testId", "size", "color", "style"];
2191
2191
  var IconChartBar = React.forwardRef(function (_ref, ref) {
2192
2192
  var _ref$testId = _ref.testId,
2193
2193
  testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
2194
2194
  size = _ref.size,
2195
2195
  color = _ref.color,
2196
2196
  style = _ref.style,
2197
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2197
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2198
2198
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2199
2199
  var styleProps = {
2200
2200
  size: !size && isInsideButton ? 'medium' : size,
@@ -2217,14 +2217,14 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2217
2217
  });
2218
2218
  IconChartBar.displayName = 'IconChartBar';
2219
2219
 
2220
- var _excluded$2e = ["testId", "size", "color", "style"];
2220
+ var _excluded$2f = ["testId", "size", "color", "style"];
2221
2221
  var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
2222
2222
  var _ref$testId = _ref.testId,
2223
2223
  testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
2224
2224
  size = _ref.size,
2225
2225
  color = _ref.color,
2226
2226
  style = _ref.style,
2227
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2227
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2228
2228
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2229
2229
  var styleProps = {
2230
2230
  size: !size && isInsideButton ? 'medium' : size,
@@ -2245,14 +2245,14 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
2245
2245
  });
2246
2246
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2247
2247
 
2248
- var _excluded$2d = ["testId", "size", "color", "style"];
2248
+ var _excluded$2e = ["testId", "size", "color", "style"];
2249
2249
  var IconCheck = React.forwardRef(function (_ref, ref) {
2250
2250
  var _ref$testId = _ref.testId,
2251
2251
  testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
2252
2252
  size = _ref.size,
2253
2253
  color = _ref.color,
2254
2254
  style = _ref.style,
2255
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2255
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2256
2256
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2257
2257
  var styleProps = {
2258
2258
  size: !size && isInsideButton ? 'medium' : size,
@@ -2275,14 +2275,14 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
2275
2275
  });
2276
2276
  IconCheck.displayName = 'IconCheck';
2277
2277
 
2278
- var _excluded$2c = ["testId", "size", "color", "style"];
2278
+ var _excluded$2d = ["testId", "size", "color", "style"];
2279
2279
  var IconChevronDown = React.forwardRef(function (_ref, ref) {
2280
2280
  var _ref$testId = _ref.testId,
2281
2281
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
2282
2282
  size = _ref.size,
2283
2283
  color = _ref.color,
2284
2284
  style = _ref.style,
2285
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2285
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2286
2286
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2287
2287
  var styleProps = {
2288
2288
  size: !size && isInsideButton ? 'medium' : size,
@@ -2305,14 +2305,14 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
2305
2305
  });
2306
2306
  IconChevronDown.displayName = 'IconChevronDown';
2307
2307
 
2308
- var _excluded$2b = ["testId", "size", "color", "style"];
2308
+ var _excluded$2c = ["testId", "size", "color", "style"];
2309
2309
  var IconChevronLeft = React.forwardRef(function (_ref, ref) {
2310
2310
  var _ref$testId = _ref.testId,
2311
2311
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
2312
2312
  size = _ref.size,
2313
2313
  color = _ref.color,
2314
2314
  style = _ref.style,
2315
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2315
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2316
2316
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2317
2317
  var styleProps = {
2318
2318
  size: !size && isInsideButton ? 'medium' : size,
@@ -2335,14 +2335,14 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
2335
2335
  });
2336
2336
  IconChevronLeft.displayName = 'IconChevronLeft';
2337
2337
 
2338
- var _excluded$2a = ["testId", "size", "color", "style"];
2338
+ var _excluded$2b = ["testId", "size", "color", "style"];
2339
2339
  var IconChevronRight = React.forwardRef(function (_ref, ref) {
2340
2340
  var _ref$testId = _ref.testId,
2341
2341
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
2342
2342
  size = _ref.size,
2343
2343
  color = _ref.color,
2344
2344
  style = _ref.style,
2345
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2345
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2346
2346
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2347
2347
  var styleProps = {
2348
2348
  size: !size && isInsideButton ? 'medium' : size,
@@ -2365,14 +2365,14 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
2365
2365
  });
2366
2366
  IconChevronRight.displayName = 'IconChevronRight';
2367
2367
 
2368
- var _excluded$29 = ["testId", "size", "color", "style"];
2368
+ var _excluded$2a = ["testId", "size", "color", "style"];
2369
2369
  var IconChevronUp = React.forwardRef(function (_ref, ref) {
2370
2370
  var _ref$testId = _ref.testId,
2371
2371
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
2372
2372
  size = _ref.size,
2373
2373
  color = _ref.color,
2374
2374
  style = _ref.style,
2375
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2375
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2376
2376
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2377
2377
  var styleProps = {
2378
2378
  size: !size && isInsideButton ? 'medium' : size,
@@ -2395,14 +2395,14 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
2395
2395
  });
2396
2396
  IconChevronUp.displayName = 'IconChevronUp';
2397
2397
 
2398
- var _excluded$28 = ["testId", "size", "color", "style"];
2398
+ var _excluded$29 = ["testId", "size", "color", "style"];
2399
2399
  var IconClipboardList = React.forwardRef(function (_ref, ref) {
2400
2400
  var _ref$testId = _ref.testId,
2401
2401
  testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
2402
2402
  size = _ref.size,
2403
2403
  color = _ref.color,
2404
2404
  style = _ref.style,
2405
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2405
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2406
2406
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2407
2407
  var styleProps = {
2408
2408
  size: !size && isInsideButton ? 'medium' : size,
@@ -2425,14 +2425,14 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
2425
2425
  });
2426
2426
  IconClipboardList.displayName = 'IconClipboardList';
2427
2427
 
2428
- var _excluded$27 = ["testId", "size", "color", "style"];
2428
+ var _excluded$28 = ["testId", "size", "color", "style"];
2429
2429
  var IconClockExclamation = React.forwardRef(function (_ref, ref) {
2430
2430
  var _ref$testId = _ref.testId,
2431
2431
  testId = _ref$testId === void 0 ? 'icon-clock-exclamation' : _ref$testId,
2432
2432
  size = _ref.size,
2433
2433
  color = _ref.color,
2434
2434
  style = _ref.style,
2435
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2435
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2436
2436
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2437
2437
  var styleProps = {
2438
2438
  size: !size && isInsideButton ? 'medium' : size,
@@ -2460,14 +2460,14 @@ var IconClockExclamation = React.forwardRef(function (_ref, ref) {
2460
2460
  });
2461
2461
  IconClockExclamation.displayName = 'IconClockExclamation';
2462
2462
 
2463
- var _excluded$26 = ["testId", "size", "color", "style"];
2463
+ var _excluded$27 = ["testId", "size", "color", "style"];
2464
2464
  var IconClockRewind = React.forwardRef(function (_ref, ref) {
2465
2465
  var _ref$testId = _ref.testId,
2466
2466
  testId = _ref$testId === void 0 ? 'icon-clock-rewind' : _ref$testId,
2467
2467
  size = _ref.size,
2468
2468
  color = _ref.color,
2469
2469
  style = _ref.style,
2470
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2470
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2471
2471
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2472
2472
  var styleProps = {
2473
2473
  size: !size && isInsideButton ? 'medium' : size,
@@ -2495,14 +2495,14 @@ var IconClockRewind = React.forwardRef(function (_ref, ref) {
2495
2495
  });
2496
2496
  IconClockRewind.displayName = 'IconClockRewind';
2497
2497
 
2498
- var _excluded$25 = ["testId", "size", "color", "style"];
2498
+ var _excluded$26 = ["testId", "size", "color", "style"];
2499
2499
  var IconClock = React.forwardRef(function (_ref, ref) {
2500
2500
  var _ref$testId = _ref.testId,
2501
2501
  testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
2502
2502
  size = _ref.size,
2503
2503
  color = _ref.color,
2504
2504
  style = _ref.style,
2505
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2505
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2506
2506
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2507
2507
  var styleProps = {
2508
2508
  size: !size && isInsideButton ? 'medium' : size,
@@ -2523,14 +2523,14 @@ var IconClock = React.forwardRef(function (_ref, ref) {
2523
2523
  });
2524
2524
  IconClock.displayName = 'IconClock';
2525
2525
 
2526
- var _excluded$24 = ["testId", "size", "color", "style"];
2526
+ var _excluded$25 = ["testId", "size", "color", "style"];
2527
2527
  var IconCog = React.forwardRef(function (_ref, ref) {
2528
2528
  var _ref$testId = _ref.testId,
2529
2529
  testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
2530
2530
  size = _ref.size,
2531
2531
  color = _ref.color,
2532
2532
  style = _ref.style,
2533
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2533
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2534
2534
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2535
2535
  var styleProps = {
2536
2536
  size: !size && isInsideButton ? 'medium' : size,
@@ -2551,14 +2551,14 @@ var IconCog = React.forwardRef(function (_ref, ref) {
2551
2551
  });
2552
2552
  IconCog.displayName = 'IconCog';
2553
2553
 
2554
- var _excluded$23 = ["testId", "size", "color", "style"];
2554
+ var _excluded$24 = ["testId", "size", "color", "style"];
2555
2555
  var IconCommentLines = React.forwardRef(function (_ref, ref) {
2556
2556
  var _ref$testId = _ref.testId,
2557
2557
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
2558
2558
  size = _ref.size,
2559
2559
  color = _ref.color,
2560
2560
  style = _ref.style,
2561
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2561
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2562
2562
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2563
2563
  var styleProps = {
2564
2564
  size: !size && isInsideButton ? 'medium' : size,
@@ -2584,14 +2584,14 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
2584
2584
  });
2585
2585
  IconCommentLines.displayName = 'IconCommentLines';
2586
2586
 
2587
- var _excluded$22 = ["testId", "size", "color", "style"];
2587
+ var _excluded$23 = ["testId", "size", "color", "style"];
2588
2588
  var IconComment = React.forwardRef(function (_ref, ref) {
2589
2589
  var _ref$testId = _ref.testId,
2590
2590
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
2591
2591
  size = _ref.size,
2592
2592
  color = _ref.color,
2593
2593
  style = _ref.style,
2594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2595
2595
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2596
2596
  var styleProps = {
2597
2597
  size: !size && isInsideButton ? 'medium' : size,
@@ -2614,14 +2614,14 @@ var IconComment = React.forwardRef(function (_ref, ref) {
2614
2614
  });
2615
2615
  IconComment.displayName = 'IconComment';
2616
2616
 
2617
- var _excluded$21 = ["testId", "size", "color", "style"];
2617
+ var _excluded$22 = ["testId", "size", "color", "style"];
2618
2618
  var IconCopy = React.forwardRef(function (_ref, ref) {
2619
2619
  var _ref$testId = _ref.testId,
2620
2620
  testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
2621
2621
  size = _ref.size,
2622
2622
  color = _ref.color,
2623
2623
  style = _ref.style,
2624
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2624
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2625
2625
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2626
2626
  var styleProps = {
2627
2627
  size: !size && isInsideButton ? 'medium' : size,
@@ -2649,14 +2649,14 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
2649
2649
  });
2650
2650
  IconCopy.displayName = 'IconCopy';
2651
2651
 
2652
- var _excluded$20 = ["testId", "size", "color", "style"];
2652
+ var _excluded$21 = ["testId", "size", "color", "style"];
2653
2653
  var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2654
2654
  var _ref$testId = _ref.testId,
2655
2655
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
2656
2656
  size = _ref.size,
2657
2657
  color = _ref.color,
2658
2658
  style = _ref.style,
2659
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2659
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2660
2660
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2661
2661
  var styleProps = {
2662
2662
  size: !size && isInsideButton ? 'medium' : size,
@@ -2686,14 +2686,14 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2686
2686
  });
2687
2687
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2688
2688
 
2689
- var _excluded$1$ = ["testId", "size", "color", "style"];
2689
+ var _excluded$20 = ["testId", "size", "color", "style"];
2690
2690
  var IconCreditCard = React.forwardRef(function (_ref, ref) {
2691
2691
  var _ref$testId = _ref.testId,
2692
2692
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
2693
2693
  size = _ref.size,
2694
2694
  color = _ref.color,
2695
2695
  style = _ref.style,
2696
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2696
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2697
2697
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2698
2698
  var styleProps = {
2699
2699
  size: !size && isInsideButton ? 'medium' : size,
@@ -2721,14 +2721,14 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2721
2721
  });
2722
2722
  IconCreditCard.displayName = 'IconCreditCard';
2723
2723
 
2724
- var _excluded$1_ = ["testId", "size", "color", "style"];
2724
+ var _excluded$1$ = ["testId", "size", "color", "style"];
2725
2725
  var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2726
2726
  var _ref$testId = _ref.testId,
2727
2727
  testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
2728
2728
  size = _ref.size,
2729
2729
  color = _ref.color,
2730
2730
  style = _ref.style,
2731
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2731
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2732
2732
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2733
2733
  var styleProps = {
2734
2734
  size: !size && isInsideButton ? 'medium' : size,
@@ -2771,14 +2771,14 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2771
2771
  });
2772
2772
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2773
2773
 
2774
- var _excluded$1Z = ["testId", "size", "color", "style"];
2774
+ var _excluded$1_ = ["testId", "size", "color", "style"];
2775
2775
  var IconDecent = React.forwardRef(function (_ref, ref) {
2776
2776
  var _ref$testId = _ref.testId,
2777
2777
  testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
2778
2778
  size = _ref.size,
2779
2779
  color = _ref.color,
2780
2780
  style = _ref.style,
2781
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2781
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2782
2782
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2783
2783
  var styleProps = {
2784
2784
  size: !size && isInsideButton ? 'medium' : size,
@@ -2809,14 +2809,14 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
2809
2809
  });
2810
2810
  IconDecent.displayName = 'IconDecent';
2811
2811
 
2812
- var _excluded$1Y = ["testId", "size", "color", "style"];
2812
+ var _excluded$1Z = ["testId", "size", "color", "style"];
2813
2813
  var IconDownload = React.forwardRef(function (_ref, ref) {
2814
2814
  var _ref$testId = _ref.testId,
2815
2815
  testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
2816
2816
  size = _ref.size,
2817
2817
  color = _ref.color,
2818
2818
  style = _ref.style,
2819
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
2819
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2820
2820
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2821
2821
  var styleProps = {
2822
2822
  size: !size && isInsideButton ? 'medium' : size,
@@ -2839,14 +2839,14 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
2839
2839
  });
2840
2840
  IconDownload.displayName = 'IconDownload';
2841
2841
 
2842
- var _excluded$1X = ["testId", "size", "color", "style"];
2842
+ var _excluded$1Y = ["testId", "size", "color", "style"];
2843
2843
  var IconEdit = React.forwardRef(function (_ref, ref) {
2844
2844
  var _ref$testId = _ref.testId,
2845
2845
  testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
2846
2846
  size = _ref.size,
2847
2847
  color = _ref.color,
2848
2848
  style = _ref.style,
2849
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
2849
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
2850
2850
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2851
2851
  var styleProps = {
2852
2852
  size: !size && isInsideButton ? 'medium' : size,
@@ -2867,14 +2867,14 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
2867
2867
  });
2868
2868
  IconEdit.displayName = 'IconEdit';
2869
2869
 
2870
- var _excluded$1W = ["testId", "size", "color", "style"];
2870
+ var _excluded$1X = ["testId", "size", "color", "style"];
2871
2871
  var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2872
2872
  var _ref$testId = _ref.testId,
2873
2873
  testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
2874
2874
  size = _ref.size,
2875
2875
  color = _ref.color,
2876
2876
  style = _ref.style,
2877
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
2877
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
2878
2878
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2879
2879
  var styleProps = {
2880
2880
  size: !size && isInsideButton ? 'medium' : size,
@@ -2897,14 +2897,14 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2897
2897
  });
2898
2898
  IconEllipsisV.displayName = 'IconEllipsisV';
2899
2899
 
2900
- var _excluded$1V = ["testId", "size", "color", "style"];
2900
+ var _excluded$1W = ["testId", "size", "color", "style"];
2901
2901
  var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2902
2902
  var _ref$testId = _ref.testId,
2903
2903
  testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
2904
2904
  size = _ref.size,
2905
2905
  color = _ref.color,
2906
2906
  style = _ref.style,
2907
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
2907
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
2908
2908
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2909
2909
  var styleProps = {
2910
2910
  size: !size && isInsideButton ? 'medium' : size,
@@ -2932,14 +2932,14 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2932
2932
  });
2933
2933
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2934
2934
 
2935
- var _excluded$1U = ["testId", "size", "color", "style"];
2935
+ var _excluded$1V = ["testId", "size", "color", "style"];
2936
2936
  var IconEnvelope = React.forwardRef(function (_ref, ref) {
2937
2937
  var _ref$testId = _ref.testId,
2938
2938
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
2939
2939
  size = _ref.size,
2940
2940
  color = _ref.color,
2941
2941
  style = _ref.style,
2942
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
2942
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
2943
2943
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2944
2944
  var styleProps = {
2945
2945
  size: !size && isInsideButton ? 'medium' : size,
@@ -2960,14 +2960,14 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
2960
2960
  });
2961
2961
  IconEnvelope.displayName = 'IconEnvelope';
2962
2962
 
2963
- var _excluded$1T = ["testId", "size", "color", "style"];
2963
+ var _excluded$1U = ["testId", "size", "color", "style"];
2964
2964
  var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
2965
2965
  var _ref$testId = _ref.testId,
2966
2966
  testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
2967
2967
  size = _ref.size,
2968
2968
  color = _ref.color,
2969
2969
  style = _ref.style,
2970
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
2970
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
2971
2971
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2972
2972
  var styleProps = {
2973
2973
  size: !size && isInsideButton ? 'medium' : size,
@@ -2990,14 +2990,14 @@ var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
2990
2990
  });
2991
2991
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
2992
2992
 
2993
- var _excluded$1S = ["testId", "size", "color", "style"];
2993
+ var _excluded$1T = ["testId", "size", "color", "style"];
2994
2994
  var IconExclaimation = React.forwardRef(function (_ref, ref) {
2995
2995
  var _ref$testId = _ref.testId,
2996
2996
  testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
2997
2997
  size = _ref.size,
2998
2998
  color = _ref.color,
2999
2999
  style = _ref.style,
3000
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3000
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3001
3001
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3002
3002
  var styleProps = {
3003
3003
  size: !size && isInsideButton ? 'medium' : size,
@@ -3018,14 +3018,14 @@ var IconExclaimation = React.forwardRef(function (_ref, ref) {
3018
3018
  });
3019
3019
  IconExclaimation.displayName = 'IconExclaimation';
3020
3020
 
3021
- var _excluded$1R = ["testId", "size", "color", "style"];
3021
+ var _excluded$1S = ["testId", "size", "color", "style"];
3022
3022
  var IconExpand = React.forwardRef(function (_ref, ref) {
3023
3023
  var _ref$testId = _ref.testId,
3024
3024
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
3025
3025
  size = _ref.size,
3026
3026
  color = _ref.color,
3027
3027
  style = _ref.style,
3028
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3028
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3029
3029
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3030
3030
  var styleProps = {
3031
3031
  size: !size && isInsideButton ? 'medium' : size,
@@ -3046,14 +3046,14 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
3046
3046
  });
3047
3047
  IconExpand.displayName = 'IconExpand';
3048
3048
 
3049
- var _excluded$1Q = ["testId", "size", "color", "style"];
3049
+ var _excluded$1R = ["testId", "size", "color", "style"];
3050
3050
  var IconExternalLink = React.forwardRef(function (_ref, ref) {
3051
3051
  var _ref$testId = _ref.testId,
3052
3052
  testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
3053
3053
  size = _ref.size,
3054
3054
  color = _ref.color,
3055
3055
  style = _ref.style,
3056
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3056
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3057
3057
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3058
3058
  var styleProps = {
3059
3059
  size: !size && isInsideButton ? 'medium' : size,
@@ -3076,14 +3076,14 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
3076
3076
  });
3077
3077
  IconExternalLink.displayName = 'IconExternalLink';
3078
3078
 
3079
- var _excluded$1P = ["testId", "size", "color", "style"];
3079
+ var _excluded$1Q = ["testId", "size", "color", "style"];
3080
3080
  var IconEyeSlash = React.forwardRef(function (_ref, ref) {
3081
3081
  var _ref$testId = _ref.testId,
3082
3082
  testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
3083
3083
  size = _ref.size,
3084
3084
  color = _ref.color,
3085
3085
  style = _ref.style,
3086
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3086
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3087
3087
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3088
3088
  var styleProps = {
3089
3089
  size: !size && isInsideButton ? 'medium' : size,
@@ -3118,14 +3118,14 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
3118
3118
  });
3119
3119
  IconEyeSlash.displayName = 'IconEyeSlash';
3120
3120
 
3121
- var _excluded$1O = ["testId", "size", "color", "style"];
3121
+ var _excluded$1P = ["testId", "size", "color", "style"];
3122
3122
  var IconEye = React.forwardRef(function (_ref, ref) {
3123
3123
  var _ref$testId = _ref.testId,
3124
3124
  testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
3125
3125
  size = _ref.size,
3126
3126
  color = _ref.color,
3127
3127
  style = _ref.style,
3128
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3128
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3129
3129
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3130
3130
  var styleProps = {
3131
3131
  size: !size && isInsideButton ? 'medium' : size,
@@ -3153,14 +3153,14 @@ var IconEye = React.forwardRef(function (_ref, ref) {
3153
3153
  });
3154
3154
  IconEye.displayName = 'IconEye';
3155
3155
 
3156
- var _excluded$1N = ["testId", "size", "color", "style"];
3156
+ var _excluded$1O = ["testId", "size", "color", "style"];
3157
3157
  var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
3158
3158
  var _ref$testId = _ref.testId,
3159
3159
  testId = _ref$testId === void 0 ? 'icon-face-smile-relaxed' : _ref$testId,
3160
3160
  size = _ref.size,
3161
3161
  color = _ref.color,
3162
3162
  style = _ref.style,
3163
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3163
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3164
3164
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3165
3165
  var styleProps = {
3166
3166
  size: !size && isInsideButton ? 'medium' : size,
@@ -3188,14 +3188,14 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
3188
3188
  });
3189
3189
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3190
3190
 
3191
- var _excluded$1M = ["testId", "size", "color", "style"];
3191
+ var _excluded$1N = ["testId", "size", "color", "style"];
3192
3192
  var IconFilePdf = React.forwardRef(function (_ref, ref) {
3193
3193
  var _ref$testId = _ref.testId,
3194
3194
  testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
3195
3195
  size = _ref.size,
3196
3196
  color = _ref.color,
3197
3197
  style = _ref.style,
3198
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3198
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3199
3199
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3200
3200
  var styleProps = {
3201
3201
  size: !size && isInsideButton ? 'medium' : size,
@@ -3223,14 +3223,14 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
3223
3223
  });
3224
3224
  IconFilePdf.displayName = 'IconFilePdf';
3225
3225
 
3226
- var _excluded$1L = ["testId", "size", "color", "style"];
3226
+ var _excluded$1M = ["testId", "size", "color", "style"];
3227
3227
  var IconFile = React.forwardRef(function (_ref, ref) {
3228
3228
  var _ref$testId = _ref.testId,
3229
3229
  testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
3230
3230
  size = _ref.size,
3231
3231
  color = _ref.color,
3232
3232
  style = _ref.style,
3233
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3233
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3234
3234
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3235
3235
  var styleProps = {
3236
3236
  size: !size && isInsideButton ? 'medium' : size,
@@ -3258,14 +3258,14 @@ var IconFile = React.forwardRef(function (_ref, ref) {
3258
3258
  });
3259
3259
  IconFile.displayName = 'IconFile';
3260
3260
 
3261
- var _excluded$1K = ["testId", "size", "color", "style"];
3261
+ var _excluded$1L = ["testId", "size", "color", "style"];
3262
3262
  var IconFlag = React.forwardRef(function (_ref, ref) {
3263
3263
  var _ref$testId = _ref.testId,
3264
3264
  testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
3265
3265
  size = _ref.size,
3266
3266
  color = _ref.color,
3267
3267
  style = _ref.style,
3268
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3268
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3269
3269
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3270
3270
  var styleProps = {
3271
3271
  size: !size && isInsideButton ? 'medium' : size,
@@ -3293,14 +3293,14 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
3293
3293
  });
3294
3294
  IconFlag.displayName = 'IconFlag';
3295
3295
 
3296
- var _excluded$1J = ["testId", "size", "color", "style"];
3296
+ var _excluded$1K = ["testId", "size", "color", "style"];
3297
3297
  var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
3298
3298
  var _ref$testId = _ref.testId,
3299
3299
  testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
3300
3300
  size = _ref.size,
3301
3301
  color = _ref.color,
3302
3302
  style = _ref.style,
3303
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3304
3304
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3305
3305
  var styleProps = {
3306
3306
  size: !size && isInsideButton ? 'medium' : size,
@@ -3323,14 +3323,14 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
3323
3323
  });
3324
3324
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3325
3325
 
3326
- var _excluded$1I = ["testId", "size", "color", "style"];
3326
+ var _excluded$1J = ["testId", "size", "color", "style"];
3327
3327
  var IconFourSquares = React.forwardRef(function (_ref, ref) {
3328
3328
  var _ref$testId = _ref.testId,
3329
3329
  testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
3330
3330
  size = _ref.size,
3331
3331
  color = _ref.color,
3332
3332
  style = _ref.style,
3333
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3333
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3334
3334
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3335
3335
  var styleProps = {
3336
3336
  size: !size && isInsideButton ? 'medium' : size,
@@ -3376,14 +3376,14 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
3376
3376
  });
3377
3377
  IconFourSquares.displayName = 'IconFourSquares';
3378
3378
 
3379
- var _excluded$1H = ["testId", "size", "color", "style"];
3379
+ var _excluded$1I = ["testId", "size", "color", "style"];
3380
3380
  var IconGavel = React.forwardRef(function (_ref, ref) {
3381
3381
  var _ref$testId = _ref.testId,
3382
3382
  testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
3383
3383
  size = _ref.size,
3384
3384
  color = _ref.color,
3385
3385
  style = _ref.style,
3386
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3386
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3387
3387
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3388
3388
  var styleProps = {
3389
3389
  size: !size && isInsideButton ? 'medium' : size,
@@ -3404,14 +3404,14 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
3404
3404
  });
3405
3405
  IconGavel.displayName = 'IconGavel';
3406
3406
 
3407
- var _excluded$1G = ["testId", "size", "color", "style"];
3407
+ var _excluded$1H = ["testId", "size", "color", "style"];
3408
3408
  var IconGif = React.forwardRef(function (_ref, ref) {
3409
3409
  var _ref$testId = _ref.testId,
3410
3410
  testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
3411
3411
  size = _ref.size,
3412
3412
  color = _ref.color,
3413
3413
  style = _ref.style,
3414
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3414
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3415
3415
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3416
3416
  var styleProps = {
3417
3417
  size: !size && isInsideButton ? 'medium' : size,
@@ -3436,14 +3436,14 @@ var IconGif = React.forwardRef(function (_ref, ref) {
3436
3436
  });
3437
3437
  IconGif.displayName = 'IconGif';
3438
3438
 
3439
- var _excluded$1F = ["testId", "size", "color", "style"];
3439
+ var _excluded$1G = ["testId", "size", "color", "style"];
3440
3440
  var IconGift = React.forwardRef(function (_ref, ref) {
3441
3441
  var _ref$testId = _ref.testId,
3442
3442
  testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
3443
3443
  size = _ref.size,
3444
3444
  color = _ref.color,
3445
3445
  style = _ref.style,
3446
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3446
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3447
3447
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3448
3448
  var styleProps = {
3449
3449
  size: !size && isInsideButton ? 'medium' : size,
@@ -3464,14 +3464,14 @@ var IconGift = React.forwardRef(function (_ref, ref) {
3464
3464
  });
3465
3465
  IconGift.displayName = 'IconGift';
3466
3466
 
3467
- var _excluded$1E = ["testId", "size", "color", "style"];
3467
+ var _excluded$1F = ["testId", "size", "color", "style"];
3468
3468
  var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
3469
3469
  var _ref$testId = _ref.testId,
3470
3470
  testId = _ref$testId === void 0 ? 'icon-good-monochromatic' : _ref$testId,
3471
3471
  size = _ref.size,
3472
3472
  color = _ref.color,
3473
3473
  style = _ref.style,
3474
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3474
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3475
3475
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3476
3476
  var styleProps = {
3477
3477
  size: !size && isInsideButton ? 'medium' : size,
@@ -3510,14 +3510,14 @@ var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
3510
3510
  });
3511
3511
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3512
3512
 
3513
- var _excluded$1D = ["testId", "size", "color", "style"];
3513
+ var _excluded$1E = ["testId", "size", "color", "style"];
3514
3514
  var IconGood = React.forwardRef(function (_ref, ref) {
3515
3515
  var _ref$testId = _ref.testId,
3516
3516
  testId = _ref$testId === void 0 ? 'icon-good' : _ref$testId,
3517
3517
  size = _ref.size,
3518
3518
  color = _ref.color,
3519
3519
  style = _ref.style,
3520
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3520
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3521
3521
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3522
3522
  var styleProps = {
3523
3523
  size: !size && isInsideButton ? 'medium' : size,
@@ -3544,14 +3544,14 @@ var IconGood = React.forwardRef(function (_ref, ref) {
3544
3544
  });
3545
3545
  IconGood.displayName = 'IconGood';
3546
3546
 
3547
- var _excluded$1C = ["testId", "size", "color", "style"];
3547
+ var _excluded$1D = ["testId", "size", "color", "style"];
3548
3548
  var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
3549
3549
  var _ref$testId = _ref.testId,
3550
3550
  testId = _ref$testId === void 0 ? 'icon-great-monochromatic' : _ref$testId,
3551
3551
  size = _ref.size,
3552
3552
  color = _ref.color,
3553
3553
  style = _ref.style,
3554
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3554
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3555
3555
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3556
3556
  var styleProps = {
3557
3557
  size: !size && isInsideButton ? 'medium' : size,
@@ -3592,14 +3592,14 @@ var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
3592
3592
  });
3593
3593
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3594
3594
 
3595
- var _excluded$1B = ["testId", "size", "color", "style"];
3595
+ var _excluded$1C = ["testId", "size", "color", "style"];
3596
3596
  var IconGreat = React.forwardRef(function (_ref, ref) {
3597
3597
  var _ref$testId = _ref.testId,
3598
3598
  testId = _ref$testId === void 0 ? 'icon-great' : _ref$testId,
3599
3599
  size = _ref.size,
3600
3600
  color = _ref.color,
3601
3601
  style = _ref.style,
3602
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3602
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3603
3603
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3604
3604
  var styleProps = {
3605
3605
  size: !size && isInsideButton ? 'medium' : size,
@@ -3628,14 +3628,14 @@ var IconGreat = React.forwardRef(function (_ref, ref) {
3628
3628
  });
3629
3629
  IconGreat.displayName = 'IconGreat';
3630
3630
 
3631
- var _excluded$1A = ["testId", "size", "color", "style"];
3631
+ var _excluded$1B = ["testId", "size", "color", "style"];
3632
3632
  var IconGrinBeam = React.forwardRef(function (_ref, ref) {
3633
3633
  var _ref$testId = _ref.testId,
3634
3634
  testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
3635
3635
  size = _ref.size,
3636
3636
  color = _ref.color,
3637
3637
  style = _ref.style,
3638
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3638
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3639
3639
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3640
3640
  var styleProps = {
3641
3641
  size: !size && isInsideButton ? 'medium' : size,
@@ -3656,14 +3656,14 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
3656
3656
  });
3657
3657
  IconGrinBeam.displayName = 'IconGrinBeam';
3658
3658
 
3659
- var _excluded$1z = ["testId", "size", "color", "style"];
3659
+ var _excluded$1A = ["testId", "size", "color", "style"];
3660
3660
  var IconGripVertical = React.forwardRef(function (_ref, ref) {
3661
3661
  var _ref$testId = _ref.testId,
3662
3662
  testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
3663
3663
  size = _ref.size,
3664
3664
  color = _ref.color,
3665
3665
  style = _ref.style,
3666
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3666
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3667
3667
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3668
3668
  var styleProps = {
3669
3669
  size: !size && isInsideButton ? 'medium' : size,
@@ -3711,14 +3711,14 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
3711
3711
  });
3712
3712
  IconGripVertical.displayName = 'IconGripVertical';
3713
3713
 
3714
- var _excluded$1y = ["testId", "size", "color", "style"];
3714
+ var _excluded$1z = ["testId", "size", "color", "style"];
3715
3715
  var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
3716
3716
  var _ref$testId = _ref.testId,
3717
3717
  testId = _ref$testId === void 0 ? 'icon-hand-holding-dollar' : _ref$testId,
3718
3718
  size = _ref.size,
3719
3719
  color = _ref.color,
3720
3720
  style = _ref.style,
3721
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3721
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3722
3722
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3723
3723
  var styleProps = {
3724
3724
  size: !size && isInsideButton ? 'medium' : size,
@@ -3746,14 +3746,14 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
3746
3746
  });
3747
3747
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
3748
3748
 
3749
- var _excluded$1x = ["testId", "size", "color", "style"];
3749
+ var _excluded$1y = ["testId", "size", "color", "style"];
3750
3750
  var IconHandPointRight = React.forwardRef(function (_ref, ref) {
3751
3751
  var _ref$testId = _ref.testId,
3752
3752
  testId = _ref$testId === void 0 ? 'icon-hand-point-right' : _ref$testId,
3753
3753
  size = _ref.size,
3754
3754
  color = _ref.color,
3755
3755
  style = _ref.style,
3756
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3756
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3757
3757
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3758
3758
  var styleProps = {
3759
3759
  size: !size && isInsideButton ? 'medium' : size,
@@ -3774,14 +3774,14 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
3774
3774
  });
3775
3775
  IconHandPointRight.displayName = 'IconHandPointRight';
3776
3776
 
3777
- var _excluded$1w = ["testId", "size", "color", "style"];
3777
+ var _excluded$1x = ["testId", "size", "color", "style"];
3778
3778
  var IconHandshake = React.forwardRef(function (_ref, ref) {
3779
3779
  var _ref$testId = _ref.testId,
3780
3780
  testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
3781
3781
  size = _ref.size,
3782
3782
  color = _ref.color,
3783
3783
  style = _ref.style,
3784
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3784
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3785
3785
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3786
3786
  var styleProps = {
3787
3787
  size: !size && isInsideButton ? 'medium' : size,
@@ -3809,14 +3809,14 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
3809
3809
  });
3810
3810
  IconHandshake.displayName = 'IconHandshake';
3811
3811
 
3812
- var _excluded$1v = ["testId", "size", "color", "style"];
3812
+ var _excluded$1w = ["testId", "size", "color", "style"];
3813
3813
  var IconHatChef = React.forwardRef(function (_ref, ref) {
3814
3814
  var _ref$testId = _ref.testId,
3815
3815
  testId = _ref$testId === void 0 ? 'icon-hat-chef' : _ref$testId,
3816
3816
  size = _ref.size,
3817
3817
  color = _ref.color,
3818
3818
  style = _ref.style,
3819
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3819
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3820
3820
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3821
3821
  var styleProps = {
3822
3822
  size: !size && isInsideButton ? 'medium' : size,
@@ -3837,14 +3837,14 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
3837
3837
  });
3838
3838
  IconHatChef.displayName = 'IconHatChef';
3839
3839
 
3840
- var _excluded$1u = ["testId", "size", "color", "style"];
3840
+ var _excluded$1v = ["testId", "size", "color", "style"];
3841
3841
  var IconImage = React.forwardRef(function (_ref, ref) {
3842
3842
  var _ref$testId = _ref.testId,
3843
3843
  testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
3844
3844
  size = _ref.size,
3845
3845
  color = _ref.color,
3846
3846
  style = _ref.style,
3847
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3847
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3848
3848
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3849
3849
  var styleProps = {
3850
3850
  size: !size && isInsideButton ? 'medium' : size,
@@ -3872,14 +3872,14 @@ var IconImage = React.forwardRef(function (_ref, ref) {
3872
3872
  });
3873
3873
  IconImage.displayName = 'IconImage';
3874
3874
 
3875
- var _excluded$1t = ["testId", "size", "color", "style"];
3875
+ var _excluded$1u = ["testId", "size", "color", "style"];
3876
3876
  var IconIslandTropical = React.forwardRef(function (_ref, ref) {
3877
3877
  var _ref$testId = _ref.testId,
3878
3878
  testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
3879
3879
  size = _ref.size,
3880
3880
  color = _ref.color,
3881
3881
  style = _ref.style,
3882
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3882
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3883
3883
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3884
3884
  var styleProps = {
3885
3885
  size: !size && isInsideButton ? 'medium' : size,
@@ -3902,14 +3902,14 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
3902
3902
  });
3903
3903
  IconIslandTropical.displayName = 'IconIslandTropical';
3904
3904
 
3905
- var _excluded$1s = ["testId", "size", "color", "style"];
3905
+ var _excluded$1t = ["testId", "size", "color", "style"];
3906
3906
  var IconItalic = React.forwardRef(function (_ref, ref) {
3907
3907
  var _ref$testId = _ref.testId,
3908
3908
  testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
3909
3909
  size = _ref.size,
3910
3910
  color = _ref.color,
3911
3911
  style = _ref.style,
3912
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3912
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3913
3913
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3914
3914
  var styleProps = {
3915
3915
  size: !size && isInsideButton ? 'medium' : size,
@@ -3930,14 +3930,14 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
3930
3930
  });
3931
3931
  IconItalic.displayName = 'IconItalic';
3932
3932
 
3933
- var _excluded$1r = ["testId", "size", "color", "style"];
3933
+ var _excluded$1s = ["testId", "size", "color", "style"];
3934
3934
  var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
3935
3935
  var _ref$testId = _ref.testId,
3936
3936
  testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
3937
3937
  size = _ref.size,
3938
3938
  color = _ref.color,
3939
3939
  style = _ref.style,
3940
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3940
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3941
3941
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3942
3942
  var styleProps = {
3943
3943
  size: !size && isInsideButton ? 'medium' : size,
@@ -3967,14 +3967,14 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
3967
3967
  });
3968
3968
  IconLaptopSearch.displayName = 'IconLaptopSearch';
3969
3969
 
3970
- var _excluded$1q = ["testId", "size", "color", "style"];
3970
+ var _excluded$1r = ["testId", "size", "color", "style"];
3971
3971
  var IconLink = React.forwardRef(function (_ref, ref) {
3972
3972
  var _ref$testId = _ref.testId,
3973
3973
  testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
3974
3974
  size = _ref.size,
3975
3975
  color = _ref.color,
3976
3976
  style = _ref.style,
3977
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
3977
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3978
3978
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3979
3979
  var styleProps = {
3980
3980
  size: !size && isInsideButton ? 'medium' : size,
@@ -4002,14 +4002,14 @@ var IconLink = React.forwardRef(function (_ref, ref) {
4002
4002
  });
4003
4003
  IconLink.displayName = 'IconLink';
4004
4004
 
4005
- var _excluded$1p = ["testId", "size", "color", "style"];
4005
+ var _excluded$1q = ["testId", "size", "color", "style"];
4006
4006
  var IconListOI = React.forwardRef(function (_ref, ref) {
4007
4007
  var _ref$testId = _ref.testId,
4008
4008
  testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
4009
4009
  size = _ref.size,
4010
4010
  color = _ref.color,
4011
4011
  style = _ref.style,
4012
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4012
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4013
4013
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4014
4014
  var styleProps = {
4015
4015
  size: !size && isInsideButton ? 'medium' : size,
@@ -4037,14 +4037,14 @@ var IconListOI = React.forwardRef(function (_ref, ref) {
4037
4037
  });
4038
4038
  IconListOI.displayName = 'IconListOI';
4039
4039
 
4040
- var _excluded$1o = ["testId", "size", "color", "style"];
4040
+ var _excluded$1p = ["testId", "size", "color", "style"];
4041
4041
  var IconList = React.forwardRef(function (_ref, ref) {
4042
4042
  var _ref$testId = _ref.testId,
4043
4043
  testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
4044
4044
  size = _ref.size,
4045
4045
  color = _ref.color,
4046
4046
  style = _ref.style,
4047
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4047
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4048
4048
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4049
4049
  var styleProps = {
4050
4050
  size: !size && isInsideButton ? 'medium' : size,
@@ -4065,14 +4065,14 @@ var IconList = React.forwardRef(function (_ref, ref) {
4065
4065
  });
4066
4066
  IconList.displayName = 'IconList';
4067
4067
 
4068
- var _excluded$1n = ["testId", "size", "color", "style"];
4068
+ var _excluded$1o = ["testId", "size", "color", "style"];
4069
4069
  var IconLock = React.forwardRef(function (_ref, ref) {
4070
4070
  var _ref$testId = _ref.testId,
4071
4071
  testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
4072
4072
  size = _ref.size,
4073
4073
  color = _ref.color,
4074
4074
  style = _ref.style,
4075
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4075
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4076
4076
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4077
4077
  var styleProps = {
4078
4078
  size: !size && isInsideButton ? 'medium' : size,
@@ -4093,14 +4093,14 @@ var IconLock = React.forwardRef(function (_ref, ref) {
4093
4093
  });
4094
4094
  IconLock.displayName = 'IconLock';
4095
4095
 
4096
- var _excluded$1m = ["testId", "size", "color", "style"];
4096
+ var _excluded$1n = ["testId", "size", "color", "style"];
4097
4097
  var IconMagicSolid = React.forwardRef(function (_ref, ref) {
4098
4098
  var _ref$testId = _ref.testId,
4099
4099
  testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
4100
4100
  size = _ref.size,
4101
4101
  color = _ref.color,
4102
4102
  style = _ref.style,
4103
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4103
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4104
4104
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4105
4105
  var styleProps = {
4106
4106
  size: !size && isInsideButton ? 'medium' : size,
@@ -4123,14 +4123,14 @@ var IconMagicSolid = React.forwardRef(function (_ref, ref) {
4123
4123
  });
4124
4124
  IconMagicSolid.displayName = 'IconMagicSolid';
4125
4125
 
4126
- var _excluded$1l = ["testId", "size", "color", "style"];
4126
+ var _excluded$1m = ["testId", "size", "color", "style"];
4127
4127
  var IconMapMarker = React.forwardRef(function (_ref, ref) {
4128
4128
  var _ref$testId = _ref.testId,
4129
4129
  testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
4130
4130
  size = _ref.size,
4131
4131
  color = _ref.color,
4132
4132
  style = _ref.style,
4133
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4133
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4134
4134
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4135
4135
  var styleProps = {
4136
4136
  size: !size && isInsideButton ? 'medium' : size,
@@ -4153,14 +4153,14 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
4153
4153
  });
4154
4154
  IconMapMarker.displayName = 'IconMapMarker';
4155
4155
 
4156
- var _excluded$1k = ["testId", "size", "color", "style"];
4156
+ var _excluded$1l = ["testId", "size", "color", "style"];
4157
4157
  var IconMedal = React.forwardRef(function (_ref, ref) {
4158
4158
  var _ref$testId = _ref.testId,
4159
4159
  testId = _ref$testId === void 0 ? 'icon-medal' : _ref$testId,
4160
4160
  size = _ref.size,
4161
4161
  color = _ref.color,
4162
4162
  style = _ref.style,
4163
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4163
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4164
4164
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4165
4165
  var styleProps = {
4166
4166
  size: !size && isInsideButton ? 'medium' : size,
@@ -4188,14 +4188,14 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
4188
4188
  });
4189
4189
  IconMedal.displayName = 'IconMedal';
4190
4190
 
4191
- var _excluded$1j = ["testId", "size", "color", "style"];
4191
+ var _excluded$1k = ["testId", "size", "color", "style"];
4192
4192
  var IconMegaphone = React.forwardRef(function (_ref, ref) {
4193
4193
  var _ref$testId = _ref.testId,
4194
4194
  testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
4195
4195
  size = _ref.size,
4196
4196
  color = _ref.color,
4197
4197
  style = _ref.style,
4198
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4198
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4199
4199
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4200
4200
  var styleProps = {
4201
4201
  size: !size && isInsideButton ? 'medium' : size,
@@ -4218,14 +4218,14 @@ var IconMegaphone = React.forwardRef(function (_ref, ref) {
4218
4218
  });
4219
4219
  IconMegaphone.displayName = 'IconMegaphone';
4220
4220
 
4221
- var _excluded$1i = ["testId", "size", "color", "style"];
4221
+ var _excluded$1j = ["testId", "size", "color", "style"];
4222
4222
  var IconMessages = React.forwardRef(function (_ref, ref) {
4223
4223
  var _ref$testId = _ref.testId,
4224
4224
  testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
4225
4225
  size = _ref.size,
4226
4226
  color = _ref.color,
4227
4227
  style = _ref.style,
4228
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4228
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4229
4229
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4230
4230
  var styleProps = {
4231
4231
  size: !size && isInsideButton ? 'medium' : size,
@@ -4246,14 +4246,14 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
4246
4246
  });
4247
4247
  IconMessages.displayName = 'IconMessages';
4248
4248
 
4249
- var _excluded$1h = ["testId", "size", "color", "style"];
4249
+ var _excluded$1i = ["testId", "size", "color", "style"];
4250
4250
  var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4251
4251
  var _ref$testId = _ref.testId,
4252
4252
  testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
4253
4253
  size = _ref.size,
4254
4254
  color = _ref.color,
4255
4255
  style = _ref.style,
4256
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4256
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4257
4257
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4258
4258
  var styleProps = {
4259
4259
  size: !size && isInsideButton ? 'medium' : size,
@@ -4274,14 +4274,14 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4274
4274
  });
4275
4275
  IconMinusCircle.displayName = 'IconMinusCircle';
4276
4276
 
4277
- var _excluded$1g = ["testId", "size", "color", "style"];
4277
+ var _excluded$1h = ["testId", "size", "color", "style"];
4278
4278
  var IconMinus = React.forwardRef(function (_ref, ref) {
4279
4279
  var _ref$testId = _ref.testId,
4280
4280
  testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
4281
4281
  size = _ref.size,
4282
4282
  color = _ref.color,
4283
4283
  style = _ref.style,
4284
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4284
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4285
4285
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4286
4286
  var styleProps = {
4287
4287
  size: !size && isInsideButton ? 'medium' : size,
@@ -4302,14 +4302,14 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
4302
4302
  });
4303
4303
  IconMinus.displayName = 'IconMinus';
4304
4304
 
4305
- var _excluded$1f = ["testId", "size", "color", "style"];
4305
+ var _excluded$1g = ["testId", "size", "color", "style"];
4306
4306
  var IconMoneyBill = React.forwardRef(function (_ref, ref) {
4307
4307
  var _ref$testId = _ref.testId,
4308
4308
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
4309
4309
  size = _ref.size,
4310
4310
  color = _ref.color,
4311
4311
  style = _ref.style,
4312
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4312
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4313
4313
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4314
4314
  var styleProps = {
4315
4315
  size: !size && isInsideButton ? 'medium' : size,
@@ -4330,14 +4330,14 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
4330
4330
  });
4331
4331
  IconMoneyBill.displayName = 'IconMoneyBill';
4332
4332
 
4333
- var _excluded$1e = ["testId", "size", "color", "style"];
4333
+ var _excluded$1f = ["testId", "size", "color", "style"];
4334
4334
  var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
4335
4335
  var _ref$testId = _ref.testId,
4336
4336
  testId = _ref$testId === void 0 ? 'icon-mug-saucer-solid' : _ref$testId,
4337
4337
  size = _ref.size,
4338
4338
  color = _ref.color,
4339
4339
  style = _ref.style,
4340
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4340
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4341
4341
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4342
4342
  var styleProps = {
4343
4343
  size: !size && isInsideButton ? 'medium' : size,
@@ -4358,14 +4358,14 @@ var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
4358
4358
  });
4359
4359
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4360
4360
 
4361
- var _excluded$1d = ["testId", "size", "color", "style"];
4361
+ var _excluded$1e = ["testId", "size", "color", "style"];
4362
4362
  var IconNotesMedical = React.forwardRef(function (_ref, ref) {
4363
4363
  var _ref$testId = _ref.testId,
4364
4364
  testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
4365
4365
  size = _ref.size,
4366
4366
  color = _ref.color,
4367
4367
  style = _ref.style,
4368
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4368
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4369
4369
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4370
4370
  var styleProps = {
4371
4371
  size: !size && isInsideButton ? 'medium' : size,
@@ -4386,14 +4386,14 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
4386
4386
  });
4387
4387
  IconNotesMedical.displayName = 'IconNotesMedical';
4388
4388
 
4389
- var _excluded$1c = ["testId", "size", "color", "style"];
4389
+ var _excluded$1d = ["testId", "size", "color", "style"];
4390
4390
  var IconOvertime = React.forwardRef(function (_ref, ref) {
4391
4391
  var _ref$testId = _ref.testId,
4392
4392
  testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
4393
4393
  size = _ref.size,
4394
4394
  color = _ref.color,
4395
4395
  style = _ref.style,
4396
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4396
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4397
4397
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4398
4398
  var styleProps = {
4399
4399
  size: !size && isInsideButton ? 'medium' : size,
@@ -4421,14 +4421,14 @@ var IconOvertime = React.forwardRef(function (_ref, ref) {
4421
4421
  });
4422
4422
  IconOvertime.displayName = 'IconOvertime';
4423
4423
 
4424
- var _excluded$1b = ["testId", "size", "color", "style"];
4424
+ var _excluded$1c = ["testId", "size", "color", "style"];
4425
4425
  var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
4426
4426
  var _ref$testId = _ref.testId,
4427
4427
  testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
4428
4428
  size = _ref.size,
4429
4429
  color = _ref.color,
4430
4430
  style = _ref.style,
4431
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4431
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4432
4432
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4433
4433
  var styleProps = {
4434
4434
  size: !size && isInsideButton ? 'medium' : size,
@@ -4460,14 +4460,14 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
4460
4460
  });
4461
4461
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4462
4462
 
4463
- var _excluded$1a = ["testId", "size", "color", "style"];
4463
+ var _excluded$1b = ["testId", "size", "color", "style"];
4464
4464
  var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4465
4465
  var _ref$testId = _ref.testId,
4466
4466
  testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
4467
4467
  size = _ref.size,
4468
4468
  color = _ref.color,
4469
4469
  style = _ref.style,
4470
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4470
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4471
4471
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4472
4472
  var styleProps = {
4473
4473
  size: !size && isInsideButton ? 'medium' : size,
@@ -4490,14 +4490,14 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4490
4490
  });
4491
4491
  IconPaperPlane.displayName = 'IconPaperPlane';
4492
4492
 
4493
- var _excluded$19 = ["testId", "size", "color", "style"];
4493
+ var _excluded$1a = ["testId", "size", "color", "style"];
4494
4494
  var IconPaperclip = React.forwardRef(function (_ref, ref) {
4495
4495
  var _ref$testId = _ref.testId,
4496
4496
  testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
4497
4497
  size = _ref.size,
4498
4498
  color = _ref.color,
4499
4499
  style = _ref.style,
4500
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4500
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4501
4501
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4502
4502
  var styleProps = {
4503
4503
  size: !size && isInsideButton ? 'medium' : size,
@@ -4525,14 +4525,14 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
4525
4525
  });
4526
4526
  IconPaperclip.displayName = 'IconPaperclip';
4527
4527
 
4528
- var _excluded$18 = ["testId", "size", "color", "style"];
4528
+ var _excluded$19 = ["testId", "size", "color", "style"];
4529
4529
  var IconPencil = React.forwardRef(function (_ref, ref) {
4530
4530
  var _ref$testId = _ref.testId,
4531
4531
  testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
4532
4532
  size = _ref.size,
4533
4533
  color = _ref.color,
4534
4534
  style = _ref.style,
4535
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4535
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4536
4536
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4537
4537
  var styleProps = {
4538
4538
  size: !size && isInsideButton ? 'medium' : size,
@@ -4555,14 +4555,14 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
4555
4555
  });
4556
4556
  IconPencil.displayName = 'IconPencil';
4557
4557
 
4558
- var _excluded$17 = ["testId", "size", "color", "style"];
4558
+ var _excluded$18 = ["testId", "size", "color", "style"];
4559
4559
  var IconPercentage = React.forwardRef(function (_ref, ref) {
4560
4560
  var _ref$testId = _ref.testId,
4561
4561
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
4562
4562
  size = _ref.size,
4563
4563
  color = _ref.color,
4564
4564
  style = _ref.style,
4565
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4565
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4566
4566
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4567
4567
  var styleProps = {
4568
4568
  size: !size && isInsideButton ? 'medium' : size,
@@ -4583,14 +4583,14 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
4583
4583
  });
4584
4584
  IconPercentage.displayName = 'IconPercentage';
4585
4585
 
4586
- var _excluded$16 = ["testId", "size", "color", "style"];
4586
+ var _excluded$17 = ["testId", "size", "color", "style"];
4587
4587
  var IconPhone = React.forwardRef(function (_ref, ref) {
4588
4588
  var _ref$testId = _ref.testId,
4589
4589
  testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
4590
4590
  size = _ref.size,
4591
4591
  color = _ref.color,
4592
4592
  style = _ref.style,
4593
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4593
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4594
4594
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4595
4595
  var styleProps = {
4596
4596
  size: !size && isInsideButton ? 'medium' : size,
@@ -4611,14 +4611,14 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
4611
4611
  });
4612
4612
  IconPhone.displayName = 'IconPhone';
4613
4613
 
4614
- var _excluded$15 = ["testId", "size", "color", "style"];
4614
+ var _excluded$16 = ["testId", "size", "color", "style"];
4615
4615
  var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
4616
4616
  var _ref$testId = _ref.testId,
4617
4617
  testId = _ref$testId === void 0 ? 'icon-plate-utensils' : _ref$testId,
4618
4618
  size = _ref.size,
4619
4619
  color = _ref.color,
4620
4620
  style = _ref.style,
4621
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4621
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4622
4622
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4623
4623
  var styleProps = {
4624
4624
  size: !size && isInsideButton ? 'medium' : size,
@@ -4639,14 +4639,14 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
4639
4639
  });
4640
4640
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4641
4641
 
4642
- var _excluded$14 = ["testId", "size", "color", "style"];
4642
+ var _excluded$15 = ["testId", "size", "color", "style"];
4643
4643
  var IconPlug = React.forwardRef(function (_ref, ref) {
4644
4644
  var _ref$testId = _ref.testId,
4645
4645
  testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
4646
4646
  size = _ref.size,
4647
4647
  color = _ref.color,
4648
4648
  style = _ref.style,
4649
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4649
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4650
4650
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4651
4651
  var styleProps = {
4652
4652
  size: !size && isInsideButton ? 'medium' : size,
@@ -4669,14 +4669,14 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
4669
4669
  });
4670
4670
  IconPlug.displayName = 'IconPlug';
4671
4671
 
4672
- var _excluded$13 = ["testId", "size", "color", "style"];
4672
+ var _excluded$14 = ["testId", "size", "color", "style"];
4673
4673
  var IconPlus = React.forwardRef(function (_ref, ref) {
4674
4674
  var _ref$testId = _ref.testId,
4675
4675
  testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
4676
4676
  size = _ref.size,
4677
4677
  color = _ref.color,
4678
4678
  style = _ref.style,
4679
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4679
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4680
4680
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4681
4681
  var styleProps = {
4682
4682
  size: !size && isInsideButton ? 'medium' : size,
@@ -4699,14 +4699,14 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
4699
4699
  });
4700
4700
  IconPlus.displayName = 'IconPlus';
4701
4701
 
4702
- var _excluded$12 = ["testId", "size", "color", "style"];
4702
+ var _excluded$13 = ["testId", "size", "color", "style"];
4703
4703
  var IconPrint = React.forwardRef(function (_ref, ref) {
4704
4704
  var _ref$testId = _ref.testId,
4705
4705
  testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
4706
4706
  size = _ref.size,
4707
4707
  color = _ref.color,
4708
4708
  style = _ref.style,
4709
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4709
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4710
4710
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4711
4711
  var styleProps = {
4712
4712
  size: !size && isInsideButton ? 'medium' : size,
@@ -4729,14 +4729,14 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
4729
4729
  });
4730
4730
  IconPrint.displayName = 'IconPrint';
4731
4731
 
4732
- var _excluded$11 = ["testId", "size", "color", "style"];
4732
+ var _excluded$12 = ["testId", "size", "color", "style"];
4733
4733
  var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
4734
4734
  var _ref$testId = _ref.testId,
4735
4735
  testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
4736
4736
  size = _ref.size,
4737
4737
  color = _ref.color,
4738
4738
  style = _ref.style,
4739
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4739
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4740
4740
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4741
4741
  var styleProps = {
4742
4742
  size: !size && isInsideButton ? 'medium' : size,
@@ -4757,14 +4757,14 @@ var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
4757
4757
  });
4758
4758
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4759
4759
 
4760
- var _excluded$10 = ["testId", "size", "color", "style"];
4760
+ var _excluded$11 = ["testId", "size", "color", "style"];
4761
4761
  var IconRepeat = React.forwardRef(function (_ref, ref) {
4762
4762
  var _ref$testId = _ref.testId,
4763
4763
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
4764
4764
  size = _ref.size,
4765
4765
  color = _ref.color,
4766
4766
  style = _ref.style,
4767
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4767
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4768
4768
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4769
4769
  var styleProps = {
4770
4770
  size: !size && isInsideButton ? 'medium' : size,
@@ -4785,14 +4785,14 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
4785
4785
  });
4786
4786
  IconRepeat.displayName = 'IconRepeat';
4787
4787
 
4788
- var _excluded$$ = ["testId", "size", "color", "style"];
4788
+ var _excluded$10 = ["testId", "size", "color", "style"];
4789
4789
  var IconReply = React.forwardRef(function (_ref, ref) {
4790
4790
  var _ref$testId = _ref.testId,
4791
4791
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
4792
4792
  size = _ref.size,
4793
4793
  color = _ref.color,
4794
4794
  style = _ref.style,
4795
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4795
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4796
4796
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4797
4797
  var styleProps = {
4798
4798
  size: !size && isInsideButton ? 'medium' : size,
@@ -4813,14 +4813,14 @@ var IconReply = React.forwardRef(function (_ref, ref) {
4813
4813
  });
4814
4814
  IconReply.displayName = 'IconReply';
4815
4815
 
4816
- var _excluded$_ = ["testId", "size", "color", "style"];
4816
+ var _excluded$$ = ["testId", "size", "color", "style"];
4817
4817
  var IconRocket = React.forwardRef(function (_ref, ref) {
4818
4818
  var _ref$testId = _ref.testId,
4819
4819
  testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
4820
4820
  size = _ref.size,
4821
4821
  color = _ref.color,
4822
4822
  style = _ref.style,
4823
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
4823
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4824
4824
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4825
4825
  var styleProps = {
4826
4826
  size: !size && isInsideButton ? 'medium' : size,
@@ -4841,14 +4841,14 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
4841
4841
  });
4842
4842
  IconRocket.displayName = 'IconRocket';
4843
4843
 
4844
- var _excluded$Z = ["testId", "size", "color", "style"];
4844
+ var _excluded$_ = ["testId", "size", "color", "style"];
4845
4845
  var IconSearch = React.forwardRef(function (_ref, ref) {
4846
4846
  var _ref$testId = _ref.testId,
4847
4847
  testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
4848
4848
  size = _ref.size,
4849
4849
  color = _ref.color,
4850
4850
  style = _ref.style,
4851
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
4851
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
4852
4852
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4853
4853
  var styleProps = {
4854
4854
  size: !size && isInsideButton ? 'medium' : size,
@@ -4871,14 +4871,14 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
4871
4871
  });
4872
4872
  IconSearch.displayName = 'IconSearch';
4873
4873
 
4874
- var _excluded$Y = ["testId", "size", "color", "style"];
4874
+ var _excluded$Z = ["testId", "size", "color", "style"];
4875
4875
  var IconSignOut = React.forwardRef(function (_ref, ref) {
4876
4876
  var _ref$testId = _ref.testId,
4877
4877
  testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
4878
4878
  size = _ref.size,
4879
4879
  color = _ref.color,
4880
4880
  style = _ref.style,
4881
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
4881
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
4882
4882
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4883
4883
  var styleProps = {
4884
4884
  size: !size && isInsideButton ? 'medium' : size,
@@ -4899,14 +4899,14 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
4899
4899
  });
4900
4900
  IconSignOut.displayName = 'IconSignOut';
4901
4901
 
4902
- var _excluded$X = ["testId", "size", "color", "style"];
4902
+ var _excluded$Y = ["testId", "size", "color", "style"];
4903
4903
  var IconSitemap = React.forwardRef(function (_ref, ref) {
4904
4904
  var _ref$testId = _ref.testId,
4905
4905
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
4906
4906
  size = _ref.size,
4907
4907
  color = _ref.color,
4908
4908
  style = _ref.style,
4909
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
4909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
4910
4910
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4911
4911
  var styleProps = {
4912
4912
  size: !size && isInsideButton ? 'medium' : size,
@@ -4929,14 +4929,14 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
4929
4929
  });
4930
4930
  IconSitemap.displayName = 'IconSitemap';
4931
4931
 
4932
- var _excluded$W = ["testId", "size", "color", "style"];
4932
+ var _excluded$X = ["testId", "size", "color", "style"];
4933
4933
  var IconSlidersH = React.forwardRef(function (_ref, ref) {
4934
4934
  var _ref$testId = _ref.testId,
4935
4935
  testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
4936
4936
  size = _ref.size,
4937
4937
  color = _ref.color,
4938
4938
  style = _ref.style,
4939
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
4939
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
4940
4940
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4941
4941
  var styleProps = {
4942
4942
  size: !size && isInsideButton ? 'medium' : size,
@@ -4964,14 +4964,14 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
4964
4964
  });
4965
4965
  IconSlidersH.displayName = 'IconSlidersH';
4966
4966
 
4967
- var _excluded$V = ["testId", "size", "color", "style"];
4967
+ var _excluded$W = ["testId", "size", "color", "style"];
4968
4968
  var IconSort = React.forwardRef(function (_ref, ref) {
4969
4969
  var _ref$testId = _ref.testId,
4970
4970
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
4971
4971
  size = _ref.size,
4972
4972
  color = _ref.color,
4973
4973
  style = _ref.style,
4974
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
4974
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
4975
4975
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4976
4976
  var styleProps = {
4977
4977
  size: !size && isInsideButton ? 'medium' : size,
@@ -4992,14 +4992,14 @@ var IconSort = React.forwardRef(function (_ref, ref) {
4992
4992
  });
4993
4993
  IconSort.displayName = 'IconSort';
4994
4994
 
4995
- var _excluded$U = ["testId", "size", "color", "style"];
4995
+ var _excluded$V = ["testId", "size", "color", "style"];
4996
4996
  var IconStarSolid = React.forwardRef(function (_ref, ref) {
4997
4997
  var _ref$testId = _ref.testId,
4998
4998
  testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
4999
4999
  size = _ref.size,
5000
5000
  color = _ref.color,
5001
5001
  style = _ref.style,
5002
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5002
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5003
5003
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5004
5004
  var styleProps = {
5005
5005
  size: !size && isInsideButton ? 'medium' : size,
@@ -5020,14 +5020,14 @@ var IconStarSolid = React.forwardRef(function (_ref, ref) {
5020
5020
  });
5021
5021
  IconStarSolid.displayName = 'IconStarSolid';
5022
5022
 
5023
- var _excluded$T = ["testId", "size", "color", "style"];
5023
+ var _excluded$U = ["testId", "size", "color", "style"];
5024
5024
  var IconStar = React.forwardRef(function (_ref, ref) {
5025
5025
  var _ref$testId = _ref.testId,
5026
5026
  testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
5027
5027
  size = _ref.size,
5028
5028
  color = _ref.color,
5029
5029
  style = _ref.style,
5030
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5030
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5031
5031
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5032
5032
  var styleProps = {
5033
5033
  size: !size && isInsideButton ? 'medium' : size,
@@ -5048,14 +5048,14 @@ var IconStar = React.forwardRef(function (_ref, ref) {
5048
5048
  });
5049
5049
  IconStar.displayName = 'IconStar';
5050
5050
 
5051
- var _excluded$S = ["testId", "size", "color", "style"];
5051
+ var _excluded$T = ["testId", "size", "color", "style"];
5052
5052
  var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
5053
5053
  var _ref$testId = _ref.testId,
5054
5054
  testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
5055
5055
  size = _ref.size,
5056
5056
  color = _ref.color,
5057
5057
  style = _ref.style,
5058
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5058
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5059
5059
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5060
5060
  var styleProps = {
5061
5061
  size: !size && isInsideButton ? 'medium' : size,
@@ -5079,14 +5079,14 @@ var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
5079
5079
  });
5080
5080
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
5081
5081
 
5082
- var _excluded$R = ["testId", "size", "color", "style"];
5082
+ var _excluded$S = ["testId", "size", "color", "style"];
5083
5083
  var IconStopwatch = React.forwardRef(function (_ref, ref) {
5084
5084
  var _ref$testId = _ref.testId,
5085
5085
  testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
5086
5086
  size = _ref.size,
5087
5087
  color = _ref.color,
5088
5088
  style = _ref.style,
5089
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5089
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5090
5090
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5091
5091
  var styleProps = {
5092
5092
  size: !size && isInsideButton ? 'medium' : size,
@@ -5109,14 +5109,14 @@ var IconStopwatch = React.forwardRef(function (_ref, ref) {
5109
5109
  });
5110
5110
  IconStopwatch.displayName = 'IconStopwatch';
5111
5111
 
5112
- var _excluded$Q = ["testId", "size", "color", "style"];
5112
+ var _excluded$R = ["testId", "size", "color", "style"];
5113
5113
  var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5114
5114
  var _ref$testId = _ref.testId,
5115
5115
  testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
5116
5116
  size = _ref.size,
5117
5117
  color = _ref.color,
5118
5118
  style = _ref.style,
5119
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5119
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5120
5120
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5121
5121
  var styleProps = {
5122
5122
  size: !size && isInsideButton ? 'medium' : size,
@@ -5144,14 +5144,14 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5144
5144
  });
5145
5145
  IconStrikethrough.displayName = 'IconStrikethrough';
5146
5146
 
5147
- var _excluded$P = ["testId", "size", "color", "style"];
5147
+ var _excluded$Q = ["testId", "size", "color", "style"];
5148
5148
  var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
5149
5149
  var _ref$testId = _ref.testId,
5150
5150
  testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
5151
5151
  size = _ref.size,
5152
5152
  color = _ref.color,
5153
5153
  style = _ref.style,
5154
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5154
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5155
5155
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5156
5156
  var styleProps = {
5157
5157
  size: !size && isInsideButton ? 'medium' : size,
@@ -5172,14 +5172,14 @@ var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
5172
5172
  });
5173
5173
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
5174
5174
 
5175
- var _excluded$O = ["testId", "size", "color", "style"];
5175
+ var _excluded$P = ["testId", "size", "color", "style"];
5176
5176
  var IconSync = React.forwardRef(function (_ref, ref) {
5177
5177
  var _ref$testId = _ref.testId,
5178
5178
  testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
5179
5179
  size = _ref.size,
5180
5180
  color = _ref.color,
5181
5181
  style = _ref.style,
5182
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5182
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5183
5183
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5184
5184
  var styleProps = {
5185
5185
  size: !size && isInsideButton ? 'medium' : size,
@@ -5200,14 +5200,14 @@ var IconSync = React.forwardRef(function (_ref, ref) {
5200
5200
  });
5201
5201
  IconSync.displayName = 'IconSync';
5202
5202
 
5203
- var _excluded$N = ["testId", "size", "color", "style"];
5203
+ var _excluded$O = ["testId", "size", "color", "style"];
5204
5204
  var IconTable = React.forwardRef(function (_ref, ref) {
5205
5205
  var _ref$testId = _ref.testId,
5206
5206
  testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
5207
5207
  size = _ref.size,
5208
5208
  color = _ref.color,
5209
5209
  style = _ref.style,
5210
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5210
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5211
5211
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5212
5212
  var styleProps = {
5213
5213
  size: !size && isInsideButton ? 'medium' : size,
@@ -5235,14 +5235,14 @@ var IconTable = React.forwardRef(function (_ref, ref) {
5235
5235
  });
5236
5236
  IconTable.displayName = 'IconTable';
5237
5237
 
5238
- var _excluded$M = ["testId", "size", "color", "style"];
5238
+ var _excluded$N = ["testId", "size", "color", "style"];
5239
5239
  var IconTachometer = React.forwardRef(function (_ref, ref) {
5240
5240
  var _ref$testId = _ref.testId,
5241
5241
  testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
5242
5242
  size = _ref.size,
5243
5243
  color = _ref.color,
5244
5244
  style = _ref.style,
5245
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5245
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5246
5246
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5247
5247
  var styleProps = {
5248
5248
  size: !size && isInsideButton ? 'medium' : size,
@@ -5262,14 +5262,14 @@ var IconTachometer = React.forwardRef(function (_ref, ref) {
5262
5262
  });
5263
5263
  IconTachometer.displayName = 'IconTachometer';
5264
5264
 
5265
- var _excluded$L = ["testId", "size", "color", "style"];
5265
+ var _excluded$M = ["testId", "size", "color", "style"];
5266
5266
  var IconTimesOctagon = React.forwardRef(function (_ref, ref) {
5267
5267
  var _ref$testId = _ref.testId,
5268
5268
  testId = _ref$testId === void 0 ? 'icon-times-octagon' : _ref$testId,
5269
5269
  size = _ref.size,
5270
5270
  color = _ref.color,
5271
5271
  style = _ref.style,
5272
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5272
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
5273
5273
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5274
5274
  var styleProps = {
5275
5275
  size: !size && isInsideButton ? 'medium' : size,
@@ -5292,14 +5292,14 @@ var IconTimesOctagon = React.forwardRef(function (_ref, ref) {
5292
5292
  });
5293
5293
  IconTimesOctagon.displayName = 'IconTimesOctagon';
5294
5294
 
5295
- var _excluded$K = ["testId", "size", "color", "style"];
5295
+ var _excluded$L = ["testId", "size", "color", "style"];
5296
5296
  var IconTimes = React.forwardRef(function (_ref, ref) {
5297
5297
  var _ref$testId = _ref.testId,
5298
5298
  testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
5299
5299
  size = _ref.size,
5300
5300
  color = _ref.color,
5301
5301
  style = _ref.style,
5302
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5302
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
5303
5303
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5304
5304
  var styleProps = {
5305
5305
  size: !size && isInsideButton ? 'medium' : size,
@@ -5322,14 +5322,14 @@ var IconTimes = React.forwardRef(function (_ref, ref) {
5322
5322
  });
5323
5323
  IconTimes.displayName = 'IconTimes';
5324
5324
 
5325
- var _excluded$J = ["testId", "size", "color", "style"];
5325
+ var _excluded$K = ["testId", "size", "color", "style"];
5326
5326
  var IconTrash = React.forwardRef(function (_ref, ref) {
5327
5327
  var _ref$testId = _ref.testId,
5328
5328
  testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
5329
5329
  size = _ref.size,
5330
5330
  color = _ref.color,
5331
5331
  style = _ref.style,
5332
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5332
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
5333
5333
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5334
5334
  var styleProps = {
5335
5335
  size: !size && isInsideButton ? 'medium' : size,
@@ -5352,14 +5352,14 @@ var IconTrash = React.forwardRef(function (_ref, ref) {
5352
5352
  });
5353
5353
  IconTrash.displayName = 'IconTrash';
5354
5354
 
5355
- var _excluded$I = ["testId", "size", "color", "style"];
5355
+ var _excluded$J = ["testId", "size", "color", "style"];
5356
5356
  var IconUnderline = React.forwardRef(function (_ref, ref) {
5357
5357
  var _ref$testId = _ref.testId,
5358
5358
  testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
5359
5359
  size = _ref.size,
5360
5360
  color = _ref.color,
5361
5361
  style = _ref.style,
5362
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5362
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
5363
5363
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5364
5364
  var styleProps = {
5365
5365
  size: !size && isInsideButton ? 'medium' : size,
@@ -5380,14 +5380,14 @@ var IconUnderline = React.forwardRef(function (_ref, ref) {
5380
5380
  });
5381
5381
  IconUnderline.displayName = 'IconUnderline';
5382
5382
 
5383
- var _excluded$H = ["testId", "size", "color", "style"];
5383
+ var _excluded$I = ["testId", "size", "color", "style"];
5384
5384
  var IconUndo = React.forwardRef(function (_ref, ref) {
5385
5385
  var _ref$testId = _ref.testId,
5386
5386
  testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
5387
5387
  size = _ref.size,
5388
5388
  color = _ref.color,
5389
5389
  style = _ref.style,
5390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5390
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
5391
5391
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5392
5392
  var styleProps = {
5393
5393
  size: !size && isInsideButton ? 'medium' : size,
@@ -5408,14 +5408,14 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
5408
5408
  });
5409
5409
  IconUndo.displayName = 'IconUndo';
5410
5410
 
5411
- var _excluded$G = ["testId", "size", "color", "style"];
5411
+ var _excluded$H = ["testId", "size", "color", "style"];
5412
5412
  var IconUniversity = React.forwardRef(function (_ref, ref) {
5413
5413
  var _ref$testId = _ref.testId,
5414
5414
  testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
5415
5415
  size = _ref.size,
5416
5416
  color = _ref.color,
5417
5417
  style = _ref.style,
5418
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5418
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
5419
5419
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5420
5420
  var styleProps = {
5421
5421
  size: !size && isInsideButton ? 'medium' : size,
@@ -5443,14 +5443,14 @@ var IconUniversity = React.forwardRef(function (_ref, ref) {
5443
5443
  });
5444
5444
  IconUniversity.displayName = 'IconUniversity';
5445
5445
 
5446
- var _excluded$F = ["testId", "size", "color", "style"];
5446
+ var _excluded$G = ["testId", "size", "color", "style"];
5447
5447
  var IconUnlock = React.forwardRef(function (_ref, ref) {
5448
5448
  var _ref$testId = _ref.testId,
5449
5449
  testId = _ref$testId === void 0 ? 'icon-unlock' : _ref$testId,
5450
5450
  size = _ref.size,
5451
5451
  color = _ref.color,
5452
5452
  style = _ref.style,
5453
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5453
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
5454
5454
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5455
5455
  var styleProps = {
5456
5456
  size: !size && isInsideButton ? 'medium' : size,
@@ -5478,14 +5478,14 @@ var IconUnlock = React.forwardRef(function (_ref, ref) {
5478
5478
  });
5479
5479
  IconUnlock.displayName = 'IconUnlock';
5480
5480
 
5481
- var _excluded$E = ["testId", "size", "color", "style"];
5481
+ var _excluded$F = ["testId", "size", "color", "style"];
5482
5482
  var IconUserComputer = React.forwardRef(function (_ref, ref) {
5483
5483
  var _ref$testId = _ref.testId,
5484
5484
  testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
5485
5485
  size = _ref.size,
5486
5486
  color = _ref.color,
5487
5487
  style = _ref.style,
5488
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5488
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
5489
5489
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5490
5490
  var styleProps = {
5491
5491
  size: !size && isInsideButton ? 'medium' : size,
@@ -5517,14 +5517,14 @@ var IconUserComputer = React.forwardRef(function (_ref, ref) {
5517
5517
  });
5518
5518
  IconUserComputer.displayName = 'IconUserComputer';
5519
5519
 
5520
- var _excluded$D = ["testId", "size", "color", "style"];
5520
+ var _excluded$E = ["testId", "size", "color", "style"];
5521
5521
  var IconUserFriends = React.forwardRef(function (_ref, ref) {
5522
5522
  var _ref$testId = _ref.testId,
5523
5523
  testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
5524
5524
  size = _ref.size,
5525
5525
  color = _ref.color,
5526
5526
  style = _ref.style,
5527
- props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5527
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
5528
5528
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5529
5529
  var styleProps = {
5530
5530
  size: !size && isInsideButton ? 'medium' : size,
@@ -5545,14 +5545,14 @@ var IconUserFriends = React.forwardRef(function (_ref, ref) {
5545
5545
  });
5546
5546
  IconUserFriends.displayName = 'IconUserFriends';
5547
5547
 
5548
- var _excluded$C = ["testId", "size", "color", "style"];
5548
+ var _excluded$D = ["testId", "size", "color", "style"];
5549
5549
  var IconUserLight = React.forwardRef(function (_ref, ref) {
5550
5550
  var _ref$testId = _ref.testId,
5551
5551
  testId = _ref$testId === void 0 ? 'icon-user-light' : _ref$testId,
5552
5552
  size = _ref.size,
5553
5553
  color = _ref.color,
5554
5554
  style = _ref.style,
5555
- props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5555
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
5556
5556
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5557
5557
  var styleProps = {
5558
5558
  size: !size && isInsideButton ? 'medium' : size,
@@ -5575,14 +5575,14 @@ var IconUserLight = React.forwardRef(function (_ref, ref) {
5575
5575
  });
5576
5576
  IconUserLight.displayName = 'IconUserLight';
5577
5577
 
5578
- var _excluded$B = ["testId", "size", "color", "style"];
5578
+ var _excluded$C = ["testId", "size", "color", "style"];
5579
5579
  var IconUserPlus = React.forwardRef(function (_ref, ref) {
5580
5580
  var _ref$testId = _ref.testId,
5581
5581
  testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
5582
5582
  size = _ref.size,
5583
5583
  color = _ref.color,
5584
5584
  style = _ref.style,
5585
- props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
5585
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
5586
5586
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5587
5587
  var styleProps = {
5588
5588
  size: !size && isInsideButton ? 'medium' : size,
@@ -5603,14 +5603,14 @@ var IconUserPlus = React.forwardRef(function (_ref, ref) {
5603
5603
  });
5604
5604
  IconUserPlus.displayName = 'IconUserPlus';
5605
5605
 
5606
- var _excluded$A = ["testId", "size", "color", "style"];
5606
+ var _excluded$B = ["testId", "size", "color", "style"];
5607
5607
  var IconUserSearch = React.forwardRef(function (_ref, ref) {
5608
5608
  var _ref$testId = _ref.testId,
5609
5609
  testId = _ref$testId === void 0 ? 'icon-user-search' : _ref$testId,
5610
5610
  size = _ref.size,
5611
5611
  color = _ref.color,
5612
5612
  style = _ref.style,
5613
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
5613
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
5614
5614
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5615
5615
  var styleProps = {
5616
5616
  size: !size && isInsideButton ? 'medium' : size,
@@ -5640,14 +5640,14 @@ var IconUserSearch = React.forwardRef(function (_ref, ref) {
5640
5640
  });
5641
5641
  IconUserSearch.displayName = 'IconUserSearch';
5642
5642
 
5643
- var _excluded$z = ["testId", "size", "color", "style"];
5643
+ var _excluded$A = ["testId", "size", "color", "style"];
5644
5644
  var IconUserSlash = React.forwardRef(function (_ref, ref) {
5645
5645
  var _ref$testId = _ref.testId,
5646
5646
  testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
5647
5647
  size = _ref.size,
5648
5648
  color = _ref.color,
5649
5649
  style = _ref.style,
5650
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
5650
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
5651
5651
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5652
5652
  var styleProps = {
5653
5653
  size: !size && isInsideButton ? 'medium' : size,
@@ -5675,14 +5675,14 @@ var IconUserSlash = React.forwardRef(function (_ref, ref) {
5675
5675
  });
5676
5676
  IconUserSlash.displayName = 'IconUserSlash';
5677
5677
 
5678
- var _excluded$y = ["testId", "size", "color", "style"];
5678
+ var _excluded$z = ["testId", "size", "color", "style"];
5679
5679
  var IconUserSolid = React.forwardRef(function (_ref, ref) {
5680
5680
  var _ref$testId = _ref.testId,
5681
5681
  testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
5682
5682
  size = _ref.size,
5683
5683
  color = _ref.color,
5684
5684
  style = _ref.style,
5685
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
5685
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
5686
5686
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5687
5687
  var styleProps = {
5688
5688
  size: !size && isInsideButton ? 'medium' : size,
@@ -5703,14 +5703,14 @@ var IconUserSolid = React.forwardRef(function (_ref, ref) {
5703
5703
  });
5704
5704
  IconUserSolid.displayName = 'IconUserSolid';
5705
5705
 
5706
- var _excluded$x = ["testId", "size", "color", "style"];
5706
+ var _excluded$y = ["testId", "size", "color", "style"];
5707
5707
  var IconUserTag = React.forwardRef(function (_ref, ref) {
5708
5708
  var _ref$testId = _ref.testId,
5709
5709
  testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
5710
5710
  size = _ref.size,
5711
5711
  color = _ref.color,
5712
5712
  style = _ref.style,
5713
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
5713
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
5714
5714
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5715
5715
  var styleProps = {
5716
5716
  size: !size && isInsideButton ? 'medium' : size,
@@ -5733,14 +5733,14 @@ var IconUserTag = React.forwardRef(function (_ref, ref) {
5733
5733
  });
5734
5734
  IconUserTag.displayName = 'IconUserTag';
5735
5735
 
5736
- var _excluded$w = ["testId", "size", "color", "style"];
5736
+ var _excluded$x = ["testId", "size", "color", "style"];
5737
5737
  var IconUserTie = React.forwardRef(function (_ref, ref) {
5738
5738
  var _ref$testId = _ref.testId,
5739
5739
  testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
5740
5740
  size = _ref.size,
5741
5741
  color = _ref.color,
5742
5742
  style = _ref.style,
5743
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
5743
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
5744
5744
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5745
5745
  var styleProps = {
5746
5746
  size: !size && isInsideButton ? 'medium' : size,
@@ -5761,14 +5761,14 @@ var IconUserTie = React.forwardRef(function (_ref, ref) {
5761
5761
  });
5762
5762
  IconUserTie.displayName = 'IconUserTie';
5763
5763
 
5764
- var _excluded$v = ["testId", "size", "color", "style"];
5764
+ var _excluded$w = ["testId", "size", "color", "style"];
5765
5765
  var IconUsers = React.forwardRef(function (_ref, ref) {
5766
5766
  var _ref$testId = _ref.testId,
5767
5767
  testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
5768
5768
  size = _ref.size,
5769
5769
  color = _ref.color,
5770
5770
  style = _ref.style,
5771
- props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
5771
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
5772
5772
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5773
5773
  var styleProps = {
5774
5774
  size: !size && isInsideButton ? 'medium' : size,
@@ -5789,14 +5789,14 @@ var IconUsers = React.forwardRef(function (_ref, ref) {
5789
5789
  });
5790
5790
  IconUsers.displayName = 'IconUsers';
5791
5791
 
5792
- var _excluded$u = ["testId", "size", "color", "style"];
5792
+ var _excluded$v = ["testId", "size", "color", "style"];
5793
5793
  var IconVideo = React.forwardRef(function (_ref, ref) {
5794
5794
  var _ref$testId = _ref.testId,
5795
5795
  testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
5796
5796
  size = _ref.size,
5797
5797
  color = _ref.color,
5798
5798
  style = _ref.style,
5799
- props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
5799
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
5800
5800
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5801
5801
  var styleProps = {
5802
5802
  size: !size && isInsideButton ? 'medium' : size,
@@ -5817,14 +5817,14 @@ var IconVideo = React.forwardRef(function (_ref, ref) {
5817
5817
  });
5818
5818
  IconVideo.displayName = 'IconVideo';
5819
5819
 
5820
- var _excluded$t = ["testId", "size", "color", "style"];
5820
+ var _excluded$u = ["testId", "size", "color", "style"];
5821
5821
  var IconVolumeMute = React.forwardRef(function (_ref, ref) {
5822
5822
  var _ref$testId = _ref.testId,
5823
5823
  testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
5824
5824
  size = _ref.size,
5825
5825
  color = _ref.color,
5826
5826
  style = _ref.style,
5827
- props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
5827
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
5828
5828
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5829
5829
  var styleProps = {
5830
5830
  size: !size && isInsideButton ? 'medium' : size,
@@ -5845,14 +5845,14 @@ var IconVolumeMute = React.forwardRef(function (_ref, ref) {
5845
5845
  });
5846
5846
  IconVolumeMute.displayName = 'IconVolumeMute';
5847
5847
 
5848
- var _excluded$s = ["testId", "size", "color", "style"];
5848
+ var _excluded$t = ["testId", "size", "color", "style"];
5849
5849
  var IconVolume = React.forwardRef(function (_ref, ref) {
5850
5850
  var _ref$testId = _ref.testId,
5851
5851
  testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
5852
5852
  size = _ref.size,
5853
5853
  color = _ref.color,
5854
5854
  style = _ref.style,
5855
- props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
5855
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
5856
5856
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5857
5857
  var styleProps = {
5858
5858
  size: !size && isInsideButton ? 'medium' : size,
@@ -5873,14 +5873,14 @@ var IconVolume = React.forwardRef(function (_ref, ref) {
5873
5873
  });
5874
5874
  IconVolume.displayName = 'IconVolume';
5875
5875
 
5876
- var _excluded$r = ["testId", "size", "color", "style"];
5876
+ var _excluded$s = ["testId", "size", "color", "style"];
5877
5877
  var IconWrench = React.forwardRef(function (_ref, ref) {
5878
5878
  var _ref$testId = _ref.testId,
5879
5879
  testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
5880
5880
  size = _ref.size,
5881
5881
  color = _ref.color,
5882
5882
  style = _ref.style,
5883
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
5883
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
5884
5884
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5885
5885
  var styleProps = {
5886
5886
  size: !size && isInsideButton ? 'medium' : size,
@@ -6034,7 +6034,7 @@ var useTranslation = function useTranslation(context) {
6034
6034
  return translate;
6035
6035
  };
6036
6036
 
6037
- var _excluded$q = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6037
+ var _excluded$r = ["hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "testId", "scrollTarget"];
6038
6038
  /**
6039
6039
  * `PaginationControls` are two buttons side by side.
6040
6040
  */
@@ -6047,7 +6047,7 @@ var PaginationControls = function PaginationControls(_ref) {
6047
6047
  onNextClick = _ref.onNextClick,
6048
6048
  testId = _ref.testId,
6049
6049
  scrollTarget = _ref.scrollTarget,
6050
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
6050
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$r);
6051
6051
  var __ = useTranslation('PaginationControls');
6052
6052
  var _getDataProps = getDataProps(otherProps),
6053
6053
  dataProps = _getDataProps.dataProps;
@@ -6115,7 +6115,7 @@ var LINK_TARGET = {
6115
6115
 
6116
6116
  var styles$1d = {"link":"_EiQ4c"};
6117
6117
 
6118
- var _excluded$p = ["href", "target", "theme", "onClick", "children"];
6118
+ var _excluded$q = ["href", "target", "theme", "onClick", "children"];
6119
6119
  var Link = function Link(_ref) {
6120
6120
  var _classNames;
6121
6121
  var href = _ref.href,
@@ -6125,7 +6125,7 @@ var Link = function Link(_ref) {
6125
6125
  theme = _ref$theme === void 0 ? LINK_THEME.PRIMARY : _ref$theme,
6126
6126
  onClick = _ref.onClick,
6127
6127
  children = _ref.children,
6128
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
6128
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$q);
6129
6129
  var _getDataProps = getDataProps(otherProps),
6130
6130
  dataProps = _getDataProps.dataProps;
6131
6131
  return React__default["default"].createElement("a", _extends({}, dataProps, {
@@ -6555,7 +6555,7 @@ var InlineBannerIcon = function InlineBannerIcon(_ref) {
6555
6555
  }
6556
6556
  };
6557
6557
 
6558
- var _excluded$o = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
6558
+ var _excluded$p = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
6559
6559
  var InlineBanner = function InlineBanner(_ref) {
6560
6560
  var _classnames, _classnames2;
6561
6561
  var children = _ref.children,
@@ -6567,7 +6567,7 @@ var InlineBanner = function InlineBanner(_ref) {
6567
6567
  primaryButton = _ref.primaryButton,
6568
6568
  secondaryButton = _ref.secondaryButton,
6569
6569
  testId = _ref.testId,
6570
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
6570
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
6571
6571
  var positionStyles = usePositionStyles(positionProps);
6572
6572
  var multiLine = !!title;
6573
6573
  var dismissable = !!onClose;
@@ -6920,7 +6920,7 @@ var ALIGNMENTS = {
6920
6920
 
6921
6921
  var styles$11 = {"text":"_6SgoN","text__body":"_SF95f","text__caption":"_HHohB","text__insight":"_xdhK0","text--bold":"_i2LHD","text--italic":"_NgSTT","text--underline":"_ouqVK","text--monospace":"_Vi-V1","text--align-left":"_tfSIf","text--align-right":"_AK1Nr","text--align-center":"_N-tR4","text--align-justify":"_LkMr0"};
6922
6922
 
6923
- var _excluded$n = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6923
+ var _excluded$o = ["children", "as", "emphasis", "alignment", "color", "testId", "textWrap"];
6924
6924
  var TextComponent = function TextComponent(_ref, ref) {
6925
6925
  var _classnames;
6926
6926
  var children = _ref.children,
@@ -6931,7 +6931,7 @@ var TextComponent = function TextComponent(_ref, ref) {
6931
6931
  color = _ref.color,
6932
6932
  testId = _ref.testId,
6933
6933
  textWrap = _ref.textWrap,
6934
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$n);
6934
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$o);
6935
6935
  var _getPositionProps = getPositionProps(rest),
6936
6936
  positionProps = _getPositionProps.positionProps,
6937
6937
  otherProps = _getPositionProps.otherProps;
@@ -6976,7 +6976,7 @@ var Italic = function Italic(_ref) {
6976
6976
  }, children);
6977
6977
  };
6978
6978
 
6979
- var _excluded$m = ["id", "label", "caption", "characterCount", "error", "children"];
6979
+ var _excluded$n = ["id", "label", "caption", "characterCount", "error", "children"];
6980
6980
  var Field = function Field(_ref) {
6981
6981
  var id = _ref.id,
6982
6982
  label = _ref.label,
@@ -6984,7 +6984,7 @@ var Field = function Field(_ref) {
6984
6984
  characterCount = _ref.characterCount,
6985
6985
  error = _ref.error,
6986
6986
  children = _ref.children,
6987
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
6987
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
6988
6988
  var shouldRenderLabel = label || typeof label === 'string';
6989
6989
  var CharacterConter = function CharacterConter() {
6990
6990
  return React__default["default"].createElement(Inline, {
@@ -7123,7 +7123,7 @@ var useFieldControllers = function useFieldControllers(_ref) {
7123
7123
 
7124
7124
  var styles$10 = {"text-field":"_G6LsE","text-field--invalid":"_2ZYtt","text-field--prefixed":"_rWp7H","text-field--suffixed":"_Xq8xX"};
7125
7125
 
7126
- var _excluded$l = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7126
+ var _excluded$m = ["autoComplete", "autoFocus", "defaultValue", "disabled", "error", "id", "maxLength", "name", "caption", "label", "onBlur", "onChange", "onFocus", "onKeyDown", "placeholder", "value", "ref", "testId"];
7127
7127
  var useTextField = function useTextField(_ref) {
7128
7128
  var _classnames;
7129
7129
  var autoComplete = _ref.autoComplete,
@@ -7144,7 +7144,7 @@ var useTextField = function useTextField(_ref) {
7144
7144
  value = _ref.value,
7145
7145
  ref = _ref.ref,
7146
7146
  testId = _ref.testId,
7147
- dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
7147
+ dataProps = _objectWithoutPropertiesLoose(_ref, _excluded$m);
7148
7148
  var controllers = useFieldControllers({
7149
7149
  error: error,
7150
7150
  id: id,
@@ -7275,7 +7275,7 @@ var TimeFieldInput = function TimeFieldInput(_ref) {
7275
7275
  })));
7276
7276
  };
7277
7277
 
7278
- var _excluded$k = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
7278
+ var _excluded$l = ["placeholder", "autoComplete", "selectedTimeOption", "prefix", "startTime", "duration"];
7279
7279
  var TimeFieldDropdownElement = function TimeFieldDropdownElement(_ref, ref) {
7280
7280
  var _ref$placeholder = _ref.placeholder,
7281
7281
  placeholder = _ref$placeholder === void 0 ? '9:00 AM' : _ref$placeholder,
@@ -7284,7 +7284,7 @@ var TimeFieldDropdownElement = function TimeFieldDropdownElement(_ref, ref) {
7284
7284
  selectedTimeOption = _ref.selectedTimeOption,
7285
7285
  prefix = _ref.prefix,
7286
7286
  duration = _ref.duration,
7287
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$k);
7287
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$l);
7288
7288
  var _useTextField = useTextField(_extends({}, allOtherProps, {
7289
7289
  placeholder: placeholder,
7290
7290
  autoComplete: autoComplete,
@@ -7747,7 +7747,7 @@ var KebabMenu = function KebabMenu(_ref) {
7747
7747
 
7748
7748
  var styles$X = {"card":"_TXXpM","card__body":"_C3waP","card__body--interactive":"_uc-GV","card--focus":"_ft0I1","card__body--focus":"_wx2MU","card__body--disabled":"_TQDZH","card__body--with-kebab":"_kkYit","card__kebab":"_xrEdS","card__kebab--disabled":"_0WiOn","card__close":"_yODES","card__close--disabled":"_Vqf6o"};
7749
7749
 
7750
- var _excluded$j = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7750
+ var _excluded$k = ["children", "onClick", "onClose", "isSelected", "disabled", "actions", "testId"];
7751
7751
  var Card = function Card(_ref) {
7752
7752
  var _classnames, _classnames2, _classnames3, _classnames4;
7753
7753
  var children = _ref.children,
@@ -7759,7 +7759,7 @@ var Card = function Card(_ref) {
7759
7759
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
7760
7760
  actions = _ref.actions,
7761
7761
  testId = _ref.testId,
7762
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$j);
7762
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$k);
7763
7763
  var translate = useTranslation('Card');
7764
7764
  var _getPositionProps = getPositionProps(rest),
7765
7765
  positionProps = _getPositionProps.positionProps,
@@ -8120,14 +8120,14 @@ var SKELETON_COMPONENT = {
8120
8120
  PILL: 'pill'
8121
8121
  };
8122
8122
 
8123
- var _excluded$i = ["as", "testId", "width", "height"];
8123
+ var _excluded$j = ["as", "testId", "width", "height"];
8124
8124
  var Skeleton = function Skeleton(_ref) {
8125
8125
  var _classnames;
8126
8126
  var as = _ref.as,
8127
8127
  testId = _ref.testId,
8128
8128
  width = _ref.width,
8129
8129
  height = _ref.height,
8130
- positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$i);
8130
+ positionStyles = _objectWithoutPropertiesLoose(_ref, _excluded$j);
8131
8131
  var positioning = usePositionStyles(positionStyles);
8132
8132
  return React__default["default"].createElement("div", {
8133
8133
  "data-testid": testId,
@@ -8182,7 +8182,7 @@ var ModalHeader = function ModalHeader(_ref) {
8182
8182
  }, subHeader));
8183
8183
  };
8184
8184
 
8185
- var _excluded$h = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
8185
+ var _excluded$i = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId"];
8186
8186
  var Modal = function Modal(_ref) {
8187
8187
  var children = _ref.children,
8188
8188
  header = _ref.header,
@@ -8199,7 +8199,7 @@ var Modal = function Modal(_ref) {
8199
8199
  _ref$shouldReturnFocu = _ref.shouldReturnFocusAfterClose,
8200
8200
  shouldReturnFocusAfterClose = _ref$shouldReturnFocu === void 0 ? true : _ref$shouldReturnFocu,
8201
8201
  testId = _ref.testId,
8202
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$h);
8202
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$i);
8203
8203
  var style = {
8204
8204
  content: {
8205
8205
  width: width,
@@ -8666,7 +8666,7 @@ var useCheckBoxFieldControllers = function useCheckBoxFieldControllers(_ref) {
8666
8666
 
8667
8667
  var styles$G = {"check-box-field":"_Id4qm","check-box-field__caption":"_s9d-m","check-box-field__custom-input":"_kmvBP"};
8668
8668
 
8669
- var _excluded$g = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8669
+ var _excluded$h = ["name", "id", "checked", "onChange", "onBlur", "label", "caption", "error", "disabled", "testId"];
8670
8670
  /** CheckboxField form element. */
8671
8671
  var CheckboxField = function CheckboxField(_ref) {
8672
8672
  var name = _ref.name,
@@ -8679,7 +8679,7 @@ var CheckboxField = function CheckboxField(_ref) {
8679
8679
  error = _ref.error,
8680
8680
  disabled = _ref.disabled,
8681
8681
  testId = _ref.testId,
8682
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
8682
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$h);
8683
8683
  var controllers = useCheckBoxFieldControllers({
8684
8684
  name: name,
8685
8685
  id: inputId,
@@ -8757,7 +8757,7 @@ var useLocalStorage = function useLocalStorage(key, initialValue) {
8757
8757
 
8758
8758
  var styles$F = {"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"};
8759
8759
 
8760
- var _excluded$f = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
8760
+ var _excluded$g = ["header", "children", "mediaUrl", "onClose", "modalId", "primaryButton", "testId"];
8761
8761
  var HintModal = function HintModal(_ref) {
8762
8762
  var header = _ref.header,
8763
8763
  children = _ref.children,
@@ -8766,7 +8766,7 @@ var HintModal = function HintModal(_ref) {
8766
8766
  modalId = _ref.modalId,
8767
8767
  primaryButton = _ref.primaryButton,
8768
8768
  testId = _ref.testId,
8769
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
8769
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
8770
8770
  var __ = useTranslation('HintModal');
8771
8771
  var _useState = React.useState(false),
8772
8772
  doNotShowAgain = _useState[0],
@@ -8991,7 +8991,7 @@ var DataTableEditableCellElement = function DataTableEditableCellElement(_ref, r
8991
8991
  };
8992
8992
  var DataTableEditableCell = React.forwardRef(DataTableEditableCellElement);
8993
8993
 
8994
- var _excluded$e = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
8994
+ var _excluded$f = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "hasDefaultCell", "testId"];
8995
8995
  var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
8996
8996
  var _classnames;
8997
8997
  var children = _ref.children,
@@ -9003,7 +9003,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
9003
9003
  _ref$hasDefaultCell = _ref.hasDefaultCell,
9004
9004
  hasDefaultCell = _ref$hasDefaultCell === void 0 ? true : _ref$hasDefaultCell,
9005
9005
  testId = _ref.testId,
9006
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
9006
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
9007
9007
  var _useDataTableContext = useDataTableContext(),
9008
9008
  showActionMenu = _useDataTableContext.showActionMenu;
9009
9009
  var styleNames = classnames__default["default"](styles$O['data-table-row'], (_classnames = {}, _classnames[styles$O['data-table-row--clickable']] = onClick, _classnames[styles$O['data-table-row--selected']] = isSelected, _classnames));
@@ -9395,7 +9395,7 @@ var DataTableEmptyState = function DataTableEmptyState(_ref) {
9395
9395
  }, customEmptyState ? customEmptyState.caption : translate('emptyStateCaption')))));
9396
9396
  };
9397
9397
 
9398
- var _excluded$d = ["items", "columns", "itemComponent", "maxHeight", "hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "onSort", "isLoading", "showActionMenu", "footerComponent", "hasVerticalBorders", "testId", "skeletonRowLayout", "stickyColumns", "emptyState"];
9398
+ var _excluded$e = ["items", "columns", "itemComponent", "maxHeight", "hasPrevious", "hasNext", "onPreviousClick", "onNextClick", "onSort", "isLoading", "showActionMenu", "footerComponent", "hasVerticalBorders", "testId", "skeletonRowLayout", "stickyColumns", "emptyState"];
9399
9399
  var DataTable = function DataTable(_ref) {
9400
9400
  var _classNames, _classNames2, _classNames3;
9401
9401
  var items = _ref.items,
@@ -9420,7 +9420,7 @@ var DataTable = function DataTable(_ref) {
9420
9420
  skeletonRowLayout = _ref.skeletonRowLayout,
9421
9421
  stickyColumns = _ref.stickyColumns,
9422
9422
  emptyState = _ref.emptyState,
9423
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
9423
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
9424
9424
  var _getDataProps = getDataProps(otherProps),
9425
9425
  dataProps = _getDataProps.dataProps;
9426
9426
  var prevItemsRef = React.useRef([]);
@@ -9823,11 +9823,11 @@ var isReactSelectElement = function isReactSelectElement(element) {
9823
9823
 
9824
9824
  var styles$v = {"custom-control":"_pXQqq"};
9825
9825
 
9826
- var _excluded$c = ["children"];
9826
+ var _excluded$d = ["children"];
9827
9827
  function CustomControl(_ref) {
9828
9828
  var _props$getValue;
9829
9829
  var children = _ref.children,
9830
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
9830
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
9831
9831
  var SelectedOptionPrefix = props.selectProps.componentsProps.SelectedOptionPrefix;
9832
9832
  var selectedOption = (_props$getValue = props.getValue()) == null ? void 0 : _props$getValue[0];
9833
9833
  return React__default["default"].createElement(Select.components.Control, _extends({}, props), SelectedOptionPrefix && selectedOption ? React__default["default"].createElement("div", {
@@ -9844,10 +9844,10 @@ function CustomControl(_ref) {
9844
9844
  }, props)), children)) : children);
9845
9845
  }
9846
9846
 
9847
- var _excluded$b = ["children"];
9847
+ var _excluded$c = ["children"];
9848
9848
  function CustomOption(_ref) {
9849
9849
  var children = _ref.children,
9850
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
9850
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
9851
9851
  var UserCustomOption = props.selectProps.componentsProps.UserCustomOption;
9852
9852
  return React__default["default"].createElement(Select.components.Option, _extends({}, props), React__default["default"].createElement(UserCustomOption, _extends({}, props), children));
9853
9853
  }
@@ -10001,10 +10001,10 @@ var CustomContainer = function CustomContainer(props) {
10001
10001
 
10002
10002
  var styles$u = {"custom-menu-text-field":"_AAUjm","custom-menu-hr":"_mFLK9","custom-menu-div":"_1XpI4"};
10003
10003
 
10004
- var _excluded$a = ["children"];
10004
+ var _excluded$b = ["children"];
10005
10005
  function CustomMenu(_ref) {
10006
10006
  var children = _ref.children,
10007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
10007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
10008
10008
  var _props$selectProps$co = props.selectProps.componentsProps,
10009
10009
  creatableButton = _props$selectProps$co.creatableButton,
10010
10010
  onMenuInputFocus = _props$selectProps$co.onMenuInputFocus,
@@ -10106,6 +10106,7 @@ function CustomMenu(_ref) {
10106
10106
  }, __('createButton'))))));
10107
10107
  }
10108
10108
 
10109
+ var _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"];
10109
10110
  var useSelectField = function useSelectField(_ref) {
10110
10111
  var _ref$asToolbarFilter = _ref.asToolbarFilter,
10111
10112
  asToolbarFilter = _ref$asToolbarFilter === void 0 ? false : _ref$asToolbarFilter,
@@ -10133,7 +10134,8 @@ var useSelectField = function useSelectField(_ref) {
10133
10134
  onCreate = _ref.onCreate,
10134
10135
  _ref$isSearchable = _ref.isSearchable,
10135
10136
  isSearchable = _ref$isSearchable === void 0 ? true : _ref$isSearchable,
10136
- autoFocus = _ref.autoFocus;
10137
+ autoFocus = _ref.autoFocus,
10138
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$a);
10137
10139
  var _useState = React.useState(false),
10138
10140
  isMenuInputFocus = _useState[0],
10139
10141
  setIsMenuInputFocus = _useState[1];
@@ -10153,6 +10155,8 @@ var useSelectField = function useSelectField(_ref) {
10153
10155
  var defaultNoOptionsMessage = noOptionsMessage && typeof noOptionsMessage === 'string' ? function () {
10154
10156
  return noOptionsMessage;
10155
10157
  } : undefined;
10158
+ var _getDataProps = getDataProps(rest),
10159
+ dataProps = _getDataProps.dataProps;
10156
10160
  var selectProps = {
10157
10161
  closeMenuOnScroll: function closeMenuOnScroll(e) {
10158
10162
  if (!e.target) {
@@ -10202,13 +10206,13 @@ var useSelectField = function useSelectField(_ref) {
10202
10206
  isSearchable: isSearchable,
10203
10207
  autoFocus: autoFocus
10204
10208
  };
10205
- var fieldProps = {
10209
+ var fieldProps = _extends({
10206
10210
  caption: caption,
10207
10211
  error: controllers.error,
10208
10212
  id: controllers.id,
10209
10213
  label: label,
10210
10214
  name: name
10211
- };
10215
+ }, dataProps);
10212
10216
  return {
10213
10217
  selectProps: selectProps,
10214
10218
  fieldProps: fieldProps