@7shifts/sous-chef 3.67.2 → 3.69.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$2X = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
192
+ var _excluded$2Z = ["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$2X);
204
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
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$2W = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
238
+ var _excluded$2Y = ["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$2W);
263
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
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$2V = ["alignItems"];
294
+ var _excluded$2X = ["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$2V);
301
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
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$2U = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
310
+ var _excluded$2W = ["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$2U);
325
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
326
326
  var _getDataProps = getDataProps(otherProps),
327
327
  dataProps = _getDataProps.dataProps;
328
328
  return React__default["default"].createElement(Stack, {
@@ -850,7 +850,7 @@ var COMPONENT_NAMES = {
850
850
  BUTTON: 'BUTTON'
851
851
  };
852
852
 
853
- var _excluded$2T = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
853
+ var _excluded$2V = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
854
854
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
855
855
  var ButtonComponent = function ButtonComponent(_ref, ref) {
856
856
  var _classnames;
@@ -875,7 +875,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
875
875
  target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
876
876
  testId = _ref.testId,
877
877
  size = _ref.size,
878
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
878
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
879
879
  var _getPositionProps = getPositionProps(rest),
880
880
  positionProps = _getPositionProps.positionProps,
881
881
  otherProps = _getPositionProps.otherProps;
@@ -996,14 +996,14 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
996
996
  return componentName === parentComponentName;
997
997
  };
998
998
 
999
- var _excluded$2S = ["testId", "size", "color", "style"];
999
+ var _excluded$2U = ["testId", "size", "color", "style"];
1000
1000
  var IconInfoCircle = React.forwardRef(function (_ref, ref) {
1001
1001
  var _ref$testId = _ref.testId,
1002
1002
  testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
1003
1003
  size = _ref.size,
1004
1004
  color = _ref.color,
1005
1005
  style = _ref.style,
1006
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1006
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1007
1007
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1008
1008
  var styleProps = {
1009
1009
  size: !size && isInsideButton ? 'medium' : size,
@@ -1026,14 +1026,14 @@ var IconInfoCircle = React.forwardRef(function (_ref, ref) {
1026
1026
  });
1027
1027
  IconInfoCircle.displayName = 'IconInfoCircle';
1028
1028
 
1029
- var _excluded$2R = ["testId", "size", "color", "style"];
1029
+ var _excluded$2T = ["testId", "size", "color", "style"];
1030
1030
  var IconAnalytics = React.forwardRef(function (_ref, ref) {
1031
1031
  var _ref$testId = _ref.testId,
1032
1032
  testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
1033
1033
  size = _ref.size,
1034
1034
  color = _ref.color,
1035
1035
  style = _ref.style,
1036
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1036
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1037
1037
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1038
1038
  var styleProps = {
1039
1039
  size: !size && isInsideButton ? 'medium' : size,
@@ -1056,14 +1056,14 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
1056
1056
  });
1057
1057
  IconAnalytics.displayName = 'IconAnalytics';
1058
1058
 
1059
- var _excluded$2Q = ["testId", "size", "color", "style"];
1059
+ var _excluded$2S = ["testId", "size", "color", "style"];
1060
1060
  var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1061
1061
  var _ref$testId = _ref.testId,
1062
1062
  testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
1063
1063
  size = _ref.size,
1064
1064
  color = _ref.color,
1065
1065
  style = _ref.style,
1066
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1066
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1067
1067
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1068
1068
  var styleProps = {
1069
1069
  size: !size && isInsideButton ? 'medium' : size,
@@ -1084,14 +1084,14 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1084
1084
  });
1085
1085
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1086
1086
 
1087
- var _excluded$2P = ["testId", "size", "color", "style"];
1087
+ var _excluded$2R = ["testId", "size", "color", "style"];
1088
1088
  var IconArrowDown = React.forwardRef(function (_ref, ref) {
1089
1089
  var _ref$testId = _ref.testId,
1090
1090
  testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
1091
1091
  size = _ref.size,
1092
1092
  color = _ref.color,
1093
1093
  style = _ref.style,
1094
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1094
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1095
1095
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1096
1096
  var styleProps = {
1097
1097
  size: !size && isInsideButton ? 'medium' : size,
@@ -1114,14 +1114,14 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1114
1114
  });
1115
1115
  IconArrowDown.displayName = 'IconArrowDown';
1116
1116
 
1117
- var _excluded$2O = ["testId", "size", "color", "style"];
1117
+ var _excluded$2Q = ["testId", "size", "color", "style"];
1118
1118
  var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1119
1119
  var _ref$testId = _ref.testId,
1120
1120
  testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
1121
1121
  size = _ref.size,
1122
1122
  color = _ref.color,
1123
1123
  style = _ref.style,
1124
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1124
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1125
1125
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1126
1126
  var styleProps = {
1127
1127
  size: !size && isInsideButton ? 'medium' : size,
@@ -1144,14 +1144,14 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1144
1144
  });
1145
1145
  IconArrowLeft.displayName = 'IconArrowLeft';
1146
1146
 
1147
- var _excluded$2N = ["testId", "size", "color", "style"];
1147
+ var _excluded$2P = ["testId", "size", "color", "style"];
1148
1148
  var IconArrowRight = React.forwardRef(function (_ref, ref) {
1149
1149
  var _ref$testId = _ref.testId,
1150
1150
  testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
1151
1151
  size = _ref.size,
1152
1152
  color = _ref.color,
1153
1153
  style = _ref.style,
1154
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1154
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1155
1155
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1156
1156
  var styleProps = {
1157
1157
  size: !size && isInsideButton ? 'medium' : size,
@@ -1174,14 +1174,14 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1174
1174
  });
1175
1175
  IconArrowRight.displayName = 'IconArrowRight';
1176
1176
 
1177
- var _excluded$2M = ["testId", "size", "color", "style"];
1177
+ var _excluded$2O = ["testId", "size", "color", "style"];
1178
1178
  var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1179
1179
  var _ref$testId = _ref.testId,
1180
1180
  testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
1181
1181
  size = _ref.size,
1182
1182
  color = _ref.color,
1183
1183
  style = _ref.style,
1184
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1184
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1185
1185
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1186
1186
  var styleProps = {
1187
1187
  size: !size && isInsideButton ? 'medium' : size,
@@ -1202,14 +1202,14 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1202
1202
  });
1203
1203
  IconArrowToTop.displayName = 'IconArrowToTop';
1204
1204
 
1205
- var _excluded$2L = ["testId", "size", "color", "style"];
1205
+ var _excluded$2N = ["testId", "size", "color", "style"];
1206
1206
  var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1207
1207
  var _ref$testId = _ref.testId,
1208
1208
  testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
1209
1209
  size = _ref.size,
1210
1210
  color = _ref.color,
1211
1211
  style = _ref.style,
1212
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1212
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1213
1213
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1214
1214
  var styleProps = {
1215
1215
  size: !size && isInsideButton ? 'medium' : size,
@@ -1238,14 +1238,14 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1238
1238
  });
1239
1239
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1240
1240
 
1241
- var _excluded$2K = ["testId", "size", "color", "style"];
1241
+ var _excluded$2M = ["testId", "size", "color", "style"];
1242
1242
  var IconArrowUp = React.forwardRef(function (_ref, ref) {
1243
1243
  var _ref$testId = _ref.testId,
1244
1244
  testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
1245
1245
  size = _ref.size,
1246
1246
  color = _ref.color,
1247
1247
  style = _ref.style,
1248
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1248
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1249
1249
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1250
1250
  var styleProps = {
1251
1251
  size: !size && isInsideButton ? 'medium' : size,
@@ -1268,14 +1268,14 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1268
1268
  });
1269
1269
  IconArrowUp.displayName = 'IconArrowUp';
1270
1270
 
1271
- var _excluded$2J = ["testId", "size", "color", "style"];
1271
+ var _excluded$2L = ["testId", "size", "color", "style"];
1272
1272
  var IconAward = React.forwardRef(function (_ref, ref) {
1273
1273
  var _ref$testId = _ref.testId,
1274
1274
  testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
1275
1275
  size = _ref.size,
1276
1276
  color = _ref.color,
1277
1277
  style = _ref.style,
1278
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1278
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1279
1279
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1280
1280
  var styleProps = {
1281
1281
  size: !size && isInsideButton ? 'medium' : size,
@@ -1298,14 +1298,14 @@ var IconAward = React.forwardRef(function (_ref, ref) {
1298
1298
  });
1299
1299
  IconAward.displayName = 'IconAward';
1300
1300
 
1301
- var _excluded$2I = ["testId", "size", "color", "style"];
1301
+ var _excluded$2K = ["testId", "size", "color", "style"];
1302
1302
  var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1303
1303
  var _ref$testId = _ref.testId,
1304
1304
  testId = _ref$testId === void 0 ? 'icon-awful-monochromatic' : _ref$testId,
1305
1305
  size = _ref.size,
1306
1306
  color = _ref.color,
1307
1307
  style = _ref.style,
1308
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1308
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1309
1309
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1310
1310
  var styleProps = {
1311
1311
  size: !size && isInsideButton ? 'medium' : size,
@@ -1358,14 +1358,14 @@ var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1358
1358
  });
1359
1359
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1360
1360
 
1361
- var _excluded$2H = ["testId", "size", "color", "style"];
1361
+ var _excluded$2J = ["testId", "size", "color", "style"];
1362
1362
  var IconAwful = React.forwardRef(function (_ref, ref) {
1363
1363
  var _ref$testId = _ref.testId,
1364
1364
  testId = _ref$testId === void 0 ? 'icon-awful' : _ref$testId,
1365
1365
  size = _ref.size,
1366
1366
  color = _ref.color,
1367
1367
  style = _ref.style,
1368
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1368
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1369
1369
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1370
1370
  var styleProps = {
1371
1371
  size: !size && isInsideButton ? 'medium' : size,
@@ -1406,14 +1406,14 @@ var IconAwful = React.forwardRef(function (_ref, ref) {
1406
1406
  });
1407
1407
  IconAwful.displayName = 'IconAwful';
1408
1408
 
1409
- var _excluded$2G = ["testId", "size", "color", "style"];
1409
+ var _excluded$2I = ["testId", "size", "color", "style"];
1410
1410
  var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1411
1411
  var _ref$testId = _ref.testId,
1412
1412
  testId = _ref$testId === void 0 ? 'icon-bad-monochromatic' : _ref$testId,
1413
1413
  size = _ref.size,
1414
1414
  color = _ref.color,
1415
1415
  style = _ref.style,
1416
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1416
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1417
1417
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1418
1418
  var styleProps = {
1419
1419
  size: !size && isInsideButton ? 'medium' : size,
@@ -1452,14 +1452,14 @@ var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1452
1452
  });
1453
1453
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1454
1454
 
1455
- var _excluded$2F = ["testId", "size", "color", "style"];
1455
+ var _excluded$2H = ["testId", "size", "color", "style"];
1456
1456
  var IconBad = React.forwardRef(function (_ref, ref) {
1457
1457
  var _ref$testId = _ref.testId,
1458
1458
  testId = _ref$testId === void 0 ? 'icon-bad' : _ref$testId,
1459
1459
  size = _ref.size,
1460
1460
  color = _ref.color,
1461
1461
  style = _ref.style,
1462
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1462
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1463
1463
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1464
1464
  var styleProps = {
1465
1465
  size: !size && isInsideButton ? 'medium' : size,
@@ -1486,14 +1486,14 @@ var IconBad = React.forwardRef(function (_ref, ref) {
1486
1486
  });
1487
1487
  IconBad.displayName = 'IconBad';
1488
1488
 
1489
- var _excluded$2E = ["testId", "size", "color", "style"];
1489
+ var _excluded$2G = ["testId", "size", "color", "style"];
1490
1490
  var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1491
1491
  var _ref$testId = _ref.testId,
1492
1492
  testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
1493
1493
  size = _ref.size,
1494
1494
  color = _ref.color,
1495
1495
  style = _ref.style,
1496
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1496
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1497
1497
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1498
1498
  var styleProps = {
1499
1499
  size: !size && isInsideButton ? 'medium' : size,
@@ -1521,14 +1521,14 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1521
1521
  });
1522
1522
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1523
1523
 
1524
- var _excluded$2D = ["testId", "size", "color", "style"];
1524
+ var _excluded$2F = ["testId", "size", "color", "style"];
1525
1525
  var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1526
1526
  var _ref$testId = _ref.testId,
1527
1527
  testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
1528
1528
  size = _ref.size,
1529
1529
  color = _ref.color,
1530
1530
  style = _ref.style,
1531
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1531
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1532
1532
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1533
1533
  var styleProps = {
1534
1534
  size: !size && isInsideButton ? 'medium' : size,
@@ -1556,14 +1556,14 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1556
1556
  });
1557
1557
  IconBalanceScale.displayName = 'IconBalanceScale';
1558
1558
 
1559
- var _excluded$2C = ["testId", "size", "color", "style"];
1559
+ var _excluded$2E = ["testId", "size", "color", "style"];
1560
1560
  var IconBan = React.forwardRef(function (_ref, ref) {
1561
1561
  var _ref$testId = _ref.testId,
1562
1562
  testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
1563
1563
  size = _ref.size,
1564
1564
  color = _ref.color,
1565
1565
  style = _ref.style,
1566
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1566
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1567
1567
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1568
1568
  var styleProps = {
1569
1569
  size: !size && isInsideButton ? 'medium' : size,
@@ -1584,14 +1584,14 @@ var IconBan = React.forwardRef(function (_ref, ref) {
1584
1584
  });
1585
1585
  IconBan.displayName = 'IconBan';
1586
1586
 
1587
- var _excluded$2B = ["testId", "size", "color", "style"];
1587
+ var _excluded$2D = ["testId", "size", "color", "style"];
1588
1588
  var IconBarsH = React.forwardRef(function (_ref, ref) {
1589
1589
  var _ref$testId = _ref.testId,
1590
1590
  testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
1591
1591
  size = _ref.size,
1592
1592
  color = _ref.color,
1593
1593
  style = _ref.style,
1594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1594
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1595
1595
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1596
1596
  var styleProps = {
1597
1597
  size: !size && isInsideButton ? 'medium' : size,
@@ -1614,14 +1614,14 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
1614
1614
  });
1615
1615
  IconBarsH.displayName = 'IconBarsH';
1616
1616
 
1617
- var _excluded$2A = ["testId", "size", "color", "style"];
1617
+ var _excluded$2C = ["testId", "size", "color", "style"];
1618
1618
  var IconBarsV = React.forwardRef(function (_ref, ref) {
1619
1619
  var _ref$testId = _ref.testId,
1620
1620
  testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
1621
1621
  size = _ref.size,
1622
1622
  color = _ref.color,
1623
1623
  style = _ref.style,
1624
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1624
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1625
1625
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1626
1626
  var styleProps = {
1627
1627
  size: !size && isInsideButton ? 'medium' : size,
@@ -1642,14 +1642,14 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
1642
1642
  });
1643
1643
  IconBarsV.displayName = 'IconBarsV';
1644
1644
 
1645
- var _excluded$2z = ["testId", "size", "color", "style"];
1645
+ var _excluded$2B = ["testId", "size", "color", "style"];
1646
1646
  var IconBell = React.forwardRef(function (_ref, ref) {
1647
1647
  var _ref$testId = _ref.testId,
1648
1648
  testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
1649
1649
  size = _ref.size,
1650
1650
  color = _ref.color,
1651
1651
  style = _ref.style,
1652
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1652
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1653
1653
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1654
1654
  var styleProps = {
1655
1655
  size: !size && isInsideButton ? 'medium' : size,
@@ -1672,14 +1672,14 @@ var IconBell = React.forwardRef(function (_ref, ref) {
1672
1672
  });
1673
1673
  IconBell.displayName = 'IconBell';
1674
1674
 
1675
- var _excluded$2y = ["testId", "size", "color", "style"];
1675
+ var _excluded$2A = ["testId", "size", "color", "style"];
1676
1676
  var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1677
1677
  var _ref$testId = _ref.testId,
1678
1678
  testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
1679
1679
  size = _ref.size,
1680
1680
  color = _ref.color,
1681
1681
  style = _ref.style,
1682
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1682
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1683
1683
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1684
1684
  var styleProps = {
1685
1685
  size: !size && isInsideButton ? 'medium' : size,
@@ -1700,14 +1700,14 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1700
1700
  });
1701
1701
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1702
1702
 
1703
- var _excluded$2x = ["testId", "size", "color", "style"];
1703
+ var _excluded$2z = ["testId", "size", "color", "style"];
1704
1704
  var IconBold = React.forwardRef(function (_ref, ref) {
1705
1705
  var _ref$testId = _ref.testId,
1706
1706
  testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
1707
1707
  size = _ref.size,
1708
1708
  color = _ref.color,
1709
1709
  style = _ref.style,
1710
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1710
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1711
1711
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1712
1712
  var styleProps = {
1713
1713
  size: !size && isInsideButton ? 'medium' : size,
@@ -1728,14 +1728,14 @@ var IconBold = React.forwardRef(function (_ref, ref) {
1728
1728
  });
1729
1729
  IconBold.displayName = 'IconBold';
1730
1730
 
1731
- var _excluded$2w = ["testId", "size", "color", "style"];
1731
+ var _excluded$2y = ["testId", "size", "color", "style"];
1732
1732
  var IconBolt = React.forwardRef(function (_ref, ref) {
1733
1733
  var _ref$testId = _ref.testId,
1734
1734
  testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
1735
1735
  size = _ref.size,
1736
1736
  color = _ref.color,
1737
1737
  style = _ref.style,
1738
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1738
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1739
1739
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1740
1740
  var styleProps = {
1741
1741
  size: !size && isInsideButton ? 'medium' : size,
@@ -1763,14 +1763,14 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
1763
1763
  });
1764
1764
  IconBolt.displayName = 'IconBolt';
1765
1765
 
1766
- var _excluded$2v = ["testId", "size", "color", "style"];
1766
+ var _excluded$2x = ["testId", "size", "color", "style"];
1767
1767
  var IconBook = React.forwardRef(function (_ref, ref) {
1768
1768
  var _ref$testId = _ref.testId,
1769
1769
  testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
1770
1770
  size = _ref.size,
1771
1771
  color = _ref.color,
1772
1772
  style = _ref.style,
1773
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1773
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1774
1774
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1775
1775
  var styleProps = {
1776
1776
  size: !size && isInsideButton ? 'medium' : size,
@@ -1793,14 +1793,14 @@ var IconBook = React.forwardRef(function (_ref, ref) {
1793
1793
  });
1794
1794
  IconBook.displayName = 'IconBook';
1795
1795
 
1796
- var _excluded$2u = ["testId", "size", "color", "style"];
1796
+ var _excluded$2w = ["testId", "size", "color", "style"];
1797
1797
  var IconBriefcase = React.forwardRef(function (_ref, ref) {
1798
1798
  var _ref$testId = _ref.testId,
1799
1799
  testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
1800
1800
  size = _ref.size,
1801
1801
  color = _ref.color,
1802
1802
  style = _ref.style,
1803
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1803
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1804
1804
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1805
1805
  var styleProps = {
1806
1806
  size: !size && isInsideButton ? 'medium' : size,
@@ -1821,14 +1821,14 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
1821
1821
  });
1822
1822
  IconBriefcase.displayName = 'IconBriefcase';
1823
1823
 
1824
- var _excluded$2t = ["testId", "size", "color", "style"];
1824
+ var _excluded$2v = ["testId", "size", "color", "style"];
1825
1825
  var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1826
1826
  var _ref$testId = _ref.testId,
1827
1827
  testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
1828
1828
  size = _ref.size,
1829
1829
  color = _ref.color,
1830
1830
  style = _ref.style,
1831
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1831
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1832
1832
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1833
1833
  var styleProps = {
1834
1834
  size: !size && isInsideButton ? 'medium' : size,
@@ -1851,14 +1851,14 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1851
1851
  });
1852
1852
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1853
1853
 
1854
- var _excluded$2s = ["testId", "size", "color", "style"];
1854
+ var _excluded$2u = ["testId", "size", "color", "style"];
1855
1855
  var IconCalculator = React.forwardRef(function (_ref, ref) {
1856
1856
  var _ref$testId = _ref.testId,
1857
1857
  testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
1858
1858
  size = _ref.size,
1859
1859
  color = _ref.color,
1860
1860
  style = _ref.style,
1861
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1861
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1862
1862
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1863
1863
  var styleProps = {
1864
1864
  size: !size && isInsideButton ? 'medium' : size,
@@ -1881,14 +1881,14 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
1881
1881
  });
1882
1882
  IconCalculator.displayName = 'IconCalculator';
1883
1883
 
1884
- var _excluded$2r = ["testId", "size", "color", "style"];
1884
+ var _excluded$2t = ["testId", "size", "color", "style"];
1885
1885
  var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1886
1886
  var _ref$testId = _ref.testId,
1887
1887
  testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
1888
1888
  size = _ref.size,
1889
1889
  color = _ref.color,
1890
1890
  style = _ref.style,
1891
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
1891
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1892
1892
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1893
1893
  var styleProps = {
1894
1894
  size: !size && isInsideButton ? 'medium' : size,
@@ -1911,14 +1911,14 @@ var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1911
1911
  });
1912
1912
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1913
1913
 
1914
- var _excluded$2q = ["testId", "size", "color", "style"];
1914
+ var _excluded$2s = ["testId", "size", "color", "style"];
1915
1915
  var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
1916
1916
  var _ref$testId = _ref.testId,
1917
1917
  testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
1918
1918
  size = _ref.size,
1919
1919
  color = _ref.color,
1920
1920
  style = _ref.style,
1921
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
1921
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1922
1922
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1923
1923
  var styleProps = {
1924
1924
  size: !size && isInsideButton ? 'medium' : size,
@@ -1941,14 +1941,14 @@ var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
1941
1941
  });
1942
1942
  IconCalendarCheck.displayName = 'IconCalendarCheck';
1943
1943
 
1944
- var _excluded$2p = ["testId", "size", "color", "style"];
1944
+ var _excluded$2r = ["testId", "size", "color", "style"];
1945
1945
  var IconCalendarDay = React.forwardRef(function (_ref, ref) {
1946
1946
  var _ref$testId = _ref.testId,
1947
1947
  testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
1948
1948
  size = _ref.size,
1949
1949
  color = _ref.color,
1950
1950
  style = _ref.style,
1951
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
1951
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
1952
1952
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1953
1953
  var styleProps = {
1954
1954
  size: !size && isInsideButton ? 'medium' : size,
@@ -1976,14 +1976,14 @@ var IconCalendarDay = React.forwardRef(function (_ref, ref) {
1976
1976
  });
1977
1977
  IconCalendarDay.displayName = 'IconCalendarDay';
1978
1978
 
1979
- var _excluded$2o = ["testId", "size", "color", "style"];
1979
+ var _excluded$2q = ["testId", "size", "color", "style"];
1980
1980
  var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
1981
1981
  var _ref$testId = _ref.testId,
1982
1982
  testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
1983
1983
  size = _ref.size,
1984
1984
  color = _ref.color,
1985
1985
  style = _ref.style,
1986
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
1986
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
1987
1987
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1988
1988
  var styleProps = {
1989
1989
  size: !size && isInsideButton ? 'medium' : size,
@@ -2004,14 +2004,14 @@ var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
2004
2004
  });
2005
2005
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2006
2006
 
2007
- var _excluded$2n = ["testId", "size", "color", "style"];
2007
+ var _excluded$2p = ["testId", "size", "color", "style"];
2008
2008
  var IconCalendarStar = React.forwardRef(function (_ref, ref) {
2009
2009
  var _ref$testId = _ref.testId,
2010
2010
  testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
2011
2011
  size = _ref.size,
2012
2012
  color = _ref.color,
2013
2013
  style = _ref.style,
2014
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2014
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2015
2015
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2016
2016
  var styleProps = {
2017
2017
  size: !size && isInsideButton ? 'medium' : size,
@@ -2032,14 +2032,14 @@ var IconCalendarStar = React.forwardRef(function (_ref, ref) {
2032
2032
  });
2033
2033
  IconCalendarStar.displayName = 'IconCalendarStar';
2034
2034
 
2035
- var _excluded$2m = ["testId", "size", "color", "style"];
2035
+ var _excluded$2o = ["testId", "size", "color", "style"];
2036
2036
  var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
2037
2037
  var _ref$testId = _ref.testId,
2038
2038
  testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
2039
2039
  size = _ref.size,
2040
2040
  color = _ref.color,
2041
2041
  style = _ref.style,
2042
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2042
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2043
2043
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2044
2044
  var styleProps = {
2045
2045
  size: !size && isInsideButton ? 'medium' : size,
@@ -2069,14 +2069,14 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
2069
2069
  });
2070
2070
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2071
2071
 
2072
- var _excluded$2l = ["testId", "size", "color", "style"];
2072
+ var _excluded$2n = ["testId", "size", "color", "style"];
2073
2073
  var IconCalendar = React.forwardRef(function (_ref, ref) {
2074
2074
  var _ref$testId = _ref.testId,
2075
2075
  testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
2076
2076
  size = _ref.size,
2077
2077
  color = _ref.color,
2078
2078
  style = _ref.style,
2079
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2079
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2080
2080
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2081
2081
  var styleProps = {
2082
2082
  size: !size && isInsideButton ? 'medium' : size,
@@ -2099,14 +2099,14 @@ var IconCalendar = React.forwardRef(function (_ref, ref) {
2099
2099
  });
2100
2100
  IconCalendar.displayName = 'IconCalendar';
2101
2101
 
2102
- var _excluded$2k = ["testId", "size", "color", "style"];
2102
+ var _excluded$2m = ["testId", "size", "color", "style"];
2103
2103
  var IconCameraSlash = React.forwardRef(function (_ref, ref) {
2104
2104
  var _ref$testId = _ref.testId,
2105
2105
  testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
2106
2106
  size = _ref.size,
2107
2107
  color = _ref.color,
2108
2108
  style = _ref.style,
2109
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2109
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2110
2110
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2111
2111
  var styleProps = {
2112
2112
  size: !size && isInsideButton ? 'medium' : size,
@@ -2130,14 +2130,14 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
2130
2130
  });
2131
2131
  IconCameraSlash.displayName = 'IconCameraSlash';
2132
2132
 
2133
- var _excluded$2j = ["testId", "size", "color", "style"];
2133
+ var _excluded$2l = ["testId", "size", "color", "style"];
2134
2134
  var IconCamera = React.forwardRef(function (_ref, ref) {
2135
2135
  var _ref$testId = _ref.testId,
2136
2136
  testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
2137
2137
  size = _ref.size,
2138
2138
  color = _ref.color,
2139
2139
  style = _ref.style,
2140
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2140
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2141
2141
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2142
2142
  var styleProps = {
2143
2143
  size: !size && isInsideButton ? 'medium' : size,
@@ -2158,14 +2158,14 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
2158
2158
  });
2159
2159
  IconCamera.displayName = 'IconCamera';
2160
2160
 
2161
- var _excluded$2i = ["testId", "size", "color", "style"];
2161
+ var _excluded$2k = ["testId", "size", "color", "style"];
2162
2162
  var IconCashRegister = React.forwardRef(function (_ref, ref) {
2163
2163
  var _ref$testId = _ref.testId,
2164
2164
  testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
2165
2165
  size = _ref.size,
2166
2166
  color = _ref.color,
2167
2167
  style = _ref.style,
2168
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2168
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2169
2169
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2170
2170
  var styleProps = {
2171
2171
  size: !size && isInsideButton ? 'medium' : size,
@@ -2186,14 +2186,14 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2186
2186
  });
2187
2187
  IconCashRegister.displayName = 'IconCashRegister';
2188
2188
 
2189
- var _excluded$2h = ["testId", "size", "color", "style"];
2189
+ var _excluded$2j = ["testId", "size", "color", "style"];
2190
2190
  var IconChartBar = React.forwardRef(function (_ref, ref) {
2191
2191
  var _ref$testId = _ref.testId,
2192
2192
  testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
2193
2193
  size = _ref.size,
2194
2194
  color = _ref.color,
2195
2195
  style = _ref.style,
2196
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2196
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2197
2197
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2198
2198
  var styleProps = {
2199
2199
  size: !size && isInsideButton ? 'medium' : size,
@@ -2216,14 +2216,14 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2216
2216
  });
2217
2217
  IconChartBar.displayName = 'IconChartBar';
2218
2218
 
2219
- var _excluded$2g = ["testId", "size", "color", "style"];
2219
+ var _excluded$2i = ["testId", "size", "color", "style"];
2220
2220
  var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
2221
2221
  var _ref$testId = _ref.testId,
2222
2222
  testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
2223
2223
  size = _ref.size,
2224
2224
  color = _ref.color,
2225
2225
  style = _ref.style,
2226
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2226
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2227
2227
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2228
2228
  var styleProps = {
2229
2229
  size: !size && isInsideButton ? 'medium' : size,
@@ -2244,14 +2244,14 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
2244
2244
  });
2245
2245
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2246
2246
 
2247
- var _excluded$2f = ["testId", "size", "color", "style"];
2247
+ var _excluded$2h = ["testId", "size", "color", "style"];
2248
2248
  var IconCheck = React.forwardRef(function (_ref, ref) {
2249
2249
  var _ref$testId = _ref.testId,
2250
2250
  testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
2251
2251
  size = _ref.size,
2252
2252
  color = _ref.color,
2253
2253
  style = _ref.style,
2254
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2254
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2255
2255
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2256
2256
  var styleProps = {
2257
2257
  size: !size && isInsideButton ? 'medium' : size,
@@ -2274,14 +2274,14 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
2274
2274
  });
2275
2275
  IconCheck.displayName = 'IconCheck';
2276
2276
 
2277
- var _excluded$2e = ["testId", "size", "color", "style"];
2277
+ var _excluded$2g = ["testId", "size", "color", "style"];
2278
2278
  var IconChevronDown = React.forwardRef(function (_ref, ref) {
2279
2279
  var _ref$testId = _ref.testId,
2280
2280
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
2281
2281
  size = _ref.size,
2282
2282
  color = _ref.color,
2283
2283
  style = _ref.style,
2284
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2284
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2285
2285
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2286
2286
  var styleProps = {
2287
2287
  size: !size && isInsideButton ? 'medium' : size,
@@ -2304,14 +2304,14 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
2304
2304
  });
2305
2305
  IconChevronDown.displayName = 'IconChevronDown';
2306
2306
 
2307
- var _excluded$2d = ["testId", "size", "color", "style"];
2307
+ var _excluded$2f = ["testId", "size", "color", "style"];
2308
2308
  var IconChevronLeft = React.forwardRef(function (_ref, ref) {
2309
2309
  var _ref$testId = _ref.testId,
2310
2310
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
2311
2311
  size = _ref.size,
2312
2312
  color = _ref.color,
2313
2313
  style = _ref.style,
2314
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2314
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2315
2315
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2316
2316
  var styleProps = {
2317
2317
  size: !size && isInsideButton ? 'medium' : size,
@@ -2334,14 +2334,14 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
2334
2334
  });
2335
2335
  IconChevronLeft.displayName = 'IconChevronLeft';
2336
2336
 
2337
- var _excluded$2c = ["testId", "size", "color", "style"];
2337
+ var _excluded$2e = ["testId", "size", "color", "style"];
2338
2338
  var IconChevronRight = React.forwardRef(function (_ref, ref) {
2339
2339
  var _ref$testId = _ref.testId,
2340
2340
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
2341
2341
  size = _ref.size,
2342
2342
  color = _ref.color,
2343
2343
  style = _ref.style,
2344
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2344
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2345
2345
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2346
2346
  var styleProps = {
2347
2347
  size: !size && isInsideButton ? 'medium' : size,
@@ -2364,14 +2364,14 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
2364
2364
  });
2365
2365
  IconChevronRight.displayName = 'IconChevronRight';
2366
2366
 
2367
- var _excluded$2b = ["testId", "size", "color", "style"];
2367
+ var _excluded$2d = ["testId", "size", "color", "style"];
2368
2368
  var IconChevronUp = React.forwardRef(function (_ref, ref) {
2369
2369
  var _ref$testId = _ref.testId,
2370
2370
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
2371
2371
  size = _ref.size,
2372
2372
  color = _ref.color,
2373
2373
  style = _ref.style,
2374
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2374
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2375
2375
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2376
2376
  var styleProps = {
2377
2377
  size: !size && isInsideButton ? 'medium' : size,
@@ -2394,14 +2394,14 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
2394
2394
  });
2395
2395
  IconChevronUp.displayName = 'IconChevronUp';
2396
2396
 
2397
- var _excluded$2a = ["testId", "size", "color", "style"];
2397
+ var _excluded$2c = ["testId", "size", "color", "style"];
2398
2398
  var IconClipboardList = React.forwardRef(function (_ref, ref) {
2399
2399
  var _ref$testId = _ref.testId,
2400
2400
  testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
2401
2401
  size = _ref.size,
2402
2402
  color = _ref.color,
2403
2403
  style = _ref.style,
2404
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2404
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2405
2405
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2406
2406
  var styleProps = {
2407
2407
  size: !size && isInsideButton ? 'medium' : size,
@@ -2424,14 +2424,14 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
2424
2424
  });
2425
2425
  IconClipboardList.displayName = 'IconClipboardList';
2426
2426
 
2427
- var _excluded$29 = ["testId", "size", "color", "style"];
2427
+ var _excluded$2b = ["testId", "size", "color", "style"];
2428
2428
  var IconClockExclamation = React.forwardRef(function (_ref, ref) {
2429
2429
  var _ref$testId = _ref.testId,
2430
2430
  testId = _ref$testId === void 0 ? 'icon-clock-exclamation' : _ref$testId,
2431
2431
  size = _ref.size,
2432
2432
  color = _ref.color,
2433
2433
  style = _ref.style,
2434
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2434
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2435
2435
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2436
2436
  var styleProps = {
2437
2437
  size: !size && isInsideButton ? 'medium' : size,
@@ -2459,14 +2459,14 @@ var IconClockExclamation = React.forwardRef(function (_ref, ref) {
2459
2459
  });
2460
2460
  IconClockExclamation.displayName = 'IconClockExclamation';
2461
2461
 
2462
- var _excluded$28 = ["testId", "size", "color", "style"];
2462
+ var _excluded$2a = ["testId", "size", "color", "style"];
2463
2463
  var IconClockRewind = React.forwardRef(function (_ref, ref) {
2464
2464
  var _ref$testId = _ref.testId,
2465
2465
  testId = _ref$testId === void 0 ? 'icon-clock-rewind' : _ref$testId,
2466
2466
  size = _ref.size,
2467
2467
  color = _ref.color,
2468
2468
  style = _ref.style,
2469
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2469
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2470
2470
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2471
2471
  var styleProps = {
2472
2472
  size: !size && isInsideButton ? 'medium' : size,
@@ -2494,14 +2494,14 @@ var IconClockRewind = React.forwardRef(function (_ref, ref) {
2494
2494
  });
2495
2495
  IconClockRewind.displayName = 'IconClockRewind';
2496
2496
 
2497
- var _excluded$27 = ["testId", "size", "color", "style"];
2497
+ var _excluded$29 = ["testId", "size", "color", "style"];
2498
2498
  var IconClock = React.forwardRef(function (_ref, ref) {
2499
2499
  var _ref$testId = _ref.testId,
2500
2500
  testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
2501
2501
  size = _ref.size,
2502
2502
  color = _ref.color,
2503
2503
  style = _ref.style,
2504
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2504
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2505
2505
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2506
2506
  var styleProps = {
2507
2507
  size: !size && isInsideButton ? 'medium' : size,
@@ -2522,14 +2522,14 @@ var IconClock = React.forwardRef(function (_ref, ref) {
2522
2522
  });
2523
2523
  IconClock.displayName = 'IconClock';
2524
2524
 
2525
- var _excluded$26 = ["testId", "size", "color", "style"];
2525
+ var _excluded$28 = ["testId", "size", "color", "style"];
2526
2526
  var IconCog = React.forwardRef(function (_ref, ref) {
2527
2527
  var _ref$testId = _ref.testId,
2528
2528
  testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
2529
2529
  size = _ref.size,
2530
2530
  color = _ref.color,
2531
2531
  style = _ref.style,
2532
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2532
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2533
2533
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2534
2534
  var styleProps = {
2535
2535
  size: !size && isInsideButton ? 'medium' : size,
@@ -2550,14 +2550,14 @@ var IconCog = React.forwardRef(function (_ref, ref) {
2550
2550
  });
2551
2551
  IconCog.displayName = 'IconCog';
2552
2552
 
2553
- var _excluded$25 = ["testId", "size", "color", "style"];
2553
+ var _excluded$27 = ["testId", "size", "color", "style"];
2554
2554
  var IconCommentLines = React.forwardRef(function (_ref, ref) {
2555
2555
  var _ref$testId = _ref.testId,
2556
2556
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
2557
2557
  size = _ref.size,
2558
2558
  color = _ref.color,
2559
2559
  style = _ref.style,
2560
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2560
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2561
2561
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2562
2562
  var styleProps = {
2563
2563
  size: !size && isInsideButton ? 'medium' : size,
@@ -2583,14 +2583,14 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
2583
2583
  });
2584
2584
  IconCommentLines.displayName = 'IconCommentLines';
2585
2585
 
2586
- var _excluded$24 = ["testId", "size", "color", "style"];
2586
+ var _excluded$26 = ["testId", "size", "color", "style"];
2587
2587
  var IconComment = React.forwardRef(function (_ref, ref) {
2588
2588
  var _ref$testId = _ref.testId,
2589
2589
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
2590
2590
  size = _ref.size,
2591
2591
  color = _ref.color,
2592
2592
  style = _ref.style,
2593
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2593
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2594
2594
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2595
2595
  var styleProps = {
2596
2596
  size: !size && isInsideButton ? 'medium' : size,
@@ -2613,14 +2613,14 @@ var IconComment = React.forwardRef(function (_ref, ref) {
2613
2613
  });
2614
2614
  IconComment.displayName = 'IconComment';
2615
2615
 
2616
- var _excluded$23 = ["testId", "size", "color", "style"];
2616
+ var _excluded$25 = ["testId", "size", "color", "style"];
2617
2617
  var IconCopy = React.forwardRef(function (_ref, ref) {
2618
2618
  var _ref$testId = _ref.testId,
2619
2619
  testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
2620
2620
  size = _ref.size,
2621
2621
  color = _ref.color,
2622
2622
  style = _ref.style,
2623
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2623
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2624
2624
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2625
2625
  var styleProps = {
2626
2626
  size: !size && isInsideButton ? 'medium' : size,
@@ -2648,14 +2648,14 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
2648
2648
  });
2649
2649
  IconCopy.displayName = 'IconCopy';
2650
2650
 
2651
- var _excluded$22 = ["testId", "size", "color", "style"];
2651
+ var _excluded$24 = ["testId", "size", "color", "style"];
2652
2652
  var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2653
2653
  var _ref$testId = _ref.testId,
2654
2654
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
2655
2655
  size = _ref.size,
2656
2656
  color = _ref.color,
2657
2657
  style = _ref.style,
2658
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2658
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2659
2659
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2660
2660
  var styleProps = {
2661
2661
  size: !size && isInsideButton ? 'medium' : size,
@@ -2685,14 +2685,14 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2685
2685
  });
2686
2686
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2687
2687
 
2688
- var _excluded$21 = ["testId", "size", "color", "style"];
2688
+ var _excluded$23 = ["testId", "size", "color", "style"];
2689
2689
  var IconCreditCard = React.forwardRef(function (_ref, ref) {
2690
2690
  var _ref$testId = _ref.testId,
2691
2691
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
2692
2692
  size = _ref.size,
2693
2693
  color = _ref.color,
2694
2694
  style = _ref.style,
2695
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2695
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2696
2696
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2697
2697
  var styleProps = {
2698
2698
  size: !size && isInsideButton ? 'medium' : size,
@@ -2720,14 +2720,14 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2720
2720
  });
2721
2721
  IconCreditCard.displayName = 'IconCreditCard';
2722
2722
 
2723
- var _excluded$20 = ["testId", "size", "color", "style"];
2723
+ var _excluded$22 = ["testId", "size", "color", "style"];
2724
2724
  var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2725
2725
  var _ref$testId = _ref.testId,
2726
2726
  testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
2727
2727
  size = _ref.size,
2728
2728
  color = _ref.color,
2729
2729
  style = _ref.style,
2730
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2730
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2731
2731
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2732
2732
  var styleProps = {
2733
2733
  size: !size && isInsideButton ? 'medium' : size,
@@ -2770,14 +2770,14 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2770
2770
  });
2771
2771
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2772
2772
 
2773
- var _excluded$1$ = ["testId", "size", "color", "style"];
2773
+ var _excluded$21 = ["testId", "size", "color", "style"];
2774
2774
  var IconDecent = React.forwardRef(function (_ref, ref) {
2775
2775
  var _ref$testId = _ref.testId,
2776
2776
  testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
2777
2777
  size = _ref.size,
2778
2778
  color = _ref.color,
2779
2779
  style = _ref.style,
2780
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2780
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2781
2781
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2782
2782
  var styleProps = {
2783
2783
  size: !size && isInsideButton ? 'medium' : size,
@@ -2808,14 +2808,14 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
2808
2808
  });
2809
2809
  IconDecent.displayName = 'IconDecent';
2810
2810
 
2811
- var _excluded$1_ = ["testId", "size", "color", "style"];
2811
+ var _excluded$20 = ["testId", "size", "color", "style"];
2812
2812
  var IconDollarSign = React.forwardRef(function (_ref, ref) {
2813
2813
  var _ref$testId = _ref.testId,
2814
2814
  testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
2815
2815
  size = _ref.size,
2816
2816
  color = _ref.color,
2817
2817
  style = _ref.style,
2818
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2818
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2819
2819
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2820
2820
  var styleProps = {
2821
2821
  size: !size && isInsideButton ? 'medium' : size,
@@ -2836,14 +2836,14 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
2836
2836
  });
2837
2837
  IconDollarSign.displayName = 'IconDollarSign';
2838
2838
 
2839
- var _excluded$1Z = ["testId", "size", "color", "style"];
2839
+ var _excluded$1$ = ["testId", "size", "color", "style"];
2840
2840
  var IconDownload = React.forwardRef(function (_ref, ref) {
2841
2841
  var _ref$testId = _ref.testId,
2842
2842
  testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
2843
2843
  size = _ref.size,
2844
2844
  color = _ref.color,
2845
2845
  style = _ref.style,
2846
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2846
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2847
2847
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2848
2848
  var styleProps = {
2849
2849
  size: !size && isInsideButton ? 'medium' : size,
@@ -2866,14 +2866,14 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
2866
2866
  });
2867
2867
  IconDownload.displayName = 'IconDownload';
2868
2868
 
2869
- var _excluded$1Y = ["testId", "size", "color", "style"];
2869
+ var _excluded$1_ = ["testId", "size", "color", "style"];
2870
2870
  var IconEdit = React.forwardRef(function (_ref, ref) {
2871
2871
  var _ref$testId = _ref.testId,
2872
2872
  testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
2873
2873
  size = _ref.size,
2874
2874
  color = _ref.color,
2875
2875
  style = _ref.style,
2876
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
2876
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2877
2877
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2878
2878
  var styleProps = {
2879
2879
  size: !size && isInsideButton ? 'medium' : size,
@@ -2894,14 +2894,14 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
2894
2894
  });
2895
2895
  IconEdit.displayName = 'IconEdit';
2896
2896
 
2897
- var _excluded$1X = ["testId", "size", "color", "style"];
2897
+ var _excluded$1Z = ["testId", "size", "color", "style"];
2898
2898
  var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2899
2899
  var _ref$testId = _ref.testId,
2900
2900
  testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
2901
2901
  size = _ref.size,
2902
2902
  color = _ref.color,
2903
2903
  style = _ref.style,
2904
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
2904
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2905
2905
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2906
2906
  var styleProps = {
2907
2907
  size: !size && isInsideButton ? 'medium' : size,
@@ -2924,14 +2924,14 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2924
2924
  });
2925
2925
  IconEllipsisV.displayName = 'IconEllipsisV';
2926
2926
 
2927
- var _excluded$1W = ["testId", "size", "color", "style"];
2927
+ var _excluded$1Y = ["testId", "size", "color", "style"];
2928
2928
  var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2929
2929
  var _ref$testId = _ref.testId,
2930
2930
  testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
2931
2931
  size = _ref.size,
2932
2932
  color = _ref.color,
2933
2933
  style = _ref.style,
2934
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
2934
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
2935
2935
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2936
2936
  var styleProps = {
2937
2937
  size: !size && isInsideButton ? 'medium' : size,
@@ -2959,14 +2959,14 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2959
2959
  });
2960
2960
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2961
2961
 
2962
- var _excluded$1V = ["testId", "size", "color", "style"];
2962
+ var _excluded$1X = ["testId", "size", "color", "style"];
2963
2963
  var IconEnvelope = React.forwardRef(function (_ref, ref) {
2964
2964
  var _ref$testId = _ref.testId,
2965
2965
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
2966
2966
  size = _ref.size,
2967
2967
  color = _ref.color,
2968
2968
  style = _ref.style,
2969
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
2969
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
2970
2970
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2971
2971
  var styleProps = {
2972
2972
  size: !size && isInsideButton ? 'medium' : size,
@@ -2987,14 +2987,14 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
2987
2987
  });
2988
2988
  IconEnvelope.displayName = 'IconEnvelope';
2989
2989
 
2990
- var _excluded$1U = ["testId", "size", "color", "style"];
2990
+ var _excluded$1W = ["testId", "size", "color", "style"];
2991
2991
  var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
2992
2992
  var _ref$testId = _ref.testId,
2993
2993
  testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
2994
2994
  size = _ref.size,
2995
2995
  color = _ref.color,
2996
2996
  style = _ref.style,
2997
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
2997
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
2998
2998
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2999
2999
  var styleProps = {
3000
3000
  size: !size && isInsideButton ? 'medium' : size,
@@ -3017,14 +3017,14 @@ var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
3017
3017
  });
3018
3018
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3019
3019
 
3020
- var _excluded$1T = ["testId", "size", "color", "style"];
3020
+ var _excluded$1V = ["testId", "size", "color", "style"];
3021
3021
  var IconExclaimation = React.forwardRef(function (_ref, ref) {
3022
3022
  var _ref$testId = _ref.testId,
3023
3023
  testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
3024
3024
  size = _ref.size,
3025
3025
  color = _ref.color,
3026
3026
  style = _ref.style,
3027
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3027
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3028
3028
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3029
3029
  var styleProps = {
3030
3030
  size: !size && isInsideButton ? 'medium' : size,
@@ -3045,14 +3045,14 @@ var IconExclaimation = React.forwardRef(function (_ref, ref) {
3045
3045
  });
3046
3046
  IconExclaimation.displayName = 'IconExclaimation';
3047
3047
 
3048
- var _excluded$1S = ["testId", "size", "color", "style"];
3048
+ var _excluded$1U = ["testId", "size", "color", "style"];
3049
3049
  var IconExpand = React.forwardRef(function (_ref, ref) {
3050
3050
  var _ref$testId = _ref.testId,
3051
3051
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
3052
3052
  size = _ref.size,
3053
3053
  color = _ref.color,
3054
3054
  style = _ref.style,
3055
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3055
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3056
3056
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3057
3057
  var styleProps = {
3058
3058
  size: !size && isInsideButton ? 'medium' : size,
@@ -3073,14 +3073,14 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
3073
3073
  });
3074
3074
  IconExpand.displayName = 'IconExpand';
3075
3075
 
3076
- var _excluded$1R = ["testId", "size", "color", "style"];
3076
+ var _excluded$1T = ["testId", "size", "color", "style"];
3077
3077
  var IconExternalLink = React.forwardRef(function (_ref, ref) {
3078
3078
  var _ref$testId = _ref.testId,
3079
3079
  testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
3080
3080
  size = _ref.size,
3081
3081
  color = _ref.color,
3082
3082
  style = _ref.style,
3083
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3083
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3084
3084
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3085
3085
  var styleProps = {
3086
3086
  size: !size && isInsideButton ? 'medium' : size,
@@ -3103,14 +3103,14 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
3103
3103
  });
3104
3104
  IconExternalLink.displayName = 'IconExternalLink';
3105
3105
 
3106
- var _excluded$1Q = ["testId", "size", "color", "style"];
3106
+ var _excluded$1S = ["testId", "size", "color", "style"];
3107
3107
  var IconEyeSlash = React.forwardRef(function (_ref, ref) {
3108
3108
  var _ref$testId = _ref.testId,
3109
3109
  testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
3110
3110
  size = _ref.size,
3111
3111
  color = _ref.color,
3112
3112
  style = _ref.style,
3113
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3113
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3114
3114
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3115
3115
  var styleProps = {
3116
3116
  size: !size && isInsideButton ? 'medium' : size,
@@ -3145,14 +3145,14 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
3145
3145
  });
3146
3146
  IconEyeSlash.displayName = 'IconEyeSlash';
3147
3147
 
3148
- var _excluded$1P = ["testId", "size", "color", "style"];
3148
+ var _excluded$1R = ["testId", "size", "color", "style"];
3149
3149
  var IconEye = React.forwardRef(function (_ref, ref) {
3150
3150
  var _ref$testId = _ref.testId,
3151
3151
  testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
3152
3152
  size = _ref.size,
3153
3153
  color = _ref.color,
3154
3154
  style = _ref.style,
3155
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3155
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3156
3156
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3157
3157
  var styleProps = {
3158
3158
  size: !size && isInsideButton ? 'medium' : size,
@@ -3180,14 +3180,14 @@ var IconEye = React.forwardRef(function (_ref, ref) {
3180
3180
  });
3181
3181
  IconEye.displayName = 'IconEye';
3182
3182
 
3183
- var _excluded$1O = ["testId", "size", "color", "style"];
3183
+ var _excluded$1Q = ["testId", "size", "color", "style"];
3184
3184
  var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
3185
3185
  var _ref$testId = _ref.testId,
3186
3186
  testId = _ref$testId === void 0 ? 'icon-face-smile-relaxed' : _ref$testId,
3187
3187
  size = _ref.size,
3188
3188
  color = _ref.color,
3189
3189
  style = _ref.style,
3190
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3191
3191
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3192
3192
  var styleProps = {
3193
3193
  size: !size && isInsideButton ? 'medium' : size,
@@ -3215,14 +3215,14 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
3215
3215
  });
3216
3216
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3217
3217
 
3218
- var _excluded$1N = ["testId", "size", "color", "style"];
3218
+ var _excluded$1P = ["testId", "size", "color", "style"];
3219
3219
  var IconFilePdf = React.forwardRef(function (_ref, ref) {
3220
3220
  var _ref$testId = _ref.testId,
3221
3221
  testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
3222
3222
  size = _ref.size,
3223
3223
  color = _ref.color,
3224
3224
  style = _ref.style,
3225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3225
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3226
3226
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3227
3227
  var styleProps = {
3228
3228
  size: !size && isInsideButton ? 'medium' : size,
@@ -3250,14 +3250,14 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
3250
3250
  });
3251
3251
  IconFilePdf.displayName = 'IconFilePdf';
3252
3252
 
3253
- var _excluded$1M = ["testId", "size", "color", "style"];
3253
+ var _excluded$1O = ["testId", "size", "color", "style"];
3254
3254
  var IconFile = React.forwardRef(function (_ref, ref) {
3255
3255
  var _ref$testId = _ref.testId,
3256
3256
  testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
3257
3257
  size = _ref.size,
3258
3258
  color = _ref.color,
3259
3259
  style = _ref.style,
3260
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3260
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3261
3261
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3262
3262
  var styleProps = {
3263
3263
  size: !size && isInsideButton ? 'medium' : size,
@@ -3285,14 +3285,14 @@ var IconFile = React.forwardRef(function (_ref, ref) {
3285
3285
  });
3286
3286
  IconFile.displayName = 'IconFile';
3287
3287
 
3288
- var _excluded$1L = ["testId", "size", "color", "style"];
3288
+ var _excluded$1N = ["testId", "size", "color", "style"];
3289
3289
  var IconFlag = React.forwardRef(function (_ref, ref) {
3290
3290
  var _ref$testId = _ref.testId,
3291
3291
  testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
3292
3292
  size = _ref.size,
3293
3293
  color = _ref.color,
3294
3294
  style = _ref.style,
3295
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3295
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3296
3296
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3297
3297
  var styleProps = {
3298
3298
  size: !size && isInsideButton ? 'medium' : size,
@@ -3320,14 +3320,14 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
3320
3320
  });
3321
3321
  IconFlag.displayName = 'IconFlag';
3322
3322
 
3323
- var _excluded$1K = ["testId", "size", "color", "style"];
3323
+ var _excluded$1M = ["testId", "size", "color", "style"];
3324
3324
  var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
3325
3325
  var _ref$testId = _ref.testId,
3326
3326
  testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
3327
3327
  size = _ref.size,
3328
3328
  color = _ref.color,
3329
3329
  style = _ref.style,
3330
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3330
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3331
3331
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3332
3332
  var styleProps = {
3333
3333
  size: !size && isInsideButton ? 'medium' : size,
@@ -3350,14 +3350,14 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
3350
3350
  });
3351
3351
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3352
3352
 
3353
- var _excluded$1J = ["testId", "size", "color", "style"];
3353
+ var _excluded$1L = ["testId", "size", "color", "style"];
3354
3354
  var IconFourSquares = React.forwardRef(function (_ref, ref) {
3355
3355
  var _ref$testId = _ref.testId,
3356
3356
  testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
3357
3357
  size = _ref.size,
3358
3358
  color = _ref.color,
3359
3359
  style = _ref.style,
3360
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3360
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3361
3361
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3362
3362
  var styleProps = {
3363
3363
  size: !size && isInsideButton ? 'medium' : size,
@@ -3403,14 +3403,14 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
3403
3403
  });
3404
3404
  IconFourSquares.displayName = 'IconFourSquares';
3405
3405
 
3406
- var _excluded$1I = ["testId", "size", "color", "style"];
3406
+ var _excluded$1K = ["testId", "size", "color", "style"];
3407
3407
  var IconGavel = React.forwardRef(function (_ref, ref) {
3408
3408
  var _ref$testId = _ref.testId,
3409
3409
  testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
3410
3410
  size = _ref.size,
3411
3411
  color = _ref.color,
3412
3412
  style = _ref.style,
3413
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3413
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3414
3414
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3415
3415
  var styleProps = {
3416
3416
  size: !size && isInsideButton ? 'medium' : size,
@@ -3431,14 +3431,14 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
3431
3431
  });
3432
3432
  IconGavel.displayName = 'IconGavel';
3433
3433
 
3434
- var _excluded$1H = ["testId", "size", "color", "style"];
3434
+ var _excluded$1J = ["testId", "size", "color", "style"];
3435
3435
  var IconGif = React.forwardRef(function (_ref, ref) {
3436
3436
  var _ref$testId = _ref.testId,
3437
3437
  testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
3438
3438
  size = _ref.size,
3439
3439
  color = _ref.color,
3440
3440
  style = _ref.style,
3441
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3441
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3442
3442
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3443
3443
  var styleProps = {
3444
3444
  size: !size && isInsideButton ? 'medium' : size,
@@ -3463,14 +3463,14 @@ var IconGif = React.forwardRef(function (_ref, ref) {
3463
3463
  });
3464
3464
  IconGif.displayName = 'IconGif';
3465
3465
 
3466
- var _excluded$1G = ["testId", "size", "color", "style"];
3466
+ var _excluded$1I = ["testId", "size", "color", "style"];
3467
3467
  var IconGift = React.forwardRef(function (_ref, ref) {
3468
3468
  var _ref$testId = _ref.testId,
3469
3469
  testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
3470
3470
  size = _ref.size,
3471
3471
  color = _ref.color,
3472
3472
  style = _ref.style,
3473
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3473
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3474
3474
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3475
3475
  var styleProps = {
3476
3476
  size: !size && isInsideButton ? 'medium' : size,
@@ -3491,14 +3491,14 @@ var IconGift = React.forwardRef(function (_ref, ref) {
3491
3491
  });
3492
3492
  IconGift.displayName = 'IconGift';
3493
3493
 
3494
- var _excluded$1F = ["testId", "size", "color", "style"];
3494
+ var _excluded$1H = ["testId", "size", "color", "style"];
3495
3495
  var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
3496
3496
  var _ref$testId = _ref.testId,
3497
3497
  testId = _ref$testId === void 0 ? 'icon-good-monochromatic' : _ref$testId,
3498
3498
  size = _ref.size,
3499
3499
  color = _ref.color,
3500
3500
  style = _ref.style,
3501
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3502
3502
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3503
3503
  var styleProps = {
3504
3504
  size: !size && isInsideButton ? 'medium' : size,
@@ -3537,14 +3537,14 @@ var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
3537
3537
  });
3538
3538
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3539
3539
 
3540
- var _excluded$1E = ["testId", "size", "color", "style"];
3540
+ var _excluded$1G = ["testId", "size", "color", "style"];
3541
3541
  var IconGood = React.forwardRef(function (_ref, ref) {
3542
3542
  var _ref$testId = _ref.testId,
3543
3543
  testId = _ref$testId === void 0 ? 'icon-good' : _ref$testId,
3544
3544
  size = _ref.size,
3545
3545
  color = _ref.color,
3546
3546
  style = _ref.style,
3547
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3547
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3548
3548
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3549
3549
  var styleProps = {
3550
3550
  size: !size && isInsideButton ? 'medium' : size,
@@ -3571,14 +3571,14 @@ var IconGood = React.forwardRef(function (_ref, ref) {
3571
3571
  });
3572
3572
  IconGood.displayName = 'IconGood';
3573
3573
 
3574
- var _excluded$1D = ["testId", "size", "color", "style"];
3574
+ var _excluded$1F = ["testId", "size", "color", "style"];
3575
3575
  var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
3576
3576
  var _ref$testId = _ref.testId,
3577
3577
  testId = _ref$testId === void 0 ? 'icon-great-monochromatic' : _ref$testId,
3578
3578
  size = _ref.size,
3579
3579
  color = _ref.color,
3580
3580
  style = _ref.style,
3581
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3581
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3582
3582
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3583
3583
  var styleProps = {
3584
3584
  size: !size && isInsideButton ? 'medium' : size,
@@ -3619,14 +3619,14 @@ var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
3619
3619
  });
3620
3620
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3621
3621
 
3622
- var _excluded$1C = ["testId", "size", "color", "style"];
3622
+ var _excluded$1E = ["testId", "size", "color", "style"];
3623
3623
  var IconGreat = React.forwardRef(function (_ref, ref) {
3624
3624
  var _ref$testId = _ref.testId,
3625
3625
  testId = _ref$testId === void 0 ? 'icon-great' : _ref$testId,
3626
3626
  size = _ref.size,
3627
3627
  color = _ref.color,
3628
3628
  style = _ref.style,
3629
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3629
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3630
3630
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3631
3631
  var styleProps = {
3632
3632
  size: !size && isInsideButton ? 'medium' : size,
@@ -3655,14 +3655,14 @@ var IconGreat = React.forwardRef(function (_ref, ref) {
3655
3655
  });
3656
3656
  IconGreat.displayName = 'IconGreat';
3657
3657
 
3658
- var _excluded$1B = ["testId", "size", "color", "style"];
3658
+ var _excluded$1D = ["testId", "size", "color", "style"];
3659
3659
  var IconGrinBeam = React.forwardRef(function (_ref, ref) {
3660
3660
  var _ref$testId = _ref.testId,
3661
3661
  testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
3662
3662
  size = _ref.size,
3663
3663
  color = _ref.color,
3664
3664
  style = _ref.style,
3665
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3665
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3666
3666
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3667
3667
  var styleProps = {
3668
3668
  size: !size && isInsideButton ? 'medium' : size,
@@ -3683,14 +3683,14 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
3683
3683
  });
3684
3684
  IconGrinBeam.displayName = 'IconGrinBeam';
3685
3685
 
3686
- var _excluded$1A = ["testId", "size", "color", "style"];
3686
+ var _excluded$1C = ["testId", "size", "color", "style"];
3687
3687
  var IconGripVertical = React.forwardRef(function (_ref, ref) {
3688
3688
  var _ref$testId = _ref.testId,
3689
3689
  testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
3690
3690
  size = _ref.size,
3691
3691
  color = _ref.color,
3692
3692
  style = _ref.style,
3693
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3693
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3694
3694
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3695
3695
  var styleProps = {
3696
3696
  size: !size && isInsideButton ? 'medium' : size,
@@ -3738,14 +3738,14 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
3738
3738
  });
3739
3739
  IconGripVertical.displayName = 'IconGripVertical';
3740
3740
 
3741
- var _excluded$1z = ["testId", "size", "color", "style"];
3741
+ var _excluded$1B = ["testId", "size", "color", "style"];
3742
3742
  var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
3743
3743
  var _ref$testId = _ref.testId,
3744
3744
  testId = _ref$testId === void 0 ? 'icon-hand-holding-dollar' : _ref$testId,
3745
3745
  size = _ref.size,
3746
3746
  color = _ref.color,
3747
3747
  style = _ref.style,
3748
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3748
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3749
3749
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3750
3750
  var styleProps = {
3751
3751
  size: !size && isInsideButton ? 'medium' : size,
@@ -3773,14 +3773,14 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
3773
3773
  });
3774
3774
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
3775
3775
 
3776
- var _excluded$1y = ["testId", "size", "color", "style"];
3776
+ var _excluded$1A = ["testId", "size", "color", "style"];
3777
3777
  var IconHandPointRight = React.forwardRef(function (_ref, ref) {
3778
3778
  var _ref$testId = _ref.testId,
3779
3779
  testId = _ref$testId === void 0 ? 'icon-hand-point-right' : _ref$testId,
3780
3780
  size = _ref.size,
3781
3781
  color = _ref.color,
3782
3782
  style = _ref.style,
3783
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3783
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3784
3784
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3785
3785
  var styleProps = {
3786
3786
  size: !size && isInsideButton ? 'medium' : size,
@@ -3801,14 +3801,14 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
3801
3801
  });
3802
3802
  IconHandPointRight.displayName = 'IconHandPointRight';
3803
3803
 
3804
- var _excluded$1x = ["testId", "size", "color", "style"];
3804
+ var _excluded$1z = ["testId", "size", "color", "style"];
3805
3805
  var IconHandshake = React.forwardRef(function (_ref, ref) {
3806
3806
  var _ref$testId = _ref.testId,
3807
3807
  testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
3808
3808
  size = _ref.size,
3809
3809
  color = _ref.color,
3810
3810
  style = _ref.style,
3811
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3811
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3812
3812
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3813
3813
  var styleProps = {
3814
3814
  size: !size && isInsideButton ? 'medium' : size,
@@ -3836,14 +3836,14 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
3836
3836
  });
3837
3837
  IconHandshake.displayName = 'IconHandshake';
3838
3838
 
3839
- var _excluded$1w = ["testId", "size", "color", "style"];
3839
+ var _excluded$1y = ["testId", "size", "color", "style"];
3840
3840
  var IconHatChef = React.forwardRef(function (_ref, ref) {
3841
3841
  var _ref$testId = _ref.testId,
3842
3842
  testId = _ref$testId === void 0 ? 'icon-hat-chef' : _ref$testId,
3843
3843
  size = _ref.size,
3844
3844
  color = _ref.color,
3845
3845
  style = _ref.style,
3846
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3846
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3847
3847
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3848
3848
  var styleProps = {
3849
3849
  size: !size && isInsideButton ? 'medium' : size,
@@ -3864,14 +3864,14 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
3864
3864
  });
3865
3865
  IconHatChef.displayName = 'IconHatChef';
3866
3866
 
3867
- var _excluded$1v = ["testId", "size", "color", "style"];
3867
+ var _excluded$1x = ["testId", "size", "color", "style"];
3868
3868
  var IconImage = React.forwardRef(function (_ref, ref) {
3869
3869
  var _ref$testId = _ref.testId,
3870
3870
  testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
3871
3871
  size = _ref.size,
3872
3872
  color = _ref.color,
3873
3873
  style = _ref.style,
3874
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3874
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3875
3875
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3876
3876
  var styleProps = {
3877
3877
  size: !size && isInsideButton ? 'medium' : size,
@@ -3899,14 +3899,14 @@ var IconImage = React.forwardRef(function (_ref, ref) {
3899
3899
  });
3900
3900
  IconImage.displayName = 'IconImage';
3901
3901
 
3902
- var _excluded$1u = ["testId", "size", "color", "style"];
3902
+ var _excluded$1w = ["testId", "size", "color", "style"];
3903
3903
  var IconIslandTropical = React.forwardRef(function (_ref, ref) {
3904
3904
  var _ref$testId = _ref.testId,
3905
3905
  testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
3906
3906
  size = _ref.size,
3907
3907
  color = _ref.color,
3908
3908
  style = _ref.style,
3909
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3910
3910
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3911
3911
  var styleProps = {
3912
3912
  size: !size && isInsideButton ? 'medium' : size,
@@ -3929,14 +3929,14 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
3929
3929
  });
3930
3930
  IconIslandTropical.displayName = 'IconIslandTropical';
3931
3931
 
3932
- var _excluded$1t = ["testId", "size", "color", "style"];
3932
+ var _excluded$1v = ["testId", "size", "color", "style"];
3933
3933
  var IconItalic = React.forwardRef(function (_ref, ref) {
3934
3934
  var _ref$testId = _ref.testId,
3935
3935
  testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
3936
3936
  size = _ref.size,
3937
3937
  color = _ref.color,
3938
3938
  style = _ref.style,
3939
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3939
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3940
3940
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3941
3941
  var styleProps = {
3942
3942
  size: !size && isInsideButton ? 'medium' : size,
@@ -3957,14 +3957,14 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
3957
3957
  });
3958
3958
  IconItalic.displayName = 'IconItalic';
3959
3959
 
3960
- var _excluded$1s = ["testId", "size", "color", "style"];
3960
+ var _excluded$1u = ["testId", "size", "color", "style"];
3961
3961
  var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
3962
3962
  var _ref$testId = _ref.testId,
3963
3963
  testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
3964
3964
  size = _ref.size,
3965
3965
  color = _ref.color,
3966
3966
  style = _ref.style,
3967
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3967
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3968
3968
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3969
3969
  var styleProps = {
3970
3970
  size: !size && isInsideButton ? 'medium' : size,
@@ -3994,14 +3994,14 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
3994
3994
  });
3995
3995
  IconLaptopSearch.displayName = 'IconLaptopSearch';
3996
3996
 
3997
- var _excluded$1r = ["testId", "size", "color", "style"];
3997
+ var _excluded$1t = ["testId", "size", "color", "style"];
3998
3998
  var IconLink = React.forwardRef(function (_ref, ref) {
3999
3999
  var _ref$testId = _ref.testId,
4000
4000
  testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
4001
4001
  size = _ref.size,
4002
4002
  color = _ref.color,
4003
4003
  style = _ref.style,
4004
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4004
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4005
4005
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4006
4006
  var styleProps = {
4007
4007
  size: !size && isInsideButton ? 'medium' : size,
@@ -4029,14 +4029,14 @@ var IconLink = React.forwardRef(function (_ref, ref) {
4029
4029
  });
4030
4030
  IconLink.displayName = 'IconLink';
4031
4031
 
4032
- var _excluded$1q = ["testId", "size", "color", "style"];
4032
+ var _excluded$1s = ["testId", "size", "color", "style"];
4033
4033
  var IconListOI = React.forwardRef(function (_ref, ref) {
4034
4034
  var _ref$testId = _ref.testId,
4035
4035
  testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
4036
4036
  size = _ref.size,
4037
4037
  color = _ref.color,
4038
4038
  style = _ref.style,
4039
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4039
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4040
4040
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4041
4041
  var styleProps = {
4042
4042
  size: !size && isInsideButton ? 'medium' : size,
@@ -4064,14 +4064,14 @@ var IconListOI = React.forwardRef(function (_ref, ref) {
4064
4064
  });
4065
4065
  IconListOI.displayName = 'IconListOI';
4066
4066
 
4067
- var _excluded$1p = ["testId", "size", "color", "style"];
4067
+ var _excluded$1r = ["testId", "size", "color", "style"];
4068
4068
  var IconList = React.forwardRef(function (_ref, ref) {
4069
4069
  var _ref$testId = _ref.testId,
4070
4070
  testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
4071
4071
  size = _ref.size,
4072
4072
  color = _ref.color,
4073
4073
  style = _ref.style,
4074
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4074
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4075
4075
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4076
4076
  var styleProps = {
4077
4077
  size: !size && isInsideButton ? 'medium' : size,
@@ -4092,14 +4092,14 @@ var IconList = React.forwardRef(function (_ref, ref) {
4092
4092
  });
4093
4093
  IconList.displayName = 'IconList';
4094
4094
 
4095
- var _excluded$1o = ["testId", "size", "color", "style"];
4095
+ var _excluded$1q = ["testId", "size", "color", "style"];
4096
4096
  var IconLock = React.forwardRef(function (_ref, ref) {
4097
4097
  var _ref$testId = _ref.testId,
4098
4098
  testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
4099
4099
  size = _ref.size,
4100
4100
  color = _ref.color,
4101
4101
  style = _ref.style,
4102
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4102
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4103
4103
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4104
4104
  var styleProps = {
4105
4105
  size: !size && isInsideButton ? 'medium' : size,
@@ -4120,14 +4120,14 @@ var IconLock = React.forwardRef(function (_ref, ref) {
4120
4120
  });
4121
4121
  IconLock.displayName = 'IconLock';
4122
4122
 
4123
- var _excluded$1n = ["testId", "size", "color", "style"];
4123
+ var _excluded$1p = ["testId", "size", "color", "style"];
4124
4124
  var IconMagicSolid = React.forwardRef(function (_ref, ref) {
4125
4125
  var _ref$testId = _ref.testId,
4126
4126
  testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
4127
4127
  size = _ref.size,
4128
4128
  color = _ref.color,
4129
4129
  style = _ref.style,
4130
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4130
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4131
4131
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4132
4132
  var styleProps = {
4133
4133
  size: !size && isInsideButton ? 'medium' : size,
@@ -4150,14 +4150,14 @@ var IconMagicSolid = React.forwardRef(function (_ref, ref) {
4150
4150
  });
4151
4151
  IconMagicSolid.displayName = 'IconMagicSolid';
4152
4152
 
4153
- var _excluded$1m = ["testId", "size", "color", "style"];
4153
+ var _excluded$1o = ["testId", "size", "color", "style"];
4154
4154
  var IconMapMarker = React.forwardRef(function (_ref, ref) {
4155
4155
  var _ref$testId = _ref.testId,
4156
4156
  testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
4157
4157
  size = _ref.size,
4158
4158
  color = _ref.color,
4159
4159
  style = _ref.style,
4160
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4160
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4161
4161
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4162
4162
  var styleProps = {
4163
4163
  size: !size && isInsideButton ? 'medium' : size,
@@ -4180,14 +4180,14 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
4180
4180
  });
4181
4181
  IconMapMarker.displayName = 'IconMapMarker';
4182
4182
 
4183
- var _excluded$1l = ["testId", "size", "color", "style"];
4183
+ var _excluded$1n = ["testId", "size", "color", "style"];
4184
4184
  var IconMedal = React.forwardRef(function (_ref, ref) {
4185
4185
  var _ref$testId = _ref.testId,
4186
4186
  testId = _ref$testId === void 0 ? 'icon-medal' : _ref$testId,
4187
4187
  size = _ref.size,
4188
4188
  color = _ref.color,
4189
4189
  style = _ref.style,
4190
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4191
4191
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4192
4192
  var styleProps = {
4193
4193
  size: !size && isInsideButton ? 'medium' : size,
@@ -4215,14 +4215,14 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
4215
4215
  });
4216
4216
  IconMedal.displayName = 'IconMedal';
4217
4217
 
4218
- var _excluded$1k = ["testId", "size", "color", "style"];
4218
+ var _excluded$1m = ["testId", "size", "color", "style"];
4219
4219
  var IconMegaphone = React.forwardRef(function (_ref, ref) {
4220
4220
  var _ref$testId = _ref.testId,
4221
4221
  testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
4222
4222
  size = _ref.size,
4223
4223
  color = _ref.color,
4224
4224
  style = _ref.style,
4225
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4225
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4226
4226
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4227
4227
  var styleProps = {
4228
4228
  size: !size && isInsideButton ? 'medium' : size,
@@ -4245,14 +4245,14 @@ var IconMegaphone = React.forwardRef(function (_ref, ref) {
4245
4245
  });
4246
4246
  IconMegaphone.displayName = 'IconMegaphone';
4247
4247
 
4248
- var _excluded$1j = ["testId", "size", "color", "style"];
4248
+ var _excluded$1l = ["testId", "size", "color", "style"];
4249
4249
  var IconMessages = React.forwardRef(function (_ref, ref) {
4250
4250
  var _ref$testId = _ref.testId,
4251
4251
  testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
4252
4252
  size = _ref.size,
4253
4253
  color = _ref.color,
4254
4254
  style = _ref.style,
4255
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4255
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4256
4256
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4257
4257
  var styleProps = {
4258
4258
  size: !size && isInsideButton ? 'medium' : size,
@@ -4273,14 +4273,14 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
4273
4273
  });
4274
4274
  IconMessages.displayName = 'IconMessages';
4275
4275
 
4276
- var _excluded$1i = ["testId", "size", "color", "style"];
4276
+ var _excluded$1k = ["testId", "size", "color", "style"];
4277
4277
  var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4278
4278
  var _ref$testId = _ref.testId,
4279
4279
  testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
4280
4280
  size = _ref.size,
4281
4281
  color = _ref.color,
4282
4282
  style = _ref.style,
4283
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4283
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4284
4284
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4285
4285
  var styleProps = {
4286
4286
  size: !size && isInsideButton ? 'medium' : size,
@@ -4301,14 +4301,14 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4301
4301
  });
4302
4302
  IconMinusCircle.displayName = 'IconMinusCircle';
4303
4303
 
4304
- var _excluded$1h = ["testId", "size", "color", "style"];
4304
+ var _excluded$1j = ["testId", "size", "color", "style"];
4305
4305
  var IconMinus = React.forwardRef(function (_ref, ref) {
4306
4306
  var _ref$testId = _ref.testId,
4307
4307
  testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
4308
4308
  size = _ref.size,
4309
4309
  color = _ref.color,
4310
4310
  style = _ref.style,
4311
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4311
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4312
4312
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4313
4313
  var styleProps = {
4314
4314
  size: !size && isInsideButton ? 'medium' : size,
@@ -4329,14 +4329,14 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
4329
4329
  });
4330
4330
  IconMinus.displayName = 'IconMinus';
4331
4331
 
4332
- var _excluded$1g = ["testId", "size", "color", "style"];
4332
+ var _excluded$1i = ["testId", "size", "color", "style"];
4333
4333
  var IconMoneyBill = React.forwardRef(function (_ref, ref) {
4334
4334
  var _ref$testId = _ref.testId,
4335
4335
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
4336
4336
  size = _ref.size,
4337
4337
  color = _ref.color,
4338
4338
  style = _ref.style,
4339
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4339
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4340
4340
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4341
4341
  var styleProps = {
4342
4342
  size: !size && isInsideButton ? 'medium' : size,
@@ -4357,14 +4357,14 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
4357
4357
  });
4358
4358
  IconMoneyBill.displayName = 'IconMoneyBill';
4359
4359
 
4360
- var _excluded$1f = ["testId", "size", "color", "style"];
4360
+ var _excluded$1h = ["testId", "size", "color", "style"];
4361
4361
  var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
4362
4362
  var _ref$testId = _ref.testId,
4363
4363
  testId = _ref$testId === void 0 ? 'icon-mug-saucer-solid' : _ref$testId,
4364
4364
  size = _ref.size,
4365
4365
  color = _ref.color,
4366
4366
  style = _ref.style,
4367
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4367
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4368
4368
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4369
4369
  var styleProps = {
4370
4370
  size: !size && isInsideButton ? 'medium' : size,
@@ -4385,14 +4385,14 @@ var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
4385
4385
  });
4386
4386
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4387
4387
 
4388
- var _excluded$1e = ["testId", "size", "color", "style"];
4388
+ var _excluded$1g = ["testId", "size", "color", "style"];
4389
4389
  var IconNotesMedical = React.forwardRef(function (_ref, ref) {
4390
4390
  var _ref$testId = _ref.testId,
4391
4391
  testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
4392
4392
  size = _ref.size,
4393
4393
  color = _ref.color,
4394
4394
  style = _ref.style,
4395
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4395
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4396
4396
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4397
4397
  var styleProps = {
4398
4398
  size: !size && isInsideButton ? 'medium' : size,
@@ -4413,14 +4413,14 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
4413
4413
  });
4414
4414
  IconNotesMedical.displayName = 'IconNotesMedical';
4415
4415
 
4416
- var _excluded$1d = ["testId", "size", "color", "style"];
4416
+ var _excluded$1f = ["testId", "size", "color", "style"];
4417
4417
  var IconOvertime = React.forwardRef(function (_ref, ref) {
4418
4418
  var _ref$testId = _ref.testId,
4419
4419
  testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
4420
4420
  size = _ref.size,
4421
4421
  color = _ref.color,
4422
4422
  style = _ref.style,
4423
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4423
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4424
4424
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4425
4425
  var styleProps = {
4426
4426
  size: !size && isInsideButton ? 'medium' : size,
@@ -4448,14 +4448,14 @@ var IconOvertime = React.forwardRef(function (_ref, ref) {
4448
4448
  });
4449
4449
  IconOvertime.displayName = 'IconOvertime';
4450
4450
 
4451
- var _excluded$1c = ["testId", "size", "color", "style"];
4451
+ var _excluded$1e = ["testId", "size", "color", "style"];
4452
4452
  var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
4453
4453
  var _ref$testId = _ref.testId,
4454
4454
  testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
4455
4455
  size = _ref.size,
4456
4456
  color = _ref.color,
4457
4457
  style = _ref.style,
4458
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4458
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4459
4459
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4460
4460
  var styleProps = {
4461
4461
  size: !size && isInsideButton ? 'medium' : size,
@@ -4487,14 +4487,14 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
4487
4487
  });
4488
4488
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4489
4489
 
4490
- var _excluded$1b = ["testId", "size", "color", "style"];
4490
+ var _excluded$1d = ["testId", "size", "color", "style"];
4491
4491
  var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4492
4492
  var _ref$testId = _ref.testId,
4493
4493
  testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
4494
4494
  size = _ref.size,
4495
4495
  color = _ref.color,
4496
4496
  style = _ref.style,
4497
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4497
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4498
4498
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4499
4499
  var styleProps = {
4500
4500
  size: !size && isInsideButton ? 'medium' : size,
@@ -4517,14 +4517,14 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4517
4517
  });
4518
4518
  IconPaperPlane.displayName = 'IconPaperPlane';
4519
4519
 
4520
- var _excluded$1a = ["testId", "size", "color", "style"];
4520
+ var _excluded$1c = ["testId", "size", "color", "style"];
4521
4521
  var IconPaperclip = React.forwardRef(function (_ref, ref) {
4522
4522
  var _ref$testId = _ref.testId,
4523
4523
  testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
4524
4524
  size = _ref.size,
4525
4525
  color = _ref.color,
4526
4526
  style = _ref.style,
4527
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4527
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4528
4528
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4529
4529
  var styleProps = {
4530
4530
  size: !size && isInsideButton ? 'medium' : size,
@@ -4552,14 +4552,14 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
4552
4552
  });
4553
4553
  IconPaperclip.displayName = 'IconPaperclip';
4554
4554
 
4555
- var _excluded$19 = ["testId", "size", "color", "style"];
4555
+ var _excluded$1b = ["testId", "size", "color", "style"];
4556
4556
  var IconPencil = React.forwardRef(function (_ref, ref) {
4557
4557
  var _ref$testId = _ref.testId,
4558
4558
  testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
4559
4559
  size = _ref.size,
4560
4560
  color = _ref.color,
4561
4561
  style = _ref.style,
4562
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4562
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4563
4563
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4564
4564
  var styleProps = {
4565
4565
  size: !size && isInsideButton ? 'medium' : size,
@@ -4582,14 +4582,14 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
4582
4582
  });
4583
4583
  IconPencil.displayName = 'IconPencil';
4584
4584
 
4585
- var _excluded$18 = ["testId", "size", "color", "style"];
4585
+ var _excluded$1a = ["testId", "size", "color", "style"];
4586
4586
  var IconPercentage = React.forwardRef(function (_ref, ref) {
4587
4587
  var _ref$testId = _ref.testId,
4588
4588
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
4589
4589
  size = _ref.size,
4590
4590
  color = _ref.color,
4591
4591
  style = _ref.style,
4592
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4592
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4593
4593
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4594
4594
  var styleProps = {
4595
4595
  size: !size && isInsideButton ? 'medium' : size,
@@ -4610,14 +4610,14 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
4610
4610
  });
4611
4611
  IconPercentage.displayName = 'IconPercentage';
4612
4612
 
4613
- var _excluded$17 = ["testId", "size", "color", "style"];
4613
+ var _excluded$19 = ["testId", "size", "color", "style"];
4614
4614
  var IconPhone = React.forwardRef(function (_ref, ref) {
4615
4615
  var _ref$testId = _ref.testId,
4616
4616
  testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
4617
4617
  size = _ref.size,
4618
4618
  color = _ref.color,
4619
4619
  style = _ref.style,
4620
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4620
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4621
4621
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4622
4622
  var styleProps = {
4623
4623
  size: !size && isInsideButton ? 'medium' : size,
@@ -4638,14 +4638,14 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
4638
4638
  });
4639
4639
  IconPhone.displayName = 'IconPhone';
4640
4640
 
4641
- var _excluded$16 = ["testId", "size", "color", "style"];
4641
+ var _excluded$18 = ["testId", "size", "color", "style"];
4642
4642
  var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
4643
4643
  var _ref$testId = _ref.testId,
4644
4644
  testId = _ref$testId === void 0 ? 'icon-plate-utensils' : _ref$testId,
4645
4645
  size = _ref.size,
4646
4646
  color = _ref.color,
4647
4647
  style = _ref.style,
4648
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4648
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4649
4649
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4650
4650
  var styleProps = {
4651
4651
  size: !size && isInsideButton ? 'medium' : size,
@@ -4666,14 +4666,14 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
4666
4666
  });
4667
4667
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4668
4668
 
4669
- var _excluded$15 = ["testId", "size", "color", "style"];
4669
+ var _excluded$17 = ["testId", "size", "color", "style"];
4670
4670
  var IconPlug = React.forwardRef(function (_ref, ref) {
4671
4671
  var _ref$testId = _ref.testId,
4672
4672
  testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
4673
4673
  size = _ref.size,
4674
4674
  color = _ref.color,
4675
4675
  style = _ref.style,
4676
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4676
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4677
4677
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4678
4678
  var styleProps = {
4679
4679
  size: !size && isInsideButton ? 'medium' : size,
@@ -4696,14 +4696,14 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
4696
4696
  });
4697
4697
  IconPlug.displayName = 'IconPlug';
4698
4698
 
4699
- var _excluded$14 = ["testId", "size", "color", "style"];
4699
+ var _excluded$16 = ["testId", "size", "color", "style"];
4700
4700
  var IconPlus = React.forwardRef(function (_ref, ref) {
4701
4701
  var _ref$testId = _ref.testId,
4702
4702
  testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
4703
4703
  size = _ref.size,
4704
4704
  color = _ref.color,
4705
4705
  style = _ref.style,
4706
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4706
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4707
4707
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4708
4708
  var styleProps = {
4709
4709
  size: !size && isInsideButton ? 'medium' : size,
@@ -4726,14 +4726,14 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
4726
4726
  });
4727
4727
  IconPlus.displayName = 'IconPlus';
4728
4728
 
4729
- var _excluded$13 = ["testId", "size", "color", "style"];
4729
+ var _excluded$15 = ["testId", "size", "color", "style"];
4730
4730
  var IconPrint = React.forwardRef(function (_ref, ref) {
4731
4731
  var _ref$testId = _ref.testId,
4732
4732
  testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
4733
4733
  size = _ref.size,
4734
4734
  color = _ref.color,
4735
4735
  style = _ref.style,
4736
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4736
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4737
4737
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4738
4738
  var styleProps = {
4739
4739
  size: !size && isInsideButton ? 'medium' : size,
@@ -4756,14 +4756,14 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
4756
4756
  });
4757
4757
  IconPrint.displayName = 'IconPrint';
4758
4758
 
4759
- var _excluded$12 = ["testId", "size", "color", "style"];
4759
+ var _excluded$14 = ["testId", "size", "color", "style"];
4760
4760
  var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
4761
4761
  var _ref$testId = _ref.testId,
4762
4762
  testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
4763
4763
  size = _ref.size,
4764
4764
  color = _ref.color,
4765
4765
  style = _ref.style,
4766
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4766
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4767
4767
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4768
4768
  var styleProps = {
4769
4769
  size: !size && isInsideButton ? 'medium' : size,
@@ -4784,14 +4784,14 @@ var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
4784
4784
  });
4785
4785
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4786
4786
 
4787
- var _excluded$11 = ["testId", "size", "color", "style"];
4787
+ var _excluded$13 = ["testId", "size", "color", "style"];
4788
4788
  var IconRepeat = React.forwardRef(function (_ref, ref) {
4789
4789
  var _ref$testId = _ref.testId,
4790
4790
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
4791
4791
  size = _ref.size,
4792
4792
  color = _ref.color,
4793
4793
  style = _ref.style,
4794
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4794
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4795
4795
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4796
4796
  var styleProps = {
4797
4797
  size: !size && isInsideButton ? 'medium' : size,
@@ -4812,14 +4812,14 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
4812
4812
  });
4813
4813
  IconRepeat.displayName = 'IconRepeat';
4814
4814
 
4815
- var _excluded$10 = ["testId", "size", "color", "style"];
4815
+ var _excluded$12 = ["testId", "size", "color", "style"];
4816
4816
  var IconReply = React.forwardRef(function (_ref, ref) {
4817
4817
  var _ref$testId = _ref.testId,
4818
4818
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
4819
4819
  size = _ref.size,
4820
4820
  color = _ref.color,
4821
4821
  style = _ref.style,
4822
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4822
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4823
4823
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4824
4824
  var styleProps = {
4825
4825
  size: !size && isInsideButton ? 'medium' : size,
@@ -4840,14 +4840,14 @@ var IconReply = React.forwardRef(function (_ref, ref) {
4840
4840
  });
4841
4841
  IconReply.displayName = 'IconReply';
4842
4842
 
4843
- var _excluded$$ = ["testId", "size", "color", "style"];
4843
+ var _excluded$11 = ["testId", "size", "color", "style"];
4844
4844
  var IconRocket = React.forwardRef(function (_ref, ref) {
4845
4845
  var _ref$testId = _ref.testId,
4846
4846
  testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
4847
4847
  size = _ref.size,
4848
4848
  color = _ref.color,
4849
4849
  style = _ref.style,
4850
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4850
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4851
4851
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4852
4852
  var styleProps = {
4853
4853
  size: !size && isInsideButton ? 'medium' : size,
@@ -4868,14 +4868,14 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
4868
4868
  });
4869
4869
  IconRocket.displayName = 'IconRocket';
4870
4870
 
4871
- var _excluded$_ = ["testId", "size", "color", "style"];
4871
+ var _excluded$10 = ["testId", "size", "color", "style"];
4872
4872
  var IconSearch = React.forwardRef(function (_ref, ref) {
4873
4873
  var _ref$testId = _ref.testId,
4874
4874
  testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
4875
4875
  size = _ref.size,
4876
4876
  color = _ref.color,
4877
4877
  style = _ref.style,
4878
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
4878
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4879
4879
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4880
4880
  var styleProps = {
4881
4881
  size: !size && isInsideButton ? 'medium' : size,
@@ -4898,14 +4898,14 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
4898
4898
  });
4899
4899
  IconSearch.displayName = 'IconSearch';
4900
4900
 
4901
- var _excluded$Z = ["testId", "size", "color", "style"];
4901
+ var _excluded$$ = ["testId", "size", "color", "style"];
4902
4902
  var IconSignOut = React.forwardRef(function (_ref, ref) {
4903
4903
  var _ref$testId = _ref.testId,
4904
4904
  testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
4905
4905
  size = _ref.size,
4906
4906
  color = _ref.color,
4907
4907
  style = _ref.style,
4908
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
4908
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4909
4909
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4910
4910
  var styleProps = {
4911
4911
  size: !size && isInsideButton ? 'medium' : size,
@@ -4926,14 +4926,14 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
4926
4926
  });
4927
4927
  IconSignOut.displayName = 'IconSignOut';
4928
4928
 
4929
- var _excluded$Y = ["testId", "size", "color", "style"];
4929
+ var _excluded$_ = ["testId", "size", "color", "style"];
4930
4930
  var IconSitemap = React.forwardRef(function (_ref, ref) {
4931
4931
  var _ref$testId = _ref.testId,
4932
4932
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
4933
4933
  size = _ref.size,
4934
4934
  color = _ref.color,
4935
4935
  style = _ref.style,
4936
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
4936
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
4937
4937
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4938
4938
  var styleProps = {
4939
4939
  size: !size && isInsideButton ? 'medium' : size,
@@ -4956,14 +4956,14 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
4956
4956
  });
4957
4957
  IconSitemap.displayName = 'IconSitemap';
4958
4958
 
4959
- var _excluded$X = ["testId", "size", "color", "style"];
4959
+ var _excluded$Z = ["testId", "size", "color", "style"];
4960
4960
  var IconSlidersH = React.forwardRef(function (_ref, ref) {
4961
4961
  var _ref$testId = _ref.testId,
4962
4962
  testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
4963
4963
  size = _ref.size,
4964
4964
  color = _ref.color,
4965
4965
  style = _ref.style,
4966
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
4966
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
4967
4967
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4968
4968
  var styleProps = {
4969
4969
  size: !size && isInsideButton ? 'medium' : size,
@@ -4991,14 +4991,14 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
4991
4991
  });
4992
4992
  IconSlidersH.displayName = 'IconSlidersH';
4993
4993
 
4994
- var _excluded$W = ["testId", "size", "color", "style"];
4994
+ var _excluded$Y = ["testId", "size", "color", "style"];
4995
4995
  var IconSort = React.forwardRef(function (_ref, ref) {
4996
4996
  var _ref$testId = _ref.testId,
4997
4997
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
4998
4998
  size = _ref.size,
4999
4999
  color = _ref.color,
5000
5000
  style = _ref.style,
5001
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
5001
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5002
5002
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5003
5003
  var styleProps = {
5004
5004
  size: !size && isInsideButton ? 'medium' : size,
@@ -5019,14 +5019,14 @@ var IconSort = React.forwardRef(function (_ref, ref) {
5019
5019
  });
5020
5020
  IconSort.displayName = 'IconSort';
5021
5021
 
5022
- var _excluded$V = ["testId", "size", "color", "style"];
5022
+ var _excluded$X = ["testId", "size", "color", "style"];
5023
5023
  var IconStarSolid = React.forwardRef(function (_ref, ref) {
5024
5024
  var _ref$testId = _ref.testId,
5025
5025
  testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
5026
5026
  size = _ref.size,
5027
5027
  color = _ref.color,
5028
5028
  style = _ref.style,
5029
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5029
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
5030
5030
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5031
5031
  var styleProps = {
5032
5032
  size: !size && isInsideButton ? 'medium' : size,
@@ -5047,14 +5047,14 @@ var IconStarSolid = React.forwardRef(function (_ref, ref) {
5047
5047
  });
5048
5048
  IconStarSolid.displayName = 'IconStarSolid';
5049
5049
 
5050
- var _excluded$U = ["testId", "size", "color", "style"];
5050
+ var _excluded$W = ["testId", "size", "color", "style"];
5051
5051
  var IconStar = React.forwardRef(function (_ref, ref) {
5052
5052
  var _ref$testId = _ref.testId,
5053
5053
  testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
5054
5054
  size = _ref.size,
5055
5055
  color = _ref.color,
5056
5056
  style = _ref.style,
5057
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5057
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
5058
5058
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5059
5059
  var styleProps = {
5060
5060
  size: !size && isInsideButton ? 'medium' : size,
@@ -5075,14 +5075,14 @@ var IconStar = React.forwardRef(function (_ref, ref) {
5075
5075
  });
5076
5076
  IconStar.displayName = 'IconStar';
5077
5077
 
5078
- var _excluded$T = ["testId", "size", "color", "style"];
5078
+ var _excluded$V = ["testId", "size", "color", "style"];
5079
5079
  var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
5080
5080
  var _ref$testId = _ref.testId,
5081
5081
  testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
5082
5082
  size = _ref.size,
5083
5083
  color = _ref.color,
5084
5084
  style = _ref.style,
5085
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5085
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
5086
5086
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5087
5087
  var styleProps = {
5088
5088
  size: !size && isInsideButton ? 'medium' : size,
@@ -5106,14 +5106,14 @@ var IconStickyNoteLines = React.forwardRef(function (_ref, ref) {
5106
5106
  });
5107
5107
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
5108
5108
 
5109
- var _excluded$S = ["testId", "size", "color", "style"];
5109
+ var _excluded$U = ["testId", "size", "color", "style"];
5110
5110
  var IconStopwatch = React.forwardRef(function (_ref, ref) {
5111
5111
  var _ref$testId = _ref.testId,
5112
5112
  testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
5113
5113
  size = _ref.size,
5114
5114
  color = _ref.color,
5115
5115
  style = _ref.style,
5116
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5116
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
5117
5117
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5118
5118
  var styleProps = {
5119
5119
  size: !size && isInsideButton ? 'medium' : size,
@@ -5136,14 +5136,14 @@ var IconStopwatch = React.forwardRef(function (_ref, ref) {
5136
5136
  });
5137
5137
  IconStopwatch.displayName = 'IconStopwatch';
5138
5138
 
5139
- var _excluded$R = ["testId", "size", "color", "style"];
5139
+ var _excluded$T = ["testId", "size", "color", "style"];
5140
5140
  var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5141
5141
  var _ref$testId = _ref.testId,
5142
5142
  testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
5143
5143
  size = _ref.size,
5144
5144
  color = _ref.color,
5145
5145
  style = _ref.style,
5146
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5146
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
5147
5147
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5148
5148
  var styleProps = {
5149
5149
  size: !size && isInsideButton ? 'medium' : size,
@@ -5171,14 +5171,14 @@ var IconStrikethrough = React.forwardRef(function (_ref, ref) {
5171
5171
  });
5172
5172
  IconStrikethrough.displayName = 'IconStrikethrough';
5173
5173
 
5174
- var _excluded$Q = ["testId", "size", "color", "style"];
5174
+ var _excluded$S = ["testId", "size", "color", "style"];
5175
5175
  var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
5176
5176
  var _ref$testId = _ref.testId,
5177
5177
  testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
5178
5178
  size = _ref.size,
5179
5179
  color = _ref.color,
5180
5180
  style = _ref.style,
5181
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5181
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
5182
5182
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5183
5183
  var styleProps = {
5184
5184
  size: !size && isInsideButton ? 'medium' : size,
@@ -5199,14 +5199,14 @@ var IconSyncExclaimation = React.forwardRef(function (_ref, ref) {
5199
5199
  });
5200
5200
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
5201
5201
 
5202
- var _excluded$P = ["testId", "size", "color", "style"];
5202
+ var _excluded$R = ["testId", "size", "color", "style"];
5203
5203
  var IconSync = React.forwardRef(function (_ref, ref) {
5204
5204
  var _ref$testId = _ref.testId,
5205
5205
  testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
5206
5206
  size = _ref.size,
5207
5207
  color = _ref.color,
5208
5208
  style = _ref.style,
5209
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5209
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
5210
5210
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5211
5211
  var styleProps = {
5212
5212
  size: !size && isInsideButton ? 'medium' : size,
@@ -5227,14 +5227,14 @@ var IconSync = React.forwardRef(function (_ref, ref) {
5227
5227
  });
5228
5228
  IconSync.displayName = 'IconSync';
5229
5229
 
5230
- var _excluded$O = ["testId", "size", "color", "style"];
5230
+ var _excluded$Q = ["testId", "size", "color", "style"];
5231
5231
  var IconTable = React.forwardRef(function (_ref, ref) {
5232
5232
  var _ref$testId = _ref.testId,
5233
5233
  testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
5234
5234
  size = _ref.size,
5235
5235
  color = _ref.color,
5236
5236
  style = _ref.style,
5237
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5237
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
5238
5238
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5239
5239
  var styleProps = {
5240
5240
  size: !size && isInsideButton ? 'medium' : size,
@@ -5262,14 +5262,14 @@ var IconTable = React.forwardRef(function (_ref, ref) {
5262
5262
  });
5263
5263
  IconTable.displayName = 'IconTable';
5264
5264
 
5265
- var _excluded$N = ["testId", "size", "color", "style"];
5265
+ var _excluded$P = ["testId", "size", "color", "style"];
5266
5266
  var IconTachometer = React.forwardRef(function (_ref, ref) {
5267
5267
  var _ref$testId = _ref.testId,
5268
5268
  testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
5269
5269
  size = _ref.size,
5270
5270
  color = _ref.color,
5271
5271
  style = _ref.style,
5272
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5272
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
5273
5273
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5274
5274
  var styleProps = {
5275
5275
  size: !size && isInsideButton ? 'medium' : size,
@@ -5289,6 +5289,69 @@ var IconTachometer = React.forwardRef(function (_ref, ref) {
5289
5289
  });
5290
5290
  IconTachometer.displayName = 'IconTachometer';
5291
5291
 
5292
+ var _excluded$O = ["testId", "size", "color", "style"];
5293
+ var IconThumbsDown = React.forwardRef(function (_ref, ref) {
5294
+ var _ref$testId = _ref.testId,
5295
+ testId = _ref$testId === void 0 ? 'icon-thumbs-down' : _ref$testId,
5296
+ size = _ref.size,
5297
+ color = _ref.color,
5298
+ style = _ref.style,
5299
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
5300
+ var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5301
+ var styleProps = {
5302
+ size: !size && isInsideButton ? 'medium' : size,
5303
+ color: color,
5304
+ style: style
5305
+ };
5306
+ return React__default["default"].createElement("svg", _extends({
5307
+ xmlns: "http://www.w3.org/2000/svg",
5308
+ fill: "none",
5309
+ viewBox: "0 0 20 20",
5310
+ style: getIconStyles(styleProps),
5311
+ "data-testid": testId,
5312
+ ref: ref
5313
+ }, props), React__default["default"].createElement("g", {
5314
+ clipPath: "url(#icon-thumbs-down_svg__a)"
5315
+ }, React__default["default"].createElement("path", {
5316
+ fill: "currentColor",
5317
+ d: "M11.281 16.809a.937.937 0 1 0 1.809-.497l-.176-.64a8.54 8.54 0 0 0-.965-2.223.622.622 0 0 1 .531-.953h5.02a1.249 1.249 0 0 0 .672-2.305.62.62 0 0 1-.207-.832 1.255 1.255 0 0 0-.516-1.727.625.625 0 0 1-.207-.937 1.243 1.243 0 0 0-.602-1.95.626.626 0 0 1-.417-.725c.02-.086.027-.176.027-.27 0-.691-.559-1.25-1.25-1.25h-3.496a3.15 3.15 0 0 0-1.734.523L8.266 4.027a3.087 3.087 0 0 0-.875.883.629.629 0 0 1-.868.18.628.628 0 0 1-.18-.867c.317-.48.731-.903 1.227-1.235l1.504-1.004A4.362 4.362 0 0 1 11.5 1.25H15c1.379 0 2.5 1.121 2.5 2.5v.023a2.5 2.5 0 0 1 1.059 3.13 2.495 2.495 0 0 1 .707 2.577 2.502 2.502 0 0 1-1.766 4.27h-3.969c.242.512.442 1.043.59 1.598l.176.64a2.193 2.193 0 0 1-1.535 2.688 2.19 2.19 0 0 1-2.688-1.535l-.176-.641a5.316 5.316 0 0 0-2.273-3.086l-.121-.078a4.079 4.079 0 0 1-1.152-1.102.624.624 0 0 1 .156-.87.623.623 0 0 1 .87.155c.212.301.477.563.798.762l.12.078a6.552 6.552 0 0 1 2.81 3.809l.175.64ZM1.25 13.75h2.5V5h-2.5v8.75Zm-1.25 0V5c0-.691.559-1.25 1.25-1.25h2.5C4.441 3.75 5 4.309 5 5v8.75C5 14.441 4.441 15 3.75 15h-2.5C.559 15 0 14.441 0 13.75Z"
5318
+ })), React__default["default"].createElement("defs", null, React__default["default"].createElement("clipPath", {
5319
+ id: "icon-thumbs-down_svg__a"
5320
+ }, React__default["default"].createElement("path", {
5321
+ fill: "#fff",
5322
+ d: "M0 0h20v20H0z"
5323
+ }))));
5324
+ });
5325
+ IconThumbsDown.displayName = 'IconThumbsDown';
5326
+
5327
+ var _excluded$N = ["testId", "size", "color", "style"];
5328
+ var IconThumbsUp = React.forwardRef(function (_ref, ref) {
5329
+ var _ref$testId = _ref.testId,
5330
+ testId = _ref$testId === void 0 ? 'icon-thumbs-up' : _ref$testId,
5331
+ size = _ref.size,
5332
+ color = _ref.color,
5333
+ style = _ref.style,
5334
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
5335
+ var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5336
+ var styleProps = {
5337
+ size: !size && isInsideButton ? 'medium' : size,
5338
+ color: color,
5339
+ style: style
5340
+ };
5341
+ return React__default["default"].createElement("svg", _extends({
5342
+ xmlns: "http://www.w3.org/2000/svg",
5343
+ fill: "none",
5344
+ viewBox: "0 0 20 20",
5345
+ style: getIconStyles(styleProps),
5346
+ "data-testid": testId,
5347
+ ref: ref
5348
+ }, props), React__default["default"].createElement("path", {
5349
+ fill: "currentColor",
5350
+ d: "M11.281 3.196a.937.937 0 1 1 1.809.496l-.176.64a8.54 8.54 0 0 1-.965 2.223.622.622 0 0 0 .531.953h5.02a1.249 1.249 0 0 1 .672 2.305.62.62 0 0 0-.207.832 1.254 1.254 0 0 1-.516 1.726.625.625 0 0 0-.207.938 1.243 1.243 0 0 1-.602 1.95.629.629 0 0 0-.417.726c.02.085.027.175.027.27 0 .69-.559 1.25-1.25 1.25h-3.496a3.151 3.151 0 0 1-1.734-.524l-1.504-1.004a3.088 3.088 0 0 1-.875-.883.629.629 0 0 0-.868-.18.628.628 0 0 0-.18.867c.317.48.731.903 1.227 1.235l1.504 1.004c.719.48 1.563.734 2.426.734H15c1.379 0 2.5-1.121 2.5-2.5v-.023a2.5 2.5 0 0 0 1.059-3.13 2.495 2.495 0 0 0 .707-2.577A2.495 2.495 0 0 0 20 8.754c0-1.379-1.121-2.5-2.5-2.5h-3.969a9.417 9.417 0 0 0 .59-1.598l.176-.64a2.193 2.193 0 0 0-1.535-2.688 2.19 2.19 0 0 0-2.688 1.536l-.176.64A5.316 5.316 0 0 1 7.625 6.59l-.121.078A4.08 4.08 0 0 0 6.352 7.77a.624.624 0 0 0 .156.87c.285.2.672.13.87-.155.212-.301.477-.563.798-.762l.12-.078a6.553 6.553 0 0 0 2.81-3.809l.175-.64ZM1.25 8.754h2.5v8.75h-2.5v-8.75Zm-1.25 0v8.75c0 .691.559 1.25 1.25 1.25h2.5c.691 0 1.25-.559 1.25-1.25v-8.75c0-.691-.559-1.25-1.25-1.25h-2.5c-.691 0-1.25.559-1.25 1.25Z"
5351
+ }));
5352
+ });
5353
+ IconThumbsUp.displayName = 'IconThumbsUp';
5354
+
5292
5355
  var _excluded$M = ["testId", "size", "color", "style"];
5293
5356
  var IconTimesOctagon = React.forwardRef(function (_ref, ref) {
5294
5357
  var _ref$testId = _ref.testId,
@@ -6007,6 +6070,9 @@ var SelectField$1 = {
6007
6070
  createOption: "Create option",
6008
6071
  createButton: "Create"
6009
6072
  };
6073
+ var PillSelectField$1 = {
6074
+ enterOption: "Enter an option"
6075
+ };
6010
6076
  var HintModal$1 = {
6011
6077
  dontShowAgainLabel: "Don't remind me again"
6012
6078
  };
@@ -6048,6 +6114,7 @@ var en = {
6048
6114
  PaginationControls: PaginationControls$1,
6049
6115
  AsyncSelectField: AsyncSelectField$1,
6050
6116
  SelectField: SelectField$1,
6117
+ PillSelectField: PillSelectField$1,
6051
6118
  HintModal: HintModal$1,
6052
6119
  Calendar: Calendar$1,
6053
6120
  Card: Card$1,
@@ -10868,7 +10935,7 @@ var TextFieldElement = function TextFieldElement(_ref, ref) {
10868
10935
  };
10869
10936
  var TextField = React.forwardRef(TextFieldElement);
10870
10937
 
10871
- var styles$j = {"pill-select-field":"_Yti6k","pill-select-field__custom-input":"_JXakU"};
10938
+ var styles$j = {"pill-select-field":"_Yti6k","pill-select-field__creating-input":"_dw-VP","pill-select-field__custom-input":"_JXakU","pill-select-field__add-new-input":"_MsKVV","pill-select-field__creating-custom-input":"_ZxEwG","pill-select-field__removable-icon":"_Odw1V"};
10872
10939
 
10873
10940
  var useMultiSelectFieldControllers = function useMultiSelectFieldControllers(_ref) {
10874
10941
  var name = _ref.name,
@@ -10916,6 +10983,72 @@ var useMultiSelectFieldControllers = function useMultiSelectFieldControllers(_re
10916
10983
  return controllers;
10917
10984
  };
10918
10985
 
10986
+ /** CreatableOption element for PillSelectField. */
10987
+ var CreatableOption = function CreatableOption(_ref) {
10988
+ var name = _ref.name,
10989
+ createOptionLabel = _ref.createOptionLabel,
10990
+ onCreate = _ref.onCreate,
10991
+ testId = _ref.testId;
10992
+ var __ = useTranslation('PillSelectField');
10993
+ var _useState = React.useState(false),
10994
+ isCreatingOption = _useState[0],
10995
+ setIsCreatingOption = _useState[1];
10996
+ var _useState2 = React.useState(''),
10997
+ newOptionLabel = _useState2[0],
10998
+ setNewOptionLabel = _useState2[1];
10999
+ var createOption = function createOption() {
11000
+ if (onCreate) {
11001
+ onCreate(newOptionLabel);
11002
+ }
11003
+ setNewOptionLabel('');
11004
+ setIsCreatingOption(false);
11005
+ };
11006
+ return React__default["default"].createElement(React__default["default"].Fragment, null, !isCreatingOption && React__default["default"].createElement("div", {
11007
+ key: 'pill-select-field-create-option',
11008
+ className: styles$j['pill-select-field']
11009
+ }, React__default["default"].createElement("button", {
11010
+ "data-testid": testId ? testId + "-create-option" : undefined,
11011
+ className: styles$j['pill-select-field__add-new-input'],
11012
+ onClick: function onClick() {
11013
+ setIsCreatingOption(true);
11014
+ setNewOptionLabel('');
11015
+ }
11016
+ }, React__default["default"].createElement(IconPlus, {
11017
+ size: "small"
11018
+ }), createOptionLabel)), isCreatingOption && React__default["default"].createElement("div", {
11019
+ key: 'pill-select-field-creating-option',
11020
+ className: styles$j['pill-select-field']
11021
+ }, React__default["default"].createElement("input", {
11022
+ className: styles$j['pill-select-field__creating-input'],
11023
+ name: name + "-pill-select-field-creating-option",
11024
+ id: 'pill-select-field-creating-option',
11025
+ type: "text",
11026
+ autoFocus: true,
11027
+ "data-testid": testId ? testId + "-creating-option" : undefined,
11028
+ value: newOptionLabel,
11029
+ onChange: function onChange(e) {
11030
+ return setNewOptionLabel(e.target.value);
11031
+ },
11032
+ onBlur: function onBlur() {
11033
+ createOption();
11034
+ },
11035
+ onClick: createOption,
11036
+ onKeyDown: function onKeyDown(e) {
11037
+ if (e.key === 'Enter') {
11038
+ createOption();
11039
+ } else if (e.key === 'Escape') {
11040
+ setIsCreatingOption(false);
11041
+ setNewOptionLabel('');
11042
+ }
11043
+ }
11044
+ }), React__default["default"].createElement("span", {
11045
+ className: styles$j['pill-select-field__creating-custom-input']
11046
+ }, !newOptionLabel && React__default["default"].createElement(Text, {
11047
+ as: "body",
11048
+ color: "grey-300"
11049
+ }, __('enterOption')), !!newOptionLabel && newOptionLabel)));
11050
+ };
11051
+
10919
11052
  /** PillSelectField form element. */
10920
11053
  var PillSelectField = function PillSelectField(_ref) {
10921
11054
  var name = _ref.name,
@@ -10927,7 +11060,10 @@ var PillSelectField = function PillSelectField(_ref) {
10927
11060
  caption = _ref.caption,
10928
11061
  error = _ref.error,
10929
11062
  disabled = _ref.disabled,
10930
- testId = _ref.testId;
11063
+ testId = _ref.testId,
11064
+ onCreate = _ref.onCreate,
11065
+ onRemoveOption = _ref.onRemoveOption,
11066
+ createOptionLabel = _ref.createOptionLabel;
10931
11067
  var controllers = useMultiSelectFieldControllers({
10932
11068
  name: name,
10933
11069
  id: inputId,
@@ -10943,9 +11079,31 @@ var PillSelectField = function PillSelectField(_ref) {
10943
11079
  caption: caption,
10944
11080
  error: controllers.error
10945
11081
  };
11082
+ var RemoveButton = function RemoveButton(_ref2) {
11083
+ var option = _ref2.option;
11084
+ var handleClick = function handleClick() {
11085
+ if (controllers.value) {
11086
+ var _controllers$value;
11087
+ controllers.onChange((_controllers$value = controllers.value) == null ? void 0 : _controllers$value.filter(function (o) {
11088
+ return o.value !== option.value;
11089
+ }));
11090
+ }
11091
+ if (option.isRemovable && onRemoveOption) {
11092
+ onRemoveOption(options.filter(function (x) {
11093
+ return x.value !== option.value;
11094
+ }));
11095
+ }
11096
+ };
11097
+ return React__default["default"].createElement("button", {
11098
+ className: styles$j['pill-select-field__removable-icon'],
11099
+ onClick: handleClick
11100
+ }, React__default["default"].createElement(IconTimes, {
11101
+ size: "small"
11102
+ }));
11103
+ };
10946
11104
  return React__default["default"].createElement(Field, _extends({}, fieldProps), React__default["default"].createElement(Inline, {
10947
11105
  flexWrap: "wrap",
10948
- space: 12
11106
+ space: 8
10949
11107
  }, options.map(function (option, key) {
10950
11108
  var selectedItemIndex = (controllers.value || []).findIndex(function (val) {
10951
11109
  return val.value === option.value;
@@ -10976,7 +11134,14 @@ var PillSelectField = function PillSelectField(_ref) {
10976
11134
  }
10977
11135
  }), React__default["default"].createElement("span", {
10978
11136
  className: styles$j['pill-select-field__custom-input']
10979
- }, option.label));
11137
+ }, option.label, option.isRemovable && React__default["default"].createElement(RemoveButton, {
11138
+ option: option
11139
+ })));
11140
+ }), createOptionLabel && React__default["default"].createElement(CreatableOption, {
11141
+ name: name,
11142
+ testId: testId,
11143
+ onCreate: onCreate,
11144
+ createOptionLabel: createOptionLabel
10980
11145
  })));
10981
11146
  };
10982
11147
 
@@ -11480,7 +11645,7 @@ var CustomList = function CustomList(_ref) {
11480
11645
  if (props.selectProps.inputValue === '' && typeof hasMoreOptionsFirstLoad === 'boolean') {
11481
11646
  showFooter = hasMoreOptionsFirstLoad;
11482
11647
  }
11483
- return React__default["default"].createElement(Select.components.MenuList, _extends({}, props), React__default["default"].createElement(React.Fragment, null, children, showFooter && React__default["default"].createElement(Inline, {
11648
+ return React__default["default"].createElement(Select.components.MenuList, _extends({}, props), React__default["default"].createElement(React.Fragment, null, children, showFooter && props.options.length > 0 && React__default["default"].createElement(Inline, {
11484
11649
  justifyContent: "center"
11485
11650
  }, React__default["default"].createElement("div", {
11486
11651
  className: styles$d['custom-list']
@@ -14415,6 +14580,8 @@ exports.IconSync = IconSync;
14415
14580
  exports.IconSyncExclaimation = IconSyncExclaimation;
14416
14581
  exports.IconTable = IconTable;
14417
14582
  exports.IconTachometer = IconTachometer;
14583
+ exports.IconThumbsDown = IconThumbsDown;
14584
+ exports.IconThumbsUp = IconThumbsUp;
14418
14585
  exports.IconTimes = IconTimes;
14419
14586
  exports.IconTimesOctagon = IconTimesOctagon;
14420
14587
  exports.IconTrash = IconTrash;