@7shifts/sous-chef 3.79.0 → 3.79.2

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
@@ -264,7 +264,7 @@ var kebabize = function kebabize(str) {
264
264
  });
265
265
  };
266
266
 
267
- var _excluded$2Z = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
267
+ var _excluded$2_ = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
268
268
  var getPositionProps = function getPositionProps(_ref) {
269
269
  var m = _ref.m,
270
270
  margin = _ref.margin,
@@ -276,7 +276,7 @@ var getPositionProps = function getPositionProps(_ref) {
276
276
  marginBottom = _ref.marginBottom,
277
277
  ml = _ref.ml,
278
278
  marginLeft = _ref.marginLeft,
279
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
279
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2_);
280
280
  return {
281
281
  positionProps: {
282
282
  m: m,
@@ -310,7 +310,7 @@ var getDataProps = function getDataProps(props, config) {
310
310
  });
311
311
  };
312
312
 
313
- var _excluded$2Y = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
313
+ var _excluded$2Z = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
314
314
  /**
315
315
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
316
316
  */
@@ -335,7 +335,7 @@ var Flex = function Flex(_ref) {
335
335
  flexGrow = _ref.flexGrow,
336
336
  testId = _ref.testId,
337
337
  extraClass = _ref.extraClass,
338
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
338
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);
339
339
  var _getPositionProps = getPositionProps(rest),
340
340
  positionProps = _getPositionProps.positionProps,
341
341
  otherProps = _getPositionProps.otherProps;
@@ -366,14 +366,14 @@ var Flex = function Flex(_ref) {
366
366
  }));
367
367
  };
368
368
 
369
- var _excluded$2X = ["alignItems"];
369
+ var _excluded$2Y = ["alignItems"];
370
370
  /**
371
371
  * Layout component to easily stack elements up in a column.
372
372
  */
373
373
  var Stack = function Stack(_ref) {
374
374
  var _ref$alignItems = _ref.alignItems,
375
375
  alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
376
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
376
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);
377
377
  return React__namespace.createElement(Flex, _extends({}, props, {
378
378
  alignItems: alignItems,
379
379
  direction: "column"
@@ -382,7 +382,7 @@ var Stack = function Stack(_ref) {
382
382
 
383
383
  var styles$1m = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
384
384
 
385
- var _excluded$2W = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
385
+ var _excluded$2X = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
386
386
  /**
387
387
  * Used when you want to allow the user to turn some information ON and OFF.
388
388
  *
@@ -397,7 +397,7 @@ var Toggle = function Toggle(_ref) {
397
397
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
398
398
  id = _ref.id,
399
399
  testId = _ref.testId,
400
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
400
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2X);
401
401
  var _getDataProps = getDataProps(otherProps),
402
402
  dataProps = _getDataProps.dataProps;
403
403
  return React__default["default"].createElement(Stack, {
@@ -925,7 +925,7 @@ var COMPONENT_NAMES = {
925
925
  BUTTON: 'BUTTON'
926
926
  };
927
927
 
928
- var _excluded$2V = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
928
+ var _excluded$2W = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
929
929
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
930
930
  var ButtonComponent = function ButtonComponent(_ref, ref) {
931
931
  var _classnames;
@@ -950,7 +950,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
950
950
  target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
951
951
  testId = _ref.testId,
952
952
  size = _ref.size,
953
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
953
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$2W);
954
954
  var _getPositionProps = getPositionProps(rest),
955
955
  positionProps = _getPositionProps.positionProps,
956
956
  otherProps = _getPositionProps.otherProps;
@@ -1074,14 +1074,14 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
1074
1074
  return componentName === parentComponentName;
1075
1075
  };
1076
1076
 
1077
- var _excluded$2U = ["testId", "size", "color", "style"];
1077
+ var _excluded$2V = ["testId", "size", "color", "style"];
1078
1078
  var IconInfoCircle = React.forwardRef(function (_ref, ref) {
1079
1079
  var _ref$testId = _ref.testId,
1080
1080
  testId = _ref$testId === void 0 ? 'icon-info-circle' : _ref$testId,
1081
1081
  size = _ref.size,
1082
1082
  color = _ref.color,
1083
1083
  style = _ref.style,
1084
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1084
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);
1085
1085
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1086
1086
  var styleProps = {
1087
1087
  size: !size && isInsideButton ? 'medium' : size,
@@ -1104,14 +1104,14 @@ var IconInfoCircle = React.forwardRef(function (_ref, ref) {
1104
1104
  });
1105
1105
  IconInfoCircle.displayName = 'IconInfoCircle';
1106
1106
 
1107
- var _excluded$2T = ["testId", "size", "color", "style"];
1107
+ var _excluded$2U = ["testId", "size", "color", "style"];
1108
1108
  var IconAnalytics = React.forwardRef(function (_ref, ref) {
1109
1109
  var _ref$testId = _ref.testId,
1110
1110
  testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
1111
1111
  size = _ref.size,
1112
1112
  color = _ref.color,
1113
1113
  style = _ref.style,
1114
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1114
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);
1115
1115
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1116
1116
  var styleProps = {
1117
1117
  size: !size && isInsideButton ? 'medium' : size,
@@ -1134,14 +1134,14 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
1134
1134
  });
1135
1135
  IconAnalytics.displayName = 'IconAnalytics';
1136
1136
 
1137
- var _excluded$2S = ["testId", "size", "color", "style"];
1137
+ var _excluded$2T = ["testId", "size", "color", "style"];
1138
1138
  var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1139
1139
  var _ref$testId = _ref.testId,
1140
1140
  testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
1141
1141
  size = _ref.size,
1142
1142
  color = _ref.color,
1143
1143
  style = _ref.style,
1144
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1144
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);
1145
1145
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1146
1146
  var styleProps = {
1147
1147
  size: !size && isInsideButton ? 'medium' : size,
@@ -1162,14 +1162,14 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1162
1162
  });
1163
1163
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1164
1164
 
1165
- var _excluded$2R = ["testId", "size", "color", "style"];
1165
+ var _excluded$2S = ["testId", "size", "color", "style"];
1166
1166
  var IconArrowDown = React.forwardRef(function (_ref, ref) {
1167
1167
  var _ref$testId = _ref.testId,
1168
1168
  testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
1169
1169
  size = _ref.size,
1170
1170
  color = _ref.color,
1171
1171
  style = _ref.style,
1172
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1172
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);
1173
1173
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1174
1174
  var styleProps = {
1175
1175
  size: !size && isInsideButton ? 'medium' : size,
@@ -1192,14 +1192,14 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1192
1192
  });
1193
1193
  IconArrowDown.displayName = 'IconArrowDown';
1194
1194
 
1195
- var _excluded$2Q = ["testId", "size", "color", "style"];
1195
+ var _excluded$2R = ["testId", "size", "color", "style"];
1196
1196
  var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1197
1197
  var _ref$testId = _ref.testId,
1198
1198
  testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
1199
1199
  size = _ref.size,
1200
1200
  color = _ref.color,
1201
1201
  style = _ref.style,
1202
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1202
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);
1203
1203
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1204
1204
  var styleProps = {
1205
1205
  size: !size && isInsideButton ? 'medium' : size,
@@ -1222,14 +1222,14 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1222
1222
  });
1223
1223
  IconArrowLeft.displayName = 'IconArrowLeft';
1224
1224
 
1225
- var _excluded$2P = ["testId", "size", "color", "style"];
1225
+ var _excluded$2Q = ["testId", "size", "color", "style"];
1226
1226
  var IconArrowRight = React.forwardRef(function (_ref, ref) {
1227
1227
  var _ref$testId = _ref.testId,
1228
1228
  testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
1229
1229
  size = _ref.size,
1230
1230
  color = _ref.color,
1231
1231
  style = _ref.style,
1232
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1232
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);
1233
1233
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1234
1234
  var styleProps = {
1235
1235
  size: !size && isInsideButton ? 'medium' : size,
@@ -1252,14 +1252,14 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1252
1252
  });
1253
1253
  IconArrowRight.displayName = 'IconArrowRight';
1254
1254
 
1255
- var _excluded$2O = ["testId", "size", "color", "style"];
1255
+ var _excluded$2P = ["testId", "size", "color", "style"];
1256
1256
  var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1257
1257
  var _ref$testId = _ref.testId,
1258
1258
  testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
1259
1259
  size = _ref.size,
1260
1260
  color = _ref.color,
1261
1261
  style = _ref.style,
1262
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1262
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);
1263
1263
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1264
1264
  var styleProps = {
1265
1265
  size: !size && isInsideButton ? 'medium' : size,
@@ -1280,14 +1280,14 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1280
1280
  });
1281
1281
  IconArrowToTop.displayName = 'IconArrowToTop';
1282
1282
 
1283
- var _excluded$2N = ["testId", "size", "color", "style"];
1283
+ var _excluded$2O = ["testId", "size", "color", "style"];
1284
1284
  var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1285
1285
  var _ref$testId = _ref.testId,
1286
1286
  testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
1287
1287
  size = _ref.size,
1288
1288
  color = _ref.color,
1289
1289
  style = _ref.style,
1290
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1290
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);
1291
1291
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1292
1292
  var styleProps = {
1293
1293
  size: !size && isInsideButton ? 'medium' : size,
@@ -1316,14 +1316,14 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1316
1316
  });
1317
1317
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1318
1318
 
1319
- var _excluded$2M = ["testId", "size", "color", "style"];
1319
+ var _excluded$2N = ["testId", "size", "color", "style"];
1320
1320
  var IconArrowUp = React.forwardRef(function (_ref, ref) {
1321
1321
  var _ref$testId = _ref.testId,
1322
1322
  testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
1323
1323
  size = _ref.size,
1324
1324
  color = _ref.color,
1325
1325
  style = _ref.style,
1326
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1326
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);
1327
1327
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1328
1328
  var styleProps = {
1329
1329
  size: !size && isInsideButton ? 'medium' : size,
@@ -1346,14 +1346,14 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1346
1346
  });
1347
1347
  IconArrowUp.displayName = 'IconArrowUp';
1348
1348
 
1349
- var _excluded$2L = ["testId", "size", "color", "style"];
1349
+ var _excluded$2M = ["testId", "size", "color", "style"];
1350
1350
  var IconAward = React.forwardRef(function (_ref, ref) {
1351
1351
  var _ref$testId = _ref.testId,
1352
1352
  testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
1353
1353
  size = _ref.size,
1354
1354
  color = _ref.color,
1355
1355
  style = _ref.style,
1356
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1356
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);
1357
1357
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1358
1358
  var styleProps = {
1359
1359
  size: !size && isInsideButton ? 'medium' : size,
@@ -1376,14 +1376,14 @@ var IconAward = React.forwardRef(function (_ref, ref) {
1376
1376
  });
1377
1377
  IconAward.displayName = 'IconAward';
1378
1378
 
1379
- var _excluded$2K = ["testId", "size", "color", "style"];
1379
+ var _excluded$2L = ["testId", "size", "color", "style"];
1380
1380
  var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1381
1381
  var _ref$testId = _ref.testId,
1382
1382
  testId = _ref$testId === void 0 ? 'icon-awful-monochromatic' : _ref$testId,
1383
1383
  size = _ref.size,
1384
1384
  color = _ref.color,
1385
1385
  style = _ref.style,
1386
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1386
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);
1387
1387
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1388
1388
  var styleProps = {
1389
1389
  size: !size && isInsideButton ? 'medium' : size,
@@ -1436,14 +1436,14 @@ var IconAwfulMonochromatic = React.forwardRef(function (_ref, ref) {
1436
1436
  });
1437
1437
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
1438
1438
 
1439
- var _excluded$2J = ["testId", "size", "color", "style"];
1439
+ var _excluded$2K = ["testId", "size", "color", "style"];
1440
1440
  var IconAwful = React.forwardRef(function (_ref, ref) {
1441
1441
  var _ref$testId = _ref.testId,
1442
1442
  testId = _ref$testId === void 0 ? 'icon-awful' : _ref$testId,
1443
1443
  size = _ref.size,
1444
1444
  color = _ref.color,
1445
1445
  style = _ref.style,
1446
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1446
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);
1447
1447
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1448
1448
  var styleProps = {
1449
1449
  size: !size && isInsideButton ? 'medium' : size,
@@ -1484,14 +1484,14 @@ var IconAwful = React.forwardRef(function (_ref, ref) {
1484
1484
  });
1485
1485
  IconAwful.displayName = 'IconAwful';
1486
1486
 
1487
- var _excluded$2I = ["testId", "size", "color", "style"];
1487
+ var _excluded$2J = ["testId", "size", "color", "style"];
1488
1488
  var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1489
1489
  var _ref$testId = _ref.testId,
1490
1490
  testId = _ref$testId === void 0 ? 'icon-bad-monochromatic' : _ref$testId,
1491
1491
  size = _ref.size,
1492
1492
  color = _ref.color,
1493
1493
  style = _ref.style,
1494
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1494
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);
1495
1495
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1496
1496
  var styleProps = {
1497
1497
  size: !size && isInsideButton ? 'medium' : size,
@@ -1530,14 +1530,14 @@ var IconBadMonochromatic = React.forwardRef(function (_ref, ref) {
1530
1530
  });
1531
1531
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1532
1532
 
1533
- var _excluded$2H = ["testId", "size", "color", "style"];
1533
+ var _excluded$2I = ["testId", "size", "color", "style"];
1534
1534
  var IconBad = React.forwardRef(function (_ref, ref) {
1535
1535
  var _ref$testId = _ref.testId,
1536
1536
  testId = _ref$testId === void 0 ? 'icon-bad' : _ref$testId,
1537
1537
  size = _ref.size,
1538
1538
  color = _ref.color,
1539
1539
  style = _ref.style,
1540
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1540
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);
1541
1541
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1542
1542
  var styleProps = {
1543
1543
  size: !size && isInsideButton ? 'medium' : size,
@@ -1564,14 +1564,14 @@ var IconBad = React.forwardRef(function (_ref, ref) {
1564
1564
  });
1565
1565
  IconBad.displayName = 'IconBad';
1566
1566
 
1567
- var _excluded$2G = ["testId", "size", "color", "style"];
1567
+ var _excluded$2H = ["testId", "size", "color", "style"];
1568
1568
  var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1569
1569
  var _ref$testId = _ref.testId,
1570
1570
  testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
1571
1571
  size = _ref.size,
1572
1572
  color = _ref.color,
1573
1573
  style = _ref.style,
1574
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1574
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);
1575
1575
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1576
1576
  var styleProps = {
1577
1577
  size: !size && isInsideButton ? 'medium' : size,
@@ -1599,14 +1599,14 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
1599
1599
  });
1600
1600
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1601
1601
 
1602
- var _excluded$2F = ["testId", "size", "color", "style"];
1602
+ var _excluded$2G = ["testId", "size", "color", "style"];
1603
1603
  var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1604
1604
  var _ref$testId = _ref.testId,
1605
1605
  testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
1606
1606
  size = _ref.size,
1607
1607
  color = _ref.color,
1608
1608
  style = _ref.style,
1609
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1609
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);
1610
1610
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1611
1611
  var styleProps = {
1612
1612
  size: !size && isInsideButton ? 'medium' : size,
@@ -1634,14 +1634,14 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
1634
1634
  });
1635
1635
  IconBalanceScale.displayName = 'IconBalanceScale';
1636
1636
 
1637
- var _excluded$2E = ["testId", "size", "color", "style"];
1637
+ var _excluded$2F = ["testId", "size", "color", "style"];
1638
1638
  var IconBan = React.forwardRef(function (_ref, ref) {
1639
1639
  var _ref$testId = _ref.testId,
1640
1640
  testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
1641
1641
  size = _ref.size,
1642
1642
  color = _ref.color,
1643
1643
  style = _ref.style,
1644
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1644
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);
1645
1645
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1646
1646
  var styleProps = {
1647
1647
  size: !size && isInsideButton ? 'medium' : size,
@@ -1662,14 +1662,14 @@ var IconBan = React.forwardRef(function (_ref, ref) {
1662
1662
  });
1663
1663
  IconBan.displayName = 'IconBan';
1664
1664
 
1665
- var _excluded$2D = ["testId", "size", "color", "style"];
1665
+ var _excluded$2E = ["testId", "size", "color", "style"];
1666
1666
  var IconBarsH = React.forwardRef(function (_ref, ref) {
1667
1667
  var _ref$testId = _ref.testId,
1668
1668
  testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
1669
1669
  size = _ref.size,
1670
1670
  color = _ref.color,
1671
1671
  style = _ref.style,
1672
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1672
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);
1673
1673
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1674
1674
  var styleProps = {
1675
1675
  size: !size && isInsideButton ? 'medium' : size,
@@ -1692,14 +1692,14 @@ var IconBarsH = React.forwardRef(function (_ref, ref) {
1692
1692
  });
1693
1693
  IconBarsH.displayName = 'IconBarsH';
1694
1694
 
1695
- var _excluded$2C = ["testId", "size", "color", "style"];
1695
+ var _excluded$2D = ["testId", "size", "color", "style"];
1696
1696
  var IconBarsV = React.forwardRef(function (_ref, ref) {
1697
1697
  var _ref$testId = _ref.testId,
1698
1698
  testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
1699
1699
  size = _ref.size,
1700
1700
  color = _ref.color,
1701
1701
  style = _ref.style,
1702
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1702
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);
1703
1703
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1704
1704
  var styleProps = {
1705
1705
  size: !size && isInsideButton ? 'medium' : size,
@@ -1720,14 +1720,14 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
1720
1720
  });
1721
1721
  IconBarsV.displayName = 'IconBarsV';
1722
1722
 
1723
- var _excluded$2B = ["testId", "size", "color", "style"];
1723
+ var _excluded$2C = ["testId", "size", "color", "style"];
1724
1724
  var IconBell = React.forwardRef(function (_ref, ref) {
1725
1725
  var _ref$testId = _ref.testId,
1726
1726
  testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
1727
1727
  size = _ref.size,
1728
1728
  color = _ref.color,
1729
1729
  style = _ref.style,
1730
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1730
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);
1731
1731
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1732
1732
  var styleProps = {
1733
1733
  size: !size && isInsideButton ? 'medium' : size,
@@ -1750,14 +1750,14 @@ var IconBell = React.forwardRef(function (_ref, ref) {
1750
1750
  });
1751
1751
  IconBell.displayName = 'IconBell';
1752
1752
 
1753
- var _excluded$2A = ["testId", "size", "color", "style"];
1753
+ var _excluded$2B = ["testId", "size", "color", "style"];
1754
1754
  var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1755
1755
  var _ref$testId = _ref.testId,
1756
1756
  testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
1757
1757
  size = _ref.size,
1758
1758
  color = _ref.color,
1759
1759
  style = _ref.style,
1760
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1760
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);
1761
1761
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1762
1762
  var styleProps = {
1763
1763
  size: !size && isInsideButton ? 'medium' : size,
@@ -1778,14 +1778,14 @@ var IconBirthdayCake = React.forwardRef(function (_ref, ref) {
1778
1778
  });
1779
1779
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1780
1780
 
1781
- var _excluded$2z = ["testId", "size", "color", "style"];
1781
+ var _excluded$2A = ["testId", "size", "color", "style"];
1782
1782
  var IconBold = React.forwardRef(function (_ref, ref) {
1783
1783
  var _ref$testId = _ref.testId,
1784
1784
  testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
1785
1785
  size = _ref.size,
1786
1786
  color = _ref.color,
1787
1787
  style = _ref.style,
1788
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1788
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);
1789
1789
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1790
1790
  var styleProps = {
1791
1791
  size: !size && isInsideButton ? 'medium' : size,
@@ -1806,14 +1806,14 @@ var IconBold = React.forwardRef(function (_ref, ref) {
1806
1806
  });
1807
1807
  IconBold.displayName = 'IconBold';
1808
1808
 
1809
- var _excluded$2y = ["testId", "size", "color", "style"];
1809
+ var _excluded$2z = ["testId", "size", "color", "style"];
1810
1810
  var IconBolt = React.forwardRef(function (_ref, ref) {
1811
1811
  var _ref$testId = _ref.testId,
1812
1812
  testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
1813
1813
  size = _ref.size,
1814
1814
  color = _ref.color,
1815
1815
  style = _ref.style,
1816
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1816
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);
1817
1817
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1818
1818
  var styleProps = {
1819
1819
  size: !size && isInsideButton ? 'medium' : size,
@@ -1841,14 +1841,14 @@ var IconBolt = React.forwardRef(function (_ref, ref) {
1841
1841
  });
1842
1842
  IconBolt.displayName = 'IconBolt';
1843
1843
 
1844
- var _excluded$2x = ["testId", "size", "color", "style"];
1844
+ var _excluded$2y = ["testId", "size", "color", "style"];
1845
1845
  var IconBook = React.forwardRef(function (_ref, ref) {
1846
1846
  var _ref$testId = _ref.testId,
1847
1847
  testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
1848
1848
  size = _ref.size,
1849
1849
  color = _ref.color,
1850
1850
  style = _ref.style,
1851
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1851
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);
1852
1852
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1853
1853
  var styleProps = {
1854
1854
  size: !size && isInsideButton ? 'medium' : size,
@@ -1871,14 +1871,14 @@ var IconBook = React.forwardRef(function (_ref, ref) {
1871
1871
  });
1872
1872
  IconBook.displayName = 'IconBook';
1873
1873
 
1874
- var _excluded$2w = ["testId", "size", "color", "style"];
1874
+ var _excluded$2x = ["testId", "size", "color", "style"];
1875
1875
  var IconBriefcase = React.forwardRef(function (_ref, ref) {
1876
1876
  var _ref$testId = _ref.testId,
1877
1877
  testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
1878
1878
  size = _ref.size,
1879
1879
  color = _ref.color,
1880
1880
  style = _ref.style,
1881
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1881
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);
1882
1882
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1883
1883
  var styleProps = {
1884
1884
  size: !size && isInsideButton ? 'medium' : size,
@@ -1899,14 +1899,14 @@ var IconBriefcase = React.forwardRef(function (_ref, ref) {
1899
1899
  });
1900
1900
  IconBriefcase.displayName = 'IconBriefcase';
1901
1901
 
1902
- var _excluded$2v = ["testId", "size", "color", "style"];
1902
+ var _excluded$2w = ["testId", "size", "color", "style"];
1903
1903
  var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1904
1904
  var _ref$testId = _ref.testId,
1905
1905
  testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
1906
1906
  size = _ref.size,
1907
1907
  color = _ref.color,
1908
1908
  style = _ref.style,
1909
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1909
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);
1910
1910
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1911
1911
  var styleProps = {
1912
1912
  size: !size && isInsideButton ? 'medium' : size,
@@ -1929,14 +1929,14 @@ var IconBullseyeArrow = React.forwardRef(function (_ref, ref) {
1929
1929
  });
1930
1930
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1931
1931
 
1932
- var _excluded$2u = ["testId", "size", "color", "style"];
1932
+ var _excluded$2v = ["testId", "size", "color", "style"];
1933
1933
  var IconCalculator = React.forwardRef(function (_ref, ref) {
1934
1934
  var _ref$testId = _ref.testId,
1935
1935
  testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
1936
1936
  size = _ref.size,
1937
1937
  color = _ref.color,
1938
1938
  style = _ref.style,
1939
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1939
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);
1940
1940
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1941
1941
  var styleProps = {
1942
1942
  size: !size && isInsideButton ? 'medium' : size,
@@ -1959,14 +1959,14 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
1959
1959
  });
1960
1960
  IconCalculator.displayName = 'IconCalculator';
1961
1961
 
1962
- var _excluded$2t = ["testId", "size", "color", "style"];
1962
+ var _excluded$2u = ["testId", "size", "color", "style"];
1963
1963
  var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1964
1964
  var _ref$testId = _ref.testId,
1965
1965
  testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
1966
1966
  size = _ref.size,
1967
1967
  color = _ref.color,
1968
1968
  style = _ref.style,
1969
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
1969
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);
1970
1970
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1971
1971
  var styleProps = {
1972
1972
  size: !size && isInsideButton ? 'medium' : size,
@@ -1989,14 +1989,14 @@ var IconCalendarAlt = React.forwardRef(function (_ref, ref) {
1989
1989
  });
1990
1990
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1991
1991
 
1992
- var _excluded$2s = ["testId", "size", "color", "style"];
1992
+ var _excluded$2t = ["testId", "size", "color", "style"];
1993
1993
  var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
1994
1994
  var _ref$testId = _ref.testId,
1995
1995
  testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
1996
1996
  size = _ref.size,
1997
1997
  color = _ref.color,
1998
1998
  style = _ref.style,
1999
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
1999
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);
2000
2000
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2001
2001
  var styleProps = {
2002
2002
  size: !size && isInsideButton ? 'medium' : size,
@@ -2019,14 +2019,14 @@ var IconCalendarCheck = React.forwardRef(function (_ref, ref) {
2019
2019
  });
2020
2020
  IconCalendarCheck.displayName = 'IconCalendarCheck';
2021
2021
 
2022
- var _excluded$2r = ["testId", "size", "color", "style"];
2022
+ var _excluded$2s = ["testId", "size", "color", "style"];
2023
2023
  var IconCalendarDay = React.forwardRef(function (_ref, ref) {
2024
2024
  var _ref$testId = _ref.testId,
2025
2025
  testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
2026
2026
  size = _ref.size,
2027
2027
  color = _ref.color,
2028
2028
  style = _ref.style,
2029
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2029
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
2030
2030
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2031
2031
  var styleProps = {
2032
2032
  size: !size && isInsideButton ? 'medium' : size,
@@ -2054,14 +2054,14 @@ var IconCalendarDay = React.forwardRef(function (_ref, ref) {
2054
2054
  });
2055
2055
  IconCalendarDay.displayName = 'IconCalendarDay';
2056
2056
 
2057
- var _excluded$2q = ["testId", "size", "color", "style"];
2057
+ var _excluded$2r = ["testId", "size", "color", "style"];
2058
2058
  var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
2059
2059
  var _ref$testId = _ref.testId,
2060
2060
  testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
2061
2061
  size = _ref.size,
2062
2062
  color = _ref.color,
2063
2063
  style = _ref.style,
2064
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2064
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
2065
2065
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2066
2066
  var styleProps = {
2067
2067
  size: !size && isInsideButton ? 'medium' : size,
@@ -2082,14 +2082,14 @@ var IconCalendarExclamation = React.forwardRef(function (_ref, ref) {
2082
2082
  });
2083
2083
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
2084
2084
 
2085
- var _excluded$2p = ["testId", "size", "color", "style"];
2085
+ var _excluded$2q = ["testId", "size", "color", "style"];
2086
2086
  var IconCalendarStar = React.forwardRef(function (_ref, ref) {
2087
2087
  var _ref$testId = _ref.testId,
2088
2088
  testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
2089
2089
  size = _ref.size,
2090
2090
  color = _ref.color,
2091
2091
  style = _ref.style,
2092
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2092
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
2093
2093
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2094
2094
  var styleProps = {
2095
2095
  size: !size && isInsideButton ? 'medium' : size,
@@ -2110,14 +2110,14 @@ var IconCalendarStar = React.forwardRef(function (_ref, ref) {
2110
2110
  });
2111
2111
  IconCalendarStar.displayName = 'IconCalendarStar';
2112
2112
 
2113
- var _excluded$2o = ["testId", "size", "color", "style"];
2113
+ var _excluded$2p = ["testId", "size", "color", "style"];
2114
2114
  var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
2115
2115
  var _ref$testId = _ref.testId,
2116
2116
  testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
2117
2117
  size = _ref.size,
2118
2118
  color = _ref.color,
2119
2119
  style = _ref.style,
2120
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2120
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
2121
2121
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2122
2122
  var styleProps = {
2123
2123
  size: !size && isInsideButton ? 'medium' : size,
@@ -2147,14 +2147,14 @@ var IconCalendarTomorrow = React.forwardRef(function (_ref, ref) {
2147
2147
  });
2148
2148
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
2149
2149
 
2150
- var _excluded$2n = ["testId", "size", "color", "style"];
2150
+ var _excluded$2o = ["testId", "size", "color", "style"];
2151
2151
  var IconCalendar = React.forwardRef(function (_ref, ref) {
2152
2152
  var _ref$testId = _ref.testId,
2153
2153
  testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
2154
2154
  size = _ref.size,
2155
2155
  color = _ref.color,
2156
2156
  style = _ref.style,
2157
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2157
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
2158
2158
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2159
2159
  var styleProps = {
2160
2160
  size: !size && isInsideButton ? 'medium' : size,
@@ -2177,14 +2177,14 @@ var IconCalendar = React.forwardRef(function (_ref, ref) {
2177
2177
  });
2178
2178
  IconCalendar.displayName = 'IconCalendar';
2179
2179
 
2180
- var _excluded$2m = ["testId", "size", "color", "style"];
2180
+ var _excluded$2n = ["testId", "size", "color", "style"];
2181
2181
  var IconCameraSlash = React.forwardRef(function (_ref, ref) {
2182
2182
  var _ref$testId = _ref.testId,
2183
2183
  testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
2184
2184
  size = _ref.size,
2185
2185
  color = _ref.color,
2186
2186
  style = _ref.style,
2187
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2187
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
2188
2188
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2189
2189
  var styleProps = {
2190
2190
  size: !size && isInsideButton ? 'medium' : size,
@@ -2208,14 +2208,14 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
2208
2208
  });
2209
2209
  IconCameraSlash.displayName = 'IconCameraSlash';
2210
2210
 
2211
- var _excluded$2l = ["testId", "size", "color", "style"];
2211
+ var _excluded$2m = ["testId", "size", "color", "style"];
2212
2212
  var IconCamera = React.forwardRef(function (_ref, ref) {
2213
2213
  var _ref$testId = _ref.testId,
2214
2214
  testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
2215
2215
  size = _ref.size,
2216
2216
  color = _ref.color,
2217
2217
  style = _ref.style,
2218
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2218
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
2219
2219
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2220
2220
  var styleProps = {
2221
2221
  size: !size && isInsideButton ? 'medium' : size,
@@ -2236,14 +2236,14 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
2236
2236
  });
2237
2237
  IconCamera.displayName = 'IconCamera';
2238
2238
 
2239
- var _excluded$2k = ["testId", "size", "color", "style"];
2239
+ var _excluded$2l = ["testId", "size", "color", "style"];
2240
2240
  var IconCashRegister = React.forwardRef(function (_ref, ref) {
2241
2241
  var _ref$testId = _ref.testId,
2242
2242
  testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
2243
2243
  size = _ref.size,
2244
2244
  color = _ref.color,
2245
2245
  style = _ref.style,
2246
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2246
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
2247
2247
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2248
2248
  var styleProps = {
2249
2249
  size: !size && isInsideButton ? 'medium' : size,
@@ -2264,14 +2264,14 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2264
2264
  });
2265
2265
  IconCashRegister.displayName = 'IconCashRegister';
2266
2266
 
2267
- var _excluded$2j = ["testId", "size", "color", "style"];
2267
+ var _excluded$2k = ["testId", "size", "color", "style"];
2268
2268
  var IconChartBar = React.forwardRef(function (_ref, ref) {
2269
2269
  var _ref$testId = _ref.testId,
2270
2270
  testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
2271
2271
  size = _ref.size,
2272
2272
  color = _ref.color,
2273
2273
  style = _ref.style,
2274
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2274
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
2275
2275
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2276
2276
  var styleProps = {
2277
2277
  size: !size && isInsideButton ? 'medium' : size,
@@ -2294,14 +2294,14 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2294
2294
  });
2295
2295
  IconChartBar.displayName = 'IconChartBar';
2296
2296
 
2297
- var _excluded$2i = ["testId", "size", "color", "style"];
2297
+ var _excluded$2j = ["testId", "size", "color", "style"];
2298
2298
  var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
2299
2299
  var _ref$testId = _ref.testId,
2300
2300
  testId = _ref$testId === void 0 ? 'icon-check-circle-incomplete' : _ref$testId,
2301
2301
  size = _ref.size,
2302
2302
  color = _ref.color,
2303
2303
  style = _ref.style,
2304
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2304
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
2305
2305
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2306
2306
  var styleProps = {
2307
2307
  size: !size && isInsideButton ? 'medium' : size,
@@ -2322,14 +2322,14 @@ var IconCheckCircleIncomplete = React.forwardRef(function (_ref, ref) {
2322
2322
  });
2323
2323
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
2324
2324
 
2325
- var _excluded$2h = ["testId", "size", "color", "style"];
2325
+ var _excluded$2i = ["testId", "size", "color", "style"];
2326
2326
  var IconCheck = React.forwardRef(function (_ref, ref) {
2327
2327
  var _ref$testId = _ref.testId,
2328
2328
  testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
2329
2329
  size = _ref.size,
2330
2330
  color = _ref.color,
2331
2331
  style = _ref.style,
2332
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2332
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
2333
2333
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2334
2334
  var styleProps = {
2335
2335
  size: !size && isInsideButton ? 'medium' : size,
@@ -2352,14 +2352,14 @@ var IconCheck = React.forwardRef(function (_ref, ref) {
2352
2352
  });
2353
2353
  IconCheck.displayName = 'IconCheck';
2354
2354
 
2355
- var _excluded$2g = ["testId", "size", "color", "style"];
2355
+ var _excluded$2h = ["testId", "size", "color", "style"];
2356
2356
  var IconChevronDown = React.forwardRef(function (_ref, ref) {
2357
2357
  var _ref$testId = _ref.testId,
2358
2358
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
2359
2359
  size = _ref.size,
2360
2360
  color = _ref.color,
2361
2361
  style = _ref.style,
2362
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2362
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
2363
2363
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2364
2364
  var styleProps = {
2365
2365
  size: !size && isInsideButton ? 'medium' : size,
@@ -2382,14 +2382,14 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
2382
2382
  });
2383
2383
  IconChevronDown.displayName = 'IconChevronDown';
2384
2384
 
2385
- var _excluded$2f = ["testId", "size", "color", "style"];
2385
+ var _excluded$2g = ["testId", "size", "color", "style"];
2386
2386
  var IconChevronLeft = React.forwardRef(function (_ref, ref) {
2387
2387
  var _ref$testId = _ref.testId,
2388
2388
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
2389
2389
  size = _ref.size,
2390
2390
  color = _ref.color,
2391
2391
  style = _ref.style,
2392
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2392
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
2393
2393
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2394
2394
  var styleProps = {
2395
2395
  size: !size && isInsideButton ? 'medium' : size,
@@ -2412,14 +2412,14 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
2412
2412
  });
2413
2413
  IconChevronLeft.displayName = 'IconChevronLeft';
2414
2414
 
2415
- var _excluded$2e = ["testId", "size", "color", "style"];
2415
+ var _excluded$2f = ["testId", "size", "color", "style"];
2416
2416
  var IconChevronRight = React.forwardRef(function (_ref, ref) {
2417
2417
  var _ref$testId = _ref.testId,
2418
2418
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
2419
2419
  size = _ref.size,
2420
2420
  color = _ref.color,
2421
2421
  style = _ref.style,
2422
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2422
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
2423
2423
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2424
2424
  var styleProps = {
2425
2425
  size: !size && isInsideButton ? 'medium' : size,
@@ -2442,14 +2442,14 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
2442
2442
  });
2443
2443
  IconChevronRight.displayName = 'IconChevronRight';
2444
2444
 
2445
- var _excluded$2d = ["testId", "size", "color", "style"];
2445
+ var _excluded$2e = ["testId", "size", "color", "style"];
2446
2446
  var IconChevronUp = React.forwardRef(function (_ref, ref) {
2447
2447
  var _ref$testId = _ref.testId,
2448
2448
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
2449
2449
  size = _ref.size,
2450
2450
  color = _ref.color,
2451
2451
  style = _ref.style,
2452
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2452
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
2453
2453
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2454
2454
  var styleProps = {
2455
2455
  size: !size && isInsideButton ? 'medium' : size,
@@ -2472,14 +2472,14 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
2472
2472
  });
2473
2473
  IconChevronUp.displayName = 'IconChevronUp';
2474
2474
 
2475
- var _excluded$2c = ["testId", "size", "color", "style"];
2475
+ var _excluded$2d = ["testId", "size", "color", "style"];
2476
2476
  var IconClipboardList = React.forwardRef(function (_ref, ref) {
2477
2477
  var _ref$testId = _ref.testId,
2478
2478
  testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
2479
2479
  size = _ref.size,
2480
2480
  color = _ref.color,
2481
2481
  style = _ref.style,
2482
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2482
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
2483
2483
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2484
2484
  var styleProps = {
2485
2485
  size: !size && isInsideButton ? 'medium' : size,
@@ -2502,14 +2502,14 @@ var IconClipboardList = React.forwardRef(function (_ref, ref) {
2502
2502
  });
2503
2503
  IconClipboardList.displayName = 'IconClipboardList';
2504
2504
 
2505
- var _excluded$2b = ["testId", "size", "color", "style"];
2505
+ var _excluded$2c = ["testId", "size", "color", "style"];
2506
2506
  var IconClockExclamation = React.forwardRef(function (_ref, ref) {
2507
2507
  var _ref$testId = _ref.testId,
2508
2508
  testId = _ref$testId === void 0 ? 'icon-clock-exclamation' : _ref$testId,
2509
2509
  size = _ref.size,
2510
2510
  color = _ref.color,
2511
2511
  style = _ref.style,
2512
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2512
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
2513
2513
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2514
2514
  var styleProps = {
2515
2515
  size: !size && isInsideButton ? 'medium' : size,
@@ -2537,14 +2537,14 @@ var IconClockExclamation = React.forwardRef(function (_ref, ref) {
2537
2537
  });
2538
2538
  IconClockExclamation.displayName = 'IconClockExclamation';
2539
2539
 
2540
- var _excluded$2a = ["testId", "size", "color", "style"];
2540
+ var _excluded$2b = ["testId", "size", "color", "style"];
2541
2541
  var IconClockRewind = React.forwardRef(function (_ref, ref) {
2542
2542
  var _ref$testId = _ref.testId,
2543
2543
  testId = _ref$testId === void 0 ? 'icon-clock-rewind' : _ref$testId,
2544
2544
  size = _ref.size,
2545
2545
  color = _ref.color,
2546
2546
  style = _ref.style,
2547
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2547
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
2548
2548
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2549
2549
  var styleProps = {
2550
2550
  size: !size && isInsideButton ? 'medium' : size,
@@ -2572,14 +2572,14 @@ var IconClockRewind = React.forwardRef(function (_ref, ref) {
2572
2572
  });
2573
2573
  IconClockRewind.displayName = 'IconClockRewind';
2574
2574
 
2575
- var _excluded$29 = ["testId", "size", "color", "style"];
2575
+ var _excluded$2a = ["testId", "size", "color", "style"];
2576
2576
  var IconClock = React.forwardRef(function (_ref, ref) {
2577
2577
  var _ref$testId = _ref.testId,
2578
2578
  testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
2579
2579
  size = _ref.size,
2580
2580
  color = _ref.color,
2581
2581
  style = _ref.style,
2582
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2582
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
2583
2583
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2584
2584
  var styleProps = {
2585
2585
  size: !size && isInsideButton ? 'medium' : size,
@@ -2600,14 +2600,14 @@ var IconClock = React.forwardRef(function (_ref, ref) {
2600
2600
  });
2601
2601
  IconClock.displayName = 'IconClock';
2602
2602
 
2603
- var _excluded$28 = ["testId", "size", "color", "style"];
2603
+ var _excluded$29 = ["testId", "size", "color", "style"];
2604
2604
  var IconCog = React.forwardRef(function (_ref, ref) {
2605
2605
  var _ref$testId = _ref.testId,
2606
2606
  testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
2607
2607
  size = _ref.size,
2608
2608
  color = _ref.color,
2609
2609
  style = _ref.style,
2610
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2610
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
2611
2611
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2612
2612
  var styleProps = {
2613
2613
  size: !size && isInsideButton ? 'medium' : size,
@@ -2628,14 +2628,14 @@ var IconCog = React.forwardRef(function (_ref, ref) {
2628
2628
  });
2629
2629
  IconCog.displayName = 'IconCog';
2630
2630
 
2631
- var _excluded$27 = ["testId", "size", "color", "style"];
2631
+ var _excluded$28 = ["testId", "size", "color", "style"];
2632
2632
  var IconCommentLines = React.forwardRef(function (_ref, ref) {
2633
2633
  var _ref$testId = _ref.testId,
2634
2634
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
2635
2635
  size = _ref.size,
2636
2636
  color = _ref.color,
2637
2637
  style = _ref.style,
2638
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2638
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
2639
2639
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2640
2640
  var styleProps = {
2641
2641
  size: !size && isInsideButton ? 'medium' : size,
@@ -2661,14 +2661,14 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
2661
2661
  });
2662
2662
  IconCommentLines.displayName = 'IconCommentLines';
2663
2663
 
2664
- var _excluded$26 = ["testId", "size", "color", "style"];
2664
+ var _excluded$27 = ["testId", "size", "color", "style"];
2665
2665
  var IconComment = React.forwardRef(function (_ref, ref) {
2666
2666
  var _ref$testId = _ref.testId,
2667
2667
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
2668
2668
  size = _ref.size,
2669
2669
  color = _ref.color,
2670
2670
  style = _ref.style,
2671
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2671
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
2672
2672
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2673
2673
  var styleProps = {
2674
2674
  size: !size && isInsideButton ? 'medium' : size,
@@ -2691,14 +2691,14 @@ var IconComment = React.forwardRef(function (_ref, ref) {
2691
2691
  });
2692
2692
  IconComment.displayName = 'IconComment';
2693
2693
 
2694
- var _excluded$25 = ["testId", "size", "color", "style"];
2694
+ var _excluded$26 = ["testId", "size", "color", "style"];
2695
2695
  var IconCopy = React.forwardRef(function (_ref, ref) {
2696
2696
  var _ref$testId = _ref.testId,
2697
2697
  testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
2698
2698
  size = _ref.size,
2699
2699
  color = _ref.color,
2700
2700
  style = _ref.style,
2701
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2701
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
2702
2702
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2703
2703
  var styleProps = {
2704
2704
  size: !size && isInsideButton ? 'medium' : size,
@@ -2726,14 +2726,14 @@ var IconCopy = React.forwardRef(function (_ref, ref) {
2726
2726
  });
2727
2727
  IconCopy.displayName = 'IconCopy';
2728
2728
 
2729
- var _excluded$24 = ["testId", "size", "color", "style"];
2729
+ var _excluded$25 = ["testId", "size", "color", "style"];
2730
2730
  var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2731
2731
  var _ref$testId = _ref.testId,
2732
2732
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
2733
2733
  size = _ref.size,
2734
2734
  color = _ref.color,
2735
2735
  style = _ref.style,
2736
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2736
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
2737
2737
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2738
2738
  var styleProps = {
2739
2739
  size: !size && isInsideButton ? 'medium' : size,
@@ -2763,14 +2763,14 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2763
2763
  });
2764
2764
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2765
2765
 
2766
- var _excluded$23 = ["testId", "size", "color", "style"];
2766
+ var _excluded$24 = ["testId", "size", "color", "style"];
2767
2767
  var IconCreditCard = React.forwardRef(function (_ref, ref) {
2768
2768
  var _ref$testId = _ref.testId,
2769
2769
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
2770
2770
  size = _ref.size,
2771
2771
  color = _ref.color,
2772
2772
  style = _ref.style,
2773
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2773
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
2774
2774
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2775
2775
  var styleProps = {
2776
2776
  size: !size && isInsideButton ? 'medium' : size,
@@ -2798,14 +2798,14 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2798
2798
  });
2799
2799
  IconCreditCard.displayName = 'IconCreditCard';
2800
2800
 
2801
- var _excluded$22 = ["testId", "size", "color", "style"];
2801
+ var _excluded$23 = ["testId", "size", "color", "style"];
2802
2802
  var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2803
2803
  var _ref$testId = _ref.testId,
2804
2804
  testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
2805
2805
  size = _ref.size,
2806
2806
  color = _ref.color,
2807
2807
  style = _ref.style,
2808
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2808
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
2809
2809
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2810
2810
  var styleProps = {
2811
2811
  size: !size && isInsideButton ? 'medium' : size,
@@ -2848,14 +2848,14 @@ var IconDecentMonochromatic = React.forwardRef(function (_ref, ref) {
2848
2848
  });
2849
2849
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
2850
2850
 
2851
- var _excluded$21 = ["testId", "size", "color", "style"];
2851
+ var _excluded$22 = ["testId", "size", "color", "style"];
2852
2852
  var IconDecent = React.forwardRef(function (_ref, ref) {
2853
2853
  var _ref$testId = _ref.testId,
2854
2854
  testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
2855
2855
  size = _ref.size,
2856
2856
  color = _ref.color,
2857
2857
  style = _ref.style,
2858
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2858
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
2859
2859
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2860
2860
  var styleProps = {
2861
2861
  size: !size && isInsideButton ? 'medium' : size,
@@ -2886,14 +2886,14 @@ var IconDecent = React.forwardRef(function (_ref, ref) {
2886
2886
  });
2887
2887
  IconDecent.displayName = 'IconDecent';
2888
2888
 
2889
- var _excluded$20 = ["testId", "size", "color", "style"];
2889
+ var _excluded$21 = ["testId", "size", "color", "style"];
2890
2890
  var IconDollarSign = React.forwardRef(function (_ref, ref) {
2891
2891
  var _ref$testId = _ref.testId,
2892
2892
  testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
2893
2893
  size = _ref.size,
2894
2894
  color = _ref.color,
2895
2895
  style = _ref.style,
2896
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2896
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
2897
2897
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2898
2898
  var styleProps = {
2899
2899
  size: !size && isInsideButton ? 'medium' : size,
@@ -2914,14 +2914,14 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
2914
2914
  });
2915
2915
  IconDollarSign.displayName = 'IconDollarSign';
2916
2916
 
2917
- var _excluded$1$ = ["testId", "size", "color", "style"];
2917
+ var _excluded$20 = ["testId", "size", "color", "style"];
2918
2918
  var IconDownload = React.forwardRef(function (_ref, ref) {
2919
2919
  var _ref$testId = _ref.testId,
2920
2920
  testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
2921
2921
  size = _ref.size,
2922
2922
  color = _ref.color,
2923
2923
  style = _ref.style,
2924
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2924
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
2925
2925
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2926
2926
  var styleProps = {
2927
2927
  size: !size && isInsideButton ? 'medium' : size,
@@ -2944,14 +2944,14 @@ var IconDownload = React.forwardRef(function (_ref, ref) {
2944
2944
  });
2945
2945
  IconDownload.displayName = 'IconDownload';
2946
2946
 
2947
- var _excluded$1_ = ["testId", "size", "color", "style"];
2947
+ var _excluded$1$ = ["testId", "size", "color", "style"];
2948
2948
  var IconEdit = React.forwardRef(function (_ref, ref) {
2949
2949
  var _ref$testId = _ref.testId,
2950
2950
  testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
2951
2951
  size = _ref.size,
2952
2952
  color = _ref.color,
2953
2953
  style = _ref.style,
2954
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2954
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
2955
2955
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2956
2956
  var styleProps = {
2957
2957
  size: !size && isInsideButton ? 'medium' : size,
@@ -2972,14 +2972,14 @@ var IconEdit = React.forwardRef(function (_ref, ref) {
2972
2972
  });
2973
2973
  IconEdit.displayName = 'IconEdit';
2974
2974
 
2975
- var _excluded$1Z = ["testId", "size", "color", "style"];
2975
+ var _excluded$1_ = ["testId", "size", "color", "style"];
2976
2976
  var IconEllipsisV = React.forwardRef(function (_ref, ref) {
2977
2977
  var _ref$testId = _ref.testId,
2978
2978
  testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
2979
2979
  size = _ref.size,
2980
2980
  color = _ref.color,
2981
2981
  style = _ref.style,
2982
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
2982
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
2983
2983
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2984
2984
  var styleProps = {
2985
2985
  size: !size && isInsideButton ? 'medium' : size,
@@ -3002,14 +3002,14 @@ var IconEllipsisV = React.forwardRef(function (_ref, ref) {
3002
3002
  });
3003
3003
  IconEllipsisV.displayName = 'IconEllipsisV';
3004
3004
 
3005
- var _excluded$1Y = ["testId", "size", "color", "style"];
3005
+ var _excluded$1Z = ["testId", "size", "color", "style"];
3006
3006
  var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
3007
3007
  var _ref$testId = _ref.testId,
3008
3008
  testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
3009
3009
  size = _ref.size,
3010
3010
  color = _ref.color,
3011
3011
  style = _ref.style,
3012
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3012
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3013
3013
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3014
3014
  var styleProps = {
3015
3015
  size: !size && isInsideButton ? 'medium' : size,
@@ -3037,14 +3037,14 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
3037
3037
  });
3038
3038
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
3039
3039
 
3040
- var _excluded$1X = ["testId", "size", "color", "style"];
3040
+ var _excluded$1Y = ["testId", "size", "color", "style"];
3041
3041
  var IconEnvelope = React.forwardRef(function (_ref, ref) {
3042
3042
  var _ref$testId = _ref.testId,
3043
3043
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
3044
3044
  size = _ref.size,
3045
3045
  color = _ref.color,
3046
3046
  style = _ref.style,
3047
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3047
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3048
3048
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3049
3049
  var styleProps = {
3050
3050
  size: !size && isInsideButton ? 'medium' : size,
@@ -3065,14 +3065,14 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
3065
3065
  });
3066
3066
  IconEnvelope.displayName = 'IconEnvelope';
3067
3067
 
3068
- var _excluded$1W = ["testId", "size", "color", "style"];
3068
+ var _excluded$1X = ["testId", "size", "color", "style"];
3069
3069
  var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
3070
3070
  var _ref$testId = _ref.testId,
3071
3071
  testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
3072
3072
  size = _ref.size,
3073
3073
  color = _ref.color,
3074
3074
  style = _ref.style,
3075
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3075
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3076
3076
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3077
3077
  var styleProps = {
3078
3078
  size: !size && isInsideButton ? 'medium' : size,
@@ -3095,14 +3095,14 @@ var IconExclaimationTriangle = React.forwardRef(function (_ref, ref) {
3095
3095
  });
3096
3096
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
3097
3097
 
3098
- var _excluded$1V = ["testId", "size", "color", "style"];
3098
+ var _excluded$1W = ["testId", "size", "color", "style"];
3099
3099
  var IconExclaimation = React.forwardRef(function (_ref, ref) {
3100
3100
  var _ref$testId = _ref.testId,
3101
3101
  testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
3102
3102
  size = _ref.size,
3103
3103
  color = _ref.color,
3104
3104
  style = _ref.style,
3105
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3105
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3106
3106
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3107
3107
  var styleProps = {
3108
3108
  size: !size && isInsideButton ? 'medium' : size,
@@ -3123,14 +3123,14 @@ var IconExclaimation = React.forwardRef(function (_ref, ref) {
3123
3123
  });
3124
3124
  IconExclaimation.displayName = 'IconExclaimation';
3125
3125
 
3126
- var _excluded$1U = ["testId", "size", "color", "style"];
3126
+ var _excluded$1V = ["testId", "size", "color", "style"];
3127
3127
  var IconExpand = React.forwardRef(function (_ref, ref) {
3128
3128
  var _ref$testId = _ref.testId,
3129
3129
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
3130
3130
  size = _ref.size,
3131
3131
  color = _ref.color,
3132
3132
  style = _ref.style,
3133
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3133
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3134
3134
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3135
3135
  var styleProps = {
3136
3136
  size: !size && isInsideButton ? 'medium' : size,
@@ -3151,14 +3151,14 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
3151
3151
  });
3152
3152
  IconExpand.displayName = 'IconExpand';
3153
3153
 
3154
- var _excluded$1T = ["testId", "size", "color", "style"];
3154
+ var _excluded$1U = ["testId", "size", "color", "style"];
3155
3155
  var IconExternalLink = React.forwardRef(function (_ref, ref) {
3156
3156
  var _ref$testId = _ref.testId,
3157
3157
  testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
3158
3158
  size = _ref.size,
3159
3159
  color = _ref.color,
3160
3160
  style = _ref.style,
3161
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3161
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3162
3162
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3163
3163
  var styleProps = {
3164
3164
  size: !size && isInsideButton ? 'medium' : size,
@@ -3181,14 +3181,14 @@ var IconExternalLink = React.forwardRef(function (_ref, ref) {
3181
3181
  });
3182
3182
  IconExternalLink.displayName = 'IconExternalLink';
3183
3183
 
3184
- var _excluded$1S = ["testId", "size", "color", "style"];
3184
+ var _excluded$1T = ["testId", "size", "color", "style"];
3185
3185
  var IconEyeSlash = React.forwardRef(function (_ref, ref) {
3186
3186
  var _ref$testId = _ref.testId,
3187
3187
  testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
3188
3188
  size = _ref.size,
3189
3189
  color = _ref.color,
3190
3190
  style = _ref.style,
3191
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3191
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3192
3192
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3193
3193
  var styleProps = {
3194
3194
  size: !size && isInsideButton ? 'medium' : size,
@@ -3223,14 +3223,14 @@ var IconEyeSlash = React.forwardRef(function (_ref, ref) {
3223
3223
  });
3224
3224
  IconEyeSlash.displayName = 'IconEyeSlash';
3225
3225
 
3226
- var _excluded$1R = ["testId", "size", "color", "style"];
3226
+ var _excluded$1S = ["testId", "size", "color", "style"];
3227
3227
  var IconEye = React.forwardRef(function (_ref, ref) {
3228
3228
  var _ref$testId = _ref.testId,
3229
3229
  testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
3230
3230
  size = _ref.size,
3231
3231
  color = _ref.color,
3232
3232
  style = _ref.style,
3233
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3233
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3234
3234
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3235
3235
  var styleProps = {
3236
3236
  size: !size && isInsideButton ? 'medium' : size,
@@ -3258,14 +3258,14 @@ var IconEye = React.forwardRef(function (_ref, ref) {
3258
3258
  });
3259
3259
  IconEye.displayName = 'IconEye';
3260
3260
 
3261
- var _excluded$1Q = ["testId", "size", "color", "style"];
3261
+ var _excluded$1R = ["testId", "size", "color", "style"];
3262
3262
  var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
3263
3263
  var _ref$testId = _ref.testId,
3264
3264
  testId = _ref$testId === void 0 ? 'icon-face-smile-relaxed' : _ref$testId,
3265
3265
  size = _ref.size,
3266
3266
  color = _ref.color,
3267
3267
  style = _ref.style,
3268
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3268
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3269
3269
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3270
3270
  var styleProps = {
3271
3271
  size: !size && isInsideButton ? 'medium' : size,
@@ -3293,14 +3293,14 @@ var IconFaceSmileRelaxed = React.forwardRef(function (_ref, ref) {
3293
3293
  });
3294
3294
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
3295
3295
 
3296
- var _excluded$1P = ["testId", "size", "color", "style"];
3296
+ var _excluded$1Q = ["testId", "size", "color", "style"];
3297
3297
  var IconFilePdf = React.forwardRef(function (_ref, ref) {
3298
3298
  var _ref$testId = _ref.testId,
3299
3299
  testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
3300
3300
  size = _ref.size,
3301
3301
  color = _ref.color,
3302
3302
  style = _ref.style,
3303
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3304
3304
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3305
3305
  var styleProps = {
3306
3306
  size: !size && isInsideButton ? 'medium' : size,
@@ -3328,14 +3328,14 @@ var IconFilePdf = React.forwardRef(function (_ref, ref) {
3328
3328
  });
3329
3329
  IconFilePdf.displayName = 'IconFilePdf';
3330
3330
 
3331
- var _excluded$1O = ["testId", "size", "color", "style"];
3331
+ var _excluded$1P = ["testId", "size", "color", "style"];
3332
3332
  var IconFile = React.forwardRef(function (_ref, ref) {
3333
3333
  var _ref$testId = _ref.testId,
3334
3334
  testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
3335
3335
  size = _ref.size,
3336
3336
  color = _ref.color,
3337
3337
  style = _ref.style,
3338
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3338
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3339
3339
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3340
3340
  var styleProps = {
3341
3341
  size: !size && isInsideButton ? 'medium' : size,
@@ -3363,14 +3363,14 @@ var IconFile = React.forwardRef(function (_ref, ref) {
3363
3363
  });
3364
3364
  IconFile.displayName = 'IconFile';
3365
3365
 
3366
- var _excluded$1N = ["testId", "size", "color", "style"];
3366
+ var _excluded$1O = ["testId", "size", "color", "style"];
3367
3367
  var IconFlag = React.forwardRef(function (_ref, ref) {
3368
3368
  var _ref$testId = _ref.testId,
3369
3369
  testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
3370
3370
  size = _ref.size,
3371
3371
  color = _ref.color,
3372
3372
  style = _ref.style,
3373
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3373
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3374
3374
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3375
3375
  var styleProps = {
3376
3376
  size: !size && isInsideButton ? 'medium' : size,
@@ -3398,14 +3398,14 @@ var IconFlag = React.forwardRef(function (_ref, ref) {
3398
3398
  });
3399
3399
  IconFlag.displayName = 'IconFlag';
3400
3400
 
3401
- var _excluded$1M = ["testId", "size", "color", "style"];
3401
+ var _excluded$1N = ["testId", "size", "color", "style"];
3402
3402
  var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
3403
3403
  var _ref$testId = _ref.testId,
3404
3404
  testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
3405
3405
  size = _ref.size,
3406
3406
  color = _ref.color,
3407
3407
  style = _ref.style,
3408
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3408
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3409
3409
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3410
3410
  var styleProps = {
3411
3411
  size: !size && isInsideButton ? 'medium' : size,
@@ -3428,14 +3428,14 @@ var IconFourDotsCircle = React.forwardRef(function (_ref, ref) {
3428
3428
  });
3429
3429
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
3430
3430
 
3431
- var _excluded$1L = ["testId", "size", "color", "style"];
3431
+ var _excluded$1M = ["testId", "size", "color", "style"];
3432
3432
  var IconFourSquares = React.forwardRef(function (_ref, ref) {
3433
3433
  var _ref$testId = _ref.testId,
3434
3434
  testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
3435
3435
  size = _ref.size,
3436
3436
  color = _ref.color,
3437
3437
  style = _ref.style,
3438
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3438
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3439
3439
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3440
3440
  var styleProps = {
3441
3441
  size: !size && isInsideButton ? 'medium' : size,
@@ -3481,14 +3481,14 @@ var IconFourSquares = React.forwardRef(function (_ref, ref) {
3481
3481
  });
3482
3482
  IconFourSquares.displayName = 'IconFourSquares';
3483
3483
 
3484
- var _excluded$1K = ["testId", "size", "color", "style"];
3484
+ var _excluded$1L = ["testId", "size", "color", "style"];
3485
3485
  var IconGavel = React.forwardRef(function (_ref, ref) {
3486
3486
  var _ref$testId = _ref.testId,
3487
3487
  testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
3488
3488
  size = _ref.size,
3489
3489
  color = _ref.color,
3490
3490
  style = _ref.style,
3491
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3491
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3492
3492
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3493
3493
  var styleProps = {
3494
3494
  size: !size && isInsideButton ? 'medium' : size,
@@ -3509,14 +3509,14 @@ var IconGavel = React.forwardRef(function (_ref, ref) {
3509
3509
  });
3510
3510
  IconGavel.displayName = 'IconGavel';
3511
3511
 
3512
- var _excluded$1J = ["testId", "size", "color", "style"];
3512
+ var _excluded$1K = ["testId", "size", "color", "style"];
3513
3513
  var IconGif = React.forwardRef(function (_ref, ref) {
3514
3514
  var _ref$testId = _ref.testId,
3515
3515
  testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
3516
3516
  size = _ref.size,
3517
3517
  color = _ref.color,
3518
3518
  style = _ref.style,
3519
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3519
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3520
3520
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3521
3521
  var styleProps = {
3522
3522
  size: !size && isInsideButton ? 'medium' : size,
@@ -3541,14 +3541,14 @@ var IconGif = React.forwardRef(function (_ref, ref) {
3541
3541
  });
3542
3542
  IconGif.displayName = 'IconGif';
3543
3543
 
3544
- var _excluded$1I = ["testId", "size", "color", "style"];
3544
+ var _excluded$1J = ["testId", "size", "color", "style"];
3545
3545
  var IconGift = React.forwardRef(function (_ref, ref) {
3546
3546
  var _ref$testId = _ref.testId,
3547
3547
  testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
3548
3548
  size = _ref.size,
3549
3549
  color = _ref.color,
3550
3550
  style = _ref.style,
3551
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3551
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3552
3552
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3553
3553
  var styleProps = {
3554
3554
  size: !size && isInsideButton ? 'medium' : size,
@@ -3569,14 +3569,14 @@ var IconGift = React.forwardRef(function (_ref, ref) {
3569
3569
  });
3570
3570
  IconGift.displayName = 'IconGift';
3571
3571
 
3572
- var _excluded$1H = ["testId", "size", "color", "style"];
3572
+ var _excluded$1I = ["testId", "size", "color", "style"];
3573
3573
  var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
3574
3574
  var _ref$testId = _ref.testId,
3575
3575
  testId = _ref$testId === void 0 ? 'icon-good-monochromatic' : _ref$testId,
3576
3576
  size = _ref.size,
3577
3577
  color = _ref.color,
3578
3578
  style = _ref.style,
3579
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3579
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3580
3580
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3581
3581
  var styleProps = {
3582
3582
  size: !size && isInsideButton ? 'medium' : size,
@@ -3615,14 +3615,14 @@ var IconGoodMonochromatic = React.forwardRef(function (_ref, ref) {
3615
3615
  });
3616
3616
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
3617
3617
 
3618
- var _excluded$1G = ["testId", "size", "color", "style"];
3618
+ var _excluded$1H = ["testId", "size", "color", "style"];
3619
3619
  var IconGood = React.forwardRef(function (_ref, ref) {
3620
3620
  var _ref$testId = _ref.testId,
3621
3621
  testId = _ref$testId === void 0 ? 'icon-good' : _ref$testId,
3622
3622
  size = _ref.size,
3623
3623
  color = _ref.color,
3624
3624
  style = _ref.style,
3625
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3625
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3626
3626
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3627
3627
  var styleProps = {
3628
3628
  size: !size && isInsideButton ? 'medium' : size,
@@ -3649,14 +3649,14 @@ var IconGood = React.forwardRef(function (_ref, ref) {
3649
3649
  });
3650
3650
  IconGood.displayName = 'IconGood';
3651
3651
 
3652
- var _excluded$1F = ["testId", "size", "color", "style"];
3652
+ var _excluded$1G = ["testId", "size", "color", "style"];
3653
3653
  var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
3654
3654
  var _ref$testId = _ref.testId,
3655
3655
  testId = _ref$testId === void 0 ? 'icon-great-monochromatic' : _ref$testId,
3656
3656
  size = _ref.size,
3657
3657
  color = _ref.color,
3658
3658
  style = _ref.style,
3659
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3659
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3660
3660
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3661
3661
  var styleProps = {
3662
3662
  size: !size && isInsideButton ? 'medium' : size,
@@ -3697,14 +3697,14 @@ var IconGreatMonochromatic = React.forwardRef(function (_ref, ref) {
3697
3697
  });
3698
3698
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
3699
3699
 
3700
- var _excluded$1E = ["testId", "size", "color", "style"];
3700
+ var _excluded$1F = ["testId", "size", "color", "style"];
3701
3701
  var IconGreat = React.forwardRef(function (_ref, ref) {
3702
3702
  var _ref$testId = _ref.testId,
3703
3703
  testId = _ref$testId === void 0 ? 'icon-great' : _ref$testId,
3704
3704
  size = _ref.size,
3705
3705
  color = _ref.color,
3706
3706
  style = _ref.style,
3707
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3707
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3708
3708
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3709
3709
  var styleProps = {
3710
3710
  size: !size && isInsideButton ? 'medium' : size,
@@ -3733,14 +3733,14 @@ var IconGreat = React.forwardRef(function (_ref, ref) {
3733
3733
  });
3734
3734
  IconGreat.displayName = 'IconGreat';
3735
3735
 
3736
- var _excluded$1D = ["testId", "size", "color", "style"];
3736
+ var _excluded$1E = ["testId", "size", "color", "style"];
3737
3737
  var IconGrinBeam = React.forwardRef(function (_ref, ref) {
3738
3738
  var _ref$testId = _ref.testId,
3739
3739
  testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
3740
3740
  size = _ref.size,
3741
3741
  color = _ref.color,
3742
3742
  style = _ref.style,
3743
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3743
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3744
3744
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3745
3745
  var styleProps = {
3746
3746
  size: !size && isInsideButton ? 'medium' : size,
@@ -3761,14 +3761,14 @@ var IconGrinBeam = React.forwardRef(function (_ref, ref) {
3761
3761
  });
3762
3762
  IconGrinBeam.displayName = 'IconGrinBeam';
3763
3763
 
3764
- var _excluded$1C = ["testId", "size", "color", "style"];
3764
+ var _excluded$1D = ["testId", "size", "color", "style"];
3765
3765
  var IconGripVertical = React.forwardRef(function (_ref, ref) {
3766
3766
  var _ref$testId = _ref.testId,
3767
3767
  testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
3768
3768
  size = _ref.size,
3769
3769
  color = _ref.color,
3770
3770
  style = _ref.style,
3771
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3771
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3772
3772
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3773
3773
  var styleProps = {
3774
3774
  size: !size && isInsideButton ? 'medium' : size,
@@ -3816,14 +3816,14 @@ var IconGripVertical = React.forwardRef(function (_ref, ref) {
3816
3816
  });
3817
3817
  IconGripVertical.displayName = 'IconGripVertical';
3818
3818
 
3819
- var _excluded$1B = ["testId", "size", "color", "style"];
3819
+ var _excluded$1C = ["testId", "size", "color", "style"];
3820
3820
  var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
3821
3821
  var _ref$testId = _ref.testId,
3822
3822
  testId = _ref$testId === void 0 ? 'icon-hand-holding-dollar' : _ref$testId,
3823
3823
  size = _ref.size,
3824
3824
  color = _ref.color,
3825
3825
  style = _ref.style,
3826
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3826
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3827
3827
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3828
3828
  var styleProps = {
3829
3829
  size: !size && isInsideButton ? 'medium' : size,
@@ -3851,14 +3851,14 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
3851
3851
  });
3852
3852
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
3853
3853
 
3854
- var _excluded$1A = ["testId", "size", "color", "style"];
3854
+ var _excluded$1B = ["testId", "size", "color", "style"];
3855
3855
  var IconHandPointRight = React.forwardRef(function (_ref, ref) {
3856
3856
  var _ref$testId = _ref.testId,
3857
3857
  testId = _ref$testId === void 0 ? 'icon-hand-point-right' : _ref$testId,
3858
3858
  size = _ref.size,
3859
3859
  color = _ref.color,
3860
3860
  style = _ref.style,
3861
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3861
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3862
3862
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3863
3863
  var styleProps = {
3864
3864
  size: !size && isInsideButton ? 'medium' : size,
@@ -3879,14 +3879,14 @@ var IconHandPointRight = React.forwardRef(function (_ref, ref) {
3879
3879
  });
3880
3880
  IconHandPointRight.displayName = 'IconHandPointRight';
3881
3881
 
3882
- var _excluded$1z = ["testId", "size", "color", "style"];
3882
+ var _excluded$1A = ["testId", "size", "color", "style"];
3883
3883
  var IconHandshake = React.forwardRef(function (_ref, ref) {
3884
3884
  var _ref$testId = _ref.testId,
3885
3885
  testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
3886
3886
  size = _ref.size,
3887
3887
  color = _ref.color,
3888
3888
  style = _ref.style,
3889
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3889
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3890
3890
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3891
3891
  var styleProps = {
3892
3892
  size: !size && isInsideButton ? 'medium' : size,
@@ -3914,14 +3914,14 @@ var IconHandshake = React.forwardRef(function (_ref, ref) {
3914
3914
  });
3915
3915
  IconHandshake.displayName = 'IconHandshake';
3916
3916
 
3917
- var _excluded$1y = ["testId", "size", "color", "style"];
3917
+ var _excluded$1z = ["testId", "size", "color", "style"];
3918
3918
  var IconHatChef = React.forwardRef(function (_ref, ref) {
3919
3919
  var _ref$testId = _ref.testId,
3920
3920
  testId = _ref$testId === void 0 ? 'icon-hat-chef' : _ref$testId,
3921
3921
  size = _ref.size,
3922
3922
  color = _ref.color,
3923
3923
  style = _ref.style,
3924
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3924
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3925
3925
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3926
3926
  var styleProps = {
3927
3927
  size: !size && isInsideButton ? 'medium' : size,
@@ -3942,14 +3942,14 @@ var IconHatChef = React.forwardRef(function (_ref, ref) {
3942
3942
  });
3943
3943
  IconHatChef.displayName = 'IconHatChef';
3944
3944
 
3945
- var _excluded$1x = ["testId", "size", "color", "style"];
3945
+ var _excluded$1y = ["testId", "size", "color", "style"];
3946
3946
  var IconImage = React.forwardRef(function (_ref, ref) {
3947
3947
  var _ref$testId = _ref.testId,
3948
3948
  testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
3949
3949
  size = _ref.size,
3950
3950
  color = _ref.color,
3951
3951
  style = _ref.style,
3952
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3952
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3953
3953
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3954
3954
  var styleProps = {
3955
3955
  size: !size && isInsideButton ? 'medium' : size,
@@ -3977,14 +3977,14 @@ var IconImage = React.forwardRef(function (_ref, ref) {
3977
3977
  });
3978
3978
  IconImage.displayName = 'IconImage';
3979
3979
 
3980
- var _excluded$1w = ["testId", "size", "color", "style"];
3980
+ var _excluded$1x = ["testId", "size", "color", "style"];
3981
3981
  var IconIslandTropical = React.forwardRef(function (_ref, ref) {
3982
3982
  var _ref$testId = _ref.testId,
3983
3983
  testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
3984
3984
  size = _ref.size,
3985
3985
  color = _ref.color,
3986
3986
  style = _ref.style,
3987
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3987
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3988
3988
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3989
3989
  var styleProps = {
3990
3990
  size: !size && isInsideButton ? 'medium' : size,
@@ -4007,14 +4007,14 @@ var IconIslandTropical = React.forwardRef(function (_ref, ref) {
4007
4007
  });
4008
4008
  IconIslandTropical.displayName = 'IconIslandTropical';
4009
4009
 
4010
- var _excluded$1v = ["testId", "size", "color", "style"];
4010
+ var _excluded$1w = ["testId", "size", "color", "style"];
4011
4011
  var IconItalic = React.forwardRef(function (_ref, ref) {
4012
4012
  var _ref$testId = _ref.testId,
4013
4013
  testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
4014
4014
  size = _ref.size,
4015
4015
  color = _ref.color,
4016
4016
  style = _ref.style,
4017
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4017
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
4018
4018
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4019
4019
  var styleProps = {
4020
4020
  size: !size && isInsideButton ? 'medium' : size,
@@ -4035,14 +4035,14 @@ var IconItalic = React.forwardRef(function (_ref, ref) {
4035
4035
  });
4036
4036
  IconItalic.displayName = 'IconItalic';
4037
4037
 
4038
- var _excluded$1u = ["testId", "size", "color", "style"];
4038
+ var _excluded$1v = ["testId", "size", "color", "style"];
4039
4039
  var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
4040
4040
  var _ref$testId = _ref.testId,
4041
4041
  testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
4042
4042
  size = _ref.size,
4043
4043
  color = _ref.color,
4044
4044
  style = _ref.style,
4045
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4045
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
4046
4046
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4047
4047
  var styleProps = {
4048
4048
  size: !size && isInsideButton ? 'medium' : size,
@@ -4072,14 +4072,14 @@ var IconLaptopSearch = React.forwardRef(function (_ref, ref) {
4072
4072
  });
4073
4073
  IconLaptopSearch.displayName = 'IconLaptopSearch';
4074
4074
 
4075
- var _excluded$1t = ["testId", "size", "color", "style"];
4075
+ var _excluded$1u = ["testId", "size", "color", "style"];
4076
4076
  var IconLink = React.forwardRef(function (_ref, ref) {
4077
4077
  var _ref$testId = _ref.testId,
4078
4078
  testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
4079
4079
  size = _ref.size,
4080
4080
  color = _ref.color,
4081
4081
  style = _ref.style,
4082
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4082
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
4083
4083
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4084
4084
  var styleProps = {
4085
4085
  size: !size && isInsideButton ? 'medium' : size,
@@ -4107,14 +4107,14 @@ var IconLink = React.forwardRef(function (_ref, ref) {
4107
4107
  });
4108
4108
  IconLink.displayName = 'IconLink';
4109
4109
 
4110
- var _excluded$1s = ["testId", "size", "color", "style"];
4110
+ var _excluded$1t = ["testId", "size", "color", "style"];
4111
4111
  var IconListOI = React.forwardRef(function (_ref, ref) {
4112
4112
  var _ref$testId = _ref.testId,
4113
4113
  testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
4114
4114
  size = _ref.size,
4115
4115
  color = _ref.color,
4116
4116
  style = _ref.style,
4117
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4117
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
4118
4118
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4119
4119
  var styleProps = {
4120
4120
  size: !size && isInsideButton ? 'medium' : size,
@@ -4142,14 +4142,14 @@ var IconListOI = React.forwardRef(function (_ref, ref) {
4142
4142
  });
4143
4143
  IconListOI.displayName = 'IconListOI';
4144
4144
 
4145
- var _excluded$1r = ["testId", "size", "color", "style"];
4145
+ var _excluded$1s = ["testId", "size", "color", "style"];
4146
4146
  var IconList = React.forwardRef(function (_ref, ref) {
4147
4147
  var _ref$testId = _ref.testId,
4148
4148
  testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
4149
4149
  size = _ref.size,
4150
4150
  color = _ref.color,
4151
4151
  style = _ref.style,
4152
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4152
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
4153
4153
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4154
4154
  var styleProps = {
4155
4155
  size: !size && isInsideButton ? 'medium' : size,
@@ -4170,14 +4170,14 @@ var IconList = React.forwardRef(function (_ref, ref) {
4170
4170
  });
4171
4171
  IconList.displayName = 'IconList';
4172
4172
 
4173
- var _excluded$1q = ["testId", "size", "color", "style"];
4173
+ var _excluded$1r = ["testId", "size", "color", "style"];
4174
4174
  var IconLock = React.forwardRef(function (_ref, ref) {
4175
4175
  var _ref$testId = _ref.testId,
4176
4176
  testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
4177
4177
  size = _ref.size,
4178
4178
  color = _ref.color,
4179
4179
  style = _ref.style,
4180
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4180
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
4181
4181
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4182
4182
  var styleProps = {
4183
4183
  size: !size && isInsideButton ? 'medium' : size,
@@ -4198,14 +4198,14 @@ var IconLock = React.forwardRef(function (_ref, ref) {
4198
4198
  });
4199
4199
  IconLock.displayName = 'IconLock';
4200
4200
 
4201
- var _excluded$1p = ["testId", "size", "color", "style"];
4201
+ var _excluded$1q = ["testId", "size", "color", "style"];
4202
4202
  var IconMagicSolid = React.forwardRef(function (_ref, ref) {
4203
4203
  var _ref$testId = _ref.testId,
4204
4204
  testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
4205
4205
  size = _ref.size,
4206
4206
  color = _ref.color,
4207
4207
  style = _ref.style,
4208
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4208
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
4209
4209
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4210
4210
  var styleProps = {
4211
4211
  size: !size && isInsideButton ? 'medium' : size,
@@ -4228,14 +4228,14 @@ var IconMagicSolid = React.forwardRef(function (_ref, ref) {
4228
4228
  });
4229
4229
  IconMagicSolid.displayName = 'IconMagicSolid';
4230
4230
 
4231
- var _excluded$1o = ["testId", "size", "color", "style"];
4231
+ var _excluded$1p = ["testId", "size", "color", "style"];
4232
4232
  var IconMapMarker = React.forwardRef(function (_ref, ref) {
4233
4233
  var _ref$testId = _ref.testId,
4234
4234
  testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
4235
4235
  size = _ref.size,
4236
4236
  color = _ref.color,
4237
4237
  style = _ref.style,
4238
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4238
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
4239
4239
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4240
4240
  var styleProps = {
4241
4241
  size: !size && isInsideButton ? 'medium' : size,
@@ -4258,14 +4258,14 @@ var IconMapMarker = React.forwardRef(function (_ref, ref) {
4258
4258
  });
4259
4259
  IconMapMarker.displayName = 'IconMapMarker';
4260
4260
 
4261
- var _excluded$1n = ["testId", "size", "color", "style"];
4261
+ var _excluded$1o = ["testId", "size", "color", "style"];
4262
4262
  var IconMedal = React.forwardRef(function (_ref, ref) {
4263
4263
  var _ref$testId = _ref.testId,
4264
4264
  testId = _ref$testId === void 0 ? 'icon-medal' : _ref$testId,
4265
4265
  size = _ref.size,
4266
4266
  color = _ref.color,
4267
4267
  style = _ref.style,
4268
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4268
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
4269
4269
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4270
4270
  var styleProps = {
4271
4271
  size: !size && isInsideButton ? 'medium' : size,
@@ -4293,14 +4293,14 @@ var IconMedal = React.forwardRef(function (_ref, ref) {
4293
4293
  });
4294
4294
  IconMedal.displayName = 'IconMedal';
4295
4295
 
4296
- var _excluded$1m = ["testId", "size", "color", "style"];
4296
+ var _excluded$1n = ["testId", "size", "color", "style"];
4297
4297
  var IconMegaphone = React.forwardRef(function (_ref, ref) {
4298
4298
  var _ref$testId = _ref.testId,
4299
4299
  testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
4300
4300
  size = _ref.size,
4301
4301
  color = _ref.color,
4302
4302
  style = _ref.style,
4303
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
4304
4304
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4305
4305
  var styleProps = {
4306
4306
  size: !size && isInsideButton ? 'medium' : size,
@@ -4323,14 +4323,14 @@ var IconMegaphone = React.forwardRef(function (_ref, ref) {
4323
4323
  });
4324
4324
  IconMegaphone.displayName = 'IconMegaphone';
4325
4325
 
4326
- var _excluded$1l = ["testId", "size", "color", "style"];
4326
+ var _excluded$1m = ["testId", "size", "color", "style"];
4327
4327
  var IconMessages = React.forwardRef(function (_ref, ref) {
4328
4328
  var _ref$testId = _ref.testId,
4329
4329
  testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
4330
4330
  size = _ref.size,
4331
4331
  color = _ref.color,
4332
4332
  style = _ref.style,
4333
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4333
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
4334
4334
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4335
4335
  var styleProps = {
4336
4336
  size: !size && isInsideButton ? 'medium' : size,
@@ -4351,14 +4351,14 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
4351
4351
  });
4352
4352
  IconMessages.displayName = 'IconMessages';
4353
4353
 
4354
- var _excluded$1k = ["testId", "size", "color", "style"];
4354
+ var _excluded$1l = ["testId", "size", "color", "style"];
4355
4355
  var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4356
4356
  var _ref$testId = _ref.testId,
4357
4357
  testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
4358
4358
  size = _ref.size,
4359
4359
  color = _ref.color,
4360
4360
  style = _ref.style,
4361
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4361
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
4362
4362
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4363
4363
  var styleProps = {
4364
4364
  size: !size && isInsideButton ? 'medium' : size,
@@ -4379,14 +4379,14 @@ var IconMinusCircle = React.forwardRef(function (_ref, ref) {
4379
4379
  });
4380
4380
  IconMinusCircle.displayName = 'IconMinusCircle';
4381
4381
 
4382
- var _excluded$1j = ["testId", "size", "color", "style"];
4382
+ var _excluded$1k = ["testId", "size", "color", "style"];
4383
4383
  var IconMinus = React.forwardRef(function (_ref, ref) {
4384
4384
  var _ref$testId = _ref.testId,
4385
4385
  testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
4386
4386
  size = _ref.size,
4387
4387
  color = _ref.color,
4388
4388
  style = _ref.style,
4389
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4389
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
4390
4390
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4391
4391
  var styleProps = {
4392
4392
  size: !size && isInsideButton ? 'medium' : size,
@@ -4407,14 +4407,14 @@ var IconMinus = React.forwardRef(function (_ref, ref) {
4407
4407
  });
4408
4408
  IconMinus.displayName = 'IconMinus';
4409
4409
 
4410
- var _excluded$1i = ["testId", "size", "color", "style"];
4410
+ var _excluded$1j = ["testId", "size", "color", "style"];
4411
4411
  var IconMoneyBill = React.forwardRef(function (_ref, ref) {
4412
4412
  var _ref$testId = _ref.testId,
4413
4413
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
4414
4414
  size = _ref.size,
4415
4415
  color = _ref.color,
4416
4416
  style = _ref.style,
4417
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4417
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
4418
4418
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4419
4419
  var styleProps = {
4420
4420
  size: !size && isInsideButton ? 'medium' : size,
@@ -4435,14 +4435,14 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
4435
4435
  });
4436
4436
  IconMoneyBill.displayName = 'IconMoneyBill';
4437
4437
 
4438
- var _excluded$1h = ["testId", "size", "color", "style"];
4438
+ var _excluded$1i = ["testId", "size", "color", "style"];
4439
4439
  var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
4440
4440
  var _ref$testId = _ref.testId,
4441
4441
  testId = _ref$testId === void 0 ? 'icon-mug-saucer-solid' : _ref$testId,
4442
4442
  size = _ref.size,
4443
4443
  color = _ref.color,
4444
4444
  style = _ref.style,
4445
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4445
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
4446
4446
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4447
4447
  var styleProps = {
4448
4448
  size: !size && isInsideButton ? 'medium' : size,
@@ -4463,14 +4463,14 @@ var IconMugSaucerSolid = React.forwardRef(function (_ref, ref) {
4463
4463
  });
4464
4464
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
4465
4465
 
4466
- var _excluded$1g = ["testId", "size", "color", "style"];
4466
+ var _excluded$1h = ["testId", "size", "color", "style"];
4467
4467
  var IconNotesMedical = React.forwardRef(function (_ref, ref) {
4468
4468
  var _ref$testId = _ref.testId,
4469
4469
  testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
4470
4470
  size = _ref.size,
4471
4471
  color = _ref.color,
4472
4472
  style = _ref.style,
4473
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4473
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
4474
4474
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4475
4475
  var styleProps = {
4476
4476
  size: !size && isInsideButton ? 'medium' : size,
@@ -4491,14 +4491,14 @@ var IconNotesMedical = React.forwardRef(function (_ref, ref) {
4491
4491
  });
4492
4492
  IconNotesMedical.displayName = 'IconNotesMedical';
4493
4493
 
4494
- var _excluded$1f = ["testId", "size", "color", "style"];
4494
+ var _excluded$1g = ["testId", "size", "color", "style"];
4495
4495
  var IconOvertime = React.forwardRef(function (_ref, ref) {
4496
4496
  var _ref$testId = _ref.testId,
4497
4497
  testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
4498
4498
  size = _ref.size,
4499
4499
  color = _ref.color,
4500
4500
  style = _ref.style,
4501
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
4502
4502
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4503
4503
  var styleProps = {
4504
4504
  size: !size && isInsideButton ? 'medium' : size,
@@ -4526,14 +4526,14 @@ var IconOvertime = React.forwardRef(function (_ref, ref) {
4526
4526
  });
4527
4527
  IconOvertime.displayName = 'IconOvertime';
4528
4528
 
4529
- var _excluded$1e = ["testId", "size", "color", "style"];
4529
+ var _excluded$1f = ["testId", "size", "color", "style"];
4530
4530
  var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
4531
4531
  var _ref$testId = _ref.testId,
4532
4532
  testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
4533
4533
  size = _ref.size,
4534
4534
  color = _ref.color,
4535
4535
  style = _ref.style,
4536
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4536
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
4537
4537
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4538
4538
  var styleProps = {
4539
4539
  size: !size && isInsideButton ? 'medium' : size,
@@ -4565,14 +4565,14 @@ var IconPaperPlaneClock = React.forwardRef(function (_ref, ref) {
4565
4565
  });
4566
4566
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
4567
4567
 
4568
- var _excluded$1d = ["testId", "size", "color", "style"];
4568
+ var _excluded$1e = ["testId", "size", "color", "style"];
4569
4569
  var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4570
4570
  var _ref$testId = _ref.testId,
4571
4571
  testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
4572
4572
  size = _ref.size,
4573
4573
  color = _ref.color,
4574
4574
  style = _ref.style,
4575
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4575
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
4576
4576
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4577
4577
  var styleProps = {
4578
4578
  size: !size && isInsideButton ? 'medium' : size,
@@ -4595,14 +4595,14 @@ var IconPaperPlane = React.forwardRef(function (_ref, ref) {
4595
4595
  });
4596
4596
  IconPaperPlane.displayName = 'IconPaperPlane';
4597
4597
 
4598
- var _excluded$1c = ["testId", "size", "color", "style"];
4598
+ var _excluded$1d = ["testId", "size", "color", "style"];
4599
4599
  var IconPaperclip = React.forwardRef(function (_ref, ref) {
4600
4600
  var _ref$testId = _ref.testId,
4601
4601
  testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
4602
4602
  size = _ref.size,
4603
4603
  color = _ref.color,
4604
4604
  style = _ref.style,
4605
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4605
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
4606
4606
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4607
4607
  var styleProps = {
4608
4608
  size: !size && isInsideButton ? 'medium' : size,
@@ -4630,14 +4630,14 @@ var IconPaperclip = React.forwardRef(function (_ref, ref) {
4630
4630
  });
4631
4631
  IconPaperclip.displayName = 'IconPaperclip';
4632
4632
 
4633
- var _excluded$1b = ["testId", "size", "color", "style"];
4633
+ var _excluded$1c = ["testId", "size", "color", "style"];
4634
4634
  var IconPencil = React.forwardRef(function (_ref, ref) {
4635
4635
  var _ref$testId = _ref.testId,
4636
4636
  testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
4637
4637
  size = _ref.size,
4638
4638
  color = _ref.color,
4639
4639
  style = _ref.style,
4640
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4640
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
4641
4641
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4642
4642
  var styleProps = {
4643
4643
  size: !size && isInsideButton ? 'medium' : size,
@@ -4660,14 +4660,14 @@ var IconPencil = React.forwardRef(function (_ref, ref) {
4660
4660
  });
4661
4661
  IconPencil.displayName = 'IconPencil';
4662
4662
 
4663
- var _excluded$1a = ["testId", "size", "color", "style"];
4663
+ var _excluded$1b = ["testId", "size", "color", "style"];
4664
4664
  var IconPercentage = React.forwardRef(function (_ref, ref) {
4665
4665
  var _ref$testId = _ref.testId,
4666
4666
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
4667
4667
  size = _ref.size,
4668
4668
  color = _ref.color,
4669
4669
  style = _ref.style,
4670
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4670
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
4671
4671
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4672
4672
  var styleProps = {
4673
4673
  size: !size && isInsideButton ? 'medium' : size,
@@ -4688,14 +4688,14 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
4688
4688
  });
4689
4689
  IconPercentage.displayName = 'IconPercentage';
4690
4690
 
4691
- var _excluded$19 = ["testId", "size", "color", "style"];
4691
+ var _excluded$1a = ["testId", "size", "color", "style"];
4692
4692
  var IconPhone = React.forwardRef(function (_ref, ref) {
4693
4693
  var _ref$testId = _ref.testId,
4694
4694
  testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
4695
4695
  size = _ref.size,
4696
4696
  color = _ref.color,
4697
4697
  style = _ref.style,
4698
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4698
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
4699
4699
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4700
4700
  var styleProps = {
4701
4701
  size: !size && isInsideButton ? 'medium' : size,
@@ -4716,14 +4716,14 @@ var IconPhone = React.forwardRef(function (_ref, ref) {
4716
4716
  });
4717
4717
  IconPhone.displayName = 'IconPhone';
4718
4718
 
4719
- var _excluded$18 = ["testId", "size", "color", "style"];
4719
+ var _excluded$19 = ["testId", "size", "color", "style"];
4720
4720
  var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
4721
4721
  var _ref$testId = _ref.testId,
4722
4722
  testId = _ref$testId === void 0 ? 'icon-plate-utensils' : _ref$testId,
4723
4723
  size = _ref.size,
4724
4724
  color = _ref.color,
4725
4725
  style = _ref.style,
4726
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4726
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
4727
4727
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4728
4728
  var styleProps = {
4729
4729
  size: !size && isInsideButton ? 'medium' : size,
@@ -4744,14 +4744,14 @@ var IconPlateUtensils = React.forwardRef(function (_ref, ref) {
4744
4744
  });
4745
4745
  IconPlateUtensils.displayName = 'IconPlateUtensils';
4746
4746
 
4747
- var _excluded$17 = ["testId", "size", "color", "style"];
4747
+ var _excluded$18 = ["testId", "size", "color", "style"];
4748
4748
  var IconPlug = React.forwardRef(function (_ref, ref) {
4749
4749
  var _ref$testId = _ref.testId,
4750
4750
  testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
4751
4751
  size = _ref.size,
4752
4752
  color = _ref.color,
4753
4753
  style = _ref.style,
4754
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4754
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
4755
4755
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4756
4756
  var styleProps = {
4757
4757
  size: !size && isInsideButton ? 'medium' : size,
@@ -4774,14 +4774,14 @@ var IconPlug = React.forwardRef(function (_ref, ref) {
4774
4774
  });
4775
4775
  IconPlug.displayName = 'IconPlug';
4776
4776
 
4777
- var _excluded$16 = ["testId", "size", "color", "style"];
4777
+ var _excluded$17 = ["testId", "size", "color", "style"];
4778
4778
  var IconPlus = React.forwardRef(function (_ref, ref) {
4779
4779
  var _ref$testId = _ref.testId,
4780
4780
  testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
4781
4781
  size = _ref.size,
4782
4782
  color = _ref.color,
4783
4783
  style = _ref.style,
4784
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4784
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
4785
4785
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4786
4786
  var styleProps = {
4787
4787
  size: !size && isInsideButton ? 'medium' : size,
@@ -4804,14 +4804,14 @@ var IconPlus = React.forwardRef(function (_ref, ref) {
4804
4804
  });
4805
4805
  IconPlus.displayName = 'IconPlus';
4806
4806
 
4807
- var _excluded$15 = ["testId", "size", "color", "style"];
4807
+ var _excluded$16 = ["testId", "size", "color", "style"];
4808
4808
  var IconPrint = React.forwardRef(function (_ref, ref) {
4809
4809
  var _ref$testId = _ref.testId,
4810
4810
  testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
4811
4811
  size = _ref.size,
4812
4812
  color = _ref.color,
4813
4813
  style = _ref.style,
4814
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4814
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
4815
4815
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4816
4816
  var styleProps = {
4817
4817
  size: !size && isInsideButton ? 'medium' : size,
@@ -4834,14 +4834,14 @@ var IconPrint = React.forwardRef(function (_ref, ref) {
4834
4834
  });
4835
4835
  IconPrint.displayName = 'IconPrint';
4836
4836
 
4837
- var _excluded$14 = ["testId", "size", "color", "style"];
4837
+ var _excluded$15 = ["testId", "size", "color", "style"];
4838
4838
  var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
4839
4839
  var _ref$testId = _ref.testId,
4840
4840
  testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
4841
4841
  size = _ref.size,
4842
4842
  color = _ref.color,
4843
4843
  style = _ref.style,
4844
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4844
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
4845
4845
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4846
4846
  var styleProps = {
4847
4847
  size: !size && isInsideButton ? 'medium' : size,
@@ -4862,14 +4862,14 @@ var IconQuestionCircle = React.forwardRef(function (_ref, ref) {
4862
4862
  });
4863
4863
  IconQuestionCircle.displayName = 'IconQuestionCircle';
4864
4864
 
4865
- var _excluded$13 = ["testId", "size", "color", "style"];
4865
+ var _excluded$14 = ["testId", "size", "color", "style"];
4866
4866
  var IconRepeat = React.forwardRef(function (_ref, ref) {
4867
4867
  var _ref$testId = _ref.testId,
4868
4868
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
4869
4869
  size = _ref.size,
4870
4870
  color = _ref.color,
4871
4871
  style = _ref.style,
4872
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4872
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
4873
4873
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4874
4874
  var styleProps = {
4875
4875
  size: !size && isInsideButton ? 'medium' : size,
@@ -4890,14 +4890,14 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
4890
4890
  });
4891
4891
  IconRepeat.displayName = 'IconRepeat';
4892
4892
 
4893
- var _excluded$12 = ["testId", "size", "color", "style"];
4893
+ var _excluded$13 = ["testId", "size", "color", "style"];
4894
4894
  var IconReply = React.forwardRef(function (_ref, ref) {
4895
4895
  var _ref$testId = _ref.testId,
4896
4896
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
4897
4897
  size = _ref.size,
4898
4898
  color = _ref.color,
4899
4899
  style = _ref.style,
4900
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4900
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
4901
4901
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4902
4902
  var styleProps = {
4903
4903
  size: !size && isInsideButton ? 'medium' : size,
@@ -4918,14 +4918,14 @@ var IconReply = React.forwardRef(function (_ref, ref) {
4918
4918
  });
4919
4919
  IconReply.displayName = 'IconReply';
4920
4920
 
4921
- var _excluded$11 = ["testId", "size", "color", "style"];
4921
+ var _excluded$12 = ["testId", "size", "color", "style"];
4922
4922
  var IconRocket = React.forwardRef(function (_ref, ref) {
4923
4923
  var _ref$testId = _ref.testId,
4924
4924
  testId = _ref$testId === void 0 ? 'icon-rocket' : _ref$testId,
4925
4925
  size = _ref.size,
4926
4926
  color = _ref.color,
4927
4927
  style = _ref.style,
4928
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4928
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
4929
4929
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4930
4930
  var styleProps = {
4931
4931
  size: !size && isInsideButton ? 'medium' : size,
@@ -4946,14 +4946,14 @@ var IconRocket = React.forwardRef(function (_ref, ref) {
4946
4946
  });
4947
4947
  IconRocket.displayName = 'IconRocket';
4948
4948
 
4949
- var _excluded$10 = ["testId", "size", "color", "style"];
4949
+ var _excluded$11 = ["testId", "size", "color", "style"];
4950
4950
  var IconSearch = React.forwardRef(function (_ref, ref) {
4951
4951
  var _ref$testId = _ref.testId,
4952
4952
  testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
4953
4953
  size = _ref.size,
4954
4954
  color = _ref.color,
4955
4955
  style = _ref.style,
4956
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4956
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
4957
4957
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4958
4958
  var styleProps = {
4959
4959
  size: !size && isInsideButton ? 'medium' : size,
@@ -4976,14 +4976,14 @@ var IconSearch = React.forwardRef(function (_ref, ref) {
4976
4976
  });
4977
4977
  IconSearch.displayName = 'IconSearch';
4978
4978
 
4979
- var _excluded$$ = ["testId", "size", "color", "style"];
4979
+ var _excluded$10 = ["testId", "size", "color", "style"];
4980
4980
  var IconSignOut = React.forwardRef(function (_ref, ref) {
4981
4981
  var _ref$testId = _ref.testId,
4982
4982
  testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
4983
4983
  size = _ref.size,
4984
4984
  color = _ref.color,
4985
4985
  style = _ref.style,
4986
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
4986
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
4987
4987
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4988
4988
  var styleProps = {
4989
4989
  size: !size && isInsideButton ? 'medium' : size,
@@ -5004,14 +5004,14 @@ var IconSignOut = React.forwardRef(function (_ref, ref) {
5004
5004
  });
5005
5005
  IconSignOut.displayName = 'IconSignOut';
5006
5006
 
5007
- var _excluded$_ = ["testId", "size", "color", "style"];
5007
+ var _excluded$$ = ["testId", "size", "color", "style"];
5008
5008
  var IconSitemap = React.forwardRef(function (_ref, ref) {
5009
5009
  var _ref$testId = _ref.testId,
5010
5010
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
5011
5011
  size = _ref.size,
5012
5012
  color = _ref.color,
5013
5013
  style = _ref.style,
5014
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5014
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
5015
5015
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5016
5016
  var styleProps = {
5017
5017
  size: !size && isInsideButton ? 'medium' : size,
@@ -5034,14 +5034,14 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
5034
5034
  });
5035
5035
  IconSitemap.displayName = 'IconSitemap';
5036
5036
 
5037
- var _excluded$Z = ["testId", "size", "color", "style"];
5037
+ var _excluded$_ = ["testId", "size", "color", "style"];
5038
5038
  var IconSlidersH = React.forwardRef(function (_ref, ref) {
5039
5039
  var _ref$testId = _ref.testId,
5040
5040
  testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
5041
5041
  size = _ref.size,
5042
5042
  color = _ref.color,
5043
5043
  style = _ref.style,
5044
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5044
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
5045
5045
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5046
5046
  var styleProps = {
5047
5047
  size: !size && isInsideButton ? 'medium' : size,
@@ -5069,14 +5069,14 @@ var IconSlidersH = React.forwardRef(function (_ref, ref) {
5069
5069
  });
5070
5070
  IconSlidersH.displayName = 'IconSlidersH';
5071
5071
 
5072
- var _excluded$Y = ["testId", "size", "color", "style"];
5072
+ var _excluded$Z = ["testId", "size", "color", "style"];
5073
5073
  var IconSort = React.forwardRef(function (_ref, ref) {
5074
5074
  var _ref$testId = _ref.testId,
5075
5075
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
5076
5076
  size = _ref.size,
5077
5077
  color = _ref.color,
5078
5078
  style = _ref.style,
5079
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5079
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
5080
5080
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5081
5081
  var styleProps = {
5082
5082
  size: !size && isInsideButton ? 'medium' : size,
@@ -5097,6 +5097,34 @@ var IconSort = React.forwardRef(function (_ref, ref) {
5097
5097
  });
5098
5098
  IconSort.displayName = 'IconSort';
5099
5099
 
5100
+ var _excluded$Y = ["testId", "size", "color", "style"];
5101
+ var IconSparkle = React.forwardRef(function (_ref, ref) {
5102
+ var _ref$testId = _ref.testId,
5103
+ testId = _ref$testId === void 0 ? 'icon-sparkle' : _ref$testId,
5104
+ size = _ref.size,
5105
+ color = _ref.color,
5106
+ style = _ref.style,
5107
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
5108
+ var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5109
+ var styleProps = {
5110
+ size: !size && isInsideButton ? 'medium' : size,
5111
+ color: color,
5112
+ style: style
5113
+ };
5114
+ return React__default["default"].createElement("svg", _extends({
5115
+ xmlns: "http://www.w3.org/2000/svg",
5116
+ fill: "none",
5117
+ viewBox: "0 0 20 20",
5118
+ style: getIconStyles(styleProps),
5119
+ "data-testid": testId,
5120
+ ref: ref
5121
+ }, props), React__default["default"].createElement("path", {
5122
+ fill: "currentColor",
5123
+ d: "M16.875 1c.344 0 .625.29.625.643V3.57h1.875c.344 0 .625.29.625.643a.636.636 0 0 1-.625.643H17.5v1.929a.636.636 0 0 1-.625.643.636.636 0 0 1-.625-.643V4.857h-1.875a.636.636 0 0 1-.625-.643c0-.353.281-.643.625-.643h1.875V1.643c0-.354.281-.643.625-.643Zm0 11.571c.344 0 .625.29.625.643v1.929h1.875c.344 0 .625.29.625.643a.636.636 0 0 1-.625.643H17.5v1.928a.636.636 0 0 1-.625.643.636.636 0 0 1-.625-.643V16.43h-1.875a.636.636 0 0 1-.625-.643c0-.354.281-.643.625-.643h1.875v-1.929c0-.353.281-.643.625-.643ZM5.344 8.41 2.117 9.944l3.227 1.53c.27.13.484.35.61.627l1.487 3.32L8.93 12.1c.125-.277.34-.498.61-.626l3.226-1.531-3.227-1.531a1.268 1.268 0 0 1-.61-.627L7.442 4.467l-1.488 3.32c-.125.276-.34.497-.61.626v-.004Zm-.524 4.235L.363 10.526A.641.641 0 0 1 0 9.944c0-.25.14-.478.363-.583L4.82 7.244l2.055-4.585a.622.622 0 0 1 .566-.373c.243 0 .465.144.567.373l2.058 4.585 4.457 2.113a.642.642 0 0 1 .364.583c0 .249-.14.478-.364.582l-4.453 2.122-2.058 4.58a.622.622 0 0 1-.567.374.622.622 0 0 1-.566-.374l-2.059-4.58Z"
5124
+ }));
5125
+ });
5126
+ IconSparkle.displayName = 'IconSparkle';
5127
+
5100
5128
  var _excluded$X = ["testId", "size", "color", "style"];
5101
5129
  var IconStarSolid = React.forwardRef(function (_ref, ref) {
5102
5130
  var _ref$testId = _ref.testId,
@@ -8965,12 +8993,13 @@ var InlineBannerIcon = function InlineBannerIcon(_ref) {
8965
8993
  }
8966
8994
  };
8967
8995
 
8968
- var _excluded$g = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
8996
+ var _excluded$g = ["children", "theme", "icon", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
8969
8997
  var InlineBanner = function InlineBanner(_ref) {
8970
8998
  var _classnames, _classnames2, _classnames3;
8971
8999
  var children = _ref.children,
8972
9000
  _ref$theme = _ref.theme,
8973
9001
  theme = _ref$theme === void 0 ? BANNER_THEME.INFO : _ref$theme,
9002
+ icon = _ref.icon,
8974
9003
  title = _ref.title,
8975
9004
  onClose = _ref.onClose,
8976
9005
  caption = _ref.caption,
@@ -8991,7 +9020,7 @@ var InlineBanner = function InlineBanner(_ref) {
8991
9020
  space: 12
8992
9021
  }, React__default["default"].createElement("div", {
8993
9022
  className: classnames__default["default"](styles$M['banner__icon'], (_classnames2 = {}, _classnames2[styles$M['banner__icon--multiline']] = multiLine, _classnames2))
8994
- }, React__default["default"].createElement(InlineBannerIcon, {
9023
+ }, icon != null ? icon : React__default["default"].createElement(InlineBannerIcon, {
8995
9024
  theme: theme
8996
9025
  })), React__default["default"].createElement(Layout, {
8997
9026
  justifyContent: multiLine ? undefined : 'space-between',
@@ -12995,13 +13024,14 @@ var TimeRangeField = function TimeRangeField(_ref) {
12995
13024
  })));
12996
13025
  };
12997
13026
 
12998
- var styles$9 = {"currency-field__mask-display":"_ddacu"};
13027
+ var styles$9 = {"currency-field__mask-display":"_ddacu","currency-field__mask-display--disabled":"_o1-zA"};
12999
13028
 
13000
13029
  var CURRENCY_DISPLAY_DEFAULT_MARGIN = 8;
13001
13030
  var CURRENCY_DISPLAY_MARGIN_BUFFER = 1;
13002
13031
 
13003
13032
  var _excluded$4 = ["currencySymbol", "step", "suffix"];
13004
13033
  var CurrencyFieldElement = function CurrencyFieldElement(_ref, forwardedRef) {
13034
+ var _classnames;
13005
13035
  var _ref$currencySymbol = _ref.currencySymbol,
13006
13036
  currencySymbol = _ref$currencySymbol === void 0 ? '$' : _ref$currencySymbol,
13007
13037
  _ref$step = _ref.step,
@@ -13065,7 +13095,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, forwardedRef) {
13065
13095
  inputProps.onFocus(e);
13066
13096
  }
13067
13097
  }))), showMask && !!inputProps.value && React__default["default"].createElement("div", {
13068
- className: styles$9['currency-field__mask-display'],
13098
+ className: classnames__default["default"](styles$9['currency-field__mask-display'], (_classnames = {}, _classnames[styles$9['currency-field__mask-display--disabled']] = inputProps.disabled, _classnames)),
13069
13099
  style: {
13070
13100
  marginLeft: displayPadding
13071
13101
  }
@@ -14466,7 +14496,7 @@ var updateIconSize = function updateIconSize(child) {
14466
14496
  }));
14467
14497
  };
14468
14498
 
14469
- var styles$3 = {"pill":"_vOTWZ","pill--default":"_j2h8A","pill--success":"_lFih-","pill--danger":"_sLhtK","pill--warning":"_DKrCl","pill--info":"_8TTGV","pill--upsell":"_0-TG8"};
14499
+ var styles$3 = {"pill":"_vOTWZ","pill--default":"_j2h8A","pill--success":"_lFih-","pill--danger":"_sLhtK","pill--warning":"_DKrCl","pill--info":"_8TTGV","pill--upsell":"_0-TG8","pill--alphabetical":"_4M-yZ"};
14470
14500
 
14471
14501
  var PILL_THEME = {
14472
14502
  INFO: 'info',
@@ -14485,10 +14515,11 @@ var PillElement = function PillElement(_ref, forwardedRef) {
14485
14515
  theme = _ref$theme === void 0 ? PILL_THEME.DEFAULT : _ref$theme,
14486
14516
  testId = _ref.testId,
14487
14517
  rest = _objectWithoutPropertiesLoose(_ref, _excluded);
14518
+ var isAlphabetical = typeof children === 'object' || typeof children === 'string' && isNaN(Number(children));
14488
14519
  return React__default["default"].createElement("div", _extends({
14489
14520
  "data-testid": testId,
14490
14521
  ref: forwardedRef,
14491
- className: classnames__default["default"](styles$3['pill'], (_classnames = {}, _classnames[styles$3['pill--default']] = theme === PILL_THEME.DEFAULT, _classnames[styles$3['pill--warning']] = theme === PILL_THEME.WARNING, _classnames[styles$3['pill--success']] = theme === PILL_THEME.SUCCESS, _classnames[styles$3['pill--danger']] = theme === PILL_THEME.DANGER, _classnames[styles$3['pill--info']] = theme === PILL_THEME.INFO, _classnames[styles$3['pill--upsell']] = theme === PILL_THEME.UPSELL, _classnames))
14522
+ className: classnames__default["default"](styles$3['pill'], (_classnames = {}, _classnames[styles$3['pill--default']] = theme === PILL_THEME.DEFAULT, _classnames[styles$3['pill--warning']] = theme === PILL_THEME.WARNING, _classnames[styles$3['pill--success']] = theme === PILL_THEME.SUCCESS, _classnames[styles$3['pill--danger']] = theme === PILL_THEME.DANGER, _classnames[styles$3['pill--info']] = theme === PILL_THEME.INFO, _classnames[styles$3['pill--upsell']] = theme === PILL_THEME.UPSELL, _classnames[styles$3['pill--alphabetical']] = isAlphabetical, _classnames))
14492
14523
  }, rest), children);
14493
14524
  };
14494
14525
  var Pill = React.forwardRef(PillElement);
@@ -14847,6 +14878,7 @@ exports.IconSignOut = IconSignOut;
14847
14878
  exports.IconSitemap = IconSitemap;
14848
14879
  exports.IconSlidersH = IconSlidersH;
14849
14880
  exports.IconSort = IconSort;
14881
+ exports.IconSparkle = IconSparkle;
14850
14882
  exports.IconStar = IconStar;
14851
14883
  exports.IconStarSolid = IconStarSolid;
14852
14884
  exports.IconStickyNoteLines = IconStickyNoteLines;