@7shifts/sous-chef 3.1.1 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -898,10 +898,37 @@ var IconArrowToTop = forwardRef(function (_ref, ref) {
898
898
  IconArrowToTop.displayName = 'IconArrowToTop';
899
899
 
900
900
  var _excluded$9 = ["testId"];
901
+ var IconArrowTurnDownRight = forwardRef(function (_ref, ref) {
902
+ var _ref$testId = _ref.testId,
903
+ testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
904
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
905
+
906
+ return React__default.createElement("svg", Object.assign({
907
+ viewBox: "0 0 20 20",
908
+ fill: "none",
909
+ xmlns: "http://www.w3.org/2000/svg",
910
+ style: getIconStyles(props),
911
+ "data-testid": testId,
912
+ ref: ref
913
+ }, props), React__default.createElement("g", {
914
+ clipPath: "url(#icon-arrow-turn-down-right_svg__a)"
915
+ }, React__default.createElement("path", {
916
+ opacity: 0.9,
917
+ d: "m15.957 14.862 3.905-3.905a.47.47 0 0 0 0-.664l-3.905-3.906a.47.47 0 0 0-.664 0l-.332.332a.47.47 0 0 0 0 .665l2.537 2.538H1.406V5.938a.469.469 0 0 0-.137-.331L.8 5.138a.469.469 0 0 0-.8.331v4.921c0 .518.42.938.937.938h16.561l-2.537 2.538a.47.47 0 0 0 0 .664l.332.332a.47.47 0 0 0 .664 0Z"
918
+ })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
919
+ id: "icon-arrow-turn-down-right_svg__a"
920
+ }, React__default.createElement("path", {
921
+ fill: "#fff",
922
+ d: "M0 0h20v20H0z"
923
+ }))));
924
+ });
925
+ IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
926
+
927
+ var _excluded$a = ["testId"];
901
928
  var IconArrowUp = forwardRef(function (_ref, ref) {
902
929
  var _ref$testId = _ref.testId,
903
930
  testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
904
- props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
931
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
905
932
 
906
933
  return React__default.createElement("svg", Object.assign({
907
934
  viewBox: "0 0 20 20",
@@ -919,11 +946,11 @@ var IconArrowUp = forwardRef(function (_ref, ref) {
919
946
  });
920
947
  IconArrowUp.displayName = 'IconArrowUp';
921
948
 
922
- var _excluded$a = ["testId"];
949
+ var _excluded$b = ["testId"];
923
950
  var IconAward = forwardRef(function (_ref, ref) {
924
951
  var _ref$testId = _ref.testId,
925
952
  testId = _ref$testId === void 0 ? 'icon-award' : _ref$testId,
926
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
953
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
927
954
 
928
955
  return React__default.createElement("svg", Object.assign({
929
956
  viewBox: "0 0 20 20",
@@ -941,11 +968,11 @@ var IconAward = forwardRef(function (_ref, ref) {
941
968
  });
942
969
  IconAward.displayName = 'IconAward';
943
970
 
944
- var _excluded$b = ["testId"];
971
+ var _excluded$c = ["testId"];
945
972
  var IconAwfulMonochromatic = forwardRef(function (_ref, ref) {
946
973
  var _ref$testId = _ref.testId,
947
974
  testId = _ref$testId === void 0 ? 'icon-awful-monochromatic' : _ref$testId,
948
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
975
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
949
976
 
950
977
  return React__default.createElement("svg", Object.assign({
951
978
  viewBox: "0 0 20 20",
@@ -993,11 +1020,11 @@ var IconAwfulMonochromatic = forwardRef(function (_ref, ref) {
993
1020
  });
994
1021
  IconAwfulMonochromatic.displayName = 'IconAwfulMonochromatic';
995
1022
 
996
- var _excluded$c = ["testId"];
1023
+ var _excluded$d = ["testId"];
997
1024
  var IconAwful = forwardRef(function (_ref, ref) {
998
1025
  var _ref$testId = _ref.testId,
999
1026
  testId = _ref$testId === void 0 ? 'icon-awful' : _ref$testId,
1000
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
1027
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
1001
1028
 
1002
1029
  return React__default.createElement("svg", Object.assign({
1003
1030
  viewBox: "0 0 20 20",
@@ -1033,11 +1060,11 @@ var IconAwful = forwardRef(function (_ref, ref) {
1033
1060
  });
1034
1061
  IconAwful.displayName = 'IconAwful';
1035
1062
 
1036
- var _excluded$d = ["testId"];
1063
+ var _excluded$e = ["testId"];
1037
1064
  var IconBadMonochromatic = forwardRef(function (_ref, ref) {
1038
1065
  var _ref$testId = _ref.testId,
1039
1066
  testId = _ref$testId === void 0 ? 'icon-bad-monochromatic' : _ref$testId,
1040
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
1067
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
1041
1068
 
1042
1069
  return React__default.createElement("svg", Object.assign({
1043
1070
  viewBox: "0 0 20 20",
@@ -1071,11 +1098,11 @@ var IconBadMonochromatic = forwardRef(function (_ref, ref) {
1071
1098
  });
1072
1099
  IconBadMonochromatic.displayName = 'IconBadMonochromatic';
1073
1100
 
1074
- var _excluded$e = ["testId"];
1101
+ var _excluded$f = ["testId"];
1075
1102
  var IconBad = forwardRef(function (_ref, ref) {
1076
1103
  var _ref$testId = _ref.testId,
1077
1104
  testId = _ref$testId === void 0 ? 'icon-bad' : _ref$testId,
1078
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
1105
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
1079
1106
 
1080
1107
  return React__default.createElement("svg", Object.assign({
1081
1108
  viewBox: "0 0 20 20",
@@ -1097,11 +1124,11 @@ var IconBad = forwardRef(function (_ref, ref) {
1097
1124
  });
1098
1125
  IconBad.displayName = 'IconBad';
1099
1126
 
1100
- var _excluded$f = ["testId"];
1127
+ var _excluded$g = ["testId"];
1101
1128
  var IconBalanceScaleLeft = forwardRef(function (_ref, ref) {
1102
1129
  var _ref$testId = _ref.testId,
1103
1130
  testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
1104
- props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
1131
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
1105
1132
 
1106
1133
  return React__default.createElement("svg", Object.assign({
1107
1134
  viewBox: "0 0 20 20",
@@ -1124,11 +1151,11 @@ var IconBalanceScaleLeft = forwardRef(function (_ref, ref) {
1124
1151
  });
1125
1152
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
1126
1153
 
1127
- var _excluded$g = ["testId"];
1154
+ var _excluded$h = ["testId"];
1128
1155
  var IconBalanceScale = forwardRef(function (_ref, ref) {
1129
1156
  var _ref$testId = _ref.testId,
1130
1157
  testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
1131
- props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
1158
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
1132
1159
 
1133
1160
  return React__default.createElement("svg", Object.assign({
1134
1161
  viewBox: "0 0 20 20",
@@ -1151,11 +1178,11 @@ var IconBalanceScale = forwardRef(function (_ref, ref) {
1151
1178
  });
1152
1179
  IconBalanceScale.displayName = 'IconBalanceScale';
1153
1180
 
1154
- var _excluded$h = ["testId"];
1181
+ var _excluded$i = ["testId"];
1155
1182
  var IconBan = forwardRef(function (_ref, ref) {
1156
1183
  var _ref$testId = _ref.testId,
1157
1184
  testId = _ref$testId === void 0 ? 'icon-ban' : _ref$testId,
1158
- props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
1185
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
1159
1186
 
1160
1187
  return React__default.createElement("svg", Object.assign({
1161
1188
  viewBox: "0 0 20 20",
@@ -1171,11 +1198,11 @@ var IconBan = forwardRef(function (_ref, ref) {
1171
1198
  });
1172
1199
  IconBan.displayName = 'IconBan';
1173
1200
 
1174
- var _excluded$i = ["testId"];
1201
+ var _excluded$j = ["testId"];
1175
1202
  var IconBarsH = forwardRef(function (_ref, ref) {
1176
1203
  var _ref$testId = _ref.testId,
1177
1204
  testId = _ref$testId === void 0 ? 'icon-bars-h' : _ref$testId,
1178
- props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
1205
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
1179
1206
 
1180
1207
  return React__default.createElement("svg", Object.assign({
1181
1208
  viewBox: "0 0 20 20",
@@ -1193,11 +1220,11 @@ var IconBarsH = forwardRef(function (_ref, ref) {
1193
1220
  });
1194
1221
  IconBarsH.displayName = 'IconBarsH';
1195
1222
 
1196
- var _excluded$j = ["testId"];
1223
+ var _excluded$k = ["testId"];
1197
1224
  var IconBarsV = forwardRef(function (_ref, ref) {
1198
1225
  var _ref$testId = _ref.testId,
1199
1226
  testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
1200
- props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
1227
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
1201
1228
 
1202
1229
  return React__default.createElement("svg", Object.assign({
1203
1230
  viewBox: "0 0 20 20",
@@ -1213,11 +1240,11 @@ var IconBarsV = forwardRef(function (_ref, ref) {
1213
1240
  });
1214
1241
  IconBarsV.displayName = 'IconBarsV';
1215
1242
 
1216
- var _excluded$k = ["testId"];
1243
+ var _excluded$l = ["testId"];
1217
1244
  var IconBell = forwardRef(function (_ref, ref) {
1218
1245
  var _ref$testId = _ref.testId,
1219
1246
  testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
1220
- props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
1247
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
1221
1248
 
1222
1249
  return React__default.createElement("svg", Object.assign({
1223
1250
  viewBox: "0 0 20 20",
@@ -1235,11 +1262,11 @@ var IconBell = forwardRef(function (_ref, ref) {
1235
1262
  });
1236
1263
  IconBell.displayName = 'IconBell';
1237
1264
 
1238
- var _excluded$l = ["testId"];
1265
+ var _excluded$m = ["testId"];
1239
1266
  var IconBirthdayCake = forwardRef(function (_ref, ref) {
1240
1267
  var _ref$testId = _ref.testId,
1241
1268
  testId = _ref$testId === void 0 ? 'icon-birthday-cake' : _ref$testId,
1242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
1269
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
1243
1270
 
1244
1271
  return React__default.createElement("svg", Object.assign({
1245
1272
  viewBox: "0 0 20 20",
@@ -1255,11 +1282,11 @@ var IconBirthdayCake = forwardRef(function (_ref, ref) {
1255
1282
  });
1256
1283
  IconBirthdayCake.displayName = 'IconBirthdayCake';
1257
1284
 
1258
- var _excluded$m = ["testId"];
1285
+ var _excluded$n = ["testId"];
1259
1286
  var IconBold = forwardRef(function (_ref, ref) {
1260
1287
  var _ref$testId = _ref.testId,
1261
1288
  testId = _ref$testId === void 0 ? 'icon-bold' : _ref$testId,
1262
- props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
1289
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
1263
1290
 
1264
1291
  return React__default.createElement("svg", Object.assign({
1265
1292
  viewBox: "0 0 20 20",
@@ -1275,11 +1302,11 @@ var IconBold = forwardRef(function (_ref, ref) {
1275
1302
  });
1276
1303
  IconBold.displayName = 'IconBold';
1277
1304
 
1278
- var _excluded$n = ["testId"];
1305
+ var _excluded$o = ["testId"];
1279
1306
  var IconBolt = forwardRef(function (_ref, ref) {
1280
1307
  var _ref$testId = _ref.testId,
1281
1308
  testId = _ref$testId === void 0 ? 'icon-bolt' : _ref$testId,
1282
- props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
1309
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
1283
1310
 
1284
1311
  return React__default.createElement("svg", Object.assign({
1285
1312
  viewBox: "0 0 20 20",
@@ -1302,11 +1329,11 @@ var IconBolt = forwardRef(function (_ref, ref) {
1302
1329
  });
1303
1330
  IconBolt.displayName = 'IconBolt';
1304
1331
 
1305
- var _excluded$o = ["testId"];
1332
+ var _excluded$p = ["testId"];
1306
1333
  var IconBook = forwardRef(function (_ref, ref) {
1307
1334
  var _ref$testId = _ref.testId,
1308
1335
  testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
1309
- props = _objectWithoutPropertiesLoose(_ref, _excluded$o);
1336
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
1310
1337
 
1311
1338
  return React__default.createElement("svg", Object.assign({
1312
1339
  viewBox: "0 0 20 20",
@@ -1324,11 +1351,11 @@ var IconBook = forwardRef(function (_ref, ref) {
1324
1351
  });
1325
1352
  IconBook.displayName = 'IconBook';
1326
1353
 
1327
- var _excluded$p = ["testId"];
1354
+ var _excluded$q = ["testId"];
1328
1355
  var IconBriefcase = forwardRef(function (_ref, ref) {
1329
1356
  var _ref$testId = _ref.testId,
1330
1357
  testId = _ref$testId === void 0 ? 'icon-briefcase' : _ref$testId,
1331
- props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
1358
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
1332
1359
 
1333
1360
  return React__default.createElement("svg", Object.assign({
1334
1361
  viewBox: "0 0 20 20",
@@ -1344,11 +1371,11 @@ var IconBriefcase = forwardRef(function (_ref, ref) {
1344
1371
  });
1345
1372
  IconBriefcase.displayName = 'IconBriefcase';
1346
1373
 
1347
- var _excluded$q = ["testId"];
1374
+ var _excluded$r = ["testId"];
1348
1375
  var IconBullseyeArrow = forwardRef(function (_ref, ref) {
1349
1376
  var _ref$testId = _ref.testId,
1350
1377
  testId = _ref$testId === void 0 ? 'icon-bullseye-arrow' : _ref$testId,
1351
- props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
1378
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1352
1379
 
1353
1380
  return React__default.createElement("svg", Object.assign({
1354
1381
  viewBox: "0 0 20 20",
@@ -1366,11 +1393,11 @@ var IconBullseyeArrow = forwardRef(function (_ref, ref) {
1366
1393
  });
1367
1394
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
1368
1395
 
1369
- var _excluded$r = ["testId"];
1396
+ var _excluded$s = ["testId"];
1370
1397
  var IconCalculator = forwardRef(function (_ref, ref) {
1371
1398
  var _ref$testId = _ref.testId,
1372
1399
  testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
1373
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1400
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1374
1401
 
1375
1402
  return React__default.createElement("svg", Object.assign({
1376
1403
  viewBox: "0 0 20 20",
@@ -1388,11 +1415,11 @@ var IconCalculator = forwardRef(function (_ref, ref) {
1388
1415
  });
1389
1416
  IconCalculator.displayName = 'IconCalculator';
1390
1417
 
1391
- var _excluded$s = ["testId"];
1418
+ var _excluded$t = ["testId"];
1392
1419
  var IconCalendarAlt = forwardRef(function (_ref, ref) {
1393
1420
  var _ref$testId = _ref.testId,
1394
1421
  testId = _ref$testId === void 0 ? 'icon-calendar-alt' : _ref$testId,
1395
- props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1422
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1396
1423
 
1397
1424
  return React__default.createElement("svg", Object.assign({
1398
1425
  viewBox: "0 0 20 20",
@@ -1410,11 +1437,11 @@ var IconCalendarAlt = forwardRef(function (_ref, ref) {
1410
1437
  });
1411
1438
  IconCalendarAlt.displayName = 'IconCalendarAlt';
1412
1439
 
1413
- var _excluded$t = ["testId"];
1440
+ var _excluded$u = ["testId"];
1414
1441
  var IconCalendarCheck = forwardRef(function (_ref, ref) {
1415
1442
  var _ref$testId = _ref.testId,
1416
1443
  testId = _ref$testId === void 0 ? 'icon-calendar-check' : _ref$testId,
1417
- props = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1444
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1418
1445
 
1419
1446
  return React__default.createElement("svg", Object.assign({
1420
1447
  viewBox: "0 0 20 20",
@@ -1432,11 +1459,11 @@ var IconCalendarCheck = forwardRef(function (_ref, ref) {
1432
1459
  });
1433
1460
  IconCalendarCheck.displayName = 'IconCalendarCheck';
1434
1461
 
1435
- var _excluded$u = ["testId"];
1462
+ var _excluded$v = ["testId"];
1436
1463
  var IconCalendarDay = forwardRef(function (_ref, ref) {
1437
1464
  var _ref$testId = _ref.testId,
1438
1465
  testId = _ref$testId === void 0 ? 'icon-calendar-day' : _ref$testId,
1439
- props = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1466
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1440
1467
 
1441
1468
  return React__default.createElement("svg", Object.assign({
1442
1469
  viewBox: "0 0 20 20",
@@ -1460,11 +1487,11 @@ var IconCalendarDay = forwardRef(function (_ref, ref) {
1460
1487
  });
1461
1488
  IconCalendarDay.displayName = 'IconCalendarDay';
1462
1489
 
1463
- var _excluded$v = ["testId"];
1490
+ var _excluded$w = ["testId"];
1464
1491
  var IconCalendarExclamation = forwardRef(function (_ref, ref) {
1465
1492
  var _ref$testId = _ref.testId,
1466
1493
  testId = _ref$testId === void 0 ? 'icon-calendar-exclamation' : _ref$testId,
1467
- props = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1494
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1468
1495
 
1469
1496
  return React__default.createElement("svg", Object.assign({
1470
1497
  viewBox: "0 0 20 20",
@@ -1480,11 +1507,11 @@ var IconCalendarExclamation = forwardRef(function (_ref, ref) {
1480
1507
  });
1481
1508
  IconCalendarExclamation.displayName = 'IconCalendarExclamation';
1482
1509
 
1483
- var _excluded$w = ["testId"];
1510
+ var _excluded$x = ["testId"];
1484
1511
  var IconCalendarStar = forwardRef(function (_ref, ref) {
1485
1512
  var _ref$testId = _ref.testId,
1486
1513
  testId = _ref$testId === void 0 ? 'icon-calendar-star' : _ref$testId,
1487
- props = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1514
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1488
1515
 
1489
1516
  return React__default.createElement("svg", Object.assign({
1490
1517
  viewBox: "0 0 20 20",
@@ -1500,11 +1527,11 @@ var IconCalendarStar = forwardRef(function (_ref, ref) {
1500
1527
  });
1501
1528
  IconCalendarStar.displayName = 'IconCalendarStar';
1502
1529
 
1503
- var _excluded$x = ["testId"];
1530
+ var _excluded$y = ["testId"];
1504
1531
  var IconCalendarTomorrow = forwardRef(function (_ref, ref) {
1505
1532
  var _ref$testId = _ref.testId,
1506
1533
  testId = _ref$testId === void 0 ? 'icon-calendar-tomorrow' : _ref$testId,
1507
- props = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1534
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1508
1535
 
1509
1536
  return React__default.createElement("svg", Object.assign({
1510
1537
  viewBox: "0 0 20 20",
@@ -1530,11 +1557,11 @@ var IconCalendarTomorrow = forwardRef(function (_ref, ref) {
1530
1557
  });
1531
1558
  IconCalendarTomorrow.displayName = 'IconCalendarTomorrow';
1532
1559
 
1533
- var _excluded$y = ["testId"];
1560
+ var _excluded$z = ["testId"];
1534
1561
  var IconCalendar = forwardRef(function (_ref, ref) {
1535
1562
  var _ref$testId = _ref.testId,
1536
1563
  testId = _ref$testId === void 0 ? 'icon-calendar' : _ref$testId,
1537
- props = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1564
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1538
1565
 
1539
1566
  return React__default.createElement("svg", Object.assign({
1540
1567
  viewBox: "0 0 20 20",
@@ -1552,11 +1579,11 @@ var IconCalendar = forwardRef(function (_ref, ref) {
1552
1579
  });
1553
1580
  IconCalendar.displayName = 'IconCalendar';
1554
1581
 
1555
- var _excluded$z = ["testId"];
1582
+ var _excluded$A = ["testId"];
1556
1583
  var IconCameraSlash = forwardRef(function (_ref, ref) {
1557
1584
  var _ref$testId = _ref.testId,
1558
1585
  testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
1559
- props = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1586
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1560
1587
 
1561
1588
  return React__default.createElement("svg", Object.assign({
1562
1589
  viewBox: "0 0 20 20",
@@ -1575,11 +1602,11 @@ var IconCameraSlash = forwardRef(function (_ref, ref) {
1575
1602
  });
1576
1603
  IconCameraSlash.displayName = 'IconCameraSlash';
1577
1604
 
1578
- var _excluded$A = ["testId"];
1605
+ var _excluded$B = ["testId"];
1579
1606
  var IconCamera = forwardRef(function (_ref, ref) {
1580
1607
  var _ref$testId = _ref.testId,
1581
1608
  testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
1582
- props = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1609
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1583
1610
 
1584
1611
  return React__default.createElement("svg", Object.assign({
1585
1612
  viewBox: "0 0 20 20",
@@ -1595,11 +1622,11 @@ var IconCamera = forwardRef(function (_ref, ref) {
1595
1622
  });
1596
1623
  IconCamera.displayName = 'IconCamera';
1597
1624
 
1598
- var _excluded$B = ["testId"];
1625
+ var _excluded$C = ["testId"];
1599
1626
  var IconCashRegister = forwardRef(function (_ref, ref) {
1600
1627
  var _ref$testId = _ref.testId,
1601
1628
  testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
1602
- props = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1629
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1603
1630
 
1604
1631
  return React__default.createElement("svg", Object.assign({
1605
1632
  viewBox: "0 0 20 20",
@@ -1615,11 +1642,11 @@ var IconCashRegister = forwardRef(function (_ref, ref) {
1615
1642
  });
1616
1643
  IconCashRegister.displayName = 'IconCashRegister';
1617
1644
 
1618
- var _excluded$C = ["testId"];
1645
+ var _excluded$D = ["testId"];
1619
1646
  var IconChartBar = forwardRef(function (_ref, ref) {
1620
1647
  var _ref$testId = _ref.testId,
1621
1648
  testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
1622
- props = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1649
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
1623
1650
 
1624
1651
  return React__default.createElement("svg", Object.assign({
1625
1652
  viewBox: "0 0 20 20",
@@ -1637,11 +1664,11 @@ var IconChartBar = forwardRef(function (_ref, ref) {
1637
1664
  });
1638
1665
  IconChartBar.displayName = 'IconChartBar';
1639
1666
 
1640
- var _excluded$D = ["testId"];
1667
+ var _excluded$E = ["testId"];
1641
1668
  var IconCheck = forwardRef(function (_ref, ref) {
1642
1669
  var _ref$testId = _ref.testId,
1643
1670
  testId = _ref$testId === void 0 ? 'icon-check' : _ref$testId,
1644
- props = _objectWithoutPropertiesLoose(_ref, _excluded$D);
1671
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
1645
1672
 
1646
1673
  return React__default.createElement("svg", Object.assign({
1647
1674
  viewBox: "0 0 20 20",
@@ -1659,11 +1686,11 @@ var IconCheck = forwardRef(function (_ref, ref) {
1659
1686
  });
1660
1687
  IconCheck.displayName = 'IconCheck';
1661
1688
 
1662
- var _excluded$E = ["testId"];
1689
+ var _excluded$F = ["testId"];
1663
1690
  var IconChevronDown = forwardRef(function (_ref, ref) {
1664
1691
  var _ref$testId = _ref.testId,
1665
1692
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
1666
- props = _objectWithoutPropertiesLoose(_ref, _excluded$E);
1693
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1667
1694
 
1668
1695
  return React__default.createElement("svg", Object.assign({
1669
1696
  viewBox: "0 0 20 20",
@@ -1681,11 +1708,11 @@ var IconChevronDown = forwardRef(function (_ref, ref) {
1681
1708
  });
1682
1709
  IconChevronDown.displayName = 'IconChevronDown';
1683
1710
 
1684
- var _excluded$F = ["testId"];
1711
+ var _excluded$G = ["testId"];
1685
1712
  var IconChevronLeft = forwardRef(function (_ref, ref) {
1686
1713
  var _ref$testId = _ref.testId,
1687
1714
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
1688
- props = _objectWithoutPropertiesLoose(_ref, _excluded$F);
1715
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1689
1716
 
1690
1717
  return React__default.createElement("svg", Object.assign({
1691
1718
  viewBox: "0 0 20 20",
@@ -1703,11 +1730,11 @@ var IconChevronLeft = forwardRef(function (_ref, ref) {
1703
1730
  });
1704
1731
  IconChevronLeft.displayName = 'IconChevronLeft';
1705
1732
 
1706
- var _excluded$G = ["testId"];
1733
+ var _excluded$H = ["testId"];
1707
1734
  var IconChevronRight = forwardRef(function (_ref, ref) {
1708
1735
  var _ref$testId = _ref.testId,
1709
1736
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
1710
- props = _objectWithoutPropertiesLoose(_ref, _excluded$G);
1737
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1711
1738
 
1712
1739
  return React__default.createElement("svg", Object.assign({
1713
1740
  viewBox: "0 0 20 20",
@@ -1725,11 +1752,11 @@ var IconChevronRight = forwardRef(function (_ref, ref) {
1725
1752
  });
1726
1753
  IconChevronRight.displayName = 'IconChevronRight';
1727
1754
 
1728
- var _excluded$H = ["testId"];
1755
+ var _excluded$I = ["testId"];
1729
1756
  var IconChevronUp = forwardRef(function (_ref, ref) {
1730
1757
  var _ref$testId = _ref.testId,
1731
1758
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
1732
- props = _objectWithoutPropertiesLoose(_ref, _excluded$H);
1759
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1733
1760
 
1734
1761
  return React__default.createElement("svg", Object.assign({
1735
1762
  viewBox: "0 0 20 20",
@@ -1747,11 +1774,11 @@ var IconChevronUp = forwardRef(function (_ref, ref) {
1747
1774
  });
1748
1775
  IconChevronUp.displayName = 'IconChevronUp';
1749
1776
 
1750
- var _excluded$I = ["testId"];
1777
+ var _excluded$J = ["testId"];
1751
1778
  var IconClipboardList = forwardRef(function (_ref, ref) {
1752
1779
  var _ref$testId = _ref.testId,
1753
1780
  testId = _ref$testId === void 0 ? 'icon-clipboard-list' : _ref$testId,
1754
- props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
1781
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1755
1782
 
1756
1783
  return React__default.createElement("svg", Object.assign({
1757
1784
  viewBox: "0 0 20 20",
@@ -1769,11 +1796,11 @@ var IconClipboardList = forwardRef(function (_ref, ref) {
1769
1796
  });
1770
1797
  IconClipboardList.displayName = 'IconClipboardList';
1771
1798
 
1772
- var _excluded$J = ["testId"];
1799
+ var _excluded$K = ["testId"];
1773
1800
  var IconClock = forwardRef(function (_ref, ref) {
1774
1801
  var _ref$testId = _ref.testId,
1775
1802
  testId = _ref$testId === void 0 ? 'icon-clock' : _ref$testId,
1776
- props = _objectWithoutPropertiesLoose(_ref, _excluded$J);
1803
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1777
1804
 
1778
1805
  return React__default.createElement("svg", Object.assign({
1779
1806
  viewBox: "0 0 20 20",
@@ -1789,11 +1816,11 @@ var IconClock = forwardRef(function (_ref, ref) {
1789
1816
  });
1790
1817
  IconClock.displayName = 'IconClock';
1791
1818
 
1792
- var _excluded$K = ["testId"];
1819
+ var _excluded$L = ["testId"];
1793
1820
  var IconCog = forwardRef(function (_ref, ref) {
1794
1821
  var _ref$testId = _ref.testId,
1795
1822
  testId = _ref$testId === void 0 ? 'icon-cog' : _ref$testId,
1796
- props = _objectWithoutPropertiesLoose(_ref, _excluded$K);
1823
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1797
1824
 
1798
1825
  return React__default.createElement("svg", Object.assign({
1799
1826
  viewBox: "0 0 20 20",
@@ -1809,11 +1836,11 @@ var IconCog = forwardRef(function (_ref, ref) {
1809
1836
  });
1810
1837
  IconCog.displayName = 'IconCog';
1811
1838
 
1812
- var _excluded$L = ["testId"];
1839
+ var _excluded$M = ["testId"];
1813
1840
  var IconCommentLines = forwardRef(function (_ref, ref) {
1814
1841
  var _ref$testId = _ref.testId,
1815
1842
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
1816
- props = _objectWithoutPropertiesLoose(_ref, _excluded$L);
1843
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1817
1844
 
1818
1845
  return React__default.createElement("svg", Object.assign({
1819
1846
  viewBox: "0 0 20 20",
@@ -1834,11 +1861,11 @@ var IconCommentLines = forwardRef(function (_ref, ref) {
1834
1861
  });
1835
1862
  IconCommentLines.displayName = 'IconCommentLines';
1836
1863
 
1837
- var _excluded$M = ["testId"];
1864
+ var _excluded$N = ["testId"];
1838
1865
  var IconComment = forwardRef(function (_ref, ref) {
1839
1866
  var _ref$testId = _ref.testId,
1840
1867
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
1841
- props = _objectWithoutPropertiesLoose(_ref, _excluded$M);
1868
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1842
1869
 
1843
1870
  return React__default.createElement("svg", Object.assign({
1844
1871
  viewBox: "0 0 20 20",
@@ -1856,11 +1883,11 @@ var IconComment = forwardRef(function (_ref, ref) {
1856
1883
  });
1857
1884
  IconComment.displayName = 'IconComment';
1858
1885
 
1859
- var _excluded$N = ["testId"];
1886
+ var _excluded$O = ["testId"];
1860
1887
  var IconCopy = forwardRef(function (_ref, ref) {
1861
1888
  var _ref$testId = _ref.testId,
1862
1889
  testId = _ref$testId === void 0 ? 'icon-copy' : _ref$testId,
1863
- props = _objectWithoutPropertiesLoose(_ref, _excluded$N);
1890
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
1864
1891
 
1865
1892
  return React__default.createElement("svg", Object.assign({
1866
1893
  viewBox: "0 0 20 20",
@@ -1883,11 +1910,11 @@ var IconCopy = forwardRef(function (_ref, ref) {
1883
1910
  });
1884
1911
  IconCopy.displayName = 'IconCopy';
1885
1912
 
1886
- var _excluded$O = ["testId"];
1913
+ var _excluded$P = ["testId"];
1887
1914
  var IconCreditCardPlus = forwardRef(function (_ref, ref) {
1888
1915
  var _ref$testId = _ref.testId,
1889
1916
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
1890
- props = _objectWithoutPropertiesLoose(_ref, _excluded$O);
1917
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
1891
1918
 
1892
1919
  return React__default.createElement("svg", Object.assign({
1893
1920
  viewBox: "0 0 20 20",
@@ -1912,11 +1939,11 @@ var IconCreditCardPlus = forwardRef(function (_ref, ref) {
1912
1939
  });
1913
1940
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
1914
1941
 
1915
- var _excluded$P = ["testId"];
1942
+ var _excluded$Q = ["testId"];
1916
1943
  var IconCreditCard = forwardRef(function (_ref, ref) {
1917
1944
  var _ref$testId = _ref.testId,
1918
1945
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
1919
- props = _objectWithoutPropertiesLoose(_ref, _excluded$P);
1946
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
1920
1947
 
1921
1948
  return React__default.createElement("svg", Object.assign({
1922
1949
  viewBox: "0 0 20 20",
@@ -1939,11 +1966,11 @@ var IconCreditCard = forwardRef(function (_ref, ref) {
1939
1966
  });
1940
1967
  IconCreditCard.displayName = 'IconCreditCard';
1941
1968
 
1942
- var _excluded$Q = ["testId"];
1969
+ var _excluded$R = ["testId"];
1943
1970
  var IconDecentMonochromatic = forwardRef(function (_ref, ref) {
1944
1971
  var _ref$testId = _ref.testId,
1945
1972
  testId = _ref$testId === void 0 ? 'icon-decent-monochromatic' : _ref$testId,
1946
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);
1973
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
1947
1974
 
1948
1975
  return React__default.createElement("svg", Object.assign({
1949
1976
  viewBox: "0 0 20 20",
@@ -1981,11 +2008,11 @@ var IconDecentMonochromatic = forwardRef(function (_ref, ref) {
1981
2008
  });
1982
2009
  IconDecentMonochromatic.displayName = 'IconDecentMonochromatic';
1983
2010
 
1984
- var _excluded$R = ["testId"];
2011
+ var _excluded$S = ["testId"];
1985
2012
  var IconDecent = forwardRef(function (_ref, ref) {
1986
2013
  var _ref$testId = _ref.testId,
1987
2014
  testId = _ref$testId === void 0 ? 'icon-decent' : _ref$testId,
1988
- props = _objectWithoutPropertiesLoose(_ref, _excluded$R);
2015
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
1989
2016
 
1990
2017
  return React__default.createElement("svg", Object.assign({
1991
2018
  viewBox: "0 0 20 20",
@@ -2011,11 +2038,11 @@ var IconDecent = forwardRef(function (_ref, ref) {
2011
2038
  });
2012
2039
  IconDecent.displayName = 'IconDecent';
2013
2040
 
2014
- var _excluded$S = ["testId"];
2041
+ var _excluded$T = ["testId"];
2015
2042
  var IconDownload = forwardRef(function (_ref, ref) {
2016
2043
  var _ref$testId = _ref.testId,
2017
2044
  testId = _ref$testId === void 0 ? 'icon-download' : _ref$testId,
2018
- props = _objectWithoutPropertiesLoose(_ref, _excluded$S);
2045
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2019
2046
 
2020
2047
  return React__default.createElement("svg", Object.assign({
2021
2048
  viewBox: "0 0 20 20",
@@ -2033,11 +2060,11 @@ var IconDownload = forwardRef(function (_ref, ref) {
2033
2060
  });
2034
2061
  IconDownload.displayName = 'IconDownload';
2035
2062
 
2036
- var _excluded$T = ["testId"];
2063
+ var _excluded$U = ["testId"];
2037
2064
  var IconEdit = forwardRef(function (_ref, ref) {
2038
2065
  var _ref$testId = _ref.testId,
2039
2066
  testId = _ref$testId === void 0 ? 'icon-edit' : _ref$testId,
2040
- props = _objectWithoutPropertiesLoose(_ref, _excluded$T);
2067
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2041
2068
 
2042
2069
  return React__default.createElement("svg", Object.assign({
2043
2070
  viewBox: "0 0 20 20",
@@ -2053,11 +2080,11 @@ var IconEdit = forwardRef(function (_ref, ref) {
2053
2080
  });
2054
2081
  IconEdit.displayName = 'IconEdit';
2055
2082
 
2056
- var _excluded$U = ["testId"];
2083
+ var _excluded$V = ["testId"];
2057
2084
  var IconEllipsisV = forwardRef(function (_ref, ref) {
2058
2085
  var _ref$testId = _ref.testId,
2059
2086
  testId = _ref$testId === void 0 ? 'icon-ellipsis-v' : _ref$testId,
2060
- props = _objectWithoutPropertiesLoose(_ref, _excluded$U);
2087
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2061
2088
 
2062
2089
  return React__default.createElement("svg", Object.assign({
2063
2090
  viewBox: "0 0 20 20",
@@ -2075,11 +2102,11 @@ var IconEllipsisV = forwardRef(function (_ref, ref) {
2075
2102
  });
2076
2103
  IconEllipsisV.displayName = 'IconEllipsisV';
2077
2104
 
2078
- var _excluded$V = ["testId"];
2105
+ var _excluded$W = ["testId"];
2079
2106
  var IconEnvelope = forwardRef(function (_ref, ref) {
2080
2107
  var _ref$testId = _ref.testId,
2081
2108
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
2082
- props = _objectWithoutPropertiesLoose(_ref, _excluded$V);
2109
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2083
2110
 
2084
2111
  return React__default.createElement("svg", Object.assign({
2085
2112
  viewBox: "0 0 20 20",
@@ -2095,11 +2122,11 @@ var IconEnvelope = forwardRef(function (_ref, ref) {
2095
2122
  });
2096
2123
  IconEnvelope.displayName = 'IconEnvelope';
2097
2124
 
2098
- var _excluded$W = ["testId"];
2125
+ var _excluded$X = ["testId"];
2099
2126
  var IconExclaimationTriangle = forwardRef(function (_ref, ref) {
2100
2127
  var _ref$testId = _ref.testId,
2101
2128
  testId = _ref$testId === void 0 ? 'icon-exclaimation-triangle' : _ref$testId,
2102
- props = _objectWithoutPropertiesLoose(_ref, _excluded$W);
2129
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2103
2130
 
2104
2131
  return React__default.createElement("svg", Object.assign({
2105
2132
  viewBox: "0 0 20 20",
@@ -2117,11 +2144,11 @@ var IconExclaimationTriangle = forwardRef(function (_ref, ref) {
2117
2144
  });
2118
2145
  IconExclaimationTriangle.displayName = 'IconExclaimationTriangle';
2119
2146
 
2120
- var _excluded$X = ["testId"];
2147
+ var _excluded$Y = ["testId"];
2121
2148
  var IconExclaimation = forwardRef(function (_ref, ref) {
2122
2149
  var _ref$testId = _ref.testId,
2123
2150
  testId = _ref$testId === void 0 ? 'icon-exclaimation' : _ref$testId,
2124
- props = _objectWithoutPropertiesLoose(_ref, _excluded$X);
2151
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2125
2152
 
2126
2153
  return React__default.createElement("svg", Object.assign({
2127
2154
  viewBox: "0 0 20 20",
@@ -2137,11 +2164,11 @@ var IconExclaimation = forwardRef(function (_ref, ref) {
2137
2164
  });
2138
2165
  IconExclaimation.displayName = 'IconExclaimation';
2139
2166
 
2140
- var _excluded$Y = ["testId"];
2167
+ var _excluded$Z = ["testId"];
2141
2168
  var IconExpand = forwardRef(function (_ref, ref) {
2142
2169
  var _ref$testId = _ref.testId,
2143
2170
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
2144
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);
2171
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2145
2172
 
2146
2173
  return React__default.createElement("svg", Object.assign({
2147
2174
  viewBox: "0 0 20 20",
@@ -2157,11 +2184,11 @@ var IconExpand = forwardRef(function (_ref, ref) {
2157
2184
  });
2158
2185
  IconExpand.displayName = 'IconExpand';
2159
2186
 
2160
- var _excluded$Z = ["testId"];
2187
+ var _excluded$_ = ["testId"];
2161
2188
  var IconExternalLink = forwardRef(function (_ref, ref) {
2162
2189
  var _ref$testId = _ref.testId,
2163
2190
  testId = _ref$testId === void 0 ? 'icon-external-link' : _ref$testId,
2164
- props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);
2191
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2165
2192
 
2166
2193
  return React__default.createElement("svg", Object.assign({
2167
2194
  viewBox: "0 0 20 20",
@@ -2179,11 +2206,11 @@ var IconExternalLink = forwardRef(function (_ref, ref) {
2179
2206
  });
2180
2207
  IconExternalLink.displayName = 'IconExternalLink';
2181
2208
 
2182
- var _excluded$_ = ["testId"];
2209
+ var _excluded$$ = ["testId"];
2183
2210
  var IconEyeSlash = forwardRef(function (_ref, ref) {
2184
2211
  var _ref$testId = _ref.testId,
2185
2212
  testId = _ref$testId === void 0 ? 'icon-eye-slash' : _ref$testId,
2186
- props = _objectWithoutPropertiesLoose(_ref, _excluded$_);
2213
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2187
2214
 
2188
2215
  return React__default.createElement("svg", Object.assign({
2189
2216
  viewBox: "0 0 20 20",
@@ -2214,11 +2241,11 @@ var IconEyeSlash = forwardRef(function (_ref, ref) {
2214
2241
  });
2215
2242
  IconEyeSlash.displayName = 'IconEyeSlash';
2216
2243
 
2217
- var _excluded$$ = ["testId"];
2244
+ var _excluded$10 = ["testId"];
2218
2245
  var IconEye = forwardRef(function (_ref, ref) {
2219
2246
  var _ref$testId = _ref.testId,
2220
2247
  testId = _ref$testId === void 0 ? 'icon-eye' : _ref$testId,
2221
- props = _objectWithoutPropertiesLoose(_ref, _excluded$$);
2248
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2222
2249
 
2223
2250
  return React__default.createElement("svg", Object.assign({
2224
2251
  viewBox: "0 0 20 20",
@@ -2242,11 +2269,11 @@ var IconEye = forwardRef(function (_ref, ref) {
2242
2269
  });
2243
2270
  IconEye.displayName = 'IconEye';
2244
2271
 
2245
- var _excluded$10 = ["testId"];
2272
+ var _excluded$11 = ["testId"];
2246
2273
  var IconFilePdf = forwardRef(function (_ref, ref) {
2247
2274
  var _ref$testId = _ref.testId,
2248
2275
  testId = _ref$testId === void 0 ? 'icon-file-pdf' : _ref$testId,
2249
- props = _objectWithoutPropertiesLoose(_ref, _excluded$10);
2276
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2250
2277
 
2251
2278
  return React__default.createElement("svg", Object.assign({
2252
2279
  viewBox: "0 0 20 20",
@@ -2269,11 +2296,11 @@ var IconFilePdf = forwardRef(function (_ref, ref) {
2269
2296
  });
2270
2297
  IconFilePdf.displayName = 'IconFilePdf';
2271
2298
 
2272
- var _excluded$11 = ["testId"];
2299
+ var _excluded$12 = ["testId"];
2273
2300
  var IconFile = forwardRef(function (_ref, ref) {
2274
2301
  var _ref$testId = _ref.testId,
2275
2302
  testId = _ref$testId === void 0 ? 'icon-file' : _ref$testId,
2276
- props = _objectWithoutPropertiesLoose(_ref, _excluded$11);
2303
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2277
2304
 
2278
2305
  return React__default.createElement("svg", Object.assign({
2279
2306
  viewBox: "0 0 20 20",
@@ -2296,11 +2323,11 @@ var IconFile = forwardRef(function (_ref, ref) {
2296
2323
  });
2297
2324
  IconFile.displayName = 'IconFile';
2298
2325
 
2299
- var _excluded$12 = ["testId"];
2326
+ var _excluded$13 = ["testId"];
2300
2327
  var IconFlag = forwardRef(function (_ref, ref) {
2301
2328
  var _ref$testId = _ref.testId,
2302
2329
  testId = _ref$testId === void 0 ? 'icon-flag' : _ref$testId,
2303
- props = _objectWithoutPropertiesLoose(_ref, _excluded$12);
2330
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2304
2331
 
2305
2332
  return React__default.createElement("svg", Object.assign({
2306
2333
  viewBox: "0 0 20 20",
@@ -2323,11 +2350,11 @@ var IconFlag = forwardRef(function (_ref, ref) {
2323
2350
  });
2324
2351
  IconFlag.displayName = 'IconFlag';
2325
2352
 
2326
- var _excluded$13 = ["testId"];
2353
+ var _excluded$14 = ["testId"];
2327
2354
  var IconFourDotsCircle = forwardRef(function (_ref, ref) {
2328
2355
  var _ref$testId = _ref.testId,
2329
2356
  testId = _ref$testId === void 0 ? 'icon-four-dots-circle' : _ref$testId,
2330
- props = _objectWithoutPropertiesLoose(_ref, _excluded$13);
2357
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2331
2358
 
2332
2359
  return React__default.createElement("svg", Object.assign({
2333
2360
  viewBox: "0 0 20 20",
@@ -2345,11 +2372,11 @@ var IconFourDotsCircle = forwardRef(function (_ref, ref) {
2345
2372
  });
2346
2373
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
2347
2374
 
2348
- var _excluded$14 = ["testId"];
2375
+ var _excluded$15 = ["testId"];
2349
2376
  var IconFourSquares = forwardRef(function (_ref, ref) {
2350
2377
  var _ref$testId = _ref.testId,
2351
2378
  testId = _ref$testId === void 0 ? 'icon-four-squares' : _ref$testId,
2352
- props = _objectWithoutPropertiesLoose(_ref, _excluded$14);
2379
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2353
2380
 
2354
2381
  return React__default.createElement("svg", Object.assign({
2355
2382
  viewBox: "0 0 20 20",
@@ -2391,11 +2418,11 @@ var IconFourSquares = forwardRef(function (_ref, ref) {
2391
2418
  });
2392
2419
  IconFourSquares.displayName = 'IconFourSquares';
2393
2420
 
2394
- var _excluded$15 = ["testId"];
2421
+ var _excluded$16 = ["testId"];
2395
2422
  var IconGavel = forwardRef(function (_ref, ref) {
2396
2423
  var _ref$testId = _ref.testId,
2397
2424
  testId = _ref$testId === void 0 ? 'icon-gavel' : _ref$testId,
2398
- props = _objectWithoutPropertiesLoose(_ref, _excluded$15);
2425
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2399
2426
 
2400
2427
  return React__default.createElement("svg", Object.assign({
2401
2428
  viewBox: "0 0 60 60",
@@ -2411,11 +2438,11 @@ var IconGavel = forwardRef(function (_ref, ref) {
2411
2438
  });
2412
2439
  IconGavel.displayName = 'IconGavel';
2413
2440
 
2414
- var _excluded$16 = ["testId"];
2441
+ var _excluded$17 = ["testId"];
2415
2442
  var IconGif = forwardRef(function (_ref, ref) {
2416
2443
  var _ref$testId = _ref.testId,
2417
2444
  testId = _ref$testId === void 0 ? 'icon-gif' : _ref$testId,
2418
- props = _objectWithoutPropertiesLoose(_ref, _excluded$16);
2445
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2419
2446
 
2420
2447
  return React__default.createElement("svg", Object.assign({
2421
2448
  viewBox: "0 0 20 20",
@@ -2435,11 +2462,11 @@ var IconGif = forwardRef(function (_ref, ref) {
2435
2462
  });
2436
2463
  IconGif.displayName = 'IconGif';
2437
2464
 
2438
- var _excluded$17 = ["testId"];
2465
+ var _excluded$18 = ["testId"];
2439
2466
  var IconGift = forwardRef(function (_ref, ref) {
2440
2467
  var _ref$testId = _ref.testId,
2441
2468
  testId = _ref$testId === void 0 ? 'icon-gift' : _ref$testId,
2442
- props = _objectWithoutPropertiesLoose(_ref, _excluded$17);
2469
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2443
2470
 
2444
2471
  return React__default.createElement("svg", Object.assign({
2445
2472
  viewBox: "0 0 20 20",
@@ -2455,11 +2482,11 @@ var IconGift = forwardRef(function (_ref, ref) {
2455
2482
  });
2456
2483
  IconGift.displayName = 'IconGift';
2457
2484
 
2458
- var _excluded$18 = ["testId"];
2485
+ var _excluded$19 = ["testId"];
2459
2486
  var IconGoodMonochromatic = forwardRef(function (_ref, ref) {
2460
2487
  var _ref$testId = _ref.testId,
2461
2488
  testId = _ref$testId === void 0 ? 'icon-good-monochromatic' : _ref$testId,
2462
- props = _objectWithoutPropertiesLoose(_ref, _excluded$18);
2489
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2463
2490
 
2464
2491
  return React__default.createElement("svg", Object.assign({
2465
2492
  viewBox: "0 0 20 20",
@@ -2493,11 +2520,11 @@ var IconGoodMonochromatic = forwardRef(function (_ref, ref) {
2493
2520
  });
2494
2521
  IconGoodMonochromatic.displayName = 'IconGoodMonochromatic';
2495
2522
 
2496
- var _excluded$19 = ["testId"];
2523
+ var _excluded$1a = ["testId"];
2497
2524
  var IconGood = forwardRef(function (_ref, ref) {
2498
2525
  var _ref$testId = _ref.testId,
2499
2526
  testId = _ref$testId === void 0 ? 'icon-good' : _ref$testId,
2500
- props = _objectWithoutPropertiesLoose(_ref, _excluded$19);
2527
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2501
2528
 
2502
2529
  return React__default.createElement("svg", Object.assign({
2503
2530
  viewBox: "0 0 20 20",
@@ -2519,11 +2546,11 @@ var IconGood = forwardRef(function (_ref, ref) {
2519
2546
  });
2520
2547
  IconGood.displayName = 'IconGood';
2521
2548
 
2522
- var _excluded$1a = ["testId"];
2549
+ var _excluded$1b = ["testId"];
2523
2550
  var IconGreatMonochromatic = forwardRef(function (_ref, ref) {
2524
2551
  var _ref$testId = _ref.testId,
2525
2552
  testId = _ref$testId === void 0 ? 'icon-great-monochromatic' : _ref$testId,
2526
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);
2553
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2527
2554
 
2528
2555
  return React__default.createElement("svg", Object.assign({
2529
2556
  viewBox: "0 0 20 20",
@@ -2559,11 +2586,11 @@ var IconGreatMonochromatic = forwardRef(function (_ref, ref) {
2559
2586
  });
2560
2587
  IconGreatMonochromatic.displayName = 'IconGreatMonochromatic';
2561
2588
 
2562
- var _excluded$1b = ["testId"];
2589
+ var _excluded$1c = ["testId"];
2563
2590
  var IconGreat = forwardRef(function (_ref, ref) {
2564
2591
  var _ref$testId = _ref.testId,
2565
2592
  testId = _ref$testId === void 0 ? 'icon-great' : _ref$testId,
2566
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);
2593
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2567
2594
 
2568
2595
  return React__default.createElement("svg", Object.assign({
2569
2596
  viewBox: "0 0 20 20",
@@ -2587,11 +2614,11 @@ var IconGreat = forwardRef(function (_ref, ref) {
2587
2614
  });
2588
2615
  IconGreat.displayName = 'IconGreat';
2589
2616
 
2590
- var _excluded$1c = ["testId"];
2617
+ var _excluded$1d = ["testId"];
2591
2618
  var IconGrinBeam = forwardRef(function (_ref, ref) {
2592
2619
  var _ref$testId = _ref.testId,
2593
2620
  testId = _ref$testId === void 0 ? 'icon-grin-beam' : _ref$testId,
2594
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);
2621
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2595
2622
 
2596
2623
  return React__default.createElement("svg", Object.assign({
2597
2624
  viewBox: "0 0 20 20",
@@ -2607,11 +2634,11 @@ var IconGrinBeam = forwardRef(function (_ref, ref) {
2607
2634
  });
2608
2635
  IconGrinBeam.displayName = 'IconGrinBeam';
2609
2636
 
2610
- var _excluded$1d = ["testId"];
2637
+ var _excluded$1e = ["testId"];
2611
2638
  var IconGripVertical = forwardRef(function (_ref, ref) {
2612
2639
  var _ref$testId = _ref.testId,
2613
2640
  testId = _ref$testId === void 0 ? 'icon-grip-vertical' : _ref$testId,
2614
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);
2641
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2615
2642
 
2616
2643
  return React__default.createElement("svg", Object.assign({
2617
2644
  viewBox: "0 0 20 20",
@@ -2654,11 +2681,11 @@ var IconGripVertical = forwardRef(function (_ref, ref) {
2654
2681
  });
2655
2682
  IconGripVertical.displayName = 'IconGripVertical';
2656
2683
 
2657
- var _excluded$1e = ["testId"];
2684
+ var _excluded$1f = ["testId"];
2658
2685
  var IconHandshake = forwardRef(function (_ref, ref) {
2659
2686
  var _ref$testId = _ref.testId,
2660
2687
  testId = _ref$testId === void 0 ? 'icon-handshake' : _ref$testId,
2661
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);
2688
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2662
2689
 
2663
2690
  return React__default.createElement("svg", Object.assign({
2664
2691
  viewBox: "0 0 20 20",
@@ -2682,11 +2709,11 @@ var IconHandshake = forwardRef(function (_ref, ref) {
2682
2709
  });
2683
2710
  IconHandshake.displayName = 'IconHandshake';
2684
2711
 
2685
- var _excluded$1f = ["testId"];
2712
+ var _excluded$1g = ["testId"];
2686
2713
  var IconImage = forwardRef(function (_ref, ref) {
2687
2714
  var _ref$testId = _ref.testId,
2688
2715
  testId = _ref$testId === void 0 ? 'icon-image' : _ref$testId,
2689
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);
2716
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2690
2717
 
2691
2718
  return React__default.createElement("svg", Object.assign({
2692
2719
  viewBox: "0 0 20 20",
@@ -2709,11 +2736,11 @@ var IconImage = forwardRef(function (_ref, ref) {
2709
2736
  });
2710
2737
  IconImage.displayName = 'IconImage';
2711
2738
 
2712
- var _excluded$1g = ["testId"];
2739
+ var _excluded$1h = ["testId"];
2713
2740
  var IconIslandTropical = forwardRef(function (_ref, ref) {
2714
2741
  var _ref$testId = _ref.testId,
2715
2742
  testId = _ref$testId === void 0 ? 'icon-island-tropical' : _ref$testId,
2716
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);
2743
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2717
2744
 
2718
2745
  return React__default.createElement("svg", Object.assign({
2719
2746
  viewBox: "0 0 20 20",
@@ -2731,11 +2758,11 @@ var IconIslandTropical = forwardRef(function (_ref, ref) {
2731
2758
  });
2732
2759
  IconIslandTropical.displayName = 'IconIslandTropical';
2733
2760
 
2734
- var _excluded$1h = ["testId"];
2761
+ var _excluded$1i = ["testId"];
2735
2762
  var IconItalic = forwardRef(function (_ref, ref) {
2736
2763
  var _ref$testId = _ref.testId,
2737
2764
  testId = _ref$testId === void 0 ? 'icon-italic' : _ref$testId,
2738
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);
2765
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2739
2766
 
2740
2767
  return React__default.createElement("svg", Object.assign({
2741
2768
  viewBox: "0 0 20 20",
@@ -2751,11 +2778,11 @@ var IconItalic = forwardRef(function (_ref, ref) {
2751
2778
  });
2752
2779
  IconItalic.displayName = 'IconItalic';
2753
2780
 
2754
- var _excluded$1i = ["testId"];
2781
+ var _excluded$1j = ["testId"];
2755
2782
  var IconLaptopSearch = forwardRef(function (_ref, ref) {
2756
2783
  var _ref$testId = _ref.testId,
2757
2784
  testId = _ref$testId === void 0 ? 'icon-laptop-search' : _ref$testId,
2758
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);
2785
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2759
2786
 
2760
2787
  return React__default.createElement("svg", Object.assign({
2761
2788
  viewBox: "0 0 20 20",
@@ -2780,11 +2807,11 @@ var IconLaptopSearch = forwardRef(function (_ref, ref) {
2780
2807
  });
2781
2808
  IconLaptopSearch.displayName = 'IconLaptopSearch';
2782
2809
 
2783
- var _excluded$1j = ["testId"];
2810
+ var _excluded$1k = ["testId"];
2784
2811
  var IconLink = forwardRef(function (_ref, ref) {
2785
2812
  var _ref$testId = _ref.testId,
2786
2813
  testId = _ref$testId === void 0 ? 'icon-link' : _ref$testId,
2787
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);
2814
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2788
2815
 
2789
2816
  return React__default.createElement("svg", Object.assign({
2790
2817
  viewBox: "0 0 20 20",
@@ -2807,11 +2834,11 @@ var IconLink = forwardRef(function (_ref, ref) {
2807
2834
  });
2808
2835
  IconLink.displayName = 'IconLink';
2809
2836
 
2810
- var _excluded$1k = ["testId"];
2837
+ var _excluded$1l = ["testId"];
2811
2838
  var IconListOI = forwardRef(function (_ref, ref) {
2812
2839
  var _ref$testId = _ref.testId,
2813
2840
  testId = _ref$testId === void 0 ? 'icon-list-o-i' : _ref$testId,
2814
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);
2841
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2815
2842
 
2816
2843
  return React__default.createElement("svg", Object.assign({
2817
2844
  viewBox: "0 0 20 20",
@@ -2834,11 +2861,11 @@ var IconListOI = forwardRef(function (_ref, ref) {
2834
2861
  });
2835
2862
  IconListOI.displayName = 'IconListOI';
2836
2863
 
2837
- var _excluded$1l = ["testId"];
2864
+ var _excluded$1m = ["testId"];
2838
2865
  var IconList = forwardRef(function (_ref, ref) {
2839
2866
  var _ref$testId = _ref.testId,
2840
2867
  testId = _ref$testId === void 0 ? 'icon-list' : _ref$testId,
2841
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);
2868
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2842
2869
 
2843
2870
  return React__default.createElement("svg", Object.assign({
2844
2871
  viewBox: "0 0 20 20",
@@ -2854,11 +2881,11 @@ var IconList = forwardRef(function (_ref, ref) {
2854
2881
  });
2855
2882
  IconList.displayName = 'IconList';
2856
2883
 
2857
- var _excluded$1m = ["testId"];
2884
+ var _excluded$1n = ["testId"];
2858
2885
  var IconLock = forwardRef(function (_ref, ref) {
2859
2886
  var _ref$testId = _ref.testId,
2860
2887
  testId = _ref$testId === void 0 ? 'icon-lock' : _ref$testId,
2861
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);
2888
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
2862
2889
 
2863
2890
  return React__default.createElement("svg", Object.assign({
2864
2891
  viewBox: "0 0 20 20",
@@ -2874,11 +2901,11 @@ var IconLock = forwardRef(function (_ref, ref) {
2874
2901
  });
2875
2902
  IconLock.displayName = 'IconLock';
2876
2903
 
2877
- var _excluded$1n = ["testId"];
2904
+ var _excluded$1o = ["testId"];
2878
2905
  var IconMagicSolid = forwardRef(function (_ref, ref) {
2879
2906
  var _ref$testId = _ref.testId,
2880
2907
  testId = _ref$testId === void 0 ? 'icon-magic-solid' : _ref$testId,
2881
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);
2908
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
2882
2909
 
2883
2910
  return React__default.createElement("svg", Object.assign({
2884
2911
  viewBox: "0 0 20 20",
@@ -2896,11 +2923,11 @@ var IconMagicSolid = forwardRef(function (_ref, ref) {
2896
2923
  });
2897
2924
  IconMagicSolid.displayName = 'IconMagicSolid';
2898
2925
 
2899
- var _excluded$1o = ["testId"];
2926
+ var _excluded$1p = ["testId"];
2900
2927
  var IconMapMarker = forwardRef(function (_ref, ref) {
2901
2928
  var _ref$testId = _ref.testId,
2902
2929
  testId = _ref$testId === void 0 ? 'icon-map-marker' : _ref$testId,
2903
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);
2930
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
2904
2931
 
2905
2932
  return React__default.createElement("svg", Object.assign({
2906
2933
  viewBox: "0 0 20 20",
@@ -2918,11 +2945,11 @@ var IconMapMarker = forwardRef(function (_ref, ref) {
2918
2945
  });
2919
2946
  IconMapMarker.displayName = 'IconMapMarker';
2920
2947
 
2921
- var _excluded$1p = ["testId"];
2948
+ var _excluded$1q = ["testId"];
2922
2949
  var IconMegaphone = forwardRef(function (_ref, ref) {
2923
2950
  var _ref$testId = _ref.testId,
2924
2951
  testId = _ref$testId === void 0 ? 'icon-megaphone' : _ref$testId,
2925
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);
2952
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
2926
2953
 
2927
2954
  return React__default.createElement("svg", Object.assign({
2928
2955
  viewBox: "0 0 20 20",
@@ -2940,11 +2967,30 @@ var IconMegaphone = forwardRef(function (_ref, ref) {
2940
2967
  });
2941
2968
  IconMegaphone.displayName = 'IconMegaphone';
2942
2969
 
2943
- var _excluded$1q = ["testId"];
2970
+ var _excluded$1r = ["testId"];
2971
+ var IconMessages = forwardRef(function (_ref, ref) {
2972
+ var _ref$testId = _ref.testId,
2973
+ testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
2974
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
2975
+
2976
+ return React__default.createElement("svg", Object.assign({
2977
+ viewBox: "0 0 20 18",
2978
+ fill: "none",
2979
+ xmlns: "http://www.w3.org/2000/svg",
2980
+ style: getIconStyles(props),
2981
+ "data-testid": testId,
2982
+ ref: ref
2983
+ }, props), React__default.createElement("path", {
2984
+ d: "M17.778 5.556h-3.334V2.222A2.224 2.224 0 0 0 12.222 0h-10A2.224 2.224 0 0 0 0 2.222v5.556C0 9.003.997 10 2.222 10h1.111v1.806a.415.415 0 0 0 .664.333l2.67-1.51v2.704c0 1.226.996 2.223 2.222 2.223h3.333l3.781 2.138a.416.416 0 0 0 .663-.333v-1.805h1.112A2.224 2.224 0 0 0 20 13.333V7.778a2.224 2.224 0 0 0-2.222-2.222ZM2.222 8.889c-.61 0-1.11-.5-1.11-1.111V2.222c0-.61.5-1.11 1.11-1.11h10c.611 0 1.111.5 1.111 1.11v5.556c0 .61-.5 1.11-1.11 1.11H7.485l-.253.147-2.789 1.576V8.89H2.222Zm16.667 4.444c0 .611-.5 1.111-1.111 1.111h-2.222v1.723L12.77 14.59l-.254-.146H8.89c-.611 0-1.111-.5-1.111-1.11V10h4.444a2.224 2.224 0 0 0 2.222-2.222V6.667h3.334c.61 0 1.11.5 1.11 1.11v5.556Z"
2985
+ }));
2986
+ });
2987
+ IconMessages.displayName = 'IconMessages';
2988
+
2989
+ var _excluded$1s = ["testId"];
2944
2990
  var IconMinusCircle = forwardRef(function (_ref, ref) {
2945
2991
  var _ref$testId = _ref.testId,
2946
2992
  testId = _ref$testId === void 0 ? 'icon-minus-circle' : _ref$testId,
2947
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);
2993
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
2948
2994
 
2949
2995
  return React__default.createElement("svg", Object.assign({
2950
2996
  viewBox: "0 0 20 20",
@@ -2960,11 +3006,11 @@ var IconMinusCircle = forwardRef(function (_ref, ref) {
2960
3006
  });
2961
3007
  IconMinusCircle.displayName = 'IconMinusCircle';
2962
3008
 
2963
- var _excluded$1r = ["testId"];
3009
+ var _excluded$1t = ["testId"];
2964
3010
  var IconMinus = forwardRef(function (_ref, ref) {
2965
3011
  var _ref$testId = _ref.testId,
2966
3012
  testId = _ref$testId === void 0 ? 'icon-minus' : _ref$testId,
2967
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);
3013
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
2968
3014
 
2969
3015
  return React__default.createElement("svg", Object.assign({
2970
3016
  viewBox: "0 0 20 20",
@@ -2980,11 +3026,11 @@ var IconMinus = forwardRef(function (_ref, ref) {
2980
3026
  });
2981
3027
  IconMinus.displayName = 'IconMinus';
2982
3028
 
2983
- var _excluded$1s = ["testId"];
3029
+ var _excluded$1u = ["testId"];
2984
3030
  var IconMoneyBill = forwardRef(function (_ref, ref) {
2985
3031
  var _ref$testId = _ref.testId,
2986
3032
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
2987
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);
3033
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
2988
3034
 
2989
3035
  return React__default.createElement("svg", Object.assign({
2990
3036
  viewBox: "0 0 20 20",
@@ -3000,11 +3046,11 @@ var IconMoneyBill = forwardRef(function (_ref, ref) {
3000
3046
  });
3001
3047
  IconMoneyBill.displayName = 'IconMoneyBill';
3002
3048
 
3003
- var _excluded$1t = ["testId"];
3049
+ var _excluded$1v = ["testId"];
3004
3050
  var IconNotesMedical = forwardRef(function (_ref, ref) {
3005
3051
  var _ref$testId = _ref.testId,
3006
3052
  testId = _ref$testId === void 0 ? 'icon-notes-medical' : _ref$testId,
3007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);
3053
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3008
3054
 
3009
3055
  return React__default.createElement("svg", Object.assign({
3010
3056
  viewBox: "0 0 20 20",
@@ -3020,11 +3066,11 @@ var IconNotesMedical = forwardRef(function (_ref, ref) {
3020
3066
  });
3021
3067
  IconNotesMedical.displayName = 'IconNotesMedical';
3022
3068
 
3023
- var _excluded$1u = ["testId"];
3069
+ var _excluded$1w = ["testId"];
3024
3070
  var IconOvertime = forwardRef(function (_ref, ref) {
3025
3071
  var _ref$testId = _ref.testId,
3026
3072
  testId = _ref$testId === void 0 ? 'icon-overtime' : _ref$testId,
3027
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);
3073
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3028
3074
 
3029
3075
  return React__default.createElement("svg", Object.assign({
3030
3076
  viewBox: "0 0 21 20",
@@ -3048,11 +3094,11 @@ var IconOvertime = forwardRef(function (_ref, ref) {
3048
3094
  });
3049
3095
  IconOvertime.displayName = 'IconOvertime';
3050
3096
 
3051
- var _excluded$1v = ["testId"];
3097
+ var _excluded$1x = ["testId"];
3052
3098
  var IconPaperPlaneClock = forwardRef(function (_ref, ref) {
3053
3099
  var _ref$testId = _ref.testId,
3054
3100
  testId = _ref$testId === void 0 ? 'icon-paper-plane-clock' : _ref$testId,
3055
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
3101
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3056
3102
 
3057
3103
  return React__default.createElement("svg", Object.assign({
3058
3104
  viewBox: "0 0 20 20",
@@ -3080,11 +3126,11 @@ var IconPaperPlaneClock = forwardRef(function (_ref, ref) {
3080
3126
  });
3081
3127
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
3082
3128
 
3083
- var _excluded$1w = ["testId"];
3129
+ var _excluded$1y = ["testId"];
3084
3130
  var IconPaperPlane = forwardRef(function (_ref, ref) {
3085
3131
  var _ref$testId = _ref.testId,
3086
3132
  testId = _ref$testId === void 0 ? 'icon-paper-plane' : _ref$testId,
3087
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);
3133
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3088
3134
 
3089
3135
  return React__default.createElement("svg", Object.assign({
3090
3136
  viewBox: "0 0 19 20",
@@ -3102,11 +3148,11 @@ var IconPaperPlane = forwardRef(function (_ref, ref) {
3102
3148
  });
3103
3149
  IconPaperPlane.displayName = 'IconPaperPlane';
3104
3150
 
3105
- var _excluded$1x = ["testId"];
3151
+ var _excluded$1z = ["testId"];
3106
3152
  var IconPaperclip = forwardRef(function (_ref, ref) {
3107
3153
  var _ref$testId = _ref.testId,
3108
3154
  testId = _ref$testId === void 0 ? 'icon-paperclip' : _ref$testId,
3109
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);
3155
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3110
3156
 
3111
3157
  return React__default.createElement("svg", Object.assign({
3112
3158
  viewBox: "0 0 20 20",
@@ -3129,11 +3175,11 @@ var IconPaperclip = forwardRef(function (_ref, ref) {
3129
3175
  });
3130
3176
  IconPaperclip.displayName = 'IconPaperclip';
3131
3177
 
3132
- var _excluded$1y = ["testId"];
3178
+ var _excluded$1A = ["testId"];
3133
3179
  var IconPencil = forwardRef(function (_ref, ref) {
3134
3180
  var _ref$testId = _ref.testId,
3135
3181
  testId = _ref$testId === void 0 ? 'icon-pencil' : _ref$testId,
3136
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);
3182
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3137
3183
 
3138
3184
  return React__default.createElement("svg", Object.assign({
3139
3185
  viewBox: "0 0 20 20",
@@ -3151,11 +3197,11 @@ var IconPencil = forwardRef(function (_ref, ref) {
3151
3197
  });
3152
3198
  IconPencil.displayName = 'IconPencil';
3153
3199
 
3154
- var _excluded$1z = ["testId"];
3200
+ var _excluded$1B = ["testId"];
3155
3201
  var IconPercentage = forwardRef(function (_ref, ref) {
3156
3202
  var _ref$testId = _ref.testId,
3157
3203
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
3158
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);
3204
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3159
3205
 
3160
3206
  return React__default.createElement("svg", Object.assign({
3161
3207
  viewBox: "0 0 20 20",
@@ -3171,11 +3217,11 @@ var IconPercentage = forwardRef(function (_ref, ref) {
3171
3217
  });
3172
3218
  IconPercentage.displayName = 'IconPercentage';
3173
3219
 
3174
- var _excluded$1A = ["testId"];
3220
+ var _excluded$1C = ["testId"];
3175
3221
  var IconPhone = forwardRef(function (_ref, ref) {
3176
3222
  var _ref$testId = _ref.testId,
3177
3223
  testId = _ref$testId === void 0 ? 'icon-phone' : _ref$testId,
3178
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);
3224
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3179
3225
 
3180
3226
  return React__default.createElement("svg", Object.assign({
3181
3227
  viewBox: "0 0 20 20",
@@ -3191,11 +3237,11 @@ var IconPhone = forwardRef(function (_ref, ref) {
3191
3237
  });
3192
3238
  IconPhone.displayName = 'IconPhone';
3193
3239
 
3194
- var _excluded$1B = ["testId"];
3240
+ var _excluded$1D = ["testId"];
3195
3241
  var IconPlug = forwardRef(function (_ref, ref) {
3196
3242
  var _ref$testId = _ref.testId,
3197
3243
  testId = _ref$testId === void 0 ? 'icon-plug' : _ref$testId,
3198
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);
3244
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3199
3245
 
3200
3246
  return React__default.createElement("svg", Object.assign({
3201
3247
  viewBox: "0 0 20 20",
@@ -3213,11 +3259,11 @@ var IconPlug = forwardRef(function (_ref, ref) {
3213
3259
  });
3214
3260
  IconPlug.displayName = 'IconPlug';
3215
3261
 
3216
- var _excluded$1C = ["testId"];
3262
+ var _excluded$1E = ["testId"];
3217
3263
  var IconPlus = forwardRef(function (_ref, ref) {
3218
3264
  var _ref$testId = _ref.testId,
3219
3265
  testId = _ref$testId === void 0 ? 'icon-plus' : _ref$testId,
3220
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);
3266
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3221
3267
 
3222
3268
  return React__default.createElement("svg", Object.assign({
3223
3269
  viewBox: "0 0 20 20",
@@ -3235,11 +3281,11 @@ var IconPlus = forwardRef(function (_ref, ref) {
3235
3281
  });
3236
3282
  IconPlus.displayName = 'IconPlus';
3237
3283
 
3238
- var _excluded$1D = ["testId"];
3284
+ var _excluded$1F = ["testId"];
3239
3285
  var IconPrint = forwardRef(function (_ref, ref) {
3240
3286
  var _ref$testId = _ref.testId,
3241
3287
  testId = _ref$testId === void 0 ? 'icon-print' : _ref$testId,
3242
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);
3288
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3243
3289
 
3244
3290
  return React__default.createElement("svg", Object.assign({
3245
3291
  viewBox: "0 0 20 20",
@@ -3257,11 +3303,11 @@ var IconPrint = forwardRef(function (_ref, ref) {
3257
3303
  });
3258
3304
  IconPrint.displayName = 'IconPrint';
3259
3305
 
3260
- var _excluded$1E = ["testId"];
3306
+ var _excluded$1G = ["testId"];
3261
3307
  var IconQuestionCircle = forwardRef(function (_ref, ref) {
3262
3308
  var _ref$testId = _ref.testId,
3263
3309
  testId = _ref$testId === void 0 ? 'icon-question-circle' : _ref$testId,
3264
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);
3310
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3265
3311
 
3266
3312
  return React__default.createElement("svg", Object.assign({
3267
3313
  viewBox: "0 0 20 20",
@@ -3277,11 +3323,11 @@ var IconQuestionCircle = forwardRef(function (_ref, ref) {
3277
3323
  });
3278
3324
  IconQuestionCircle.displayName = 'IconQuestionCircle';
3279
3325
 
3280
- var _excluded$1F = ["testId"];
3326
+ var _excluded$1H = ["testId"];
3281
3327
  var IconRepeat = forwardRef(function (_ref, ref) {
3282
3328
  var _ref$testId = _ref.testId,
3283
3329
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
3284
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);
3330
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3285
3331
 
3286
3332
  return React__default.createElement("svg", Object.assign({
3287
3333
  viewBox: "0 0 20 20",
@@ -3297,11 +3343,11 @@ var IconRepeat = forwardRef(function (_ref, ref) {
3297
3343
  });
3298
3344
  IconRepeat.displayName = 'IconRepeat';
3299
3345
 
3300
- var _excluded$1G = ["testId"];
3346
+ var _excluded$1I = ["testId"];
3301
3347
  var IconReply = forwardRef(function (_ref, ref) {
3302
3348
  var _ref$testId = _ref.testId,
3303
3349
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
3304
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);
3350
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3305
3351
 
3306
3352
  return React__default.createElement("svg", Object.assign({
3307
3353
  viewBox: "0 0 20 20",
@@ -3317,11 +3363,11 @@ var IconReply = forwardRef(function (_ref, ref) {
3317
3363
  });
3318
3364
  IconReply.displayName = 'IconReply';
3319
3365
 
3320
- var _excluded$1H = ["testId"];
3366
+ var _excluded$1J = ["testId"];
3321
3367
  var IconSearch = forwardRef(function (_ref, ref) {
3322
3368
  var _ref$testId = _ref.testId,
3323
3369
  testId = _ref$testId === void 0 ? 'icon-search' : _ref$testId,
3324
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);
3370
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3325
3371
 
3326
3372
  return React__default.createElement("svg", Object.assign({
3327
3373
  viewBox: "0 0 20 20",
@@ -3339,11 +3385,11 @@ var IconSearch = forwardRef(function (_ref, ref) {
3339
3385
  });
3340
3386
  IconSearch.displayName = 'IconSearch';
3341
3387
 
3342
- var _excluded$1I = ["testId"];
3388
+ var _excluded$1K = ["testId"];
3343
3389
  var IconSignOut = forwardRef(function (_ref, ref) {
3344
3390
  var _ref$testId = _ref.testId,
3345
3391
  testId = _ref$testId === void 0 ? 'icon-sign-out' : _ref$testId,
3346
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);
3392
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3347
3393
 
3348
3394
  return React__default.createElement("svg", Object.assign({
3349
3395
  viewBox: "0 0 20 20",
@@ -3359,11 +3405,11 @@ var IconSignOut = forwardRef(function (_ref, ref) {
3359
3405
  });
3360
3406
  IconSignOut.displayName = 'IconSignOut';
3361
3407
 
3362
- var _excluded$1J = ["testId"];
3408
+ var _excluded$1L = ["testId"];
3363
3409
  var IconSitemap = forwardRef(function (_ref, ref) {
3364
3410
  var _ref$testId = _ref.testId,
3365
3411
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
3366
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);
3412
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3367
3413
 
3368
3414
  return React__default.createElement("svg", Object.assign({
3369
3415
  viewBox: "0 0 20 20",
@@ -3381,11 +3427,11 @@ var IconSitemap = forwardRef(function (_ref, ref) {
3381
3427
  });
3382
3428
  IconSitemap.displayName = 'IconSitemap';
3383
3429
 
3384
- var _excluded$1K = ["testId"];
3430
+ var _excluded$1M = ["testId"];
3385
3431
  var IconSlidersH = forwardRef(function (_ref, ref) {
3386
3432
  var _ref$testId = _ref.testId,
3387
3433
  testId = _ref$testId === void 0 ? 'icon-sliders-h' : _ref$testId,
3388
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);
3434
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3389
3435
 
3390
3436
  return React__default.createElement("svg", Object.assign({
3391
3437
  viewBox: "0 0 20 20",
@@ -3408,11 +3454,11 @@ var IconSlidersH = forwardRef(function (_ref, ref) {
3408
3454
  });
3409
3455
  IconSlidersH.displayName = 'IconSlidersH';
3410
3456
 
3411
- var _excluded$1L = ["testId"];
3457
+ var _excluded$1N = ["testId"];
3412
3458
  var IconSort = forwardRef(function (_ref, ref) {
3413
3459
  var _ref$testId = _ref.testId,
3414
3460
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
3415
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);
3461
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3416
3462
 
3417
3463
  return React__default.createElement("svg", Object.assign({
3418
3464
  viewBox: "0 0 20 20",
@@ -3428,11 +3474,11 @@ var IconSort = forwardRef(function (_ref, ref) {
3428
3474
  });
3429
3475
  IconSort.displayName = 'IconSort';
3430
3476
 
3431
- var _excluded$1M = ["testId"];
3477
+ var _excluded$1O = ["testId"];
3432
3478
  var IconStarSolid = forwardRef(function (_ref, ref) {
3433
3479
  var _ref$testId = _ref.testId,
3434
3480
  testId = _ref$testId === void 0 ? 'icon-star-solid' : _ref$testId,
3435
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);
3481
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3436
3482
 
3437
3483
  return React__default.createElement("svg", Object.assign({
3438
3484
  viewBox: "0 0 20 20",
@@ -3448,11 +3494,11 @@ var IconStarSolid = forwardRef(function (_ref, ref) {
3448
3494
  });
3449
3495
  IconStarSolid.displayName = 'IconStarSolid';
3450
3496
 
3451
- var _excluded$1N = ["testId"];
3497
+ var _excluded$1P = ["testId"];
3452
3498
  var IconStar = forwardRef(function (_ref, ref) {
3453
3499
  var _ref$testId = _ref.testId,
3454
3500
  testId = _ref$testId === void 0 ? 'icon-star' : _ref$testId,
3455
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);
3501
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3456
3502
 
3457
3503
  return React__default.createElement("svg", Object.assign({
3458
3504
  viewBox: "0 0 20 20",
@@ -3468,11 +3514,11 @@ var IconStar = forwardRef(function (_ref, ref) {
3468
3514
  });
3469
3515
  IconStar.displayName = 'IconStar';
3470
3516
 
3471
- var _excluded$1O = ["testId"];
3517
+ var _excluded$1Q = ["testId"];
3472
3518
  var IconStickyNoteLines = forwardRef(function (_ref, ref) {
3473
3519
  var _ref$testId = _ref.testId,
3474
3520
  testId = _ref$testId === void 0 ? 'icon-sticky-note-lines' : _ref$testId,
3475
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);
3521
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3476
3522
 
3477
3523
  return React__default.createElement("svg", Object.assign({
3478
3524
  viewBox: "0 0 20 20",
@@ -3491,11 +3537,11 @@ var IconStickyNoteLines = forwardRef(function (_ref, ref) {
3491
3537
  });
3492
3538
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
3493
3539
 
3494
- var _excluded$1P = ["testId"];
3540
+ var _excluded$1R = ["testId"];
3495
3541
  var IconStopwatch = forwardRef(function (_ref, ref) {
3496
3542
  var _ref$testId = _ref.testId,
3497
3543
  testId = _ref$testId === void 0 ? 'icon-stopwatch' : _ref$testId,
3498
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);
3544
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3499
3545
 
3500
3546
  return React__default.createElement("svg", Object.assign({
3501
3547
  viewBox: "0 0 20 20",
@@ -3513,11 +3559,11 @@ var IconStopwatch = forwardRef(function (_ref, ref) {
3513
3559
  });
3514
3560
  IconStopwatch.displayName = 'IconStopwatch';
3515
3561
 
3516
- var _excluded$1Q = ["testId"];
3562
+ var _excluded$1S = ["testId"];
3517
3563
  var IconStrikethrough = forwardRef(function (_ref, ref) {
3518
3564
  var _ref$testId = _ref.testId,
3519
3565
  testId = _ref$testId === void 0 ? 'icon-strikethrough' : _ref$testId,
3520
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);
3566
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3521
3567
 
3522
3568
  return React__default.createElement("svg", Object.assign({
3523
3569
  viewBox: "0 0 20 20",
@@ -3540,11 +3586,11 @@ var IconStrikethrough = forwardRef(function (_ref, ref) {
3540
3586
  });
3541
3587
  IconStrikethrough.displayName = 'IconStrikethrough';
3542
3588
 
3543
- var _excluded$1R = ["testId"];
3589
+ var _excluded$1T = ["testId"];
3544
3590
  var IconSyncExclaimation = forwardRef(function (_ref, ref) {
3545
3591
  var _ref$testId = _ref.testId,
3546
3592
  testId = _ref$testId === void 0 ? 'icon-sync-exclaimation' : _ref$testId,
3547
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);
3593
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3548
3594
 
3549
3595
  return React__default.createElement("svg", Object.assign({
3550
3596
  viewBox: "0 0 20 20",
@@ -3560,11 +3606,11 @@ var IconSyncExclaimation = forwardRef(function (_ref, ref) {
3560
3606
  });
3561
3607
  IconSyncExclaimation.displayName = 'IconSyncExclaimation';
3562
3608
 
3563
- var _excluded$1S = ["testId"];
3609
+ var _excluded$1U = ["testId"];
3564
3610
  var IconSync = forwardRef(function (_ref, ref) {
3565
3611
  var _ref$testId = _ref.testId,
3566
3612
  testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
3567
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);
3613
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3568
3614
 
3569
3615
  return React__default.createElement("svg", Object.assign({
3570
3616
  viewBox: "0 0 20 20",
@@ -3580,11 +3626,11 @@ var IconSync = forwardRef(function (_ref, ref) {
3580
3626
  });
3581
3627
  IconSync.displayName = 'IconSync';
3582
3628
 
3583
- var _excluded$1T = ["testId"];
3629
+ var _excluded$1V = ["testId"];
3584
3630
  var IconTachometer = forwardRef(function (_ref, ref) {
3585
3631
  var _ref$testId = _ref.testId,
3586
3632
  testId = _ref$testId === void 0 ? 'icon-tachometer' : _ref$testId,
3587
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);
3633
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3588
3634
 
3589
3635
  return React__default.createElement("svg", Object.assign({
3590
3636
  xmlns: "http://www.w3.org/2000/svg",
@@ -3599,11 +3645,11 @@ var IconTachometer = forwardRef(function (_ref, ref) {
3599
3645
  });
3600
3646
  IconTachometer.displayName = 'IconTachometer';
3601
3647
 
3602
- var _excluded$1U = ["testId"];
3648
+ var _excluded$1W = ["testId"];
3603
3649
  var IconTimesOctagon = forwardRef(function (_ref, ref) {
3604
3650
  var _ref$testId = _ref.testId,
3605
3651
  testId = _ref$testId === void 0 ? 'icon-times-octagon' : _ref$testId,
3606
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);
3652
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3607
3653
 
3608
3654
  return React__default.createElement("svg", Object.assign({
3609
3655
  viewBox: "0 0 20 20",
@@ -3621,11 +3667,11 @@ var IconTimesOctagon = forwardRef(function (_ref, ref) {
3621
3667
  });
3622
3668
  IconTimesOctagon.displayName = 'IconTimesOctagon';
3623
3669
 
3624
- var _excluded$1V = ["testId"];
3670
+ var _excluded$1X = ["testId"];
3625
3671
  var IconTimes = forwardRef(function (_ref, ref) {
3626
3672
  var _ref$testId = _ref.testId,
3627
3673
  testId = _ref$testId === void 0 ? 'icon-times' : _ref$testId,
3628
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);
3674
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3629
3675
 
3630
3676
  return React__default.createElement("svg", Object.assign({
3631
3677
  viewBox: "0 0 20 20",
@@ -3643,11 +3689,11 @@ var IconTimes = forwardRef(function (_ref, ref) {
3643
3689
  });
3644
3690
  IconTimes.displayName = 'IconTimes';
3645
3691
 
3646
- var _excluded$1W = ["testId"];
3692
+ var _excluded$1Y = ["testId"];
3647
3693
  var IconTrash = forwardRef(function (_ref, ref) {
3648
3694
  var _ref$testId = _ref.testId,
3649
3695
  testId = _ref$testId === void 0 ? 'icon-trash' : _ref$testId,
3650
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);
3696
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3651
3697
 
3652
3698
  return React__default.createElement("svg", Object.assign({
3653
3699
  viewBox: "0 0 20 20",
@@ -3665,11 +3711,11 @@ var IconTrash = forwardRef(function (_ref, ref) {
3665
3711
  });
3666
3712
  IconTrash.displayName = 'IconTrash';
3667
3713
 
3668
- var _excluded$1X = ["testId"];
3714
+ var _excluded$1Z = ["testId"];
3669
3715
  var IconUnderline = forwardRef(function (_ref, ref) {
3670
3716
  var _ref$testId = _ref.testId,
3671
3717
  testId = _ref$testId === void 0 ? 'icon-underline' : _ref$testId,
3672
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);
3718
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3673
3719
 
3674
3720
  return React__default.createElement("svg", Object.assign({
3675
3721
  viewBox: "0 0 20 20",
@@ -3685,11 +3731,11 @@ var IconUnderline = forwardRef(function (_ref, ref) {
3685
3731
  });
3686
3732
  IconUnderline.displayName = 'IconUnderline';
3687
3733
 
3688
- var _excluded$1Y = ["testId"];
3734
+ var _excluded$1_ = ["testId"];
3689
3735
  var IconUndo = forwardRef(function (_ref, ref) {
3690
3736
  var _ref$testId = _ref.testId,
3691
3737
  testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
3692
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);
3738
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3693
3739
 
3694
3740
  return React__default.createElement("svg", Object.assign({
3695
3741
  viewBox: "0 0 20 20",
@@ -3705,11 +3751,11 @@ var IconUndo = forwardRef(function (_ref, ref) {
3705
3751
  });
3706
3752
  IconUndo.displayName = 'IconUndo';
3707
3753
 
3708
- var _excluded$1Z = ["testId"];
3754
+ var _excluded$1$ = ["testId"];
3709
3755
  var IconUniversity = forwardRef(function (_ref, ref) {
3710
3756
  var _ref$testId = _ref.testId,
3711
3757
  testId = _ref$testId === void 0 ? 'icon-university' : _ref$testId,
3712
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);
3758
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3713
3759
 
3714
3760
  return React__default.createElement("svg", Object.assign({
3715
3761
  viewBox: "0 0 20 20",
@@ -3732,11 +3778,11 @@ var IconUniversity = forwardRef(function (_ref, ref) {
3732
3778
  });
3733
3779
  IconUniversity.displayName = 'IconUniversity';
3734
3780
 
3735
- var _excluded$1_ = ["testId"];
3781
+ var _excluded$20 = ["testId"];
3736
3782
  var IconUserComputer = forwardRef(function (_ref, ref) {
3737
3783
  var _ref$testId = _ref.testId,
3738
3784
  testId = _ref$testId === void 0 ? 'icon-user-computer' : _ref$testId,
3739
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);
3785
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3740
3786
 
3741
3787
  return React__default.createElement("svg", Object.assign({
3742
3788
  viewBox: "0 0 20 20",
@@ -3763,11 +3809,11 @@ var IconUserComputer = forwardRef(function (_ref, ref) {
3763
3809
  });
3764
3810
  IconUserComputer.displayName = 'IconUserComputer';
3765
3811
 
3766
- var _excluded$1$ = ["testId"];
3812
+ var _excluded$21 = ["testId"];
3767
3813
  var IconUserFriends = forwardRef(function (_ref, ref) {
3768
3814
  var _ref$testId = _ref.testId,
3769
3815
  testId = _ref$testId === void 0 ? 'icon-user-friends' : _ref$testId,
3770
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);
3816
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3771
3817
 
3772
3818
  return React__default.createElement("svg", Object.assign({
3773
3819
  viewBox: "0 0 20 20",
@@ -3783,11 +3829,11 @@ var IconUserFriends = forwardRef(function (_ref, ref) {
3783
3829
  });
3784
3830
  IconUserFriends.displayName = 'IconUserFriends';
3785
3831
 
3786
- var _excluded$20 = ["testId"];
3832
+ var _excluded$22 = ["testId"];
3787
3833
  var IconUserLight = forwardRef(function (_ref, ref) {
3788
3834
  var _ref$testId = _ref.testId,
3789
3835
  testId = _ref$testId === void 0 ? 'icon-user-light' : _ref$testId,
3790
- props = _objectWithoutPropertiesLoose(_ref, _excluded$20);
3836
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3791
3837
 
3792
3838
  return React__default.createElement("svg", Object.assign({
3793
3839
  viewBox: "0 0 20 20",
@@ -3805,11 +3851,11 @@ var IconUserLight = forwardRef(function (_ref, ref) {
3805
3851
  });
3806
3852
  IconUserLight.displayName = 'IconUserLight';
3807
3853
 
3808
- var _excluded$21 = ["testId"];
3854
+ var _excluded$23 = ["testId"];
3809
3855
  var IconUserPlus = forwardRef(function (_ref, ref) {
3810
3856
  var _ref$testId = _ref.testId,
3811
3857
  testId = _ref$testId === void 0 ? 'icon-user-plus' : _ref$testId,
3812
- props = _objectWithoutPropertiesLoose(_ref, _excluded$21);
3858
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3813
3859
 
3814
3860
  return React__default.createElement("svg", Object.assign({
3815
3861
  viewBox: "0 0 20 20",
@@ -3825,11 +3871,11 @@ var IconUserPlus = forwardRef(function (_ref, ref) {
3825
3871
  });
3826
3872
  IconUserPlus.displayName = 'IconUserPlus';
3827
3873
 
3828
- var _excluded$22 = ["testId"];
3874
+ var _excluded$24 = ["testId"];
3829
3875
  var IconUserSlash = forwardRef(function (_ref, ref) {
3830
3876
  var _ref$testId = _ref.testId,
3831
3877
  testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
3832
- props = _objectWithoutPropertiesLoose(_ref, _excluded$22);
3878
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
3833
3879
 
3834
3880
  return React__default.createElement("svg", Object.assign({
3835
3881
  viewBox: "0 0 20 20",
@@ -3852,11 +3898,11 @@ var IconUserSlash = forwardRef(function (_ref, ref) {
3852
3898
  });
3853
3899
  IconUserSlash.displayName = 'IconUserSlash';
3854
3900
 
3855
- var _excluded$23 = ["testId"];
3901
+ var _excluded$25 = ["testId"];
3856
3902
  var IconUserSolid = forwardRef(function (_ref, ref) {
3857
3903
  var _ref$testId = _ref.testId,
3858
3904
  testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
3859
- props = _objectWithoutPropertiesLoose(_ref, _excluded$23);
3905
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3860
3906
 
3861
3907
  return React__default.createElement("svg", Object.assign({
3862
3908
  viewBox: "0 0 20 20",
@@ -3872,11 +3918,11 @@ var IconUserSolid = forwardRef(function (_ref, ref) {
3872
3918
  });
3873
3919
  IconUserSolid.displayName = 'IconUserSolid';
3874
3920
 
3875
- var _excluded$24 = ["testId"];
3921
+ var _excluded$26 = ["testId"];
3876
3922
  var IconUserTag = forwardRef(function (_ref, ref) {
3877
3923
  var _ref$testId = _ref.testId,
3878
3924
  testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
3879
- props = _objectWithoutPropertiesLoose(_ref, _excluded$24);
3925
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
3880
3926
 
3881
3927
  return React__default.createElement("svg", Object.assign({
3882
3928
  viewBox: "0 0 20 20",
@@ -3894,11 +3940,11 @@ var IconUserTag = forwardRef(function (_ref, ref) {
3894
3940
  });
3895
3941
  IconUserTag.displayName = 'IconUserTag';
3896
3942
 
3897
- var _excluded$25 = ["testId"];
3943
+ var _excluded$27 = ["testId"];
3898
3944
  var IconUserTie = forwardRef(function (_ref, ref) {
3899
3945
  var _ref$testId = _ref.testId,
3900
3946
  testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
3901
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3947
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
3902
3948
 
3903
3949
  return React__default.createElement("svg", Object.assign({
3904
3950
  viewBox: "0 0 20 20",
@@ -3914,11 +3960,11 @@ var IconUserTie = forwardRef(function (_ref, ref) {
3914
3960
  });
3915
3961
  IconUserTie.displayName = 'IconUserTie';
3916
3962
 
3917
- var _excluded$26 = ["testId"];
3963
+ var _excluded$28 = ["testId"];
3918
3964
  var IconUsers = forwardRef(function (_ref, ref) {
3919
3965
  var _ref$testId = _ref.testId,
3920
3966
  testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
3921
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
3967
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
3922
3968
 
3923
3969
  return React__default.createElement("svg", Object.assign({
3924
3970
  viewBox: "0 0 20 20",
@@ -3934,11 +3980,11 @@ var IconUsers = forwardRef(function (_ref, ref) {
3934
3980
  });
3935
3981
  IconUsers.displayName = 'IconUsers';
3936
3982
 
3937
- var _excluded$27 = ["testId"];
3983
+ var _excluded$29 = ["testId"];
3938
3984
  var IconVideo = forwardRef(function (_ref, ref) {
3939
3985
  var _ref$testId = _ref.testId,
3940
3986
  testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
3941
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
3987
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
3942
3988
 
3943
3989
  return React__default.createElement("svg", Object.assign({
3944
3990
  viewBox: "0 0 20 20",
@@ -3954,11 +4000,11 @@ var IconVideo = forwardRef(function (_ref, ref) {
3954
4000
  });
3955
4001
  IconVideo.displayName = 'IconVideo';
3956
4002
 
3957
- var _excluded$28 = ["testId"];
4003
+ var _excluded$2a = ["testId"];
3958
4004
  var IconVolumeMute = forwardRef(function (_ref, ref) {
3959
4005
  var _ref$testId = _ref.testId,
3960
4006
  testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
3961
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
4007
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
3962
4008
 
3963
4009
  return React__default.createElement("svg", Object.assign({
3964
4010
  viewBox: "0 0 20 20",
@@ -3974,11 +4020,11 @@ var IconVolumeMute = forwardRef(function (_ref, ref) {
3974
4020
  });
3975
4021
  IconVolumeMute.displayName = 'IconVolumeMute';
3976
4022
 
3977
- var _excluded$29 = ["testId"];
4023
+ var _excluded$2b = ["testId"];
3978
4024
  var IconVolume = forwardRef(function (_ref, ref) {
3979
4025
  var _ref$testId = _ref.testId,
3980
4026
  testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
3981
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
4027
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
3982
4028
 
3983
4029
  return React__default.createElement("svg", Object.assign({
3984
4030
  viewBox: "0 0 20 20",
@@ -3994,11 +4040,11 @@ var IconVolume = forwardRef(function (_ref, ref) {
3994
4040
  });
3995
4041
  IconVolume.displayName = 'IconVolume';
3996
4042
 
3997
- var _excluded$2a = ["testId"];
4043
+ var _excluded$2c = ["testId"];
3998
4044
  var IconWrench = forwardRef(function (_ref, ref) {
3999
4045
  var _ref$testId = _ref.testId,
4000
4046
  testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
4001
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
4047
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
4002
4048
 
4003
4049
  return React__default.createElement("svg", Object.assign({
4004
4050
  viewBox: "0 0 20 20",
@@ -4357,7 +4403,7 @@ var ActionsCell = function ActionsCell(_ref) {
4357
4403
  }));
4358
4404
  };
4359
4405
 
4360
- var _excluded$2b = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "testId"];
4406
+ var _excluded$2d = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "testId"];
4361
4407
 
4362
4408
  var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
4363
4409
  var _classnames;
@@ -4371,7 +4417,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
4371
4417
  _ref$hasDefaultPaddin = _ref.hasDefaultPadding,
4372
4418
  hasDefaultPadding = _ref$hasDefaultPaddin === void 0 ? true : _ref$hasDefaultPaddin,
4373
4419
  testId = _ref.testId,
4374
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
4420
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
4375
4421
 
4376
4422
  var _useDataTableContext = useDataTableContext(),
4377
4423
  columns = _useDataTableContext.columns,
@@ -5821,6 +5867,8 @@ var styles$s = {"form--standard-size":"_3CaV0"};
5821
5867
 
5822
5868
  var styles$t = {"card":"_29ZIp","card__body":"_3Q8NT","card__body--interactive":"_2Fah6","card--focus":"_SGno0","card__body--focus":"_1zqRN","card__body--with-kebab":"_3Hwms","card__kebab":"_TmEUS"};
5823
5869
 
5870
+ var _excluded$2e = ["children", "onClick", "isSelected", "actions", "testId"];
5871
+
5824
5872
  var Card = function Card(_ref) {
5825
5873
  var _classnames, _classnames2;
5826
5874
 
@@ -5829,9 +5877,13 @@ var Card = function Card(_ref) {
5829
5877
  _ref$isSelected = _ref.isSelected,
5830
5878
  isSelected = _ref$isSelected === void 0 ? false : _ref$isSelected,
5831
5879
  actions = _ref.actions,
5832
- testId = _ref.testId;
5880
+ testId = _ref.testId,
5881
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
5882
+
5883
+ var positionStyles = usePositionStyles(positionProps);
5833
5884
  return React__default.createElement("div", {
5834
- className: classnames(styles$t['card'])
5885
+ className: classnames(styles$t['card']),
5886
+ style: positionStyles
5835
5887
  }, onClick ? React__default.createElement("button", {
5836
5888
  className: classnames(styles$t['card__body'], styles$t['card__body--interactive'], (_classnames = {}, _classnames[styles$t['card__body--focus']] = isSelected, _classnames[styles$t['card__body--with-kebab']] = actions, _classnames)),
5837
5889
  "data-testid": testId,
@@ -5872,7 +5924,7 @@ var ALIGNMENTS = {
5872
5924
 
5873
5925
  var styles$u = {"text":"_3CIA3","text__body":"_1nnj8","text__caption":"_37K6o","text__insight":"_avqxy","text--bold":"_2TG6E","text--italic":"_2hlsn","text--underline":"_1Pjo6","text--monospace":"_eDdDI","text--align-left":"_2gNwS","text--align-right":"_ufv1W","text--align-center":"_2WMN6","text--align-justify":"_2iH-J"};
5874
5926
 
5875
- var _excluded$2c = ["children", "as", "emphasis", "alignment", "color", "testId"];
5927
+ var _excluded$2f = ["children", "as", "emphasis", "alignment", "color", "testId"];
5876
5928
 
5877
5929
  var Text = function Text(_ref) {
5878
5930
  var _classnames;
@@ -5884,7 +5936,7 @@ var Text = function Text(_ref) {
5884
5936
  alignment = _ref.alignment,
5885
5937
  color = _ref.color,
5886
5938
  testId = _ref.testId,
5887
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
5939
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
5888
5940
 
5889
5941
  var positionStyles = usePositionStyles(positionProps);
5890
5942
  var elementProps = {
@@ -6354,12 +6406,12 @@ var useTextField = function useTextField(_ref) {
6354
6406
  };
6355
6407
  };
6356
6408
 
6357
- var _excluded$2d = ["prefix", "suffix"];
6409
+ var _excluded$2g = ["prefix", "suffix"];
6358
6410
 
6359
6411
  var TextFieldElement = function TextFieldElement(_ref, ref) {
6360
6412
  var prefix = _ref.prefix,
6361
6413
  suffix = _ref.suffix,
6362
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
6414
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
6363
6415
 
6364
6416
  var _useTextField = useTextField(_extends({}, props, {
6365
6417
  ref: ref
@@ -7118,11 +7170,11 @@ var getSelectStyles$1 = function getSelectStyles(_ref) {
7118
7170
  };
7119
7171
  };
7120
7172
 
7121
- var _excluded$2e = ["children"];
7173
+ var _excluded$2h = ["children"];
7122
7174
 
7123
7175
  function CustomOption(_ref) {
7124
7176
  var children = _ref.children,
7125
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
7177
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
7126
7178
 
7127
7179
  var UserCustomOption = props.selectProps.componentsProps.UserCustomOption;
7128
7180
  return React__default.createElement(components.Option, Object.assign({}, props), React__default.createElement(UserCustomOption, Object.assign({}, props), children));
@@ -7236,13 +7288,13 @@ var MultiSelectField = function MultiSelectField(_ref) {
7236
7288
 
7237
7289
  var styles$J = {"custom-control":"_1cDCR"};
7238
7290
 
7239
- var _excluded$2f = ["children"];
7291
+ var _excluded$2i = ["children"];
7240
7292
 
7241
7293
  function CustomControl(_ref) {
7242
7294
  var _props$getValue;
7243
7295
 
7244
7296
  var children = _ref.children,
7245
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
7297
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
7246
7298
 
7247
7299
  var SelectedOptionPrefix = props.selectProps.componentsProps.SelectedOptionPrefix;
7248
7300
  var selectedOption = (_props$getValue = props.getValue()) === null || _props$getValue === void 0 ? void 0 : _props$getValue[0];
@@ -7262,11 +7314,11 @@ function CustomControl(_ref) {
7262
7314
 
7263
7315
  var styles$K = {"custom-menu-text-field":"_2-zhH","custom-menu-hr":"_3sdnK","custom-menu-div":"_2F1jP"};
7264
7316
 
7265
- var _excluded$2g = ["children"];
7317
+ var _excluded$2j = ["children"];
7266
7318
 
7267
7319
  function CustomMenu(_ref) {
7268
7320
  var children = _ref.children,
7269
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
7321
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
7270
7322
 
7271
7323
  var _props$selectProps$co = props.selectProps.componentsProps,
7272
7324
  creatableButton = _props$selectProps$co.creatableButton,
@@ -7481,13 +7533,13 @@ var SelectField = function SelectField(props) {
7481
7533
 
7482
7534
  var styles$L = {"custom-list":"_uC4zU"};
7483
7535
 
7484
- var _excluded$2h = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
7536
+ var _excluded$2k = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
7485
7537
 
7486
7538
  var CustomList = function CustomList(_ref) {
7487
7539
  var children = _ref.children,
7488
7540
  hasMoreOptions = _ref.hasMoreOptions,
7489
7541
  hasMoreOptionsFirstLoad = _ref.hasMoreOptionsFirstLoad,
7490
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
7542
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
7491
7543
 
7492
7544
  var showFooter = hasMoreOptions;
7493
7545
 
@@ -7502,11 +7554,11 @@ var CustomList = function CustomList(_ref) {
7502
7554
  }, getLocalizedString('main.START_TYPING_TO_SEE_MORE_OPTIONS')))));
7503
7555
  };
7504
7556
 
7505
- var _excluded$2i = ["loadOptions"];
7557
+ var _excluded$2l = ["loadOptions"];
7506
7558
 
7507
7559
  var AsyncSelectField = function AsyncSelectField(_ref) {
7508
7560
  var loadOptions = _ref.loadOptions,
7509
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
7561
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
7510
7562
 
7511
7563
  var _useState = useState(false),
7512
7564
  hasMoreOptions = _useState[0],
@@ -8294,14 +8346,14 @@ var WeekField = function WeekField(_ref) {
8294
8346
  })));
8295
8347
  };
8296
8348
 
8297
- var _excluded$2j = ["placeholder", "autoComplete"];
8349
+ var _excluded$2m = ["placeholder", "autoComplete"];
8298
8350
 
8299
8351
  var TimeFieldElement = function TimeFieldElement(_ref, ref) {
8300
8352
  var _ref$placeholder = _ref.placeholder,
8301
8353
  placeholder = _ref$placeholder === void 0 ? '9am' : _ref$placeholder,
8302
8354
  _ref$autoComplete = _ref.autoComplete,
8303
8355
  autoComplete = _ref$autoComplete === void 0 ? 'off' : _ref$autoComplete,
8304
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
8356
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
8305
8357
 
8306
8358
  var _useTextField = useTextField(_extends({}, allOtherProps, {
8307
8359
  placeholder: placeholder,
@@ -8322,12 +8374,12 @@ var TimeFieldElement = function TimeFieldElement(_ref, ref) {
8322
8374
 
8323
8375
  var TimeField = forwardRef(TimeFieldElement);
8324
8376
 
8325
- var _excluded$2k = ["currencySymbol"];
8377
+ var _excluded$2n = ["currencySymbol"];
8326
8378
 
8327
8379
  var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
8328
8380
  var _ref$currencySymbol = _ref.currencySymbol,
8329
8381
  currencySymbol = _ref$currencySymbol === void 0 ? "$" : _ref$currencySymbol,
8330
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
8382
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
8331
8383
 
8332
8384
  var _useTextField = useTextField(_extends({}, allOtherProps, {
8333
8385
  ref: ref
@@ -8360,7 +8412,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
8360
8412
 
8361
8413
  var CurrencyField = forwardRef(CurrencyFieldElement);
8362
8414
 
8363
- var _excluded$2l = ["max", "min", "precision", "stepSize"];
8415
+ var _excluded$2o = ["max", "min", "precision", "stepSize"];
8364
8416
 
8365
8417
  var PercentageElement = function PercentageElement(_ref, ref) {
8366
8418
  var _ref$max = _ref.max,
@@ -8371,7 +8423,7 @@ var PercentageElement = function PercentageElement(_ref, ref) {
8371
8423
  precision = _ref$precision === void 0 ? 0 : _ref$precision,
8372
8424
  _ref$stepSize = _ref.stepSize,
8373
8425
  stepSize = _ref$stepSize === void 0 ? 1 : _ref$stepSize,
8374
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
8426
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
8375
8427
 
8376
8428
  var _useTextField = useTextField(_extends({}, allOtherProps, {
8377
8429
  ref: ref
@@ -8552,6 +8604,8 @@ var InlineBannerIcon = function InlineBannerIcon(_ref) {
8552
8604
  }
8553
8605
  };
8554
8606
 
8607
+ var _excluded$2p = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
8608
+
8555
8609
  var InlineBanner = function InlineBanner(_ref) {
8556
8610
  var _classnames, _classnames2;
8557
8611
 
@@ -8563,13 +8617,17 @@ var InlineBanner = function InlineBanner(_ref) {
8563
8617
  caption = _ref.caption,
8564
8618
  primaryButton = _ref.primaryButton,
8565
8619
  secondaryButton = _ref.secondaryButton,
8566
- testId = _ref.testId;
8620
+ testId = _ref.testId,
8621
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
8622
+
8623
+ var positionStyles = usePositionStyles(positionProps);
8567
8624
  var multiLine = !!title;
8568
8625
  var dismissable = !!onClose;
8569
8626
  var Layout = multiLine ? Stack : Inline;
8570
8627
  return React__default.createElement("div", {
8571
8628
  "data-testid": testId,
8572
- className: classnames(styles$N['banner'], (_classnames = {}, _classnames[styles$N['banner--info']] = theme === BANNER_THEME.INFO, _classnames[styles$N['banner--warning']] = theme === BANNER_THEME.WARNING, _classnames[styles$N['banner--success']] = theme === BANNER_THEME.SUCCESS, _classnames[styles$N['banner--danger']] = theme === BANNER_THEME.DANGER, _classnames[styles$N['banner--upsell']] = theme === BANNER_THEME.UPSELL, _classnames[styles$N['banner--single-line']] = !multiLine, _classnames))
8629
+ className: classnames(styles$N['banner'], (_classnames = {}, _classnames[styles$N['banner--info']] = theme === BANNER_THEME.INFO, _classnames[styles$N['banner--warning']] = theme === BANNER_THEME.WARNING, _classnames[styles$N['banner--success']] = theme === BANNER_THEME.SUCCESS, _classnames[styles$N['banner--danger']] = theme === BANNER_THEME.DANGER, _classnames[styles$N['banner--upsell']] = theme === BANNER_THEME.UPSELL, _classnames[styles$N['banner--single-line']] = !multiLine, _classnames)),
8630
+ style: positionStyles
8573
8631
  }, React__default.createElement(Inline, {
8574
8632
  alignItems: multiLine ? undefined : 'center',
8575
8633
  flex: ['0 1 auto', 1],
@@ -8781,7 +8839,7 @@ var ProgressBar = function ProgressBar(_ref) {
8781
8839
 
8782
8840
  var styles$S = {"badge":"_2f81N","badge--warning":"_2g1GI","badge--danger":"_2zLnM","badge--success":"_27QOo","badge--info":"_2gmsM"};
8783
8841
 
8784
- var _excluded$2m = ["children", "theme", "title", "testId"];
8842
+ var _excluded$2q = ["children", "theme", "title", "testId"];
8785
8843
 
8786
8844
  var Badge = function Badge(_ref, forwardedRef) {
8787
8845
  var _classnames;
@@ -8790,7 +8848,7 @@ var Badge = function Badge(_ref, forwardedRef) {
8790
8848
  theme = _ref.theme,
8791
8849
  title = _ref.title,
8792
8850
  testId = _ref.testId,
8793
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
8851
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
8794
8852
 
8795
8853
  var internalRef = useRef(null);
8796
8854
  var ref = forwardedRef || internalRef;
@@ -8992,5 +9050,5 @@ var Italic = function Italic(_ref) {
8992
9050
  }, children);
8993
9051
  };
8994
9052
 
8995
- export { AsyncSelectField, Avatar, Badge$1 as Badge, Bold, BreadcrumbItem, Breadcrumbs, Button$1 as Button, Calendar, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Form, FormFeedback, FormFooter, FormRow, FormSection, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMinus, IconMinusCircle, IconMoneyBill, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, PaginationControls, PasswordField, PercentageField, PersistentBanner, Pill, PillSelectField, ProgressBar, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, Underline, WeekField, toast };
9053
+ export { AsyncSelectField, Avatar, Badge$1 as Badge, Bold, BreadcrumbItem, Breadcrumbs, Button$1 as Button, Calendar, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Form, FormFeedback, FormFooter, FormRow, FormSection, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, PaginationControls, PasswordField, PercentageField, PersistentBanner, Pill, PillSelectField, ProgressBar, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, Underline, WeekField, toast };
8996
9054
  //# sourceMappingURL=index.modern.js.map