@7shifts/sous-chef 4.10.3 → 4.11.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.
@@ -28,6 +28,8 @@ import differenceInCalendarWeeks from 'date-fns/differenceInCalendarWeeks';
28
28
  const COLORS = {
29
29
  'white': 'var(--color-white)',
30
30
  'black': 'var(--color-black)',
31
+ 'eggshell': 'var(--color-eggshell)',
32
+ 'coal': 'var(--color-coal)',
31
33
  'tangerine-100': 'var(--color-tangerine-100)',
32
34
  'tangerine-200': 'var(--color-tangerine-200)',
33
35
  'tangerine-300': 'var(--color-tangerine-300)',
@@ -311,7 +313,7 @@ const capitalizeFirstLetter = text => {
311
313
  };
312
314
  const kebabize = str => str.replace(/[A-Z]+(?![a-z])|[A-Z]/g, ($, ofs) => (ofs ? '-' : '') + $.toLowerCase());
313
315
 
314
- const _excluded$er = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
316
+ const _excluded$es = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
315
317
  const getPositionProps = _ref => {
316
318
  let {
317
319
  m,
@@ -325,7 +327,7 @@ const getPositionProps = _ref => {
325
327
  ml,
326
328
  marginLeft
327
329
  } = _ref,
328
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$er);
330
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$es);
329
331
  return {
330
332
  positionProps: {
331
333
  m,
@@ -361,7 +363,7 @@ const getDataProps = (props, config) => {
361
363
  });
362
364
  };
363
365
 
364
- const _excluded$eq = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
366
+ const _excluded$er = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
365
367
  /**
366
368
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
367
369
  */
@@ -380,7 +382,7 @@ const Flex = _ref => {
380
382
  testId,
381
383
  extraClass
382
384
  } = _ref,
383
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$eq);
385
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$er);
384
386
  const {
385
387
  positionProps,
386
388
  otherProps
@@ -421,7 +423,7 @@ const Flex = _ref => {
421
423
  }, child)));
422
424
  };
423
425
 
424
- const _excluded$ep = ["alignItems"];
426
+ const _excluded$eq = ["alignItems"];
425
427
  /**
426
428
  * Layout component to easily stack elements up in a column.
427
429
  */
@@ -429,7 +431,7 @@ const Stack = _ref => {
429
431
  let {
430
432
  alignItems = 'stretch'
431
433
  } = _ref,
432
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ep);
434
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eq);
433
435
  return React.createElement(Flex, _extends({}, props, {
434
436
  alignItems: alignItems,
435
437
  direction: "column"
@@ -438,7 +440,7 @@ const Stack = _ref => {
438
440
 
439
441
  var styles$1J = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
440
442
 
441
- const _excluded$eo = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
443
+ const _excluded$ep = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
442
444
  /**
443
445
  * Used when you want to allow the user to turn some information ON and OFF.
444
446
  *
@@ -454,7 +456,7 @@ const Toggle = _ref => {
454
456
  id,
455
457
  testId
456
458
  } = _ref,
457
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$eo);
459
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ep);
458
460
  const {
459
461
  dataProps
460
462
  } = getDataProps(otherProps);
@@ -982,7 +984,7 @@ const COMPONENT_NAMES = {
982
984
  BUTTON: 'BUTTON'
983
985
  };
984
986
 
985
- const _excluded$en = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
987
+ const _excluded$eo = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
986
988
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
987
989
  const ButtonComponent = (_ref, ref) => {
988
990
  let {
@@ -1004,7 +1006,7 @@ const ButtonComponent = (_ref, ref) => {
1004
1006
  testId,
1005
1007
  size
1006
1008
  } = _ref,
1007
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$en);
1009
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$eo);
1008
1010
  const {
1009
1011
  positionProps,
1010
1012
  otherProps
@@ -1147,7 +1149,7 @@ const useIsInsideComponent = parentComponentName => {
1147
1149
  return componentName === parentComponentName;
1148
1150
  };
1149
1151
 
1150
- const _excluded$em = ["testId", "size", "color", "style", "variant"];
1152
+ const _excluded$en = ["testId", "size", "color", "style", "variant"];
1151
1153
  const IconArrowDown = forwardRef((_ref, ref) => {
1152
1154
  let {
1153
1155
  testId = 'icon-arrow-down',
@@ -1156,7 +1158,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1156
1158
  style,
1157
1159
  variant = 'outline'
1158
1160
  } = _ref,
1159
- props = _objectWithoutPropertiesLoose(_ref, _excluded$em);
1161
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$en);
1160
1162
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1161
1163
  const styleProps = {
1162
1164
  size: !size && isInsideButton ? 'medium' : size,
@@ -1194,7 +1196,7 @@ const IconArrowDown = forwardRef((_ref, ref) => {
1194
1196
  });
1195
1197
  IconArrowDown.displayName = 'IconArrowDown';
1196
1198
 
1197
- const _excluded$el = ["testId", "size", "color", "style", "variant"];
1199
+ const _excluded$em = ["testId", "size", "color", "style", "variant"];
1198
1200
  const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1199
1201
  let {
1200
1202
  testId = 'icon-arrow-down-wide-short',
@@ -1203,7 +1205,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1203
1205
  style,
1204
1206
  variant = 'outline'
1205
1207
  } = _ref,
1206
- props = _objectWithoutPropertiesLoose(_ref, _excluded$el);
1208
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$em);
1207
1209
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1208
1210
  const styleProps = {
1209
1211
  size: !size && isInsideButton ? 'medium' : size,
@@ -1239,7 +1241,7 @@ const IconArrowDownWideShort = forwardRef((_ref, ref) => {
1239
1241
  });
1240
1242
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1241
1243
 
1242
- const _excluded$ek = ["testId", "size", "color", "style", "variant"];
1244
+ const _excluded$el = ["testId", "size", "color", "style", "variant"];
1243
1245
  const IconArrowLeft = forwardRef((_ref, ref) => {
1244
1246
  let {
1245
1247
  testId = 'icon-arrow-left',
@@ -1248,7 +1250,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1248
1250
  style,
1249
1251
  variant = 'outline'
1250
1252
  } = _ref,
1251
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
1253
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$el);
1252
1254
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1253
1255
  const styleProps = {
1254
1256
  size: !size && isInsideButton ? 'medium' : size,
@@ -1286,7 +1288,7 @@ const IconArrowLeft = forwardRef((_ref, ref) => {
1286
1288
  });
1287
1289
  IconArrowLeft.displayName = 'IconArrowLeft';
1288
1290
 
1289
- const _excluded$ej = ["testId", "size", "color", "style", "variant"];
1291
+ const _excluded$ek = ["testId", "size", "color", "style", "variant"];
1290
1292
  const IconArrowLeftRight = forwardRef((_ref, ref) => {
1291
1293
  let {
1292
1294
  testId = 'icon-arrow-left-right',
@@ -1295,7 +1297,7 @@ const IconArrowLeftRight = forwardRef((_ref, ref) => {
1295
1297
  style,
1296
1298
  variant = 'outline'
1297
1299
  } = _ref,
1298
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
1300
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
1299
1301
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1300
1302
  const styleProps = {
1301
1303
  size: !size && isInsideButton ? 'medium' : size,
@@ -1331,7 +1333,7 @@ const IconArrowLeftRight = forwardRef((_ref, ref) => {
1331
1333
  });
1332
1334
  IconArrowLeftRight.displayName = 'IconArrowLeftRight';
1333
1335
 
1334
- const _excluded$ei = ["testId", "size", "color", "style", "variant"];
1336
+ const _excluded$ej = ["testId", "size", "color", "style", "variant"];
1335
1337
  const IconArrowRight = forwardRef((_ref, ref) => {
1336
1338
  let {
1337
1339
  testId = 'icon-arrow-right',
@@ -1340,7 +1342,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1340
1342
  style,
1341
1343
  variant = 'outline'
1342
1344
  } = _ref,
1343
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
1345
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
1344
1346
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1345
1347
  const styleProps = {
1346
1348
  size: !size && isInsideButton ? 'medium' : size,
@@ -1378,7 +1380,7 @@ const IconArrowRight = forwardRef((_ref, ref) => {
1378
1380
  });
1379
1381
  IconArrowRight.displayName = 'IconArrowRight';
1380
1382
 
1381
- const _excluded$eh = ["testId", "size", "color", "style", "variant"];
1383
+ const _excluded$ei = ["testId", "size", "color", "style", "variant"];
1382
1384
  const IconArrowToTop = forwardRef((_ref, ref) => {
1383
1385
  let {
1384
1386
  testId = 'icon-arrow-to-top',
@@ -1387,7 +1389,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1387
1389
  style,
1388
1390
  variant = 'outline'
1389
1391
  } = _ref,
1390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
1392
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
1391
1393
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1392
1394
  const styleProps = {
1393
1395
  size: !size && isInsideButton ? 'medium' : size,
@@ -1423,7 +1425,7 @@ const IconArrowToTop = forwardRef((_ref, ref) => {
1423
1425
  });
1424
1426
  IconArrowToTop.displayName = 'IconArrowToTop';
1425
1427
 
1426
- const _excluded$eg = ["testId", "size", "color", "style", "variant"];
1428
+ const _excluded$eh = ["testId", "size", "color", "style", "variant"];
1427
1429
  const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1428
1430
  let {
1429
1431
  testId = 'icon-arrow-turn-down-right',
@@ -1432,7 +1434,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1432
1434
  style,
1433
1435
  variant = 'outline'
1434
1436
  } = _ref,
1435
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1437
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
1436
1438
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1437
1439
  const styleProps = {
1438
1440
  size: !size && isInsideButton ? 'medium' : size,
@@ -1483,7 +1485,7 @@ const IconArrowTurnDownRight = forwardRef((_ref, ref) => {
1483
1485
  });
1484
1486
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1485
1487
 
1486
- const _excluded$ef = ["testId", "size", "color", "style", "variant"];
1488
+ const _excluded$eg = ["testId", "size", "color", "style", "variant"];
1487
1489
  const IconArrowUp = forwardRef((_ref, ref) => {
1488
1490
  let {
1489
1491
  testId = 'icon-arrow-up',
@@ -1492,7 +1494,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1492
1494
  style,
1493
1495
  variant = 'outline'
1494
1496
  } = _ref,
1495
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1497
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1496
1498
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1497
1499
  const styleProps = {
1498
1500
  size: !size && isInsideButton ? 'medium' : size,
@@ -1530,7 +1532,7 @@ const IconArrowUp = forwardRef((_ref, ref) => {
1530
1532
  });
1531
1533
  IconArrowUp.displayName = 'IconArrowUp';
1532
1534
 
1533
- const _excluded$ee = ["testId", "size", "color", "style", "variant"];
1535
+ const _excluded$ef = ["testId", "size", "color", "style", "variant"];
1534
1536
  const IconChevronDown = forwardRef((_ref, ref) => {
1535
1537
  let {
1536
1538
  testId = 'icon-chevron-down',
@@ -1539,7 +1541,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
1539
1541
  style,
1540
1542
  variant = 'outline'
1541
1543
  } = _ref,
1542
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1544
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1543
1545
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1544
1546
  const styleProps = {
1545
1547
  size: !size && isInsideButton ? 'medium' : size,
@@ -1577,7 +1579,7 @@ const IconChevronDown = forwardRef((_ref, ref) => {
1577
1579
  });
1578
1580
  IconChevronDown.displayName = 'IconChevronDown';
1579
1581
 
1580
- const _excluded$ed = ["testId", "size", "color", "style", "variant"];
1582
+ const _excluded$ee = ["testId", "size", "color", "style", "variant"];
1581
1583
  const IconChevronLeft = forwardRef((_ref, ref) => {
1582
1584
  let {
1583
1585
  testId = 'icon-chevron-left',
@@ -1586,7 +1588,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
1586
1588
  style,
1587
1589
  variant = 'outline'
1588
1590
  } = _ref,
1589
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1591
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1590
1592
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1591
1593
  const styleProps = {
1592
1594
  size: !size && isInsideButton ? 'medium' : size,
@@ -1624,7 +1626,7 @@ const IconChevronLeft = forwardRef((_ref, ref) => {
1624
1626
  });
1625
1627
  IconChevronLeft.displayName = 'IconChevronLeft';
1626
1628
 
1627
- const _excluded$ec = ["testId", "size", "color", "style", "variant"];
1629
+ const _excluded$ed = ["testId", "size", "color", "style", "variant"];
1628
1630
  const IconChevronRight = forwardRef((_ref, ref) => {
1629
1631
  let {
1630
1632
  testId = 'icon-chevron-right',
@@ -1633,7 +1635,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
1633
1635
  style,
1634
1636
  variant = 'outline'
1635
1637
  } = _ref,
1636
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1638
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1637
1639
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1638
1640
  const styleProps = {
1639
1641
  size: !size && isInsideButton ? 'medium' : size,
@@ -1671,7 +1673,7 @@ const IconChevronRight = forwardRef((_ref, ref) => {
1671
1673
  });
1672
1674
  IconChevronRight.displayName = 'IconChevronRight';
1673
1675
 
1674
- const _excluded$eb = ["testId", "size", "color", "style", "variant"];
1676
+ const _excluded$ec = ["testId", "size", "color", "style", "variant"];
1675
1677
  const IconChevronUp = forwardRef((_ref, ref) => {
1676
1678
  let {
1677
1679
  testId = 'icon-chevron-up',
@@ -1680,7 +1682,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
1680
1682
  style,
1681
1683
  variant = 'outline'
1682
1684
  } = _ref,
1683
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1685
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1684
1686
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1685
1687
  const styleProps = {
1686
1688
  size: !size && isInsideButton ? 'medium' : size,
@@ -1718,7 +1720,7 @@ const IconChevronUp = forwardRef((_ref, ref) => {
1718
1720
  });
1719
1721
  IconChevronUp.displayName = 'IconChevronUp';
1720
1722
 
1721
- const _excluded$ea = ["testId", "size", "color", "style", "variant"];
1723
+ const _excluded$eb = ["testId", "size", "color", "style", "variant"];
1722
1724
  const IconExpand = forwardRef((_ref, ref) => {
1723
1725
  let {
1724
1726
  testId = 'icon-expand',
@@ -1727,7 +1729,7 @@ const IconExpand = forwardRef((_ref, ref) => {
1727
1729
  style,
1728
1730
  variant = 'outline'
1729
1731
  } = _ref,
1730
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1732
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1731
1733
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1732
1734
  const styleProps = {
1733
1735
  size: !size && isInsideButton ? 'medium' : size,
@@ -1763,7 +1765,7 @@ const IconExpand = forwardRef((_ref, ref) => {
1763
1765
  });
1764
1766
  IconExpand.displayName = 'IconExpand';
1765
1767
 
1766
- const _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1768
+ const _excluded$ea = ["testId", "size", "color", "style", "variant"];
1767
1769
  const IconRepeat = forwardRef((_ref, ref) => {
1768
1770
  let {
1769
1771
  testId = 'icon-repeat',
@@ -1772,7 +1774,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
1772
1774
  style,
1773
1775
  variant = 'outline'
1774
1776
  } = _ref,
1775
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1777
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1776
1778
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1777
1779
  const styleProps = {
1778
1780
  size: !size && isInsideButton ? 'medium' : size,
@@ -1808,7 +1810,7 @@ const IconRepeat = forwardRef((_ref, ref) => {
1808
1810
  });
1809
1811
  IconRepeat.displayName = 'IconRepeat';
1810
1812
 
1811
- const _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1813
+ const _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1812
1814
  const IconReply = forwardRef((_ref, ref) => {
1813
1815
  let {
1814
1816
  testId = 'icon-reply',
@@ -1817,7 +1819,7 @@ const IconReply = forwardRef((_ref, ref) => {
1817
1819
  style,
1818
1820
  variant = 'outline'
1819
1821
  } = _ref,
1820
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1822
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1821
1823
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1822
1824
  const styleProps = {
1823
1825
  size: !size && isInsideButton ? 'medium' : size,
@@ -1860,7 +1862,7 @@ const IconReply = forwardRef((_ref, ref) => {
1860
1862
  });
1861
1863
  IconReply.displayName = 'IconReply';
1862
1864
 
1863
- const _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1865
+ const _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1864
1866
  const IconSort = forwardRef((_ref, ref) => {
1865
1867
  let {
1866
1868
  testId = 'icon-sort',
@@ -1869,7 +1871,7 @@ const IconSort = forwardRef((_ref, ref) => {
1869
1871
  style,
1870
1872
  variant = 'outline'
1871
1873
  } = _ref,
1872
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1874
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1873
1875
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1874
1876
  const styleProps = {
1875
1877
  size: !size && isInsideButton ? 'medium' : size,
@@ -1905,7 +1907,7 @@ const IconSort = forwardRef((_ref, ref) => {
1905
1907
  });
1906
1908
  IconSort.displayName = 'IconSort';
1907
1909
 
1908
- const _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1910
+ const _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1909
1911
  const IconSync = forwardRef((_ref, ref) => {
1910
1912
  let {
1911
1913
  testId = 'icon-sync',
@@ -1914,7 +1916,7 @@ const IconSync = forwardRef((_ref, ref) => {
1914
1916
  style,
1915
1917
  variant = 'outline'
1916
1918
  } = _ref,
1917
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1919
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1918
1920
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1919
1921
  const styleProps = {
1920
1922
  size: !size && isInsideButton ? 'medium' : size,
@@ -1964,7 +1966,7 @@ const IconSync = forwardRef((_ref, ref) => {
1964
1966
  });
1965
1967
  IconSync.displayName = 'IconSync';
1966
1968
 
1967
- const _excluded$e5 = ["testId", "size", "color", "style", "variant"];
1969
+ const _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1968
1970
  const IconSyncExclamation = forwardRef((_ref, ref) => {
1969
1971
  let {
1970
1972
  testId = 'icon-sync-exclamation',
@@ -1973,7 +1975,7 @@ const IconSyncExclamation = forwardRef((_ref, ref) => {
1973
1975
  style,
1974
1976
  variant = 'outline'
1975
1977
  } = _ref,
1976
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
1978
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1977
1979
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1978
1980
  const styleProps = {
1979
1981
  size: !size && isInsideButton ? 'medium' : size,
@@ -2025,7 +2027,7 @@ const IconSyncExclamation = forwardRef((_ref, ref) => {
2025
2027
  });
2026
2028
  IconSyncExclamation.displayName = 'IconSyncExclamation';
2027
2029
 
2028
- const _excluded$e4 = ["testId", "size", "color", "style", "variant"];
2030
+ const _excluded$e5 = ["testId", "size", "color", "style", "variant"];
2029
2031
  const IconUndo = forwardRef((_ref, ref) => {
2030
2032
  let {
2031
2033
  testId = 'icon-undo',
@@ -2034,7 +2036,7 @@ const IconUndo = forwardRef((_ref, ref) => {
2034
2036
  style,
2035
2037
  variant = 'outline'
2036
2038
  } = _ref,
2037
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
2039
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
2038
2040
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2039
2041
  const styleProps = {
2040
2042
  size: !size && isInsideButton ? 'medium' : size,
@@ -2084,7 +2086,7 @@ const IconUndo = forwardRef((_ref, ref) => {
2084
2086
  });
2085
2087
  IconUndo.displayName = 'IconUndo';
2086
2088
 
2087
- const _excluded$e3 = ["testId", "size", "color", "style", "variant"];
2089
+ const _excluded$e4 = ["testId", "size", "color", "style", "variant"];
2088
2090
  const IconAnalytics = forwardRef((_ref, ref) => {
2089
2091
  let {
2090
2092
  testId = 'icon-analytics',
@@ -2093,7 +2095,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
2093
2095
  style,
2094
2096
  variant = 'outline'
2095
2097
  } = _ref,
2096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
2098
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
2097
2099
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2098
2100
  const styleProps = {
2099
2101
  size: !size && isInsideButton ? 'medium' : size,
@@ -2131,7 +2133,7 @@ const IconAnalytics = forwardRef((_ref, ref) => {
2131
2133
  });
2132
2134
  IconAnalytics.displayName = 'IconAnalytics';
2133
2135
 
2134
- const _excluded$e2 = ["testId", "size", "color", "style", "variant"];
2136
+ const _excluded$e3 = ["testId", "size", "color", "style", "variant"];
2135
2137
  const IconBalanceScale = forwardRef((_ref, ref) => {
2136
2138
  let {
2137
2139
  testId = 'icon-balance-scale',
@@ -2140,7 +2142,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
2140
2142
  style,
2141
2143
  variant = 'outline'
2142
2144
  } = _ref,
2143
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
2145
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
2144
2146
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2145
2147
  const styleProps = {
2146
2148
  size: !size && isInsideButton ? 'medium' : size,
@@ -2183,7 +2185,7 @@ const IconBalanceScale = forwardRef((_ref, ref) => {
2183
2185
  });
2184
2186
  IconBalanceScale.displayName = 'IconBalanceScale';
2185
2187
 
2186
- const _excluded$e1 = ["testId", "size", "color", "style", "variant"];
2188
+ const _excluded$e2 = ["testId", "size", "color", "style", "variant"];
2187
2189
  const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
2188
2190
  let {
2189
2191
  testId = 'icon-balance-scale-left',
@@ -2192,7 +2194,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
2192
2194
  style,
2193
2195
  variant = 'outline'
2194
2196
  } = _ref,
2195
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
2197
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
2196
2198
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2197
2199
  const styleProps = {
2198
2200
  size: !size && isInsideButton ? 'medium' : size,
@@ -2235,7 +2237,7 @@ const IconBalanceScaleLeft = forwardRef((_ref, ref) => {
2235
2237
  });
2236
2238
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
2237
2239
 
2238
- const _excluded$e0 = ["testId", "size", "color", "style", "variant"];
2240
+ const _excluded$e1 = ["testId", "size", "color", "style", "variant"];
2239
2241
  const IconBarsV = forwardRef((_ref, ref) => {
2240
2242
  let {
2241
2243
  testId = 'icon-bars-v',
@@ -2244,7 +2246,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
2244
2246
  style,
2245
2247
  variant = 'outline'
2246
2248
  } = _ref,
2247
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
2249
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
2248
2250
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2249
2251
  const styleProps = {
2250
2252
  size: !size && isInsideButton ? 'medium' : size,
@@ -2280,7 +2282,7 @@ const IconBarsV = forwardRef((_ref, ref) => {
2280
2282
  });
2281
2283
  IconBarsV.displayName = 'IconBarsV';
2282
2284
 
2283
- const _excluded$d$ = ["testId", "size", "color", "style", "variant"];
2285
+ const _excluded$e0 = ["testId", "size", "color", "style", "variant"];
2284
2286
  const IconBook = forwardRef((_ref, ref) => {
2285
2287
  let {
2286
2288
  testId = 'icon-book',
@@ -2289,7 +2291,7 @@ const IconBook = forwardRef((_ref, ref) => {
2289
2291
  style,
2290
2292
  variant = 'outline'
2291
2293
  } = _ref,
2292
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
2294
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
2293
2295
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2294
2296
  const styleProps = {
2295
2297
  size: !size && isInsideButton ? 'medium' : size,
@@ -2325,7 +2327,7 @@ const IconBook = forwardRef((_ref, ref) => {
2325
2327
  });
2326
2328
  IconBook.displayName = 'IconBook';
2327
2329
 
2328
- const _excluded$d_ = ["testId", "size", "color", "style", "variant"];
2330
+ const _excluded$d$ = ["testId", "size", "color", "style", "variant"];
2329
2331
  const IconCalculator = forwardRef((_ref, ref) => {
2330
2332
  let {
2331
2333
  testId = 'icon-calculator',
@@ -2334,7 +2336,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
2334
2336
  style,
2335
2337
  variant = 'outline'
2336
2338
  } = _ref,
2337
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
2339
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
2338
2340
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2339
2341
  const styleProps = {
2340
2342
  size: !size && isInsideButton ? 'medium' : size,
@@ -2372,7 +2374,7 @@ const IconCalculator = forwardRef((_ref, ref) => {
2372
2374
  });
2373
2375
  IconCalculator.displayName = 'IconCalculator';
2374
2376
 
2375
- const _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2377
+ const _excluded$d_ = ["testId", "size", "color", "style", "variant"];
2376
2378
  const IconCashRegister = forwardRef((_ref, ref) => {
2377
2379
  let {
2378
2380
  testId = 'icon-cash-register',
@@ -2381,7 +2383,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2381
2383
  style,
2382
2384
  variant = 'outline'
2383
2385
  } = _ref,
2384
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2386
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
2385
2387
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2386
2388
  const styleProps = {
2387
2389
  size: !size && isInsideButton ? 'medium' : size,
@@ -2431,7 +2433,7 @@ const IconCashRegister = forwardRef((_ref, ref) => {
2431
2433
  });
2432
2434
  IconCashRegister.displayName = 'IconCashRegister';
2433
2435
 
2434
- const _excluded$dY = ["testId", "size", "color", "style", "variant"];
2436
+ const _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2435
2437
  const IconChartBar = forwardRef((_ref, ref) => {
2436
2438
  let {
2437
2439
  testId = 'icon-chart-bar',
@@ -2440,7 +2442,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2440
2442
  style,
2441
2443
  variant = 'outline'
2442
2444
  } = _ref,
2443
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2445
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2444
2446
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2445
2447
  const styleProps = {
2446
2448
  size: !size && isInsideButton ? 'medium' : size,
@@ -2478,7 +2480,7 @@ const IconChartBar = forwardRef((_ref, ref) => {
2478
2480
  });
2479
2481
  IconChartBar.displayName = 'IconChartBar';
2480
2482
 
2481
- const _excluded$dX = ["testId", "size", "color", "style", "variant"];
2483
+ const _excluded$dY = ["testId", "size", "color", "style", "variant"];
2482
2484
  const IconCreditCard = forwardRef((_ref, ref) => {
2483
2485
  let {
2484
2486
  testId = 'icon-credit-card',
@@ -2487,7 +2489,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2487
2489
  style,
2488
2490
  variant = 'outline'
2489
2491
  } = _ref,
2490
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2492
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2491
2493
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2492
2494
  const styleProps = {
2493
2495
  size: !size && isInsideButton ? 'medium' : size,
@@ -2523,7 +2525,7 @@ const IconCreditCard = forwardRef((_ref, ref) => {
2523
2525
  });
2524
2526
  IconCreditCard.displayName = 'IconCreditCard';
2525
2527
 
2526
- const _excluded$dW = ["testId", "size", "color", "style", "variant"];
2528
+ const _excluded$dX = ["testId", "size", "color", "style", "variant"];
2527
2529
  const IconCreditCardPlus = forwardRef((_ref, ref) => {
2528
2530
  let {
2529
2531
  testId = 'icon-credit-card-plus',
@@ -2532,7 +2534,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2532
2534
  style,
2533
2535
  variant = 'outline'
2534
2536
  } = _ref,
2535
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2537
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2536
2538
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2537
2539
  const styleProps = {
2538
2540
  size: !size && isInsideButton ? 'medium' : size,
@@ -2588,7 +2590,7 @@ const IconCreditCardPlus = forwardRef((_ref, ref) => {
2588
2590
  });
2589
2591
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2590
2592
 
2591
- const _excluded$dV = ["testId", "size", "color", "style", "variant"];
2593
+ const _excluded$dW = ["testId", "size", "color", "style", "variant"];
2592
2594
  const IconDollarSign = forwardRef((_ref, ref) => {
2593
2595
  let {
2594
2596
  testId = 'icon-dollar-sign',
@@ -2597,7 +2599,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2597
2599
  style,
2598
2600
  variant = 'outline'
2599
2601
  } = _ref,
2600
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2602
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2601
2603
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2602
2604
  const styleProps = {
2603
2605
  size: !size && isInsideButton ? 'medium' : size,
@@ -2633,7 +2635,7 @@ const IconDollarSign = forwardRef((_ref, ref) => {
2633
2635
  });
2634
2636
  IconDollarSign.displayName = 'IconDollarSign';
2635
2637
 
2636
- const _excluded$dU = ["testId", "size", "color", "style", "variant"];
2638
+ const _excluded$dV = ["testId", "size", "color", "style", "variant"];
2637
2639
  const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2638
2640
  let {
2639
2641
  testId = 'icon-envelope-open-dollar',
@@ -2642,7 +2644,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2642
2644
  style,
2643
2645
  variant = 'outline'
2644
2646
  } = _ref,
2645
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2647
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2646
2648
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2647
2649
  const styleProps = {
2648
2650
  size: !size && isInsideButton ? 'medium' : size,
@@ -2692,7 +2694,7 @@ const IconEnvelopeOpenDollar = forwardRef((_ref, ref) => {
2692
2694
  });
2693
2695
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2694
2696
 
2695
- const _excluded$dT = ["testId", "size", "color", "style", "variant"];
2697
+ const _excluded$dU = ["testId", "size", "color", "style", "variant"];
2696
2698
  const IconGanttChart = forwardRef((_ref, ref) => {
2697
2699
  let {
2698
2700
  testId = 'icon-gantt-chart',
@@ -2701,7 +2703,7 @@ const IconGanttChart = forwardRef((_ref, ref) => {
2701
2703
  style,
2702
2704
  variant = 'outline'
2703
2705
  } = _ref,
2704
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2706
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2705
2707
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2706
2708
  const styleProps = {
2707
2709
  size: !size && isInsideButton ? 'medium' : size,
@@ -2737,7 +2739,7 @@ const IconGanttChart = forwardRef((_ref, ref) => {
2737
2739
  });
2738
2740
  IconGanttChart.displayName = 'IconGanttChart';
2739
2741
 
2740
- const _excluded$dS = ["testId", "size", "color", "style", "variant"];
2742
+ const _excluded$dT = ["testId", "size", "color", "style", "variant"];
2741
2743
  const IconHandHoldingCoin = forwardRef((_ref, ref) => {
2742
2744
  let {
2743
2745
  testId = 'icon-hand-holding-coin',
@@ -2746,7 +2748,7 @@ const IconHandHoldingCoin = forwardRef((_ref, ref) => {
2746
2748
  style,
2747
2749
  variant = 'outline'
2748
2750
  } = _ref,
2749
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2751
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2750
2752
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2751
2753
  const styleProps = {
2752
2754
  size: !size && isInsideButton ? 'medium' : size,
@@ -2796,7 +2798,7 @@ const IconHandHoldingCoin = forwardRef((_ref, ref) => {
2796
2798
  });
2797
2799
  IconHandHoldingCoin.displayName = 'IconHandHoldingCoin';
2798
2800
 
2799
- const _excluded$dR = ["testId", "size", "color", "style", "variant"];
2801
+ const _excluded$dS = ["testId", "size", "color", "style", "variant"];
2800
2802
  const IconHandHoldingDollar = forwardRef((_ref, ref) => {
2801
2803
  let {
2802
2804
  testId = 'icon-hand-holding-dollar',
@@ -2805,7 +2807,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
2805
2807
  style,
2806
2808
  variant = 'outline'
2807
2809
  } = _ref,
2808
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2810
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2809
2811
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2810
2812
  const styleProps = {
2811
2813
  size: !size && isInsideButton ? 'medium' : size,
@@ -2855,7 +2857,7 @@ const IconHandHoldingDollar = forwardRef((_ref, ref) => {
2855
2857
  });
2856
2858
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
2857
2859
 
2858
- const _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2860
+ const _excluded$dR = ["testId", "size", "color", "style", "variant"];
2859
2861
  const IconMoneyBill = forwardRef((_ref, ref) => {
2860
2862
  let {
2861
2863
  testId = 'icon-money-bill',
@@ -2864,7 +2866,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
2864
2866
  style,
2865
2867
  variant = 'outline'
2866
2868
  } = _ref,
2867
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2869
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2868
2870
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2869
2871
  const styleProps = {
2870
2872
  size: !size && isInsideButton ? 'medium' : size,
@@ -2900,7 +2902,7 @@ const IconMoneyBill = forwardRef((_ref, ref) => {
2900
2902
  });
2901
2903
  IconMoneyBill.displayName = 'IconMoneyBill';
2902
2904
 
2903
- const _excluded$dP = ["testId", "size", "color", "style", "variant"];
2905
+ const _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2904
2906
  const IconPercentage = forwardRef((_ref, ref) => {
2905
2907
  let {
2906
2908
  testId = 'icon-percentage',
@@ -2909,7 +2911,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
2909
2911
  style,
2910
2912
  variant = 'outline'
2911
2913
  } = _ref,
2912
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2914
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2913
2915
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2914
2916
  const styleProps = {
2915
2917
  size: !size && isInsideButton ? 'medium' : size,
@@ -2945,7 +2947,7 @@ const IconPercentage = forwardRef((_ref, ref) => {
2945
2947
  });
2946
2948
  IconPercentage.displayName = 'IconPercentage';
2947
2949
 
2948
- const _excluded$dO = ["testId", "size", "color", "style", "variant"];
2950
+ const _excluded$dP = ["testId", "size", "color", "style", "variant"];
2949
2951
  const IconSitemap = forwardRef((_ref, ref) => {
2950
2952
  let {
2951
2953
  testId = 'icon-sitemap',
@@ -2954,7 +2956,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
2954
2956
  style,
2955
2957
  variant = 'outline'
2956
2958
  } = _ref,
2957
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
2959
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2958
2960
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2959
2961
  const styleProps = {
2960
2962
  size: !size && isInsideButton ? 'medium' : size,
@@ -2990,7 +2992,7 @@ const IconSitemap = forwardRef((_ref, ref) => {
2990
2992
  });
2991
2993
  IconSitemap.displayName = 'IconSitemap';
2992
2994
 
2993
- const _excluded$dN = ["testId", "size", "color", "style", "variant"];
2995
+ const _excluded$dO = ["testId", "size", "color", "style", "variant"];
2994
2996
  const IconTable = forwardRef((_ref, ref) => {
2995
2997
  let {
2996
2998
  testId = 'icon-table',
@@ -2999,7 +3001,7 @@ const IconTable = forwardRef((_ref, ref) => {
2999
3001
  style,
3000
3002
  variant = 'outline'
3001
3003
  } = _ref,
3002
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
3004
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
3003
3005
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3004
3006
  const styleProps = {
3005
3007
  size: !size && isInsideButton ? 'medium' : size,
@@ -3035,7 +3037,7 @@ const IconTable = forwardRef((_ref, ref) => {
3035
3037
  });
3036
3038
  IconTable.displayName = 'IconTable';
3037
3039
 
3038
- const _excluded$dM = ["testId", "size", "color", "style", "variant"];
3040
+ const _excluded$dN = ["testId", "size", "color", "style", "variant"];
3039
3041
  const IconBell = forwardRef((_ref, ref) => {
3040
3042
  let {
3041
3043
  testId = 'icon-bell',
@@ -3044,7 +3046,7 @@ const IconBell = forwardRef((_ref, ref) => {
3044
3046
  style,
3045
3047
  variant = 'outline'
3046
3048
  } = _ref,
3047
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
3049
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
3048
3050
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3049
3051
  const styleProps = {
3050
3052
  size: !size && isInsideButton ? 'medium' : size,
@@ -3080,7 +3082,7 @@ const IconBell = forwardRef((_ref, ref) => {
3080
3082
  });
3081
3083
  IconBell.displayName = 'IconBell';
3082
3084
 
3083
- const _excluded$dL = ["testId", "size", "color", "style", "variant"];
3085
+ const _excluded$dM = ["testId", "size", "color", "style", "variant"];
3084
3086
  const IconBullhorn = forwardRef((_ref, ref) => {
3085
3087
  let {
3086
3088
  testId = 'icon-bullhorn',
@@ -3089,7 +3091,7 @@ const IconBullhorn = forwardRef((_ref, ref) => {
3089
3091
  style,
3090
3092
  variant = 'outline'
3091
3093
  } = _ref,
3092
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
3094
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
3093
3095
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3094
3096
  const styleProps = {
3095
3097
  size: !size && isInsideButton ? 'medium' : size,
@@ -3125,7 +3127,7 @@ const IconBullhorn = forwardRef((_ref, ref) => {
3125
3127
  });
3126
3128
  IconBullhorn.displayName = 'IconBullhorn';
3127
3129
 
3128
- const _excluded$dK = ["testId", "size", "color", "style", "variant"];
3130
+ const _excluded$dL = ["testId", "size", "color", "style", "variant"];
3129
3131
  const IconCamera = forwardRef((_ref, ref) => {
3130
3132
  let {
3131
3133
  testId = 'icon-camera',
@@ -3134,7 +3136,7 @@ const IconCamera = forwardRef((_ref, ref) => {
3134
3136
  style,
3135
3137
  variant = 'outline'
3136
3138
  } = _ref,
3137
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
3139
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
3138
3140
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3139
3141
  const styleProps = {
3140
3142
  size: !size && isInsideButton ? 'medium' : size,
@@ -3170,7 +3172,7 @@ const IconCamera = forwardRef((_ref, ref) => {
3170
3172
  });
3171
3173
  IconCamera.displayName = 'IconCamera';
3172
3174
 
3173
- const _excluded$dJ = ["testId", "size", "color", "style", "variant"];
3175
+ const _excluded$dK = ["testId", "size", "color", "style", "variant"];
3174
3176
  const IconCameraSlash = forwardRef((_ref, ref) => {
3175
3177
  let {
3176
3178
  testId = 'icon-camera-slash',
@@ -3179,7 +3181,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
3179
3181
  style,
3180
3182
  variant = 'outline'
3181
3183
  } = _ref,
3182
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
3184
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
3183
3185
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3184
3186
  const styleProps = {
3185
3187
  size: !size && isInsideButton ? 'medium' : size,
@@ -3215,7 +3217,7 @@ const IconCameraSlash = forwardRef((_ref, ref) => {
3215
3217
  });
3216
3218
  IconCameraSlash.displayName = 'IconCameraSlash';
3217
3219
 
3218
- const _excluded$dI = ["testId", "size", "color", "style", "variant"];
3220
+ const _excluded$dJ = ["testId", "size", "color", "style", "variant"];
3219
3221
  const IconComment = forwardRef((_ref, ref) => {
3220
3222
  let {
3221
3223
  testId = 'icon-comment',
@@ -3224,7 +3226,7 @@ const IconComment = forwardRef((_ref, ref) => {
3224
3226
  style,
3225
3227
  variant = 'outline'
3226
3228
  } = _ref,
3227
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
3229
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
3228
3230
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3229
3231
  const styleProps = {
3230
3232
  size: !size && isInsideButton ? 'medium' : size,
@@ -3260,7 +3262,7 @@ const IconComment = forwardRef((_ref, ref) => {
3260
3262
  });
3261
3263
  IconComment.displayName = 'IconComment';
3262
3264
 
3263
- const _excluded$dH = ["testId", "size", "color", "style", "variant"];
3265
+ const _excluded$dI = ["testId", "size", "color", "style", "variant"];
3264
3266
  const IconCommentLines = forwardRef((_ref, ref) => {
3265
3267
  let {
3266
3268
  testId = 'icon-comment-lines',
@@ -3269,7 +3271,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
3269
3271
  style,
3270
3272
  variant = 'outline'
3271
3273
  } = _ref,
3272
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
3274
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
3273
3275
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3274
3276
  const styleProps = {
3275
3277
  size: !size && isInsideButton ? 'medium' : size,
@@ -3305,7 +3307,7 @@ const IconCommentLines = forwardRef((_ref, ref) => {
3305
3307
  });
3306
3308
  IconCommentLines.displayName = 'IconCommentLines';
3307
3309
 
3308
- const _excluded$dG = ["testId", "size", "color", "style", "variant"];
3310
+ const _excluded$dH = ["testId", "size", "color", "style", "variant"];
3309
3311
  const IconEnvelope = forwardRef((_ref, ref) => {
3310
3312
  let {
3311
3313
  testId = 'icon-envelope',
@@ -3314,7 +3316,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3314
3316
  style,
3315
3317
  variant = 'outline'
3316
3318
  } = _ref,
3317
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
3319
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
3318
3320
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3319
3321
  const styleProps = {
3320
3322
  size: !size && isInsideButton ? 'medium' : size,
@@ -3350,7 +3352,7 @@ const IconEnvelope = forwardRef((_ref, ref) => {
3350
3352
  });
3351
3353
  IconEnvelope.displayName = 'IconEnvelope';
3352
3354
 
3353
- const _excluded$dF = ["testId", "size", "color", "style", "variant"];
3355
+ const _excluded$dG = ["testId", "size", "color", "style", "variant"];
3354
3356
  const IconLanguage = forwardRef((_ref, ref) => {
3355
3357
  let {
3356
3358
  testId = 'icon-language',
@@ -3359,7 +3361,7 @@ const IconLanguage = forwardRef((_ref, ref) => {
3359
3361
  style,
3360
3362
  variant = 'outline'
3361
3363
  } = _ref,
3362
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3364
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
3363
3365
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3364
3366
  const styleProps = {
3365
3367
  size: !size && isInsideButton ? 'medium' : size,
@@ -3395,7 +3397,7 @@ const IconLanguage = forwardRef((_ref, ref) => {
3395
3397
  });
3396
3398
  IconLanguage.displayName = 'IconLanguage';
3397
3399
 
3398
- const _excluded$dE = ["testId", "size", "color", "style", "variant"];
3400
+ const _excluded$dF = ["testId", "size", "color", "style", "variant"];
3399
3401
  const IconMessages = forwardRef((_ref, ref) => {
3400
3402
  let {
3401
3403
  testId = 'icon-messages',
@@ -3404,7 +3406,7 @@ const IconMessages = forwardRef((_ref, ref) => {
3404
3406
  style,
3405
3407
  variant = 'outline'
3406
3408
  } = _ref,
3407
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3409
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3408
3410
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3409
3411
  const styleProps = {
3410
3412
  size: !size && isInsideButton ? 'medium' : size,
@@ -3440,7 +3442,7 @@ const IconMessages = forwardRef((_ref, ref) => {
3440
3442
  });
3441
3443
  IconMessages.displayName = 'IconMessages';
3442
3444
 
3443
- const _excluded$dD = ["testId", "size", "color", "style", "variant"];
3445
+ const _excluded$dE = ["testId", "size", "color", "style", "variant"];
3444
3446
  const IconMicrophone = forwardRef((_ref, ref) => {
3445
3447
  let {
3446
3448
  testId = 'icon-microphone',
@@ -3449,7 +3451,7 @@ const IconMicrophone = forwardRef((_ref, ref) => {
3449
3451
  style,
3450
3452
  variant = 'outline'
3451
3453
  } = _ref,
3452
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3454
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3453
3455
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3454
3456
  const styleProps = {
3455
3457
  size: !size && isInsideButton ? 'medium' : size,
@@ -3499,7 +3501,7 @@ const IconMicrophone = forwardRef((_ref, ref) => {
3499
3501
  });
3500
3502
  IconMicrophone.displayName = 'IconMicrophone';
3501
3503
 
3502
- const _excluded$dC = ["testId", "size", "color", "style", "variant"];
3504
+ const _excluded$dD = ["testId", "size", "color", "style", "variant"];
3503
3505
  const IconMobile = forwardRef((_ref, ref) => {
3504
3506
  let {
3505
3507
  testId = 'icon-mobile',
@@ -3508,7 +3510,7 @@ const IconMobile = forwardRef((_ref, ref) => {
3508
3510
  style,
3509
3511
  variant = 'outline'
3510
3512
  } = _ref,
3511
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3513
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3512
3514
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3513
3515
  const styleProps = {
3514
3516
  size: !size && isInsideButton ? 'medium' : size,
@@ -3544,7 +3546,7 @@ const IconMobile = forwardRef((_ref, ref) => {
3544
3546
  });
3545
3547
  IconMobile.displayName = 'IconMobile';
3546
3548
 
3547
- const _excluded$dB = ["testId", "size", "color", "style", "variant"];
3549
+ const _excluded$dC = ["testId", "size", "color", "style", "variant"];
3548
3550
  const IconPhone = forwardRef((_ref, ref) => {
3549
3551
  let {
3550
3552
  testId = 'icon-phone',
@@ -3553,7 +3555,7 @@ const IconPhone = forwardRef((_ref, ref) => {
3553
3555
  style,
3554
3556
  variant = 'outline'
3555
3557
  } = _ref,
3556
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3558
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3557
3559
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3558
3560
  const styleProps = {
3559
3561
  size: !size && isInsideButton ? 'medium' : size,
@@ -3589,7 +3591,7 @@ const IconPhone = forwardRef((_ref, ref) => {
3589
3591
  });
3590
3592
  IconPhone.displayName = 'IconPhone';
3591
3593
 
3592
- const _excluded$dA = ["testId", "size", "color", "style", "variant"];
3594
+ const _excluded$dB = ["testId", "size", "color", "style", "variant"];
3593
3595
  const IconVideo = forwardRef((_ref, ref) => {
3594
3596
  let {
3595
3597
  testId = 'icon-video',
@@ -3598,7 +3600,7 @@ const IconVideo = forwardRef((_ref, ref) => {
3598
3600
  style,
3599
3601
  variant = 'outline'
3600
3602
  } = _ref,
3601
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3603
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3602
3604
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3603
3605
  const styleProps = {
3604
3606
  size: !size && isInsideButton ? 'medium' : size,
@@ -3641,7 +3643,7 @@ const IconVideo = forwardRef((_ref, ref) => {
3641
3643
  });
3642
3644
  IconVideo.displayName = 'IconVideo';
3643
3645
 
3644
- const _excluded$dz = ["testId", "size", "color", "style", "variant"];
3646
+ const _excluded$dA = ["testId", "size", "color", "style", "variant"];
3645
3647
  const IconWifi = forwardRef((_ref, ref) => {
3646
3648
  let {
3647
3649
  testId = 'icon-wifi',
@@ -3650,7 +3652,7 @@ const IconWifi = forwardRef((_ref, ref) => {
3650
3652
  style,
3651
3653
  variant = 'outline'
3652
3654
  } = _ref,
3653
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3655
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3654
3656
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3655
3657
  const styleProps = {
3656
3658
  size: !size && isInsideButton ? 'medium' : size,
@@ -3686,7 +3688,7 @@ const IconWifi = forwardRef((_ref, ref) => {
3686
3688
  });
3687
3689
  IconWifi.displayName = 'IconWifi';
3688
3690
 
3689
- const _excluded$dy = ["testId", "size", "color", "style", "variant"];
3691
+ const _excluded$dz = ["testId", "size", "color", "style", "variant"];
3690
3692
  const IconWifiSlash = forwardRef((_ref, ref) => {
3691
3693
  let {
3692
3694
  testId = 'icon-wifi-slash',
@@ -3695,7 +3697,7 @@ const IconWifiSlash = forwardRef((_ref, ref) => {
3695
3697
  style,
3696
3698
  variant = 'outline'
3697
3699
  } = _ref,
3698
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3700
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3699
3701
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3700
3702
  const styleProps = {
3701
3703
  size: !size && isInsideButton ? 'medium' : size,
@@ -3731,7 +3733,7 @@ const IconWifiSlash = forwardRef((_ref, ref) => {
3731
3733
  });
3732
3734
  IconWifiSlash.displayName = 'IconWifiSlash';
3733
3735
 
3734
- const _excluded$dx = ["testId", "size", "color", "style", "variant"];
3736
+ const _excluded$dy = ["testId", "size", "color", "style", "variant"];
3735
3737
  const IconBarsH = forwardRef((_ref, ref) => {
3736
3738
  let {
3737
3739
  testId = 'icon-bars-h',
@@ -3740,7 +3742,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
3740
3742
  style,
3741
3743
  variant = 'outline'
3742
3744
  } = _ref,
3743
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
3745
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3744
3746
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3745
3747
  const styleProps = {
3746
3748
  size: !size && isInsideButton ? 'medium' : size,
@@ -3778,7 +3780,7 @@ const IconBarsH = forwardRef((_ref, ref) => {
3778
3780
  });
3779
3781
  IconBarsH.displayName = 'IconBarsH';
3780
3782
 
3781
- const _excluded$dw = ["testId", "size", "color", "style", "variant"];
3783
+ const _excluded$dx = ["testId", "size", "color", "style", "variant"];
3782
3784
  const IconBold = forwardRef((_ref, ref) => {
3783
3785
  let {
3784
3786
  testId = 'icon-bold',
@@ -3787,7 +3789,7 @@ const IconBold = forwardRef((_ref, ref) => {
3787
3789
  style,
3788
3790
  variant = 'outline'
3789
3791
  } = _ref,
3790
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
3792
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dx);
3791
3793
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3792
3794
  const styleProps = {
3793
3795
  size: !size && isInsideButton ? 'medium' : size,
@@ -3823,7 +3825,7 @@ const IconBold = forwardRef((_ref, ref) => {
3823
3825
  });
3824
3826
  IconBold.displayName = 'IconBold';
3825
3827
 
3826
- const _excluded$dv = ["testId", "size", "color", "style", "variant"];
3828
+ const _excluded$dw = ["testId", "size", "color", "style", "variant"];
3827
3829
  const IconCheckCircle = forwardRef((_ref, ref) => {
3828
3830
  let {
3829
3831
  testId = 'icon-check-circle',
@@ -3832,7 +3834,7 @@ const IconCheckCircle = forwardRef((_ref, ref) => {
3832
3834
  style,
3833
3835
  variant = 'outline'
3834
3836
  } = _ref,
3835
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
3837
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dw);
3836
3838
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3837
3839
  const styleProps = {
3838
3840
  size: !size && isInsideButton ? 'medium' : size,
@@ -3868,7 +3870,7 @@ const IconCheckCircle = forwardRef((_ref, ref) => {
3868
3870
  });
3869
3871
  IconCheckCircle.displayName = 'IconCheckCircle';
3870
3872
 
3871
- const _excluded$du = ["testId", "size", "color", "style", "variant"];
3873
+ const _excluded$dv = ["testId", "size", "color", "style", "variant"];
3872
3874
  const IconCog = forwardRef((_ref, ref) => {
3873
3875
  let {
3874
3876
  testId = 'icon-cog',
@@ -3877,7 +3879,7 @@ const IconCog = forwardRef((_ref, ref) => {
3877
3879
  style,
3878
3880
  variant = 'outline'
3879
3881
  } = _ref,
3880
- props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
3882
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dv);
3881
3883
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3882
3884
  const styleProps = {
3883
3885
  size: !size && isInsideButton ? 'medium' : size,
@@ -3927,7 +3929,7 @@ const IconCog = forwardRef((_ref, ref) => {
3927
3929
  });
3928
3930
  IconCog.displayName = 'IconCog';
3929
3931
 
3930
- const _excluded$dt = ["testId", "size", "color", "style", "variant"];
3932
+ const _excluded$du = ["testId", "size", "color", "style", "variant"];
3931
3933
  const IconCopy = forwardRef((_ref, ref) => {
3932
3934
  let {
3933
3935
  testId = 'icon-copy',
@@ -3936,7 +3938,7 @@ const IconCopy = forwardRef((_ref, ref) => {
3936
3938
  style,
3937
3939
  variant = 'outline'
3938
3940
  } = _ref,
3939
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
3941
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$du);
3940
3942
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3941
3943
  const styleProps = {
3942
3944
  size: !size && isInsideButton ? 'medium' : size,
@@ -3986,7 +3988,7 @@ const IconCopy = forwardRef((_ref, ref) => {
3986
3988
  });
3987
3989
  IconCopy.displayName = 'IconCopy';
3988
3990
 
3989
- const _excluded$ds = ["testId", "size", "color", "style", "variant"];
3991
+ const _excluded$dt = ["testId", "size", "color", "style", "variant"];
3990
3992
  const IconEdit = forwardRef((_ref, ref) => {
3991
3993
  let {
3992
3994
  testId = 'icon-edit',
@@ -3995,7 +3997,7 @@ const IconEdit = forwardRef((_ref, ref) => {
3995
3997
  style,
3996
3998
  variant = 'outline'
3997
3999
  } = _ref,
3998
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
4000
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dt);
3999
4001
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4000
4002
  const styleProps = {
4001
4003
  size: !size && isInsideButton ? 'medium' : size,
@@ -4031,7 +4033,7 @@ const IconEdit = forwardRef((_ref, ref) => {
4031
4033
  });
4032
4034
  IconEdit.displayName = 'IconEdit';
4033
4035
 
4034
- const _excluded$dr = ["testId", "size", "color", "style", "variant"];
4036
+ const _excluded$ds = ["testId", "size", "color", "style", "variant"];
4035
4037
  const IconEllipsis = forwardRef((_ref, ref) => {
4036
4038
  let {
4037
4039
  testId = 'icon-ellipsis',
@@ -4040,7 +4042,7 @@ const IconEllipsis = forwardRef((_ref, ref) => {
4040
4042
  style,
4041
4043
  variant = 'outline'
4042
4044
  } = _ref,
4043
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
4045
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ds);
4044
4046
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4045
4047
  const styleProps = {
4046
4048
  size: !size && isInsideButton ? 'medium' : size,
@@ -4078,7 +4080,7 @@ const IconEllipsis = forwardRef((_ref, ref) => {
4078
4080
  });
4079
4081
  IconEllipsis.displayName = 'IconEllipsis';
4080
4082
 
4081
- const _excluded$dq = ["testId", "size", "color", "style", "variant"];
4083
+ const _excluded$dr = ["testId", "size", "color", "style", "variant"];
4082
4084
  const IconEllipsisV = forwardRef((_ref, ref) => {
4083
4085
  let {
4084
4086
  testId = 'icon-ellipsis-v',
@@ -4087,7 +4089,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
4087
4089
  style,
4088
4090
  variant = 'outline'
4089
4091
  } = _ref,
4090
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
4092
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dr);
4091
4093
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4092
4094
  const styleProps = {
4093
4095
  size: !size && isInsideButton ? 'medium' : size,
@@ -4125,7 +4127,7 @@ const IconEllipsisV = forwardRef((_ref, ref) => {
4125
4127
  });
4126
4128
  IconEllipsisV.displayName = 'IconEllipsisV';
4127
4129
 
4128
- const _excluded$dp = ["testId", "size", "color", "style", "variant"];
4130
+ const _excluded$dq = ["testId", "size", "color", "style", "variant"];
4129
4131
  const IconExternalLink = forwardRef((_ref, ref) => {
4130
4132
  let {
4131
4133
  testId = 'icon-external-link',
@@ -4134,7 +4136,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
4134
4136
  style,
4135
4137
  variant = 'outline'
4136
4138
  } = _ref,
4137
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
4139
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dq);
4138
4140
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4139
4141
  const styleProps = {
4140
4142
  size: !size && isInsideButton ? 'medium' : size,
@@ -4172,7 +4174,7 @@ const IconExternalLink = forwardRef((_ref, ref) => {
4172
4174
  });
4173
4175
  IconExternalLink.displayName = 'IconExternalLink';
4174
4176
 
4175
- const _excluded$do = ["testId", "size", "color", "style", "variant"];
4177
+ const _excluded$dp = ["testId", "size", "color", "style", "variant"];
4176
4178
  const IconEye = forwardRef((_ref, ref) => {
4177
4179
  let {
4178
4180
  testId = 'icon-eye',
@@ -4181,7 +4183,7 @@ const IconEye = forwardRef((_ref, ref) => {
4181
4183
  style,
4182
4184
  variant = 'outline'
4183
4185
  } = _ref,
4184
- props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
4186
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dp);
4185
4187
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4186
4188
  const styleProps = {
4187
4189
  size: !size && isInsideButton ? 'medium' : size,
@@ -4217,7 +4219,7 @@ const IconEye = forwardRef((_ref, ref) => {
4217
4219
  });
4218
4220
  IconEye.displayName = 'IconEye';
4219
4221
 
4220
- const _excluded$dn = ["testId", "size", "color", "style", "variant"];
4222
+ const _excluded$do = ["testId", "size", "color", "style", "variant"];
4221
4223
  const IconEyeSlash = forwardRef((_ref, ref) => {
4222
4224
  let {
4223
4225
  testId = 'icon-eye-slash',
@@ -4226,7 +4228,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
4226
4228
  style,
4227
4229
  variant = 'outline'
4228
4230
  } = _ref,
4229
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
4231
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$do);
4230
4232
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4231
4233
  const styleProps = {
4232
4234
  size: !size && isInsideButton ? 'medium' : size,
@@ -4276,7 +4278,7 @@ const IconEyeSlash = forwardRef((_ref, ref) => {
4276
4278
  });
4277
4279
  IconEyeSlash.displayName = 'IconEyeSlash';
4278
4280
 
4279
- const _excluded$dm = ["testId", "size", "color", "style", "variant"];
4281
+ const _excluded$dn = ["testId", "size", "color", "style", "variant"];
4280
4282
  const IconFile = forwardRef((_ref, ref) => {
4281
4283
  let {
4282
4284
  testId = 'icon-file',
@@ -4285,7 +4287,7 @@ const IconFile = forwardRef((_ref, ref) => {
4285
4287
  style,
4286
4288
  variant = 'outline'
4287
4289
  } = _ref,
4288
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
4290
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dn);
4289
4291
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4290
4292
  const styleProps = {
4291
4293
  size: !size && isInsideButton ? 'medium' : size,
@@ -4335,7 +4337,7 @@ const IconFile = forwardRef((_ref, ref) => {
4335
4337
  });
4336
4338
  IconFile.displayName = 'IconFile';
4337
4339
 
4338
- const _excluded$dl = ["testId", "size", "color", "style", "variant"];
4340
+ const _excluded$dm = ["testId", "size", "color", "style", "variant"];
4339
4341
  const IconGripVertical = forwardRef((_ref, ref) => {
4340
4342
  let {
4341
4343
  testId = 'icon-grip-vertical',
@@ -4344,7 +4346,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
4344
4346
  style,
4345
4347
  variant = 'outline'
4346
4348
  } = _ref,
4347
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
4349
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dm);
4348
4350
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4349
4351
  const styleProps = {
4350
4352
  size: !size && isInsideButton ? 'medium' : size,
@@ -4380,7 +4382,7 @@ const IconGripVertical = forwardRef((_ref, ref) => {
4380
4382
  });
4381
4383
  IconGripVertical.displayName = 'IconGripVertical';
4382
4384
 
4383
- const _excluded$dk = ["testId", "size", "color", "style", "variant"];
4385
+ const _excluded$dl = ["testId", "size", "color", "style", "variant"];
4384
4386
  const IconHouse = forwardRef((_ref, ref) => {
4385
4387
  let {
4386
4388
  testId = 'icon-house',
@@ -4389,7 +4391,7 @@ const IconHouse = forwardRef((_ref, ref) => {
4389
4391
  style,
4390
4392
  variant = 'outline'
4391
4393
  } = _ref,
4392
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
4394
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dl);
4393
4395
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4394
4396
  const styleProps = {
4395
4397
  size: !size && isInsideButton ? 'medium' : size,
@@ -4425,7 +4427,7 @@ const IconHouse = forwardRef((_ref, ref) => {
4425
4427
  });
4426
4428
  IconHouse.displayName = 'IconHouse';
4427
4429
 
4428
- const _excluded$dj = ["testId", "size", "color", "style", "variant"];
4430
+ const _excluded$dk = ["testId", "size", "color", "style", "variant"];
4429
4431
  const IconImage = forwardRef((_ref, ref) => {
4430
4432
  let {
4431
4433
  testId = 'icon-image',
@@ -4434,7 +4436,7 @@ const IconImage = forwardRef((_ref, ref) => {
4434
4436
  style,
4435
4437
  variant = 'outline'
4436
4438
  } = _ref,
4437
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
4439
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dk);
4438
4440
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4439
4441
  const styleProps = {
4440
4442
  size: !size && isInsideButton ? 'medium' : size,
@@ -4470,7 +4472,7 @@ const IconImage = forwardRef((_ref, ref) => {
4470
4472
  });
4471
4473
  IconImage.displayName = 'IconImage';
4472
4474
 
4473
- const _excluded$di = ["testId", "size", "color", "style", "variant"];
4475
+ const _excluded$dj = ["testId", "size", "color", "style", "variant"];
4474
4476
  const IconInputText = forwardRef((_ref, ref) => {
4475
4477
  let {
4476
4478
  testId = 'icon-input-text',
@@ -4479,7 +4481,7 @@ const IconInputText = forwardRef((_ref, ref) => {
4479
4481
  style,
4480
4482
  variant = 'outline'
4481
4483
  } = _ref,
4482
- props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
4484
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dj);
4483
4485
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4484
4486
  const styleProps = {
4485
4487
  size: !size && isInsideButton ? 'medium' : size,
@@ -4515,7 +4517,7 @@ const IconInputText = forwardRef((_ref, ref) => {
4515
4517
  });
4516
4518
  IconInputText.displayName = 'IconInputText';
4517
4519
 
4518
- const _excluded$dh = ["testId", "size", "color", "style", "variant"];
4520
+ const _excluded$di = ["testId", "size", "color", "style", "variant"];
4519
4521
  const IconItalic = forwardRef((_ref, ref) => {
4520
4522
  let {
4521
4523
  testId = 'icon-italic',
@@ -4524,7 +4526,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4524
4526
  style,
4525
4527
  variant = 'outline'
4526
4528
  } = _ref,
4527
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
4529
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$di);
4528
4530
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4529
4531
  const styleProps = {
4530
4532
  size: !size && isInsideButton ? 'medium' : size,
@@ -4560,7 +4562,7 @@ const IconItalic = forwardRef((_ref, ref) => {
4560
4562
  });
4561
4563
  IconItalic.displayName = 'IconItalic';
4562
4564
 
4563
- const _excluded$dg = ["testId", "size", "color", "style", "variant"];
4565
+ const _excluded$dh = ["testId", "size", "color", "style", "variant"];
4564
4566
  const IconLink = forwardRef((_ref, ref) => {
4565
4567
  let {
4566
4568
  testId = 'icon-link',
@@ -4569,7 +4571,7 @@ const IconLink = forwardRef((_ref, ref) => {
4569
4571
  style,
4570
4572
  variant = 'outline'
4571
4573
  } = _ref,
4572
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
4574
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dh);
4573
4575
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4574
4576
  const styleProps = {
4575
4577
  size: !size && isInsideButton ? 'medium' : size,
@@ -4605,7 +4607,7 @@ const IconLink = forwardRef((_ref, ref) => {
4605
4607
  });
4606
4608
  IconLink.displayName = 'IconLink';
4607
4609
 
4608
- const _excluded$df = ["testId", "size", "color", "style", "variant"];
4610
+ const _excluded$dg = ["testId", "size", "color", "style", "variant"];
4609
4611
  const IconList = forwardRef((_ref, ref) => {
4610
4612
  let {
4611
4613
  testId = 'icon-list',
@@ -4614,7 +4616,7 @@ const IconList = forwardRef((_ref, ref) => {
4614
4616
  style,
4615
4617
  variant = 'outline'
4616
4618
  } = _ref,
4617
- props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
4619
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dg);
4618
4620
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4619
4621
  const styleProps = {
4620
4622
  size: !size && isInsideButton ? 'medium' : size,
@@ -4657,7 +4659,7 @@ const IconList = forwardRef((_ref, ref) => {
4657
4659
  });
4658
4660
  IconList.displayName = 'IconList';
4659
4661
 
4660
- const _excluded$de = ["testId", "size", "color", "style", "variant"];
4662
+ const _excluded$df = ["testId", "size", "color", "style", "variant"];
4661
4663
  const IconListOl = forwardRef((_ref, ref) => {
4662
4664
  let {
4663
4665
  testId = 'icon-list-ol',
@@ -4666,7 +4668,7 @@ const IconListOl = forwardRef((_ref, ref) => {
4666
4668
  style,
4667
4669
  variant = 'outline'
4668
4670
  } = _ref,
4669
- props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
4671
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$df);
4670
4672
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4671
4673
  const styleProps = {
4672
4674
  size: !size && isInsideButton ? 'medium' : size,
@@ -4702,7 +4704,7 @@ const IconListOl = forwardRef((_ref, ref) => {
4702
4704
  });
4703
4705
  IconListOl.displayName = 'IconListOl';
4704
4706
 
4705
- const _excluded$dd = ["testId", "size", "color", "style", "variant"];
4707
+ const _excluded$de = ["testId", "size", "color", "style", "variant"];
4706
4708
  const IconListRadio = forwardRef((_ref, ref) => {
4707
4709
  let {
4708
4710
  testId = 'icon-list-radio',
@@ -4711,7 +4713,7 @@ const IconListRadio = forwardRef((_ref, ref) => {
4711
4713
  style,
4712
4714
  variant = 'outline'
4713
4715
  } = _ref,
4714
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
4716
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$de);
4715
4717
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4716
4718
  const styleProps = {
4717
4719
  size: !size && isInsideButton ? 'medium' : size,
@@ -4747,7 +4749,7 @@ const IconListRadio = forwardRef((_ref, ref) => {
4747
4749
  });
4748
4750
  IconListRadio.displayName = 'IconListRadio';
4749
4751
 
4750
- const _excluded$dc = ["testId", "size", "color", "style", "variant"];
4752
+ const _excluded$dd = ["testId", "size", "color", "style", "variant"];
4751
4753
  const IconLock = forwardRef((_ref, ref) => {
4752
4754
  let {
4753
4755
  testId = 'icon-lock',
@@ -4756,7 +4758,7 @@ const IconLock = forwardRef((_ref, ref) => {
4756
4758
  style,
4757
4759
  variant = 'outline'
4758
4760
  } = _ref,
4759
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
4761
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dd);
4760
4762
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4761
4763
  const styleProps = {
4762
4764
  size: !size && isInsideButton ? 'medium' : size,
@@ -4792,7 +4794,7 @@ const IconLock = forwardRef((_ref, ref) => {
4792
4794
  });
4793
4795
  IconLock.displayName = 'IconLock';
4794
4796
 
4795
- const _excluded$db = ["testId", "size", "color", "style", "variant"];
4797
+ const _excluded$dc = ["testId", "size", "color", "style", "variant"];
4796
4798
  const IconMemoMagnifyingGlass = forwardRef((_ref, ref) => {
4797
4799
  let {
4798
4800
  testId = 'icon-memo-magnifying-glass',
@@ -4801,7 +4803,7 @@ const IconMemoMagnifyingGlass = forwardRef((_ref, ref) => {
4801
4803
  style,
4802
4804
  variant = 'outline'
4803
4805
  } = _ref,
4804
- props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
4806
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dc);
4805
4807
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4806
4808
  const styleProps = {
4807
4809
  size: !size && isInsideButton ? 'medium' : size,
@@ -4844,7 +4846,7 @@ const IconMemoMagnifyingGlass = forwardRef((_ref, ref) => {
4844
4846
  });
4845
4847
  IconMemoMagnifyingGlass.displayName = 'IconMemoMagnifyingGlass';
4846
4848
 
4847
- const _excluded$da = ["testId", "size", "color", "style", "variant"];
4849
+ const _excluded$db = ["testId", "size", "color", "style", "variant"];
4848
4850
  const IconMinus = forwardRef((_ref, ref) => {
4849
4851
  let {
4850
4852
  testId = 'icon-minus',
@@ -4853,7 +4855,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4853
4855
  style,
4854
4856
  variant = 'outline'
4855
4857
  } = _ref,
4856
- props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
4858
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$db);
4857
4859
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4858
4860
  const styleProps = {
4859
4861
  size: !size && isInsideButton ? 'medium' : size,
@@ -4889,7 +4891,7 @@ const IconMinus = forwardRef((_ref, ref) => {
4889
4891
  });
4890
4892
  IconMinus.displayName = 'IconMinus';
4891
4893
 
4892
- const _excluded$d9 = ["testId", "size", "color", "style", "variant"];
4894
+ const _excluded$da = ["testId", "size", "color", "style", "variant"];
4893
4895
  const IconMinusCircle = forwardRef((_ref, ref) => {
4894
4896
  let {
4895
4897
  testId = 'icon-minus-circle',
@@ -4898,7 +4900,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4898
4900
  style,
4899
4901
  variant = 'outline'
4900
4902
  } = _ref,
4901
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
4903
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$da);
4902
4904
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4903
4905
  const styleProps = {
4904
4906
  size: !size && isInsideButton ? 'medium' : size,
@@ -4948,7 +4950,7 @@ const IconMinusCircle = forwardRef((_ref, ref) => {
4948
4950
  });
4949
4951
  IconMinusCircle.displayName = 'IconMinusCircle';
4950
4952
 
4951
- const _excluded$d8 = ["testId", "size", "color", "style", "variant"];
4953
+ const _excluded$d9 = ["testId", "size", "color", "style", "variant"];
4952
4954
  const IconPaperPlane = forwardRef((_ref, ref) => {
4953
4955
  let {
4954
4956
  testId = 'icon-paper-plane',
@@ -4957,7 +4959,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4957
4959
  style,
4958
4960
  variant = 'outline'
4959
4961
  } = _ref,
4960
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
4962
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d9);
4961
4963
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
4962
4964
  const styleProps = {
4963
4965
  size: !size && isInsideButton ? 'medium' : size,
@@ -4995,7 +4997,7 @@ const IconPaperPlane = forwardRef((_ref, ref) => {
4995
4997
  });
4996
4998
  IconPaperPlane.displayName = 'IconPaperPlane';
4997
4999
 
4998
- const _excluded$d7 = ["testId", "size", "color", "style", "variant"];
5000
+ const _excluded$d8 = ["testId", "size", "color", "style", "variant"];
4999
5001
  const IconPaperPlaneClock = forwardRef((_ref, ref) => {
5000
5002
  let {
5001
5003
  testId = 'icon-paper-plane-clock',
@@ -5004,7 +5006,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
5004
5006
  style,
5005
5007
  variant = 'outline'
5006
5008
  } = _ref,
5007
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
5009
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d8);
5008
5010
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5009
5011
  const styleProps = {
5010
5012
  size: !size && isInsideButton ? 'medium' : size,
@@ -5051,7 +5053,7 @@ const IconPaperPlaneClock = forwardRef((_ref, ref) => {
5051
5053
  });
5052
5054
  IconPaperPlaneClock.displayName = 'IconPaperPlaneClock';
5053
5055
 
5054
- const _excluded$d6 = ["testId", "size", "color", "style", "variant"];
5056
+ const _excluded$d7 = ["testId", "size", "color", "style", "variant"];
5055
5057
  const IconPaperclip = forwardRef((_ref, ref) => {
5056
5058
  let {
5057
5059
  testId = 'icon-paperclip',
@@ -5060,7 +5062,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
5060
5062
  style,
5061
5063
  variant = 'outline'
5062
5064
  } = _ref,
5063
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
5065
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d7);
5064
5066
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5065
5067
  const styleProps = {
5066
5068
  size: !size && isInsideButton ? 'medium' : size,
@@ -5103,7 +5105,7 @@ const IconPaperclip = forwardRef((_ref, ref) => {
5103
5105
  });
5104
5106
  IconPaperclip.displayName = 'IconPaperclip';
5105
5107
 
5106
- const _excluded$d5 = ["testId", "size", "color", "style", "variant"];
5108
+ const _excluded$d6 = ["testId", "size", "color", "style", "variant"];
5107
5109
  const IconPencil = forwardRef((_ref, ref) => {
5108
5110
  let {
5109
5111
  testId = 'icon-pencil',
@@ -5112,7 +5114,7 @@ const IconPencil = forwardRef((_ref, ref) => {
5112
5114
  style,
5113
5115
  variant = 'outline'
5114
5116
  } = _ref,
5115
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
5117
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d6);
5116
5118
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5117
5119
  const styleProps = {
5118
5120
  size: !size && isInsideButton ? 'medium' : size,
@@ -5150,7 +5152,7 @@ const IconPencil = forwardRef((_ref, ref) => {
5150
5152
  });
5151
5153
  IconPencil.displayName = 'IconPencil';
5152
5154
 
5153
- const _excluded$d4 = ["testId", "size", "color", "style", "variant"];
5155
+ const _excluded$d5 = ["testId", "size", "color", "style", "variant"];
5154
5156
  const IconPlus = forwardRef((_ref, ref) => {
5155
5157
  let {
5156
5158
  testId = 'icon-plus',
@@ -5159,7 +5161,7 @@ const IconPlus = forwardRef((_ref, ref) => {
5159
5161
  style,
5160
5162
  variant = 'outline'
5161
5163
  } = _ref,
5162
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
5164
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d5);
5163
5165
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5164
5166
  const styleProps = {
5165
5167
  size: !size && isInsideButton ? 'medium' : size,
@@ -5195,7 +5197,7 @@ const IconPlus = forwardRef((_ref, ref) => {
5195
5197
  });
5196
5198
  IconPlus.displayName = 'IconPlus';
5197
5199
 
5198
- const _excluded$d3 = ["testId", "size", "color", "style", "variant"];
5200
+ const _excluded$d4 = ["testId", "size", "color", "style", "variant"];
5199
5201
  const IconPrint = forwardRef((_ref, ref) => {
5200
5202
  let {
5201
5203
  testId = 'icon-print',
@@ -5204,7 +5206,7 @@ const IconPrint = forwardRef((_ref, ref) => {
5204
5206
  style,
5205
5207
  variant = 'outline'
5206
5208
  } = _ref,
5207
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
5209
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d4);
5208
5210
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5209
5211
  const styleProps = {
5210
5212
  size: !size && isInsideButton ? 'medium' : size,
@@ -5242,7 +5244,7 @@ const IconPrint = forwardRef((_ref, ref) => {
5242
5244
  });
5243
5245
  IconPrint.displayName = 'IconPrint';
5244
5246
 
5245
- const _excluded$d2 = ["testId", "size", "color", "style", "variant"];
5247
+ const _excluded$d3 = ["testId", "size", "color", "style", "variant"];
5246
5248
  const IconSearch = forwardRef((_ref, ref) => {
5247
5249
  let {
5248
5250
  testId = 'icon-search',
@@ -5251,7 +5253,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5251
5253
  style,
5252
5254
  variant = 'outline'
5253
5255
  } = _ref,
5254
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
5256
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d3);
5255
5257
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5256
5258
  const styleProps = {
5257
5259
  size: !size && isInsideButton ? 'medium' : size,
@@ -5287,7 +5289,7 @@ const IconSearch = forwardRef((_ref, ref) => {
5287
5289
  });
5288
5290
  IconSearch.displayName = 'IconSearch';
5289
5291
 
5290
- const _excluded$d1 = ["testId", "size", "color", "style", "variant"];
5292
+ const _excluded$d2 = ["testId", "size", "color", "style", "variant"];
5291
5293
  const IconSignIn = forwardRef((_ref, ref) => {
5292
5294
  let {
5293
5295
  testId = 'icon-sign-in',
@@ -5296,7 +5298,7 @@ const IconSignIn = forwardRef((_ref, ref) => {
5296
5298
  style,
5297
5299
  variant = 'outline'
5298
5300
  } = _ref,
5299
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
5301
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d2);
5300
5302
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5301
5303
  const styleProps = {
5302
5304
  size: !size && isInsideButton ? 'medium' : size,
@@ -5332,7 +5334,7 @@ const IconSignIn = forwardRef((_ref, ref) => {
5332
5334
  });
5333
5335
  IconSignIn.displayName = 'IconSignIn';
5334
5336
 
5335
- const _excluded$d0 = ["testId", "size", "color", "style", "variant"];
5337
+ const _excluded$d1 = ["testId", "size", "color", "style", "variant"];
5336
5338
  const IconSignOut = forwardRef((_ref, ref) => {
5337
5339
  let {
5338
5340
  testId = 'icon-sign-out',
@@ -5341,7 +5343,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5341
5343
  style,
5342
5344
  variant = 'outline'
5343
5345
  } = _ref,
5344
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
5346
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d1);
5345
5347
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5346
5348
  const styleProps = {
5347
5349
  size: !size && isInsideButton ? 'medium' : size,
@@ -5377,7 +5379,7 @@ const IconSignOut = forwardRef((_ref, ref) => {
5377
5379
  });
5378
5380
  IconSignOut.displayName = 'IconSignOut';
5379
5381
 
5380
- const _excluded$c$ = ["testId", "size", "color", "style", "variant"];
5382
+ const _excluded$d0 = ["testId", "size", "color", "style", "variant"];
5381
5383
  const IconSlidersH = forwardRef((_ref, ref) => {
5382
5384
  let {
5383
5385
  testId = 'icon-sliders-h',
@@ -5386,7 +5388,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5386
5388
  style,
5387
5389
  variant = 'outline'
5388
5390
  } = _ref,
5389
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
5391
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d0);
5390
5392
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5391
5393
  const styleProps = {
5392
5394
  size: !size && isInsideButton ? 'medium' : size,
@@ -5422,7 +5424,7 @@ const IconSlidersH = forwardRef((_ref, ref) => {
5422
5424
  });
5423
5425
  IconSlidersH.displayName = 'IconSlidersH';
5424
5426
 
5425
- const _excluded$c_ = ["testId", "size", "color", "style", "variant"];
5427
+ const _excluded$c$ = ["testId", "size", "color", "style", "variant"];
5426
5428
  const IconSortChevron = forwardRef((_ref, ref) => {
5427
5429
  let {
5428
5430
  testId = 'icon-sort-chevron',
@@ -5431,7 +5433,7 @@ const IconSortChevron = forwardRef((_ref, ref) => {
5431
5433
  style,
5432
5434
  variant = 'outline'
5433
5435
  } = _ref,
5434
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
5436
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c$);
5435
5437
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5436
5438
  const styleProps = {
5437
5439
  size: !size && isInsideButton ? 'medium' : size,
@@ -5467,7 +5469,7 @@ const IconSortChevron = forwardRef((_ref, ref) => {
5467
5469
  });
5468
5470
  IconSortChevron.displayName = 'IconSortChevron';
5469
5471
 
5470
- const _excluded$cZ = ["testId", "size", "color", "style", "variant"];
5472
+ const _excluded$c_ = ["testId", "size", "color", "style", "variant"];
5471
5473
  const IconSortChevronDown = forwardRef((_ref, ref) => {
5472
5474
  let {
5473
5475
  testId = 'icon-sort-chevron-down',
@@ -5476,7 +5478,7 @@ const IconSortChevronDown = forwardRef((_ref, ref) => {
5476
5478
  style,
5477
5479
  variant = 'outline'
5478
5480
  } = _ref,
5479
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
5481
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c_);
5480
5482
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5481
5483
  const styleProps = {
5482
5484
  size: !size && isInsideButton ? 'medium' : size,
@@ -5512,7 +5514,7 @@ const IconSortChevronDown = forwardRef((_ref, ref) => {
5512
5514
  });
5513
5515
  IconSortChevronDown.displayName = 'IconSortChevronDown';
5514
5516
 
5515
- const _excluded$cY = ["testId", "size", "color", "style", "variant"];
5517
+ const _excluded$cZ = ["testId", "size", "color", "style", "variant"];
5516
5518
  const IconSortChevronUp = forwardRef((_ref, ref) => {
5517
5519
  let {
5518
5520
  testId = 'icon-sort-chevron-up',
@@ -5521,7 +5523,7 @@ const IconSortChevronUp = forwardRef((_ref, ref) => {
5521
5523
  style,
5522
5524
  variant = 'outline'
5523
5525
  } = _ref,
5524
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
5526
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cZ);
5525
5527
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5526
5528
  const styleProps = {
5527
5529
  size: !size && isInsideButton ? 'medium' : size,
@@ -5557,7 +5559,7 @@ const IconSortChevronUp = forwardRef((_ref, ref) => {
5557
5559
  });
5558
5560
  IconSortChevronUp.displayName = 'IconSortChevronUp';
5559
5561
 
5560
- const _excluded$cX = ["testId", "size", "color", "style", "variant"];
5562
+ const _excluded$cY = ["testId", "size", "color", "style", "variant"];
5561
5563
  const IconStrikethrough = forwardRef((_ref, ref) => {
5562
5564
  let {
5563
5565
  testId = 'icon-strikethrough',
@@ -5566,7 +5568,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5566
5568
  style,
5567
5569
  variant = 'outline'
5568
5570
  } = _ref,
5569
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
5571
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cY);
5570
5572
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5571
5573
  const styleProps = {
5572
5574
  size: !size && isInsideButton ? 'medium' : size,
@@ -5602,7 +5604,7 @@ const IconStrikethrough = forwardRef((_ref, ref) => {
5602
5604
  });
5603
5605
  IconStrikethrough.displayName = 'IconStrikethrough';
5604
5606
 
5605
- const _excluded$cW = ["testId", "size", "color", "style", "variant"];
5607
+ const _excluded$cX = ["testId", "size", "color", "style", "variant"];
5606
5608
  const IconTimes = forwardRef((_ref, ref) => {
5607
5609
  let {
5608
5610
  testId = 'icon-times',
@@ -5611,7 +5613,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5611
5613
  style,
5612
5614
  variant = 'outline'
5613
5615
  } = _ref,
5614
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
5616
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cX);
5615
5617
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5616
5618
  const styleProps = {
5617
5619
  size: !size && isInsideButton ? 'medium' : size,
@@ -5647,7 +5649,7 @@ const IconTimes = forwardRef((_ref, ref) => {
5647
5649
  });
5648
5650
  IconTimes.displayName = 'IconTimes';
5649
5651
 
5650
- const _excluded$cV = ["testId", "size", "color", "style", "variant"];
5652
+ const _excluded$cW = ["testId", "size", "color", "style", "variant"];
5651
5653
  const IconTrash = forwardRef((_ref, ref) => {
5652
5654
  let {
5653
5655
  testId = 'icon-trash',
@@ -5656,7 +5658,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5656
5658
  style,
5657
5659
  variant = 'outline'
5658
5660
  } = _ref,
5659
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
5661
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cW);
5660
5662
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5661
5663
  const styleProps = {
5662
5664
  size: !size && isInsideButton ? 'medium' : size,
@@ -5694,7 +5696,7 @@ const IconTrash = forwardRef((_ref, ref) => {
5694
5696
  });
5695
5697
  IconTrash.displayName = 'IconTrash';
5696
5698
 
5697
- const _excluded$cU = ["testId", "size", "color", "style", "variant"];
5699
+ const _excluded$cV = ["testId", "size", "color", "style", "variant"];
5698
5700
  const IconUnderline = forwardRef((_ref, ref) => {
5699
5701
  let {
5700
5702
  testId = 'icon-underline',
@@ -5703,7 +5705,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5703
5705
  style,
5704
5706
  variant = 'outline'
5705
5707
  } = _ref,
5706
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
5708
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cV);
5707
5709
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5708
5710
  const styleProps = {
5709
5711
  size: !size && isInsideButton ? 'medium' : size,
@@ -5746,7 +5748,7 @@ const IconUnderline = forwardRef((_ref, ref) => {
5746
5748
  });
5747
5749
  IconUnderline.displayName = 'IconUnderline';
5748
5750
 
5749
- const _excluded$cT = ["testId", "size", "color", "style", "variant"];
5751
+ const _excluded$cU = ["testId", "size", "color", "style", "variant"];
5750
5752
  const IconUnlock = forwardRef((_ref, ref) => {
5751
5753
  let {
5752
5754
  testId = 'icon-unlock',
@@ -5755,7 +5757,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5755
5757
  style,
5756
5758
  variant = 'outline'
5757
5759
  } = _ref,
5758
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
5760
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cU);
5759
5761
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5760
5762
  const styleProps = {
5761
5763
  size: !size && isInsideButton ? 'medium' : size,
@@ -5805,7 +5807,7 @@ const IconUnlock = forwardRef((_ref, ref) => {
5805
5807
  });
5806
5808
  IconUnlock.displayName = 'IconUnlock';
5807
5809
 
5808
- const _excluded$cS = ["testId", "size", "color", "style", "variant"];
5810
+ const _excluded$cT = ["testId", "size", "color", "style", "variant"];
5809
5811
  const IconVolume = forwardRef((_ref, ref) => {
5810
5812
  let {
5811
5813
  testId = 'icon-volume',
@@ -5814,7 +5816,7 @@ const IconVolume = forwardRef((_ref, ref) => {
5814
5816
  style,
5815
5817
  variant = 'outline'
5816
5818
  } = _ref,
5817
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
5819
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cT);
5818
5820
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5819
5821
  const styleProps = {
5820
5822
  size: !size && isInsideButton ? 'medium' : size,
@@ -5850,7 +5852,7 @@ const IconVolume = forwardRef((_ref, ref) => {
5850
5852
  });
5851
5853
  IconVolume.displayName = 'IconVolume';
5852
5854
 
5853
- const _excluded$cR = ["testId", "size", "color", "style", "variant"];
5855
+ const _excluded$cS = ["testId", "size", "color", "style", "variant"];
5854
5856
  const IconVolumeMute = forwardRef((_ref, ref) => {
5855
5857
  let {
5856
5858
  testId = 'icon-volume-mute',
@@ -5859,7 +5861,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
5859
5861
  style,
5860
5862
  variant = 'outline'
5861
5863
  } = _ref,
5862
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
5864
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cS);
5863
5865
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5864
5866
  const styleProps = {
5865
5867
  size: !size && isInsideButton ? 'medium' : size,
@@ -5902,7 +5904,7 @@ const IconVolumeMute = forwardRef((_ref, ref) => {
5902
5904
  });
5903
5905
  IconVolumeMute.displayName = 'IconVolumeMute';
5904
5906
 
5905
- const _excluded$cQ = ["testId", "size", "color", "style", "variant"];
5907
+ const _excluded$cR = ["testId", "size", "color", "style", "variant"];
5906
5908
  const IconWrench = forwardRef((_ref, ref) => {
5907
5909
  let {
5908
5910
  testId = 'icon-wrench',
@@ -5911,7 +5913,7 @@ const IconWrench = forwardRef((_ref, ref) => {
5911
5913
  style,
5912
5914
  variant = 'outline'
5913
5915
  } = _ref,
5914
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
5916
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cR);
5915
5917
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5916
5918
  const styleProps = {
5917
5919
  size: !size && isInsideButton ? 'medium' : size,
@@ -5947,7 +5949,7 @@ const IconWrench = forwardRef((_ref, ref) => {
5947
5949
  });
5948
5950
  IconWrench.displayName = 'IconWrench';
5949
5951
 
5950
- const _excluded$cP = ["testId", "size", "color", "style", "variant"];
5952
+ const _excluded$cQ = ["testId", "size", "color", "style", "variant"];
5951
5953
  const IconAddressBook = forwardRef((_ref, ref) => {
5952
5954
  let {
5953
5955
  testId = 'icon-address-book',
@@ -5956,7 +5958,7 @@ const IconAddressBook = forwardRef((_ref, ref) => {
5956
5958
  style,
5957
5959
  variant = 'outline'
5958
5960
  } = _ref,
5959
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
5961
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cQ);
5960
5962
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
5961
5963
  const styleProps = {
5962
5964
  size: !size && isInsideButton ? 'medium' : size,
@@ -5999,7 +6001,7 @@ const IconAddressBook = forwardRef((_ref, ref) => {
5999
6001
  });
6000
6002
  IconAddressBook.displayName = 'IconAddressBook';
6001
6003
 
6002
- const _excluded$cO = ["testId", "size", "color", "style", "variant"];
6004
+ const _excluded$cP = ["testId", "size", "color", "style", "variant"];
6003
6005
  const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
6004
6006
  let {
6005
6007
  testId = 'icon-face-smile-relaxed',
@@ -6008,7 +6010,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
6008
6010
  style,
6009
6011
  variant = 'outline'
6010
6012
  } = _ref,
6011
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
6013
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cP);
6012
6014
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6013
6015
  const styleProps = {
6014
6016
  size: !size && isInsideButton ? 'medium' : size,
@@ -6058,7 +6060,7 @@ const IconFaceSmileRelaxed = forwardRef((_ref, ref) => {
6058
6060
  });
6059
6061
  IconFaceSmileRelaxed.displayName = 'IconFaceSmileRelaxed';
6060
6062
 
6061
- const _excluded$cN = ["testId", "size", "color", "style", "variant"];
6063
+ const _excluded$cO = ["testId", "size", "color", "style", "variant"];
6062
6064
  const IconFileUser = forwardRef((_ref, ref) => {
6063
6065
  let {
6064
6066
  testId = 'icon-file-user',
@@ -6067,7 +6069,7 @@ const IconFileUser = forwardRef((_ref, ref) => {
6067
6069
  style,
6068
6070
  variant = 'outline'
6069
6071
  } = _ref,
6070
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
6072
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cO);
6071
6073
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6072
6074
  const styleProps = {
6073
6075
  size: !size && isInsideButton ? 'medium' : size,
@@ -6103,7 +6105,7 @@ const IconFileUser = forwardRef((_ref, ref) => {
6103
6105
  });
6104
6106
  IconFileUser.displayName = 'IconFileUser';
6105
6107
 
6106
- const _excluded$cM = ["testId", "size", "color", "style", "variant"];
6108
+ const _excluded$cN = ["testId", "size", "color", "style", "variant"];
6107
6109
  const IconGrinBeam = forwardRef((_ref, ref) => {
6108
6110
  let {
6109
6111
  testId = 'icon-grin-beam',
@@ -6112,7 +6114,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
6112
6114
  style,
6113
6115
  variant = 'outline'
6114
6116
  } = _ref,
6115
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
6117
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cN);
6116
6118
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6117
6119
  const styleProps = {
6118
6120
  size: !size && isInsideButton ? 'medium' : size,
@@ -6162,7 +6164,7 @@ const IconGrinBeam = forwardRef((_ref, ref) => {
6162
6164
  });
6163
6165
  IconGrinBeam.displayName = 'IconGrinBeam';
6164
6166
 
6165
- const _excluded$cL = ["testId", "size", "color", "style", "variant"];
6167
+ const _excluded$cM = ["testId", "size", "color", "style", "variant"];
6166
6168
  const IconHand = forwardRef((_ref, ref) => {
6167
6169
  let {
6168
6170
  testId = 'icon-hand',
@@ -6171,7 +6173,7 @@ const IconHand = forwardRef((_ref, ref) => {
6171
6173
  style,
6172
6174
  variant = 'outline'
6173
6175
  } = _ref,
6174
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
6176
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cM);
6175
6177
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6176
6178
  const styleProps = {
6177
6179
  size: !size && isInsideButton ? 'medium' : size,
@@ -6207,7 +6209,7 @@ const IconHand = forwardRef((_ref, ref) => {
6207
6209
  });
6208
6210
  IconHand.displayName = 'IconHand';
6209
6211
 
6210
- const _excluded$cK = ["testId", "size", "color", "style", "variant"];
6212
+ const _excluded$cL = ["testId", "size", "color", "style", "variant"];
6211
6213
  const IconHandPointRight = forwardRef((_ref, ref) => {
6212
6214
  let {
6213
6215
  testId = 'icon-hand-point-right',
@@ -6216,7 +6218,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
6216
6218
  style,
6217
6219
  variant = 'outline'
6218
6220
  } = _ref,
6219
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
6221
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cL);
6220
6222
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6221
6223
  const styleProps = {
6222
6224
  size: !size && isInsideButton ? 'medium' : size,
@@ -6252,7 +6254,7 @@ const IconHandPointRight = forwardRef((_ref, ref) => {
6252
6254
  });
6253
6255
  IconHandPointRight.displayName = 'IconHandPointRight';
6254
6256
 
6255
- const _excluded$cJ = ["testId", "size", "color", "style", "variant"];
6257
+ const _excluded$cK = ["testId", "size", "color", "style", "variant"];
6256
6258
  const IconHandshake = forwardRef((_ref, ref) => {
6257
6259
  let {
6258
6260
  testId = 'icon-handshake',
@@ -6261,7 +6263,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
6261
6263
  style,
6262
6264
  variant = 'outline'
6263
6265
  } = _ref,
6264
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
6266
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cK);
6265
6267
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6266
6268
  const styleProps = {
6267
6269
  size: !size && isInsideButton ? 'medium' : size,
@@ -6311,7 +6313,7 @@ const IconHandshake = forwardRef((_ref, ref) => {
6311
6313
  });
6312
6314
  IconHandshake.displayName = 'IconHandshake';
6313
6315
 
6314
- const _excluded$cI = ["testId", "size", "color", "style", "variant"];
6316
+ const _excluded$cJ = ["testId", "size", "color", "style", "variant"];
6315
6317
  const IconStar = forwardRef((_ref, ref) => {
6316
6318
  let {
6317
6319
  testId = 'icon-star',
@@ -6320,7 +6322,7 @@ const IconStar = forwardRef((_ref, ref) => {
6320
6322
  style,
6321
6323
  variant = 'outline'
6322
6324
  } = _ref,
6323
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
6325
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cJ);
6324
6326
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6325
6327
  const styleProps = {
6326
6328
  size: !size && isInsideButton ? 'medium' : size,
@@ -6370,7 +6372,7 @@ const IconStar = forwardRef((_ref, ref) => {
6370
6372
  });
6371
6373
  IconStar.displayName = 'IconStar';
6372
6374
 
6373
- const _excluded$cH = ["testId", "size", "color", "style", "variant"];
6375
+ const _excluded$cI = ["testId", "size", "color", "style", "variant"];
6374
6376
  const IconThumbsDown = forwardRef((_ref, ref) => {
6375
6377
  let {
6376
6378
  testId = 'icon-thumbs-down',
@@ -6379,7 +6381,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
6379
6381
  style,
6380
6382
  variant = 'outline'
6381
6383
  } = _ref,
6382
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
6384
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cI);
6383
6385
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6384
6386
  const styleProps = {
6385
6387
  size: !size && isInsideButton ? 'medium' : size,
@@ -6429,7 +6431,7 @@ const IconThumbsDown = forwardRef((_ref, ref) => {
6429
6431
  });
6430
6432
  IconThumbsDown.displayName = 'IconThumbsDown';
6431
6433
 
6432
- const _excluded$cG = ["testId", "size", "color", "style", "variant"];
6434
+ const _excluded$cH = ["testId", "size", "color", "style", "variant"];
6433
6435
  const IconThumbsUp = forwardRef((_ref, ref) => {
6434
6436
  let {
6435
6437
  testId = 'icon-thumbs-up',
@@ -6438,7 +6440,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
6438
6440
  style,
6439
6441
  variant = 'outline'
6440
6442
  } = _ref,
6441
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
6443
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cH);
6442
6444
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6443
6445
  const styleProps = {
6444
6446
  size: !size && isInsideButton ? 'medium' : size,
@@ -6488,7 +6490,7 @@ const IconThumbsUp = forwardRef((_ref, ref) => {
6488
6490
  });
6489
6491
  IconThumbsUp.displayName = 'IconThumbsUp';
6490
6492
 
6491
- const _excluded$cF = ["testId", "size", "color", "style", "variant"];
6493
+ const _excluded$cG = ["testId", "size", "color", "style", "variant"];
6492
6494
  const IconUser = forwardRef((_ref, ref) => {
6493
6495
  let {
6494
6496
  testId = 'icon-user',
@@ -6497,7 +6499,7 @@ const IconUser = forwardRef((_ref, ref) => {
6497
6499
  style,
6498
6500
  variant = 'outline'
6499
6501
  } = _ref,
6500
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
6502
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cG);
6501
6503
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6502
6504
  const styleProps = {
6503
6505
  size: !size && isInsideButton ? 'medium' : size,
@@ -6533,7 +6535,7 @@ const IconUser = forwardRef((_ref, ref) => {
6533
6535
  });
6534
6536
  IconUser.displayName = 'IconUser';
6535
6537
 
6536
- const _excluded$cE = ["testId", "size", "color", "style", "variant"];
6538
+ const _excluded$cF = ["testId", "size", "color", "style", "variant"];
6537
6539
  const IconUserComputer = forwardRef((_ref, ref) => {
6538
6540
  let {
6539
6541
  testId = 'icon-user-computer',
@@ -6542,7 +6544,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
6542
6544
  style,
6543
6545
  variant = 'outline'
6544
6546
  } = _ref,
6545
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
6547
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cF);
6546
6548
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6547
6549
  const styleProps = {
6548
6550
  size: !size && isInsideButton ? 'medium' : size,
@@ -6590,7 +6592,7 @@ const IconUserComputer = forwardRef((_ref, ref) => {
6590
6592
  });
6591
6593
  IconUserComputer.displayName = 'IconUserComputer';
6592
6594
 
6593
- const _excluded$cD = ["testId", "size", "color", "style", "variant"];
6595
+ const _excluded$cE = ["testId", "size", "color", "style", "variant"];
6594
6596
  const IconUserFriends = forwardRef((_ref, ref) => {
6595
6597
  let {
6596
6598
  testId = 'icon-user-friends',
@@ -6599,7 +6601,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
6599
6601
  style,
6600
6602
  variant = 'outline'
6601
6603
  } = _ref,
6602
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
6604
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cE);
6603
6605
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6604
6606
  const styleProps = {
6605
6607
  size: !size && isInsideButton ? 'medium' : size,
@@ -6635,7 +6637,7 @@ const IconUserFriends = forwardRef((_ref, ref) => {
6635
6637
  });
6636
6638
  IconUserFriends.displayName = 'IconUserFriends';
6637
6639
 
6638
- const _excluded$cC = ["testId", "size", "color", "style", "variant"];
6640
+ const _excluded$cD = ["testId", "size", "color", "style", "variant"];
6639
6641
  const IconUserPlus = forwardRef((_ref, ref) => {
6640
6642
  let {
6641
6643
  testId = 'icon-user-plus',
@@ -6644,7 +6646,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
6644
6646
  style,
6645
6647
  variant = 'outline'
6646
6648
  } = _ref,
6647
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
6649
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cD);
6648
6650
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6649
6651
  const styleProps = {
6650
6652
  size: !size && isInsideButton ? 'medium' : size,
@@ -6680,7 +6682,7 @@ const IconUserPlus = forwardRef((_ref, ref) => {
6680
6682
  });
6681
6683
  IconUserPlus.displayName = 'IconUserPlus';
6682
6684
 
6683
- const _excluded$cB = ["testId", "size", "color", "style", "variant"];
6685
+ const _excluded$cC = ["testId", "size", "color", "style", "variant"];
6684
6686
  const IconUserSearch = forwardRef((_ref, ref) => {
6685
6687
  let {
6686
6688
  testId = 'icon-user-search',
@@ -6689,7 +6691,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
6689
6691
  style,
6690
6692
  variant = 'outline'
6691
6693
  } = _ref,
6692
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
6694
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cC);
6693
6695
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6694
6696
  const styleProps = {
6695
6697
  size: !size && isInsideButton ? 'medium' : size,
@@ -6734,7 +6736,7 @@ const IconUserSearch = forwardRef((_ref, ref) => {
6734
6736
  });
6735
6737
  IconUserSearch.displayName = 'IconUserSearch';
6736
6738
 
6737
- const _excluded$cA = ["testId", "size", "color", "style", "variant"];
6739
+ const _excluded$cB = ["testId", "size", "color", "style", "variant"];
6738
6740
  const IconUserSlash = forwardRef((_ref, ref) => {
6739
6741
  let {
6740
6742
  testId = 'icon-user-slash',
@@ -6743,7 +6745,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
6743
6745
  style,
6744
6746
  variant = 'outline'
6745
6747
  } = _ref,
6746
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
6748
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cB);
6747
6749
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6748
6750
  const styleProps = {
6749
6751
  size: !size && isInsideButton ? 'medium' : size,
@@ -6786,7 +6788,7 @@ const IconUserSlash = forwardRef((_ref, ref) => {
6786
6788
  });
6787
6789
  IconUserSlash.displayName = 'IconUserSlash';
6788
6790
 
6789
- const _excluded$cz = ["testId", "size", "color", "style", "variant"];
6791
+ const _excluded$cA = ["testId", "size", "color", "style", "variant"];
6790
6792
  const IconUserTag = forwardRef((_ref, ref) => {
6791
6793
  let {
6792
6794
  testId = 'icon-user-tag',
@@ -6795,7 +6797,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6795
6797
  style,
6796
6798
  variant = 'outline'
6797
6799
  } = _ref,
6798
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
6800
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cA);
6799
6801
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6800
6802
  const styleProps = {
6801
6803
  size: !size && isInsideButton ? 'medium' : size,
@@ -6844,7 +6846,7 @@ const IconUserTag = forwardRef((_ref, ref) => {
6844
6846
  });
6845
6847
  IconUserTag.displayName = 'IconUserTag';
6846
6848
 
6847
- const _excluded$cy = ["testId", "size", "color", "style", "variant"];
6849
+ const _excluded$cz = ["testId", "size", "color", "style", "variant"];
6848
6850
  const IconUserTie = forwardRef((_ref, ref) => {
6849
6851
  let {
6850
6852
  testId = 'icon-user-tie',
@@ -6853,7 +6855,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6853
6855
  style,
6854
6856
  variant = 'outline'
6855
6857
  } = _ref,
6856
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
6858
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cz);
6857
6859
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6858
6860
  const styleProps = {
6859
6861
  size: !size && isInsideButton ? 'medium' : size,
@@ -6889,7 +6891,7 @@ const IconUserTie = forwardRef((_ref, ref) => {
6889
6891
  });
6890
6892
  IconUserTie.displayName = 'IconUserTie';
6891
6893
 
6892
- const _excluded$cx = ["testId", "size", "color", "style", "variant"];
6894
+ const _excluded$cy = ["testId", "size", "color", "style", "variant"];
6893
6895
  const IconUsers = forwardRef((_ref, ref) => {
6894
6896
  let {
6895
6897
  testId = 'icon-users',
@@ -6898,7 +6900,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6898
6900
  style,
6899
6901
  variant = 'outline'
6900
6902
  } = _ref,
6901
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
6903
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cy);
6902
6904
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6903
6905
  const styleProps = {
6904
6906
  size: !size && isInsideButton ? 'medium' : size,
@@ -6934,7 +6936,7 @@ const IconUsers = forwardRef((_ref, ref) => {
6934
6936
  });
6935
6937
  IconUsers.displayName = 'IconUsers';
6936
6938
 
6937
- const _excluded$cw = ["testId", "size", "color", "style", "variant"];
6939
+ const _excluded$cx = ["testId", "size", "color", "style", "variant"];
6938
6940
  const IconBirthdayCake = forwardRef((_ref, ref) => {
6939
6941
  let {
6940
6942
  testId = 'icon-birthday-cake',
@@ -6943,6 +6945,51 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
6943
6945
  style,
6944
6946
  variant = 'outline'
6945
6947
  } = _ref,
6948
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cx);
6949
+ const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6950
+ const styleProps = {
6951
+ size: !size && isInsideButton ? 'medium' : size,
6952
+ color,
6953
+ style
6954
+ };
6955
+ if (variant === 'solid') {
6956
+ return React__default.createElement("svg", _extends({
6957
+ style: getIconStyles(styleProps),
6958
+ "data-testid": testId,
6959
+ ref: ref
6960
+ }, props, {
6961
+ xmlns: "http://www.w3.org/2000/svg",
6962
+ fill: "none",
6963
+ viewBox: "0 0 24 24"
6964
+ }), React__default.createElement("path", {
6965
+ fill: "currentColor",
6966
+ d: "M22.5 18c-1.313 0-1.465-1.5-3.492-1.5-2.036 0-2.195 1.5-3.504 1.5-1.298 0-1.474-1.5-3.504-1.5-2.008 0-2.213 1.5-3.492 1.5-1.32 0-1.463-1.5-3.504-1.5S2.817 18 1.5 18v-3.75A2.25 2.25 0 0 1 3.75 12h.75V5.25h3V12h3V5.25h3V12h3V5.25h3V12h.75a2.25 2.25 0 0 1 2.25 2.25V18Zm0 6h-21v-4.5c2.032 0 2.192-1.5 3.504-1.5 1.31 0 1.465 1.5 3.504 1.5C10.516 19.5 10.72 18 12 18c1.32 0 1.463 1.5 3.504 1.5 2.032 0 2.192-1.5 3.504-1.5 1.288 0 1.465 1.5 3.492 1.5V24ZM6 4.5c-.832 0-1.5-.668-1.5-1.5C4.5 1.547 6 1.922 6 0c.563 0 1.5 1.383 1.5 2.625S6.832 4.5 6 4.5Zm6 0c-.832 0-1.5-.668-1.5-1.5 0-1.453 1.5-1.078 1.5-3 .563 0 1.5 1.383 1.5 2.625S12.832 4.5 12 4.5Zm6 0c-.832 0-1.5-.668-1.5-1.5 0-1.453 1.5-1.078 1.5-3 .563 0 1.5 1.383 1.5 2.625S18.832 4.5 18 4.5Z"
6967
+ }));
6968
+ }
6969
+ return React__default.createElement("svg", _extends({
6970
+ style: getIconStyles(styleProps),
6971
+ "data-testid": testId,
6972
+ ref: ref
6973
+ }, props, {
6974
+ xmlns: "http://www.w3.org/2000/svg",
6975
+ fill: "none",
6976
+ viewBox: "0 0 24 24"
6977
+ }), React__default.createElement("path", {
6978
+ fill: "currentColor",
6979
+ d: "M5.857 4.5c-.852 0-1.536-.668-1.536-1.5 0-1.453 1.536-1.078 1.536-3 .576 0 1.536 1.383 1.536 2.625S6.709 4.5 5.857 4.5ZM12 4.5c-.852 0-1.536-.668-1.536-1.5C10.464 1.547 12 1.922 12 0c.576 0 1.536 1.383 1.536 2.625S12.852 4.5 12 4.5Zm6.143 0c-.852 0-1.536-.668-1.536-1.5 0-1.453 1.536-1.078 1.536-3 .576 0 1.536 1.383 1.536 2.625S18.995 4.5 18.143 4.5Zm2.303 7.5h-1.535V5.25h-1.536V12h-4.607V5.25h-1.536V12H6.625V5.25H5.089V12H3.554c-1.272 0-2.304 1.008-2.304 2.25V24h21.5v-9.75c0-1.242-1.032-2.25-2.304-2.25Zm.768 10.5H2.786v-3.377C3.564 18.679 3.934 18 4.837 18c1.342 0 1.5 1.5 3.588 1.5C10.48 19.5 10.69 18 12 18c1.35 0 1.497 1.5 3.587 1.5 2.081 0 2.245-1.5 3.588-1.5.887 0 1.26.678 2.04 1.123V22.5Zm0-5.267c-.462-.37-1.018-.733-2.04-.733-2.084 0-2.247 1.5-3.587 1.5-1.329 0-1.51-1.5-3.587-1.5-2.056 0-2.266 1.5-3.575 1.5-1.351 0-1.498-1.5-3.588-1.5-1.03 0-1.588.364-2.051.734V14.25a.76.76 0 0 1 .768-.75h16.892a.76.76 0 0 1 .768.75v2.983Z"
6980
+ }));
6981
+ });
6982
+ IconBirthdayCake.displayName = 'IconBirthdayCake';
6983
+
6984
+ const _excluded$cw = ["testId", "size", "color", "style", "variant"];
6985
+ const IconBolt = forwardRef((_ref, ref) => {
6986
+ let {
6987
+ testId = 'icon-bolt',
6988
+ size,
6989
+ color,
6990
+ style,
6991
+ variant = 'outline'
6992
+ } = _ref,
6946
6993
  props = _objectWithoutPropertiesLoose(_ref, _excluded$cw);
6947
6994
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6948
6995
  const styleProps = {
@@ -6950,51 +6997,6 @@ const IconBirthdayCake = forwardRef((_ref, ref) => {
6950
6997
  color,
6951
6998
  style
6952
6999
  };
6953
- if (variant === 'solid') {
6954
- return React__default.createElement("svg", _extends({
6955
- style: getIconStyles(styleProps),
6956
- "data-testid": testId,
6957
- ref: ref
6958
- }, props, {
6959
- xmlns: "http://www.w3.org/2000/svg",
6960
- fill: "none",
6961
- viewBox: "0 0 24 24"
6962
- }), React__default.createElement("path", {
6963
- fill: "currentColor",
6964
- d: "M22.5 18c-1.313 0-1.465-1.5-3.492-1.5-2.036 0-2.195 1.5-3.504 1.5-1.298 0-1.474-1.5-3.504-1.5-2.008 0-2.213 1.5-3.492 1.5-1.32 0-1.463-1.5-3.504-1.5S2.817 18 1.5 18v-3.75A2.25 2.25 0 0 1 3.75 12h.75V5.25h3V12h3V5.25h3V12h3V5.25h3V12h.75a2.25 2.25 0 0 1 2.25 2.25V18Zm0 6h-21v-4.5c2.032 0 2.192-1.5 3.504-1.5 1.31 0 1.465 1.5 3.504 1.5C10.516 19.5 10.72 18 12 18c1.32 0 1.463 1.5 3.504 1.5 2.032 0 2.192-1.5 3.504-1.5 1.288 0 1.465 1.5 3.492 1.5V24ZM6 4.5c-.832 0-1.5-.668-1.5-1.5C4.5 1.547 6 1.922 6 0c.563 0 1.5 1.383 1.5 2.625S6.832 4.5 6 4.5Zm6 0c-.832 0-1.5-.668-1.5-1.5 0-1.453 1.5-1.078 1.5-3 .563 0 1.5 1.383 1.5 2.625S12.832 4.5 12 4.5Zm6 0c-.832 0-1.5-.668-1.5-1.5 0-1.453 1.5-1.078 1.5-3 .563 0 1.5 1.383 1.5 2.625S18.832 4.5 18 4.5Z"
6965
- }));
6966
- }
6967
- return React__default.createElement("svg", _extends({
6968
- style: getIconStyles(styleProps),
6969
- "data-testid": testId,
6970
- ref: ref
6971
- }, props, {
6972
- xmlns: "http://www.w3.org/2000/svg",
6973
- fill: "none",
6974
- viewBox: "0 0 24 24"
6975
- }), React__default.createElement("path", {
6976
- fill: "currentColor",
6977
- d: "M5.857 4.5c-.852 0-1.536-.668-1.536-1.5 0-1.453 1.536-1.078 1.536-3 .576 0 1.536 1.383 1.536 2.625S6.709 4.5 5.857 4.5ZM12 4.5c-.852 0-1.536-.668-1.536-1.5C10.464 1.547 12 1.922 12 0c.576 0 1.536 1.383 1.536 2.625S12.852 4.5 12 4.5Zm6.143 0c-.852 0-1.536-.668-1.536-1.5 0-1.453 1.536-1.078 1.536-3 .576 0 1.536 1.383 1.536 2.625S18.995 4.5 18.143 4.5Zm2.303 7.5h-1.535V5.25h-1.536V12h-4.607V5.25h-1.536V12H6.625V5.25H5.089V12H3.554c-1.272 0-2.304 1.008-2.304 2.25V24h21.5v-9.75c0-1.242-1.032-2.25-2.304-2.25Zm.768 10.5H2.786v-3.377C3.564 18.679 3.934 18 4.837 18c1.342 0 1.5 1.5 3.588 1.5C10.48 19.5 10.69 18 12 18c1.35 0 1.497 1.5 3.587 1.5 2.081 0 2.245-1.5 3.588-1.5.887 0 1.26.678 2.04 1.123V22.5Zm0-5.267c-.462-.37-1.018-.733-2.04-.733-2.084 0-2.247 1.5-3.587 1.5-1.329 0-1.51-1.5-3.587-1.5-2.056 0-2.266 1.5-3.575 1.5-1.351 0-1.498-1.5-3.588-1.5-1.03 0-1.588.364-2.051.734V14.25a.76.76 0 0 1 .768-.75h16.892a.76.76 0 0 1 .768.75v2.983Z"
6978
- }));
6979
- });
6980
- IconBirthdayCake.displayName = 'IconBirthdayCake';
6981
-
6982
- const _excluded$cv = ["testId", "size", "color", "style", "variant"];
6983
- const IconBolt = forwardRef((_ref, ref) => {
6984
- let {
6985
- testId = 'icon-bolt',
6986
- size,
6987
- color,
6988
- style,
6989
- variant = 'outline'
6990
- } = _ref,
6991
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
6992
- const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
6993
- const styleProps = {
6994
- size: !size && isInsideButton ? 'medium' : size,
6995
- color,
6996
- style
6997
- };
6998
7000
  if (variant === 'solid') {
6999
7001
  return React__default.createElement("svg", _extends({
7000
7002
  style: getIconStyles(styleProps),
@@ -7024,7 +7026,7 @@ const IconBolt = forwardRef((_ref, ref) => {
7024
7026
  });
7025
7027
  IconBolt.displayName = 'IconBolt';
7026
7028
 
7027
- const _excluded$cu = ["testId", "size", "color", "style", "variant"];
7029
+ const _excluded$cv = ["testId", "size", "color", "style", "variant"];
7028
7030
  const IconBriefcase = forwardRef((_ref, ref) => {
7029
7031
  let {
7030
7032
  testId = 'icon-briefcase',
@@ -7033,7 +7035,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
7033
7035
  style,
7034
7036
  variant = 'outline'
7035
7037
  } = _ref,
7036
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
7038
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cv);
7037
7039
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7038
7040
  const styleProps = {
7039
7041
  size: !size && isInsideButton ? 'medium' : size,
@@ -7069,7 +7071,7 @@ const IconBriefcase = forwardRef((_ref, ref) => {
7069
7071
  });
7070
7072
  IconBriefcase.displayName = 'IconBriefcase';
7071
7073
 
7072
- const _excluded$ct = ["testId", "size", "color", "style", "variant"];
7074
+ const _excluded$cu = ["testId", "size", "color", "style", "variant"];
7073
7075
  const IconBullseyeArrow = forwardRef((_ref, ref) => {
7074
7076
  let {
7075
7077
  testId = 'icon-bullseye-arrow',
@@ -7078,7 +7080,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
7078
7080
  style,
7079
7081
  variant = 'outline'
7080
7082
  } = _ref,
7081
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
7083
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cu);
7082
7084
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7083
7085
  const styleProps = {
7084
7086
  size: !size && isInsideButton ? 'medium' : size,
@@ -7116,7 +7118,7 @@ const IconBullseyeArrow = forwardRef((_ref, ref) => {
7116
7118
  });
7117
7119
  IconBullseyeArrow.displayName = 'IconBullseyeArrow';
7118
7120
 
7119
- const _excluded$cs = ["testId", "size", "color", "style", "variant"];
7121
+ const _excluded$ct = ["testId", "size", "color", "style", "variant"];
7120
7122
  const IconClipboardList = forwardRef((_ref, ref) => {
7121
7123
  let {
7122
7124
  testId = 'icon-clipboard-list',
@@ -7125,7 +7127,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
7125
7127
  style,
7126
7128
  variant = 'outline'
7127
7129
  } = _ref,
7128
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
7130
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ct);
7129
7131
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7130
7132
  const styleProps = {
7131
7133
  size: !size && isInsideButton ? 'medium' : size,
@@ -7163,7 +7165,7 @@ const IconClipboardList = forwardRef((_ref, ref) => {
7163
7165
  });
7164
7166
  IconClipboardList.displayName = 'IconClipboardList';
7165
7167
 
7166
- const _excluded$cr = ["testId", "size", "color", "style", "variant"];
7168
+ const _excluded$cs = ["testId", "size", "color", "style", "variant"];
7167
7169
  const IconDownload = forwardRef((_ref, ref) => {
7168
7170
  let {
7169
7171
  testId = 'icon-download',
@@ -7172,7 +7174,7 @@ const IconDownload = forwardRef((_ref, ref) => {
7172
7174
  style,
7173
7175
  variant = 'outline'
7174
7176
  } = _ref,
7175
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
7177
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cs);
7176
7178
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7177
7179
  const styleProps = {
7178
7180
  size: !size && isInsideButton ? 'medium' : size,
@@ -7210,7 +7212,7 @@ const IconDownload = forwardRef((_ref, ref) => {
7210
7212
  });
7211
7213
  IconDownload.displayName = 'IconDownload';
7212
7214
 
7213
- const _excluded$cq = ["testId", "size", "color", "style", "variant"];
7215
+ const _excluded$cr = ["testId", "size", "color", "style", "variant"];
7214
7216
  const IconFilePdf = forwardRef((_ref, ref) => {
7215
7217
  let {
7216
7218
  testId = 'icon-file-pdf',
@@ -7219,7 +7221,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
7219
7221
  style,
7220
7222
  variant = 'outline'
7221
7223
  } = _ref,
7222
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
7224
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cr);
7223
7225
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7224
7226
  const styleProps = {
7225
7227
  size: !size && isInsideButton ? 'medium' : size,
@@ -7269,7 +7271,7 @@ const IconFilePdf = forwardRef((_ref, ref) => {
7269
7271
  });
7270
7272
  IconFilePdf.displayName = 'IconFilePdf';
7271
7273
 
7272
- const _excluded$cp = ["testId", "size", "color", "style", "variant"];
7274
+ const _excluded$cq = ["testId", "size", "color", "style", "variant"];
7273
7275
  const IconFlag = forwardRef((_ref, ref) => {
7274
7276
  let {
7275
7277
  testId = 'icon-flag',
@@ -7278,7 +7280,7 @@ const IconFlag = forwardRef((_ref, ref) => {
7278
7280
  style,
7279
7281
  variant = 'outline'
7280
7282
  } = _ref,
7281
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
7283
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cq);
7282
7284
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7283
7285
  const styleProps = {
7284
7286
  size: !size && isInsideButton ? 'medium' : size,
@@ -7328,7 +7330,7 @@ const IconFlag = forwardRef((_ref, ref) => {
7328
7330
  });
7329
7331
  IconFlag.displayName = 'IconFlag';
7330
7332
 
7331
- const _excluded$co = ["testId", "size", "color", "style", "variant"];
7333
+ const _excluded$cp = ["testId", "size", "color", "style", "variant"];
7332
7334
  const IconFourDotsCircle = forwardRef((_ref, ref) => {
7333
7335
  let {
7334
7336
  testId = 'icon-four-dots-circle',
@@ -7337,7 +7339,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
7337
7339
  style,
7338
7340
  variant = 'outline'
7339
7341
  } = _ref,
7340
- props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
7342
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cp);
7341
7343
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7342
7344
  const styleProps = {
7343
7345
  size: !size && isInsideButton ? 'medium' : size,
@@ -7378,7 +7380,7 @@ const IconFourDotsCircle = forwardRef((_ref, ref) => {
7378
7380
  });
7379
7381
  IconFourDotsCircle.displayName = 'IconFourDotsCircle';
7380
7382
 
7381
- const _excluded$cn = ["testId", "size", "color", "style", "variant"];
7383
+ const _excluded$co = ["testId", "size", "color", "style", "variant"];
7382
7384
  const IconFourSquares = forwardRef((_ref, ref) => {
7383
7385
  let {
7384
7386
  testId = 'icon-four-squares',
@@ -7387,7 +7389,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
7387
7389
  style,
7388
7390
  variant = 'outline'
7389
7391
  } = _ref,
7390
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
7392
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$co);
7391
7393
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7392
7394
  const styleProps = {
7393
7395
  size: !size && isInsideButton ? 'medium' : size,
@@ -7425,7 +7427,7 @@ const IconFourSquares = forwardRef((_ref, ref) => {
7425
7427
  });
7426
7428
  IconFourSquares.displayName = 'IconFourSquares';
7427
7429
 
7428
- const _excluded$cm = ["testId", "size", "color", "style", "variant"];
7430
+ const _excluded$cn = ["testId", "size", "color", "style", "variant"];
7429
7431
  const IconGavel = forwardRef((_ref, ref) => {
7430
7432
  let {
7431
7433
  testId = 'icon-gavel',
@@ -7434,7 +7436,7 @@ const IconGavel = forwardRef((_ref, ref) => {
7434
7436
  style,
7435
7437
  variant = 'outline'
7436
7438
  } = _ref,
7437
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
7439
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cn);
7438
7440
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7439
7441
  const styleProps = {
7440
7442
  size: !size && isInsideButton ? 'medium' : size,
@@ -7484,7 +7486,7 @@ const IconGavel = forwardRef((_ref, ref) => {
7484
7486
  });
7485
7487
  IconGavel.displayName = 'IconGavel';
7486
7488
 
7487
- const _excluded$cl = ["testId", "size", "color", "style", "variant"];
7489
+ const _excluded$cm = ["testId", "size", "color", "style", "variant"];
7488
7490
  const IconGif = forwardRef((_ref, ref) => {
7489
7491
  let {
7490
7492
  testId = 'icon-gif',
@@ -7493,7 +7495,7 @@ const IconGif = forwardRef((_ref, ref) => {
7493
7495
  style,
7494
7496
  variant = 'outline'
7495
7497
  } = _ref,
7496
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
7498
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cm);
7497
7499
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7498
7500
  const styleProps = {
7499
7501
  size: !size && isInsideButton ? 'medium' : size,
@@ -7529,7 +7531,7 @@ const IconGif = forwardRef((_ref, ref) => {
7529
7531
  });
7530
7532
  IconGif.displayName = 'IconGif';
7531
7533
 
7532
- const _excluded$ck = ["testId", "size", "color", "style", "variant"];
7534
+ const _excluded$cl = ["testId", "size", "color", "style", "variant"];
7533
7535
  const IconGift = forwardRef((_ref, ref) => {
7534
7536
  let {
7535
7537
  testId = 'icon-gift',
@@ -7538,7 +7540,7 @@ const IconGift = forwardRef((_ref, ref) => {
7538
7540
  style,
7539
7541
  variant = 'outline'
7540
7542
  } = _ref,
7541
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
7543
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cl);
7542
7544
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7543
7545
  const styleProps = {
7544
7546
  size: !size && isInsideButton ? 'medium' : size,
@@ -7574,7 +7576,7 @@ const IconGift = forwardRef((_ref, ref) => {
7574
7576
  });
7575
7577
  IconGift.displayName = 'IconGift';
7576
7578
 
7577
- const _excluded$cj = ["testId", "size", "color", "style", "variant"];
7579
+ const _excluded$ck = ["testId", "size", "color", "style", "variant"];
7578
7580
  const IconGlobe = forwardRef((_ref, ref) => {
7579
7581
  let {
7580
7582
  testId = 'icon-globe',
@@ -7583,7 +7585,7 @@ const IconGlobe = forwardRef((_ref, ref) => {
7583
7585
  style,
7584
7586
  variant = 'outline'
7585
7587
  } = _ref,
7586
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
7588
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ck);
7587
7589
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7588
7590
  const styleProps = {
7589
7591
  size: !size && isInsideButton ? 'medium' : size,
@@ -7619,7 +7621,7 @@ const IconGlobe = forwardRef((_ref, ref) => {
7619
7621
  });
7620
7622
  IconGlobe.displayName = 'IconGlobe';
7621
7623
 
7622
- const _excluded$ci = ["testId", "size", "color", "style", "variant"];
7624
+ const _excluded$cj = ["testId", "size", "color", "style", "variant"];
7623
7625
  const IconHatChef = forwardRef((_ref, ref) => {
7624
7626
  let {
7625
7627
  testId = 'icon-hat-chef',
@@ -7628,7 +7630,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
7628
7630
  style,
7629
7631
  variant = 'outline'
7630
7632
  } = _ref,
7631
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
7633
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cj);
7632
7634
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7633
7635
  const styleProps = {
7634
7636
  size: !size && isInsideButton ? 'medium' : size,
@@ -7678,7 +7680,7 @@ const IconHatChef = forwardRef((_ref, ref) => {
7678
7680
  });
7679
7681
  IconHatChef.displayName = 'IconHatChef';
7680
7682
 
7681
- const _excluded$ch = ["testId", "size", "color", "style", "variant"];
7683
+ const _excluded$ci = ["testId", "size", "color", "style", "variant"];
7682
7684
  const IconIslandTropical = forwardRef((_ref, ref) => {
7683
7685
  let {
7684
7686
  testId = 'icon-island-tropical',
@@ -7687,7 +7689,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
7687
7689
  style,
7688
7690
  variant = 'outline'
7689
7691
  } = _ref,
7690
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
7692
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ci);
7691
7693
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7692
7694
  const styleProps = {
7693
7695
  size: !size && isInsideButton ? 'medium' : size,
@@ -7725,7 +7727,7 @@ const IconIslandTropical = forwardRef((_ref, ref) => {
7725
7727
  });
7726
7728
  IconIslandTropical.displayName = 'IconIslandTropical';
7727
7729
 
7728
- const _excluded$cg = ["testId", "size", "color", "style", "variant"];
7730
+ const _excluded$ch = ["testId", "size", "color", "style", "variant"];
7729
7731
  const IconLaptopSearch = forwardRef((_ref, ref) => {
7730
7732
  let {
7731
7733
  testId = 'icon-laptop-search',
@@ -7734,7 +7736,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
7734
7736
  style,
7735
7737
  variant = 'outline'
7736
7738
  } = _ref,
7737
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
7739
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ch);
7738
7740
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7739
7741
  const styleProps = {
7740
7742
  size: !size && isInsideButton ? 'medium' : size,
@@ -7796,7 +7798,7 @@ const IconLaptopSearch = forwardRef((_ref, ref) => {
7796
7798
  });
7797
7799
  IconLaptopSearch.displayName = 'IconLaptopSearch';
7798
7800
 
7799
- const _excluded$cf = ["testId", "size", "color", "style", "variant"];
7801
+ const _excluded$cg = ["testId", "size", "color", "style", "variant"];
7800
7802
  const IconMagic = forwardRef((_ref, ref) => {
7801
7803
  let {
7802
7804
  testId = 'icon-magic',
@@ -7805,7 +7807,7 @@ const IconMagic = forwardRef((_ref, ref) => {
7805
7807
  style,
7806
7808
  variant = 'outline'
7807
7809
  } = _ref,
7808
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
7810
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cg);
7809
7811
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7810
7812
  const styleProps = {
7811
7813
  size: !size && isInsideButton ? 'medium' : size,
@@ -7843,7 +7845,7 @@ const IconMagic = forwardRef((_ref, ref) => {
7843
7845
  });
7844
7846
  IconMagic.displayName = 'IconMagic';
7845
7847
 
7846
- const _excluded$ce = ["testId", "size", "color", "style", "variant"];
7848
+ const _excluded$cf = ["testId", "size", "color", "style", "variant"];
7847
7849
  const IconMapMarker = forwardRef((_ref, ref) => {
7848
7850
  let {
7849
7851
  testId = 'icon-map-marker',
@@ -7852,7 +7854,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
7852
7854
  style,
7853
7855
  variant = 'outline'
7854
7856
  } = _ref,
7855
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
7857
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cf);
7856
7858
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7857
7859
  const styleProps = {
7858
7860
  size: !size && isInsideButton ? 'medium' : size,
@@ -7890,7 +7892,7 @@ const IconMapMarker = forwardRef((_ref, ref) => {
7890
7892
  });
7891
7893
  IconMapMarker.displayName = 'IconMapMarker';
7892
7894
 
7893
- const _excluded$cd = ["testId", "size", "color", "style", "variant"];
7895
+ const _excluded$ce = ["testId", "size", "color", "style", "variant"];
7894
7896
  const IconMedal = forwardRef((_ref, ref) => {
7895
7897
  let {
7896
7898
  testId = 'icon-medal',
@@ -7899,7 +7901,7 @@ const IconMedal = forwardRef((_ref, ref) => {
7899
7901
  style,
7900
7902
  variant = 'outline'
7901
7903
  } = _ref,
7902
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
7904
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ce);
7903
7905
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7904
7906
  const styleProps = {
7905
7907
  size: !size && isInsideButton ? 'medium' : size,
@@ -7949,7 +7951,7 @@ const IconMedal = forwardRef((_ref, ref) => {
7949
7951
  });
7950
7952
  IconMedal.displayName = 'IconMedal';
7951
7953
 
7952
- const _excluded$cc = ["testId", "size", "color", "style", "variant"];
7954
+ const _excluded$cd = ["testId", "size", "color", "style", "variant"];
7953
7955
  const IconMugSaucer = forwardRef((_ref, ref) => {
7954
7956
  let {
7955
7957
  testId = 'icon-mug-saucer',
@@ -7958,7 +7960,7 @@ const IconMugSaucer = forwardRef((_ref, ref) => {
7958
7960
  style,
7959
7961
  variant = 'outline'
7960
7962
  } = _ref,
7961
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
7963
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cd);
7962
7964
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
7963
7965
  const styleProps = {
7964
7966
  size: !size && isInsideButton ? 'medium' : size,
@@ -7994,7 +7996,7 @@ const IconMugSaucer = forwardRef((_ref, ref) => {
7994
7996
  });
7995
7997
  IconMugSaucer.displayName = 'IconMugSaucer';
7996
7998
 
7997
- const _excluded$cb = ["testId", "size", "color", "style", "variant"];
7999
+ const _excluded$cc = ["testId", "size", "color", "style", "variant"];
7998
8000
  const IconNotesMedical = forwardRef((_ref, ref) => {
7999
8001
  let {
8000
8002
  testId = 'icon-notes-medical',
@@ -8003,7 +8005,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
8003
8005
  style,
8004
8006
  variant = 'outline'
8005
8007
  } = _ref,
8006
- props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
8008
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cc);
8007
8009
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8008
8010
  const styleProps = {
8009
8011
  size: !size && isInsideButton ? 'medium' : size,
@@ -8039,7 +8041,7 @@ const IconNotesMedical = forwardRef((_ref, ref) => {
8039
8041
  });
8040
8042
  IconNotesMedical.displayName = 'IconNotesMedical';
8041
8043
 
8042
- const _excluded$ca = ["testId", "size", "color", "style", "variant"];
8044
+ const _excluded$cb = ["testId", "size", "color", "style", "variant"];
8043
8045
  const IconPlateUtensils = forwardRef((_ref, ref) => {
8044
8046
  let {
8045
8047
  testId = 'icon-plate-utensils',
@@ -8048,7 +8050,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
8048
8050
  style,
8049
8051
  variant = 'outline'
8050
8052
  } = _ref,
8051
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
8053
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$cb);
8052
8054
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8053
8055
  const styleProps = {
8054
8056
  size: !size && isInsideButton ? 'medium' : size,
@@ -8091,7 +8093,7 @@ const IconPlateUtensils = forwardRef((_ref, ref) => {
8091
8093
  });
8092
8094
  IconPlateUtensils.displayName = 'IconPlateUtensils';
8093
8095
 
8094
- const _excluded$c9 = ["testId", "size", "color", "style", "variant"];
8096
+ const _excluded$ca = ["testId", "size", "color", "style", "variant"];
8095
8097
  const IconPlug = forwardRef((_ref, ref) => {
8096
8098
  let {
8097
8099
  testId = 'icon-plug',
@@ -8100,7 +8102,7 @@ const IconPlug = forwardRef((_ref, ref) => {
8100
8102
  style,
8101
8103
  variant = 'outline'
8102
8104
  } = _ref,
8103
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
8105
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ca);
8104
8106
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8105
8107
  const styleProps = {
8106
8108
  size: !size && isInsideButton ? 'medium' : size,
@@ -8136,7 +8138,7 @@ const IconPlug = forwardRef((_ref, ref) => {
8136
8138
  });
8137
8139
  IconPlug.displayName = 'IconPlug';
8138
8140
 
8139
- const _excluded$c8 = ["testId", "size", "color", "style", "variant"];
8141
+ const _excluded$c9 = ["testId", "size", "color", "style", "variant"];
8140
8142
  const IconRocket = forwardRef((_ref, ref) => {
8141
8143
  let {
8142
8144
  testId = 'icon-rocket',
@@ -8145,7 +8147,7 @@ const IconRocket = forwardRef((_ref, ref) => {
8145
8147
  style,
8146
8148
  variant = 'outline'
8147
8149
  } = _ref,
8148
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
8150
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c9);
8149
8151
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8150
8152
  const styleProps = {
8151
8153
  size: !size && isInsideButton ? 'medium' : size,
@@ -8181,7 +8183,7 @@ const IconRocket = forwardRef((_ref, ref) => {
8181
8183
  });
8182
8184
  IconRocket.displayName = 'IconRocket';
8183
8185
 
8184
- const _excluded$c7 = ["testId", "size", "color", "style", "variant"];
8186
+ const _excluded$c8 = ["testId", "size", "color", "style", "variant"];
8185
8187
  const IconSchool = forwardRef((_ref, ref) => {
8186
8188
  let {
8187
8189
  testId = 'icon-school',
@@ -8190,7 +8192,7 @@ const IconSchool = forwardRef((_ref, ref) => {
8190
8192
  style,
8191
8193
  variant = 'outline'
8192
8194
  } = _ref,
8193
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
8195
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c8);
8194
8196
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8195
8197
  const styleProps = {
8196
8198
  size: !size && isInsideButton ? 'medium' : size,
@@ -8226,7 +8228,7 @@ const IconSchool = forwardRef((_ref, ref) => {
8226
8228
  });
8227
8229
  IconSchool.displayName = 'IconSchool';
8228
8230
 
8229
- const _excluded$c6 = ["testId", "size", "color", "style", "variant"];
8231
+ const _excluded$c7 = ["testId", "size", "color", "style", "variant"];
8230
8232
  const IconSparkle = forwardRef((_ref, ref) => {
8231
8233
  let {
8232
8234
  testId = 'icon-sparkle',
@@ -8235,7 +8237,7 @@ const IconSparkle = forwardRef((_ref, ref) => {
8235
8237
  style,
8236
8238
  variant = 'outline'
8237
8239
  } = _ref,
8238
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c6);
8240
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c7);
8239
8241
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8240
8242
  const styleProps = {
8241
8243
  size: !size && isInsideButton ? 'medium' : size,
@@ -8271,7 +8273,7 @@ const IconSparkle = forwardRef((_ref, ref) => {
8271
8273
  });
8272
8274
  IconSparkle.displayName = 'IconSparkle';
8273
8275
 
8274
- const _excluded$c5 = ["testId", "size", "color", "style", "variant"];
8276
+ const _excluded$c6 = ["testId", "size", "color", "style", "variant"];
8275
8277
  const IconStickyNoteLines = forwardRef((_ref, ref) => {
8276
8278
  let {
8277
8279
  testId = 'icon-sticky-note-lines',
@@ -8280,7 +8282,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
8280
8282
  style,
8281
8283
  variant = 'outline'
8282
8284
  } = _ref,
8283
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c5);
8285
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c6);
8284
8286
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8285
8287
  const styleProps = {
8286
8288
  size: !size && isInsideButton ? 'medium' : size,
@@ -8336,7 +8338,7 @@ const IconStickyNoteLines = forwardRef((_ref, ref) => {
8336
8338
  });
8337
8339
  IconStickyNoteLines.displayName = 'IconStickyNoteLines';
8338
8340
 
8339
- const _excluded$c4 = ["testId", "size", "color", "style", "variant"];
8341
+ const _excluded$c5 = ["testId", "size", "color", "style", "variant"];
8340
8342
  const IconStore = forwardRef((_ref, ref) => {
8341
8343
  let {
8342
8344
  testId = 'icon-store',
@@ -8345,7 +8347,7 @@ const IconStore = forwardRef((_ref, ref) => {
8345
8347
  style,
8346
8348
  variant = 'outline'
8347
8349
  } = _ref,
8348
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c4);
8350
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c5);
8349
8351
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8350
8352
  const styleProps = {
8351
8353
  size: !size && isInsideButton ? 'medium' : size,
@@ -8381,7 +8383,7 @@ const IconStore = forwardRef((_ref, ref) => {
8381
8383
  });
8382
8384
  IconStore.displayName = 'IconStore';
8383
8385
 
8384
- const _excluded$c3 = ["testId", "size", "color", "style", "variant"];
8386
+ const _excluded$c4 = ["testId", "size", "color", "style", "variant"];
8385
8387
  const IconTachometer = forwardRef((_ref, ref) => {
8386
8388
  let {
8387
8389
  testId = 'icon-tachometer',
@@ -8390,7 +8392,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
8390
8392
  style,
8391
8393
  variant = 'outline'
8392
8394
  } = _ref,
8393
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c3);
8395
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c4);
8394
8396
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8395
8397
  const styleProps = {
8396
8398
  size: !size && isInsideButton ? 'medium' : size,
@@ -8426,7 +8428,7 @@ const IconTachometer = forwardRef((_ref, ref) => {
8426
8428
  });
8427
8429
  IconTachometer.displayName = 'IconTachometer';
8428
8430
 
8429
- const _excluded$c2 = ["testId", "size", "color", "style", "variant"];
8431
+ const _excluded$c3 = ["testId", "size", "color", "style", "variant"];
8430
8432
  const IconThreeSquares = forwardRef((_ref, ref) => {
8431
8433
  let {
8432
8434
  testId = 'icon-three-squares',
@@ -8435,7 +8437,7 @@ const IconThreeSquares = forwardRef((_ref, ref) => {
8435
8437
  style,
8436
8438
  variant = 'outline'
8437
8439
  } = _ref,
8438
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c2);
8440
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c3);
8439
8441
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8440
8442
  const styleProps = {
8441
8443
  size: !size && isInsideButton ? 'medium' : size,
@@ -8473,7 +8475,7 @@ const IconThreeSquares = forwardRef((_ref, ref) => {
8473
8475
  });
8474
8476
  IconThreeSquares.displayName = 'IconThreeSquares';
8475
8477
 
8476
- const _excluded$c1 = ["testId", "size", "color", "style", "variant"];
8478
+ const _excluded$c2 = ["testId", "size", "color", "style", "variant"];
8477
8479
  const IconUniversity = forwardRef((_ref, ref) => {
8478
8480
  let {
8479
8481
  testId = 'icon-university',
@@ -8482,7 +8484,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
8482
8484
  style,
8483
8485
  variant = 'outline'
8484
8486
  } = _ref,
8485
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c1);
8487
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c2);
8486
8488
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8487
8489
  const styleProps = {
8488
8490
  size: !size && isInsideButton ? 'medium' : size,
@@ -8518,7 +8520,7 @@ const IconUniversity = forwardRef((_ref, ref) => {
8518
8520
  });
8519
8521
  IconUniversity.displayName = 'IconUniversity';
8520
8522
 
8521
- const _excluded$c0 = ["testId", "size", "color", "style", "variant"];
8523
+ const _excluded$c1 = ["testId", "size", "color", "style", "variant"];
8522
8524
  const IconAward = forwardRef((_ref, ref) => {
8523
8525
  let {
8524
8526
  testId = 'icon-award',
@@ -8527,7 +8529,7 @@ const IconAward = forwardRef((_ref, ref) => {
8527
8529
  style,
8528
8530
  variant = 'outline'
8529
8531
  } = _ref,
8530
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c0);
8532
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c1);
8531
8533
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8532
8534
  const styleProps = {
8533
8535
  size: !size && isInsideButton ? 'medium' : size,
@@ -8565,7 +8567,7 @@ const IconAward = forwardRef((_ref, ref) => {
8565
8567
  });
8566
8568
  IconAward.displayName = 'IconAward';
8567
8569
 
8568
- const _excluded$b$ = ["testId", "size", "color", "style", "variant"];
8570
+ const _excluded$c0 = ["testId", "size", "color", "style", "variant"];
8569
8571
  const IconAwardSimple = forwardRef((_ref, ref) => {
8570
8572
  let {
8571
8573
  testId = 'icon-award-simple',
@@ -8574,7 +8576,7 @@ const IconAwardSimple = forwardRef((_ref, ref) => {
8574
8576
  style,
8575
8577
  variant = 'outline'
8576
8578
  } = _ref,
8577
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b$);
8579
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$c0);
8578
8580
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8579
8581
  const styleProps = {
8580
8582
  size: !size && isInsideButton ? 'medium' : size,
@@ -8610,7 +8612,7 @@ const IconAwardSimple = forwardRef((_ref, ref) => {
8610
8612
  });
8611
8613
  IconAwardSimple.displayName = 'IconAwardSimple';
8612
8614
 
8613
- const _excluded$b_ = ["testId", "size", "color", "style", "variant"];
8615
+ const _excluded$b$ = ["testId", "size", "color", "style", "variant"];
8614
8616
  const IconBan = forwardRef((_ref, ref) => {
8615
8617
  let {
8616
8618
  testId = 'icon-ban',
@@ -8619,7 +8621,7 @@ const IconBan = forwardRef((_ref, ref) => {
8619
8621
  style,
8620
8622
  variant = 'outline'
8621
8623
  } = _ref,
8622
- props = _objectWithoutPropertiesLoose(_ref, _excluded$b_);
8624
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b$);
8623
8625
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8624
8626
  const styleProps = {
8625
8627
  size: !size && isInsideButton ? 'medium' : size,
@@ -8669,7 +8671,7 @@ const IconBan = forwardRef((_ref, ref) => {
8669
8671
  });
8670
8672
  IconBan.displayName = 'IconBan';
8671
8673
 
8672
- const _excluded$bZ = ["testId", "size", "color", "style", "variant"];
8674
+ const _excluded$b_ = ["testId", "size", "color", "style", "variant"];
8673
8675
  const IconCheck = forwardRef((_ref, ref) => {
8674
8676
  let {
8675
8677
  testId = 'icon-check',
@@ -8678,7 +8680,7 @@ const IconCheck = forwardRef((_ref, ref) => {
8678
8680
  style,
8679
8681
  variant = 'outline'
8680
8682
  } = _ref,
8681
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bZ);
8683
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b_);
8682
8684
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8683
8685
  const styleProps = {
8684
8686
  size: !size && isInsideButton ? 'medium' : size,
@@ -8716,7 +8718,7 @@ const IconCheck = forwardRef((_ref, ref) => {
8716
8718
  });
8717
8719
  IconCheck.displayName = 'IconCheck';
8718
8720
 
8719
- const _excluded$bY = ["testId", "size", "color", "style", "variant"];
8721
+ const _excluded$bZ = ["testId", "size", "color", "style", "variant"];
8720
8722
  const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
8721
8723
  let {
8722
8724
  testId = 'icon-check-circle-incomplete',
@@ -8725,7 +8727,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
8725
8727
  style,
8726
8728
  variant = 'outline'
8727
8729
  } = _ref,
8728
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bY);
8730
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bZ);
8729
8731
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8730
8732
  const styleProps = {
8731
8733
  size: !size && isInsideButton ? 'medium' : size,
@@ -8775,7 +8777,7 @@ const IconCheckCircleIncomplete = forwardRef((_ref, ref) => {
8775
8777
  });
8776
8778
  IconCheckCircleIncomplete.displayName = 'IconCheckCircleIncomplete';
8777
8779
 
8778
- const _excluded$bX = ["testId", "size", "color", "style", "variant"];
8780
+ const _excluded$bY = ["testId", "size", "color", "style", "variant"];
8779
8781
  const IconCheckCircleIncompleteRole = forwardRef((_ref, ref) => {
8780
8782
  let {
8781
8783
  testId = 'icon-check-circle-incomplete-role',
@@ -8784,7 +8786,7 @@ const IconCheckCircleIncompleteRole = forwardRef((_ref, ref) => {
8784
8786
  style,
8785
8787
  variant = 'outline'
8786
8788
  } = _ref,
8787
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bX);
8789
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bY);
8788
8790
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8789
8791
  const styleProps = {
8790
8792
  size: !size && isInsideButton ? 'medium' : size,
@@ -8840,7 +8842,7 @@ const IconCheckCircleIncompleteRole = forwardRef((_ref, ref) => {
8840
8842
  });
8841
8843
  IconCheckCircleIncompleteRole.displayName = 'IconCheckCircleIncompleteRole';
8842
8844
 
8843
- const _excluded$bW = ["testId", "size", "color", "style", "variant"];
8845
+ const _excluded$bX = ["testId", "size", "color", "style", "variant"];
8844
8846
  const IconCheckCircleIncompleteUser = forwardRef((_ref, ref) => {
8845
8847
  let {
8846
8848
  testId = 'icon-check-circle-incomplete-user',
@@ -8849,7 +8851,7 @@ const IconCheckCircleIncompleteUser = forwardRef((_ref, ref) => {
8849
8851
  style,
8850
8852
  variant = 'outline'
8851
8853
  } = _ref,
8852
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bW);
8854
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bX);
8853
8855
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8854
8856
  const styleProps = {
8855
8857
  size: !size && isInsideButton ? 'medium' : size,
@@ -8885,7 +8887,7 @@ const IconCheckCircleIncompleteUser = forwardRef((_ref, ref) => {
8885
8887
  });
8886
8888
  IconCheckCircleIncompleteUser.displayName = 'IconCheckCircleIncompleteUser';
8887
8889
 
8888
- const _excluded$bV = ["testId", "size", "color", "style", "variant"];
8890
+ const _excluded$bW = ["testId", "size", "color", "style", "variant"];
8889
8891
  const IconCircleHalfStroke = forwardRef((_ref, ref) => {
8890
8892
  let {
8891
8893
  testId = 'icon-circle-half-stroke',
@@ -8894,7 +8896,7 @@ const IconCircleHalfStroke = forwardRef((_ref, ref) => {
8894
8896
  style,
8895
8897
  variant = 'outline'
8896
8898
  } = _ref,
8897
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bV);
8899
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bW);
8898
8900
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8899
8901
  const styleProps = {
8900
8902
  size: !size && isInsideButton ? 'medium' : size,
@@ -8930,7 +8932,7 @@ const IconCircleHalfStroke = forwardRef((_ref, ref) => {
8930
8932
  });
8931
8933
  IconCircleHalfStroke.displayName = 'IconCircleHalfStroke';
8932
8934
 
8933
- const _excluded$bU = ["testId", "size", "color", "style", "variant"];
8935
+ const _excluded$bV = ["testId", "size", "color", "style", "variant"];
8934
8936
  const IconCircleXMark = forwardRef((_ref, ref) => {
8935
8937
  let {
8936
8938
  testId = 'icon-circle-x-mark',
@@ -8939,7 +8941,7 @@ const IconCircleXMark = forwardRef((_ref, ref) => {
8939
8941
  style,
8940
8942
  variant = 'outline'
8941
8943
  } = _ref,
8942
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bU);
8944
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bV);
8943
8945
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8944
8946
  const styleProps = {
8945
8947
  size: !size && isInsideButton ? 'medium' : size,
@@ -8975,7 +8977,7 @@ const IconCircleXMark = forwardRef((_ref, ref) => {
8975
8977
  });
8976
8978
  IconCircleXMark.displayName = 'IconCircleXMark';
8977
8979
 
8978
- const _excluded$bT = ["testId", "size", "color", "style", "variant"];
8980
+ const _excluded$bU = ["testId", "size", "color", "style", "variant"];
8979
8981
  const IconDeleteLeft = forwardRef((_ref, ref) => {
8980
8982
  let {
8981
8983
  testId = 'icon-delete-left',
@@ -8984,7 +8986,7 @@ const IconDeleteLeft = forwardRef((_ref, ref) => {
8984
8986
  style,
8985
8987
  variant = 'outline'
8986
8988
  } = _ref,
8987
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bT);
8989
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bU);
8988
8990
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
8989
8991
  const styleProps = {
8990
8992
  size: !size && isInsideButton ? 'medium' : size,
@@ -9020,7 +9022,7 @@ const IconDeleteLeft = forwardRef((_ref, ref) => {
9020
9022
  });
9021
9023
  IconDeleteLeft.displayName = 'IconDeleteLeft';
9022
9024
 
9023
- const _excluded$bS = ["testId", "size", "color", "style", "variant"];
9025
+ const _excluded$bT = ["testId", "size", "color", "style", "variant"];
9024
9026
  const IconExclamation = forwardRef((_ref, ref) => {
9025
9027
  let {
9026
9028
  testId = 'icon-exclamation',
@@ -9029,7 +9031,7 @@ const IconExclamation = forwardRef((_ref, ref) => {
9029
9031
  style,
9030
9032
  variant = 'outline'
9031
9033
  } = _ref,
9032
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bS);
9034
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bT);
9033
9035
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9034
9036
  const styleProps = {
9035
9037
  size: !size && isInsideButton ? 'medium' : size,
@@ -9065,7 +9067,7 @@ const IconExclamation = forwardRef((_ref, ref) => {
9065
9067
  });
9066
9068
  IconExclamation.displayName = 'IconExclamation';
9067
9069
 
9068
- const _excluded$bR = ["testId", "size", "color", "style", "variant"];
9070
+ const _excluded$bS = ["testId", "size", "color", "style", "variant"];
9069
9071
  const IconExclamationTriangle = forwardRef((_ref, ref) => {
9070
9072
  let {
9071
9073
  testId = 'icon-exclamation-triangle',
@@ -9074,7 +9076,7 @@ const IconExclamationTriangle = forwardRef((_ref, ref) => {
9074
9076
  style,
9075
9077
  variant = 'outline'
9076
9078
  } = _ref,
9077
- props = _objectWithoutPropertiesLoose(_ref, _excluded$bR);
9079
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bS);
9078
9080
  const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9079
9081
  const styleProps = {
9080
9082
  size: !size && isInsideButton ? 'medium' : size,
@@ -9115,6 +9117,51 @@ const IconExclamationTriangle = forwardRef((_ref, ref) => {
9115
9117
  });
9116
9118
  IconExclamationTriangle.displayName = 'IconExclamationTriangle';
9117
9119
 
9120
+ const _excluded$bR = ["testId", "size", "color", "style", "variant"];
9121
+ const IconInfinity = forwardRef((_ref, ref) => {
9122
+ let {
9123
+ testId = 'icon-infinity',
9124
+ size,
9125
+ color,
9126
+ style,
9127
+ variant = 'outline'
9128
+ } = _ref,
9129
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$bR);
9130
+ const isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
9131
+ const styleProps = {
9132
+ size: !size && isInsideButton ? 'medium' : size,
9133
+ color,
9134
+ style
9135
+ };
9136
+ if (variant === 'solid') {
9137
+ return React__default.createElement("svg", _extends({
9138
+ style: getIconStyles(styleProps),
9139
+ "data-testid": testId,
9140
+ ref: ref
9141
+ }, props, {
9142
+ xmlns: "http://www.w3.org/2000/svg",
9143
+ fill: "none",
9144
+ viewBox: "0 0 24 24"
9145
+ }), React__default.createElement("path", {
9146
+ fill: "currentColor",
9147
+ d: "M0 12a5.998 5.998 0 0 1 10.8-3.6l1.2 1.601L13.2 8.4A5.998 5.998 0 0 1 24 12a5.998 5.998 0 0 1-10.8 3.6L12 13.999 10.8 15.6A5.998 5.998 0 0 1 0 12Zm10.5 0L8.88 9.84a3.6 3.6 0 1 0 0 4.32L10.5 12Zm3 0 1.62 2.16a3.6 3.6 0 1 0 0-4.32L13.5 12Z"
9148
+ }));
9149
+ }
9150
+ return React__default.createElement("svg", _extends({
9151
+ style: getIconStyles(styleProps),
9152
+ "data-testid": testId,
9153
+ ref: ref
9154
+ }, props, {
9155
+ xmlns: "http://www.w3.org/2000/svg",
9156
+ fill: "none",
9157
+ viewBox: "0 0 24 24"
9158
+ }), React__default.createElement("path", {
9159
+ fill: "currentColor",
9160
+ d: "M0 11.154a5.153 5.153 0 0 1 9.008-3.427L12 11.094l2.992-3.367a5.161 5.161 0 0 1 3.852-1.729A5.153 5.153 0 0 1 24 11.154v1.692a5.156 5.156 0 0 1-9.007 3.427L12 12.906l-2.992 3.367a5.171 5.171 0 0 1-3.852 1.725A5.153 5.153 0 0 1 0 12.842V11.15v.003Zm11.198.844L8.11 8.526A3.956 3.956 0 0 0 1.2 11.154v1.692a3.957 3.957 0 0 0 6.911 2.628l3.086-3.476Zm1.604 0 3.087 3.473a3.955 3.955 0 0 0 6.911-2.63v-1.69a3.957 3.957 0 0 0-6.911-2.63l-3.086 3.477Z"
9161
+ }));
9162
+ });
9163
+ IconInfinity.displayName = 'IconInfinity';
9164
+
9118
9165
  const _excluded$bQ = ["testId", "size", "color", "style", "variant"];
9119
9166
  const IconInfoCircle = forwardRef((_ref, ref) => {
9120
9167
  let {
@@ -12344,44 +12391,13 @@ var styles$1h = {"badge":"_RXV4h","badge--warning":"_2An1I","badge--danger":"_-B
12344
12391
 
12345
12392
  var styles$1g = {"overlay":"_0yTe8","overlay--after-open":"_yJBtA","overlay--before-close":"_iWogn","content":"_ntozd","content--after-open":"_EQjDq","content--before-close":"_ZTY3B","overlay--draggable":"_6SSP8","content--draggable":"_5rHXj","draggable-inner":"_cq2CU"};
12346
12393
 
12347
- var styles$1f = {"header":"_tgpG9","header__close-button":"_b1dgU","sub-header":"_c2nm4"};
12348
-
12349
- const ModalHeader = ({
12350
- header,
12351
- subHeader,
12352
- onClose,
12353
- loading
12354
- }) => {
12355
- if (!header && !subHeader) {
12356
- return onClose ? React__default.createElement("div", {
12357
- className: styles$1f['header__close-button']
12358
- }, React__default.createElement(Button, {
12359
- theme: "link-icon",
12360
- onClick: onClose,
12361
- disabled: loading
12362
- }, React__default.createElement(IconTimes, null))) : null;
12363
- }
12364
- return React__default.createElement(Stack, {
12365
- space: 12,
12366
- marginBottom: 24,
12367
- marginLeft: 8,
12368
- marginRight: 8
12369
- }, React__default.createElement(Inline, {
12370
- flex: [1],
12371
- alignItems: "center"
12372
- }, React__default.createElement("span", {
12373
- className: styles$1f['header']
12374
- }, header), onClose && React__default.createElement(Button, {
12375
- theme: "link-icon",
12376
- onClick: onClose,
12377
- disabled: loading
12378
- }, React__default.createElement(IconTimes, null))), subHeader && React__default.createElement("div", {
12379
- className: styles$1f['sub-header']
12380
- }, subHeader));
12381
- };
12394
+ var styles$1f = {"modal-header":"_VRlTj","modal-header__header":"_GH74U","modal-header__sub-header":"_OlX-6","modal-header--with-shadow":"_brFTl","modal-header__close-button":"_LTnd3","modal-header__top-bar":"_7V-hB","modal-header__top-bar--with-image":"_docda"};
12382
12395
 
12383
12396
  const ModalContext = createContext({
12384
12397
  isModalMounted: false,
12398
+ modalBodyRef: {
12399
+ current: null
12400
+ },
12385
12401
  draggable: false
12386
12402
  });
12387
12403
  const useModalContext = () => {
@@ -12389,6 +12405,74 @@ const useModalContext = () => {
12389
12405
  return context || {};
12390
12406
  };
12391
12407
 
12408
+ const useScrollDetector = contentRef => {
12409
+ const [hasScrollBottom, setHasScrollBottom] = useState(false);
12410
+ const [hasScrollTop, setHasScrollTop] = useState(false);
12411
+ useEffect(() => {
12412
+ const element = contentRef.current;
12413
+ if (!element) return;
12414
+ const check = () => {
12415
+ setHasScrollBottom(element.scrollHeight > element.clientHeight && element.scrollTop + element.clientHeight < element.scrollHeight - 1);
12416
+ setHasScrollTop(element.scrollTop > 0);
12417
+ };
12418
+ check();
12419
+ element.addEventListener('scroll', check);
12420
+ const resizeObserver = new ResizeObserver(check);
12421
+ resizeObserver.observe(element);
12422
+ const mutationObserver = new MutationObserver(check);
12423
+ mutationObserver.observe(element, {
12424
+ childList: true,
12425
+ subtree: true
12426
+ });
12427
+ return () => {
12428
+ element.removeEventListener('scroll', check);
12429
+ resizeObserver.disconnect();
12430
+ mutationObserver.disconnect();
12431
+ };
12432
+ }, [contentRef]);
12433
+ return {
12434
+ hasScrollBottom,
12435
+ hasScrollTop
12436
+ };
12437
+ };
12438
+
12439
+ const ModalHeader = ({
12440
+ header,
12441
+ subHeader,
12442
+ onClose,
12443
+ loading,
12444
+ imageSrc
12445
+ }) => {
12446
+ const {
12447
+ modalBodyRef
12448
+ } = useModalContext();
12449
+ const {
12450
+ hasScrollTop
12451
+ } = useScrollDetector(modalBodyRef);
12452
+ return React__default.createElement("div", {
12453
+ className: classnames(styles$1f['modal-header'], {
12454
+ [styles$1f['modal-header--with-shadow']]: hasScrollTop
12455
+ })
12456
+ }, React__default.createElement(Stack, {
12457
+ space: 0
12458
+ }, React__default.createElement("div", {
12459
+ className: classnames(styles$1f['modal-header__top-bar'], {
12460
+ [styles$1f['modal-header__top-bar--with-image']]: !!imageSrc
12461
+ }),
12462
+ style: imageSrc ? {
12463
+ backgroundImage: `url(${imageSrc})`
12464
+ } : undefined
12465
+ }, onClose && React__default.createElement(Button, {
12466
+ theme: imageSrc ? 'link-contrast' : 'link-icon',
12467
+ onClick: onClose,
12468
+ disabled: loading
12469
+ }, React__default.createElement(IconTimes, null))), header && React__default.createElement("div", {
12470
+ className: styles$1f['modal-header__header']
12471
+ }, header), subHeader && React__default.createElement("div", {
12472
+ className: styles$1f['modal-header__sub-header']
12473
+ }, subHeader)));
12474
+ };
12475
+
12392
12476
  const DEFAULT_WIDTH = 566;
12393
12477
  const DEFAULT_HEIGHT = 266;
12394
12478
  /**
@@ -12470,7 +12554,7 @@ function useDraggableModal({
12470
12554
  };
12471
12555
  }
12472
12556
 
12473
- const _excluded$bk = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId", "draggable", "initialPosition"];
12557
+ const _excluded$bk = ["children", "header", "subHeader", "onClose", "loading", "zIndex", "rootElementId", "width", "height", "maxWidth", "shouldReturnFocusAfterClose", "testId", "imageSrc", "draggable", "initialPosition"];
12474
12558
  // react-draggable declares `props: DraggableProps` on the class instance, overriding
12475
12559
  // the `React.Component<Partial<DraggableProps>>` generic. This cast restores the
12476
12560
  // intended partial-props behaviour for JSX usage.
@@ -12488,12 +12572,13 @@ const Modal = _ref => {
12488
12572
  loading,
12489
12573
  zIndex = 'modal',
12490
12574
  rootElementId,
12491
- width = 566,
12492
- //The idea is to have the 500px excluding the padding. 566 is to account for the internal padding
12575
+ width = 545,
12576
+ //The idea is to have the 500px excluding the padding. 545 is to account for the internal padding
12493
12577
  height,
12494
12578
  maxWidth,
12495
12579
  shouldReturnFocusAfterClose = true,
12496
12580
  testId,
12581
+ imageSrc,
12497
12582
  draggable = false,
12498
12583
  initialPosition
12499
12584
  } = _ref,
@@ -12526,6 +12611,7 @@ const Modal = _ref => {
12526
12611
  pointerEvents: 'none'
12527
12612
  })
12528
12613
  };
12614
+ const modalBodyRef = React__default.useRef(null);
12529
12615
  // The `ReactModal` library already adds the `data-*` preffix, so I need to remove it from the `getDataProps`
12530
12616
  const {
12531
12617
  dataProps
@@ -12538,15 +12624,18 @@ const Modal = _ref => {
12538
12624
  header: header,
12539
12625
  subHeader: subHeader,
12540
12626
  onClose: onClose,
12541
- loading: loading
12627
+ loading: loading,
12628
+ imageSrc: imageSrc
12542
12629
  })) : React__default.createElement(ModalHeader, {
12543
12630
  header: header,
12544
12631
  subHeader: subHeader,
12545
12632
  onClose: onClose,
12546
- loading: loading
12633
+ loading: loading,
12634
+ imageSrc: imageSrc
12547
12635
  }), React__default.createElement(ModalContext.Provider, {
12548
12636
  value: {
12549
12637
  isModalMounted: true,
12638
+ modalBodyRef,
12550
12639
  draggable
12551
12640
  }
12552
12641
  }, children));
@@ -12591,51 +12680,25 @@ Modal.setAppElement = rootElement => {
12591
12680
  ReactModal.setAppElement(rootElement);
12592
12681
  };
12593
12682
 
12594
- const THRESHOLD = 20;
12595
- const useScrollShadow = () => {
12596
- const ref = useRef(null);
12597
- const [showScrollShadow, setShowScrollShadow] = useState(false);
12598
- useEffect(() => {
12599
- if (!ref.current) {
12600
- return;
12601
- }
12602
- const modalBody = ref.current;
12603
- /**
12604
- * Once we support only Safari 13 and above we can use ResizeObserver
12605
- * https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver
12606
- */
12607
- if (modalBody.offsetHeight > THRESHOLD) {
12608
- setShowScrollShadow(true);
12609
- }
12610
- }, []);
12611
- return {
12612
- ref,
12613
- showScrollShadow
12614
- };
12615
- };
12616
-
12617
- var styles$1e = {"modal-body":"_4YK4k","modal-body--with-scroll-shadow":"_wo1vv","modal-body__inner-div":"_9u6xC"};
12683
+ var styles$1e = {"modal-body":"_4YK4k"};
12618
12684
 
12619
12685
  const ModalBody = ({
12620
12686
  children,
12621
12687
  testId
12622
12688
  }) => {
12623
12689
  const {
12624
- ref,
12625
- showScrollShadow
12626
- } = useScrollShadow();
12690
+ modalBodyRef
12691
+ } = useModalContext();
12627
12692
  return React__default.createElement("div", {
12628
- className: classnames(styles$1e['modal-body'], {
12629
- [styles$1e['modal-body--with-scroll-shadow']]: showScrollShadow
12630
- }),
12631
- ref: ref,
12632
- "data-testid": testId
12693
+ className: classnames(styles$1e['modal-body']),
12694
+ "data-testid": testId,
12695
+ ref: modalBodyRef
12633
12696
  }, React__default.createElement("div", {
12634
12697
  className: styles$1e['modal-body__inner-div']
12635
12698
  }, children));
12636
12699
  };
12637
12700
 
12638
- var styles$1d = {"modal-footer":"_bezlP","tertiary-container":"_EdqHx"};
12701
+ var styles$1d = {"modal-footer":"_bezlP","modal-footer--with-shadow":"_hC4vb"};
12639
12702
 
12640
12703
  const updateButtonProps$1 = (button, newProps) => {
12641
12704
  if (!button) {
@@ -12677,11 +12740,7 @@ const ModalFooter = ({
12677
12740
  testId: testId
12678
12741
  }, React__default.createElement(Inline, {
12679
12742
  justifyContent: "space-between"
12680
- }, React__default.createElement("div", {
12681
- className: classnames({
12682
- [styles$1d['tertiary-container']]: tertiaryButton && tertiaryButton.props.theme.startsWith('link')
12683
- })
12684
- }, tertiaryButton || React__default.createElement("div", null)), React__default.createElement(Inline, {
12743
+ }, tertiaryButton || React__default.createElement("div", null), React__default.createElement(Inline, {
12685
12744
  space: 12
12686
12745
  }, secondaryButton, primaryButton)));
12687
12746
  }
@@ -12691,13 +12750,21 @@ const FooterContainer = ({
12691
12750
  children,
12692
12751
  testId
12693
12752
  }) => {
12753
+ const {
12754
+ modalBodyRef
12755
+ } = useModalContext();
12756
+ const {
12757
+ hasScrollBottom
12758
+ } = useScrollDetector(modalBodyRef);
12694
12759
  const childrenItens = React__default.Children.toArray(children);
12695
12760
  const hasCustomAlignment = childrenItens.length === 1 && checkIsComponent(childrenItens[0], {
12696
12761
  component: Inline,
12697
12762
  displayName: 'Inline'
12698
12763
  });
12699
12764
  return React__default.createElement("div", {
12700
- className: styles$1d['modal-footer'],
12765
+ className: classnames(styles$1d['modal-footer'], {
12766
+ [styles$1d['modal-footer--with-shadow']]: hasScrollBottom
12767
+ }),
12701
12768
  "data-testid": testId
12702
12769
  }, React__default.createElement(Inline, {
12703
12770
  justifyContent: "end",
@@ -65253,37 +65320,6 @@ function PrimaryNavContextProvider({
65253
65320
  }, children);
65254
65321
  }
65255
65322
 
65256
- const useScrollDetector = contentRef => {
65257
- const [hasScroll, setHasScroll] = useState(false);
65258
- const [isScrolled, setIsScrolled] = useState(false);
65259
- useEffect(() => {
65260
- const element = contentRef.current;
65261
- if (!element) return;
65262
- const check = () => {
65263
- setHasScroll(element.scrollHeight > element.clientHeight && element.scrollTop + element.clientHeight < element.scrollHeight - 1);
65264
- setIsScrolled(element.scrollTop > 0);
65265
- };
65266
- check();
65267
- element.addEventListener('scroll', check);
65268
- const resizeObserver = new ResizeObserver(check);
65269
- resizeObserver.observe(element);
65270
- const mutationObserver = new MutationObserver(check);
65271
- mutationObserver.observe(element, {
65272
- childList: true,
65273
- subtree: true
65274
- });
65275
- return () => {
65276
- element.removeEventListener('scroll', check);
65277
- resizeObserver.disconnect();
65278
- mutationObserver.disconnect();
65279
- };
65280
- }, [contentRef]);
65281
- return {
65282
- hasScroll,
65283
- isScrolled
65284
- };
65285
- };
65286
-
65287
65323
  const PrimaryNavHeader = ({
65288
65324
  onToggleExpand,
65289
65325
  shortLogo,
@@ -65298,14 +65334,14 @@ const PrimaryNavHeader = ({
65298
65334
  setIsFocusWithin
65299
65335
  } = usePrimaryNavContext();
65300
65336
  const {
65301
- isScrolled
65337
+ hasScrollTop
65302
65338
  } = useScrollDetector(contentRef);
65303
65339
  const CollapsedLogo = () => shortLogo || React__default.createElement(SevenShiftsShortLogo, null);
65304
65340
  const ExpandedLogo = () => longLogo || React__default.createElement(SevenShiftsLogo, null);
65305
65341
  return React__default.createElement("div", {
65306
65342
  className: classnames(styles$c['primary-nav-header'], {
65307
65343
  [styles$c['primary-nav-header--collapsed']]: !isOpen,
65308
- [styles$c['primary-nav-header--with-shadow']]: isScrolled
65344
+ [styles$c['primary-nav-header--with-shadow']]: hasScrollTop
65309
65345
  })
65310
65346
  }, React__default.createElement(Inline, {
65311
65347
  justifyContent: "space-between",
@@ -65608,11 +65644,11 @@ const PrimaryNavFooter = ({
65608
65644
  contentRef
65609
65645
  } = usePrimaryNavContext();
65610
65646
  const {
65611
- hasScroll
65647
+ hasScrollBottom
65612
65648
  } = useScrollDetector(contentRef);
65613
65649
  return React__default.createElement("ul", {
65614
65650
  className: classnames(styles$6['primary-nav-footer'], {
65615
- [styles$6['primary-nav-footer--with-shadow']]: hasScroll
65651
+ [styles$6['primary-nav-footer--with-shadow']]: hasScrollBottom
65616
65652
  })
65617
65653
  }, children);
65618
65654
  };
@@ -65997,5 +66033,5 @@ const EmptyState = props => {
65997
66033
  return emptyStateContainer;
65998
66034
  };
65999
66035
 
66000
- export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, ColorField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, DropdownListItemSelectable, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HIGHLIGHT_SHAPE, HintModal, IconAddressBook, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowLeftRight, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwardSimple, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullhorn, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarWeek, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircle, IconCheckCircleIncomplete, IconCheckCircleIncompleteRole, IconCheckCircleIncompleteUser, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircleHalfStroke, IconCircleXMark, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDeleteLeft, IconDollarSign, IconDownload, IconEdit, IconEllipsis, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclamation, IconExclamationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFileUser, IconFlag, IconFourDotsCircle, IconFourSquares, IconGanttChart, IconGavel, IconGif, IconGift, IconGlobe, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHand, IconHandHoldingCoin, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconHouse, IconImage, IconInfoCircle, IconInputText, IconIslandTropical, IconItalic, IconLanguage, IconLaptopSearch, IconLink, IconList, IconListOl, IconListRadio, IconLock, IconMagic, IconMapMarker, IconMedal, IconMemoMagnifyingGlass, IconMessages, IconMicrophone, IconMinus, IconMinusCircle, IconMobile, IconMoneyBill, IconMugSaucer, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSchool, IconSearch, IconSignIn, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSortChevron, IconSortChevronDown, IconSortChevronUp, IconSparkle, IconStar, IconStickyNoteLines, IconStopwatch, IconStore, IconStrikethrough, IconSync, IconSyncExclamation, IconTable, IconTachometer, IconThreeSquares, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUser, IconUserComputer, IconUserFriends, IconUserPlus, IconUserSearch, IconUserSlash, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWifi, IconWifiSlash, IconWrench, Ink3DGlasses, Ink3DModeling02, Ink3DPrinting, InkAcademicCap, InkAiAutomation, InkAirBalloon, InkAirPlane, InkAirplanePillow, InkAlpinist, InkAmbulance, InkAmericanFootball, InkAmusementPark, InkAnatomy, InkAngryFace, InkAppFolder, InkApps, InkArtistHat, InkArtistPainting, InkAsteroid, InkAstonishedFace, InkAstronaut, InkAudioBook, InkAviatorSunglasses, InkAvocado, InkBackpack, InkBacteria, InkBakingMold, InkBalanceYinYang, InkBallet, InkBamboo, InkBandAid, InkBanjo, InkBarChartUp, InkBarbell, InkBaseball, InkBaseballBatWithBall, InkBasketball, InkBeamingFaceWithSmilingEyes, InkBeverageCola, InkBicycle, InkBigboard, InkBillCheck, InkBirdCage, InkBirdHouse, InkBirthdayCakeSlice, InkBirthdayCap, InkBlackboard, InkBlender, InkBloodBagForTransfusion, InkBonfire, InkBook, InkBookSearch, InkBookShelf, InkBookletBrochure, InkBooks, InkBooksStack, InkBoombox, InkBowl, InkBowling, InkBox, InkBoxInUnfoldedForm, InkBoxOpened, InkBoxing, InkBoxingGloves, InkBrainLearn, InkBreadToast, InkBriefcase, InkBrokenHeart, InkBrush, InkBrushCup, InkBurger, InkBus, InkCabbage, InkCableCar, InkCalculator, InkCallToActionButtons, InkCampingSuv, InkCandies, InkCandy, InkCanoeist, InkCar, InkCarKey1, InkCarKey2, InkCarabine, InkCardGames, InkCardioExerciseAthletePowerlifterWithBarbell, InkCardiogramMonitor, InkCargoShip, InkCarouselWithHorses, InkCarrot, InkCassetteTape, InkCastanets, InkCatFace, InkCatPlaying, InkCatStanding, InkChampagneCheers, InkCheckMark, InkCheese, InkChefHat, InkChemistry, InkCherryBlossoms, InkChestnut, InkChristmasAngel, InkChristmasBells, InkChristmasElf, InkChristmasSack, InkChristmasSnowman, InkChristmasStar, InkChristmasStocking, InkChristmasTree, InkChristmasTreeBall1, InkChristmasTreeBall2, InkChristmasWreath, InkClassicPhone, InkClearNight, InkClosed, InkCloudy, InkCoachWhistle, InkCoctailTropical, InkCodeTerminal, InkCoffeeCup, InkCoffeeCupTakeaway, InkCoffeeMug, InkCogs, InkCoinUsDollar, InkColorPalette, InkColorProfileCmyk, InkCompass, InkComputerMouse, InkCongasDrum, InkContemporaryArtAbstract, InkContentImage, InkContentVideo, InkCookbook, InkCookieMan, InkCookingTongs, InkCorkNoticeBoard, InkCouple01, InkCouple02, InkCouple03, InkCowboyHat, InkCrane, InkCrayfish, InkCreditCard, InkCroissant, InkCrossMark, InkCrossedFingers, InkCrown, InkCruiseShip, InkCrutches, InkCube, InkCupcake, InkCurlingStone, InkCutScissors, InkCutterPaperKnife, InkCuttingBoard, InkCyclistBicycle, InkDataFlow, InkDataReport, InkDeadline, InkDesignSketchOfClothes, InkDeskLamp, InkDiagnosisDocument, InkDicer, InkDigitalPiano, InkDigitalThermometer, InkDiplomaCertificate, InkDirectionSigns, InkDirigible, InkDiscoBall, InkDiscountTag, InkDj, InkDjembeAfricanDrum, InkDna, InkDoNotDisturb, InkDocumentSignature, InkDocumentWithInfographic, InkDocumentsAndMedia, InkDogFace, InkDogHouse, InkDogStanding, InkDogToy, InkDollarBill, InkDolphin, InkDonut, InkDoubleDecker, InkDrawing, InkDrawing1, InkDrawingOnGraphicTablet, InkDrawingPalette, InkDropperContainer, InkDrum, InkDrumSet, InkDuctTape, InkDumbbell, InkEar, InkEarWheat, InkEggSunnySide, InkElectricCoolingFan, InkEmail, InkEmailInbox, InkEmailOpened, InkEmbroidery, InkEmployeeIdBadge, InkEmployeeOfMonth, InkEraser, InkExtensionCableCord, InkExtractorHood, InkEyeDropper, InkEyedropperWithColorPalette, InkFaceBlowingKiss, InkFaceMask, InkFaceWithTearsOfJoy, InkFencerSwordsmanWithSaber, InkFileFolder, InkFingerSnap, InkFingerWalking, InkFireTrending, InkFirecracker, InkFireworks, InkFishAquarium, InkFistRaised, InkFitnessTracker, InkFlag, InkFlashDriveUsb, InkFlashlight, InkFlipFlops, InkFlippers, InkFlowerBouquet, InkFlowerVase, InkFlute, InkFocusEyeHidden, InkFootballPlayer, InkForm, InkFourLeafClover, InkFrenchFries, InkFrisbee, InkFruitBowl, InkFryingPanEggs, InkGardenFence, InkGardenScissors, InkGardenShovel, InkGardeningFork, InkGasStationPump, InkGiftBox, InkGlobalInternational, InkGlobe, InkGoShopping, InkGolfClubSet, InkGolfTennisHatCap, InkGrapes, InkGraphicFileGalleryFrame, InkGrimacingFace, InkGroup7975, InkGroupOnlineTherapy, InkGuidelineBrandBook, InkGuitar, InkHalloweenGhost1, InkHalloweenGhost2, InkHalloweenJack, InkHandBandage, InkHandDrawingWithPencil, InkHandMeasuringHorizontally, InkHandMeasuringVertically, InkHandMeditationGesture, InkHandRaised, InkHandSignCall, InkHandSignChill, InkHandSignHalfHeartLeft, InkHandSignLittle, InkHandSignRock, InkHandSignStop, InkHandThreeFingers, InkHandVictoryLeftHand, InkHandVictoryRightHand, InkHandVulcanSalute, InkHandWaving, InkHandWithCamera, InkHandWithCards, InkHandWithChopsticks, InkHandWithCigarette, InkHandWithCoins, InkHandWithCreditCard, InkHandWithCup, InkHandWithDiamonds, InkHandWithDices, InkHandWithGem, InkHandWithGift, InkHandWithGlass, InkHandWithMagicWand, InkHandWithPaletteknifePainting, InkHandWithPencilDrawing, InkHandWithPhone, InkHandWithPuzzle, InkHandWithRose, InkHandWithSeedsPlanting, InkHandWithSmartPen, InkHandWithSpray, InkHandWithToothBrush, InkHandWithWatches, InkHandWithWipingCloth, InkHanukkah, InkHare, InkHarmonica, InkHarp, InkHazelnut, InkHeadMirror, InkHeadphones, InkHelicopter, InkHighSpeedTrain, InkHockeyPlayer, InkHockeyStickWithPuck, InkHorn, InkHospitalBed, InkHotAirBalloon, InkHotDog, InkHotelSign, InkHumanMoods, InkIceCream, InkIceMold, InkIceSkating, InkIndependenceDayGrill, InkIndexPointingDown, InkIndividualOnlineTherapy, InkInfographics, InkInhaler, InkInstagramPost, InkInteriorDesignHouseBlueprintPaperPlan, InkJoystick, InkJuiceCarton, InkJumpingRopes, InkKalimba, InkKarateMaster, InkKayak, InkKettlebell, InkKey, InkKeyboard, InkKidney, InkKitchenApron, InkKnife, InkLabTest, InkLabTube, InkLabelDesign, InkLadle, InkLandscapeDesign, InkLanguage, InkLaptop, InkLaptopBrowser, InkLawnmower, InkLayers, InkLeaf1, InkLeaf2, InkLifeJacket, InkLightBulb, InkLink, InkLockLocked, InkLockUnlocked, InkLunchBag, InkLungs, InkLuxuryJewellery, InkMagazine, InkMagicStick, InkMagicTricks, InkMagicWand, InkMagnet, InkMakingPhotoOnPhone, InkMaleFemaleSex, InkMan01, InkMan02, InkMan03, InkMan04, InkMan05, InkMan06, InkMan07, InkMan08, InkMan09, InkMan10, InkMan11, InkMan12, InkMan13, InkMan14, InkMan15, InkMan16, InkMan17, InkMaracas, InkMarker, InkMarketingCampaign, InkMascarade, InkMasher, InkMatcha, InkMatches, InkMeasuringJug, InkMedal, InkMedicalKit, InkMessageInformation, InkMessageQuestionsFaq, InkMetronome, InkMicroChips, InkMicrophone, InkMicroscope, InkMicrowaveOven, InkMilkCarton, InkMindDepression, InkMindEnergyLevels, InkMindProblemSolving, InkMindQuestion, InkMindThoughtProcess, InkMixer, InkMixingIngredients, InkMobileMockup, InkMoneyMetricUp, InkMoneySearch, InkMonitorBrowser, InkMoped, InkMotocrossMotorcycle, InkMotorbike, InkMural, InkMuseumPainting, InkMuseumSculpture, InkMushroom, InkNasalSpray, InkNews, InkNewtonsCradle, InkNoodlesWok, InkNoteBook, InkNotepadWithArrow, InkNotesChart, InkNotificationHashtag, InkNuclearEnergy, InkOcarina, InkOfficeChair01, InkOfficeChair02, InkOfficeNotebook, InkOfficePlant1, InkOfficePlant2, InkOfficePlant3, InkOfficeProjector, InkOfficeSnack, InkOintment, InkOliveOil, InkOnlineMeeting, InkOpen, InkOpenAllDay24Hours, InkOven, InkOvenGlove, InkOverlapOverlayIntersectionOpacity, InkPacManWithCursor, InkPackageDiscount, InkPaintTin, InkPaletteForDrawing, InkPalm, InkPanama, InkPanflute, InkPaperClip, InkPaperMap, InkPaperPlane, InkPaperShredder, InkPartlyCloudyDay, InkPartlyCloudyNight, InkPartyHat, InkPassport, InkPen, InkPenCurves, InkPenToolCursorWithBeziers, InkPencil, InkPencilSharpener, InkPepper, InkPerformanceMetric, InkPetBowl, InkPetCollar, InkPetCrate, InkPetFood, InkPetLitterShovel, InkPharmacyStore, InkPiano, InkPieChartDiscount, InkPieChartRevenue, InkPills, InkPillsBlisterPack, InkPillsContainer, InkPizzaSlice, InkPlanet, InkPlantInTube, InkPlantPot1, InkPlantPot2, InkPlantPot3, InkPlantPot4, InkPlantPot5, InkPlantPot6, InkPlates, InkPleadingFace, InkPokemon, InkPolaroidPhotoCard1, InkPolaroidPhotoCard2, InkPoleVaultAthleteJumper, InkPosTerminalMachine, InkPot, InkPottery, InkPowerBoat1, InkPowerBoat2, InkPresentationLive, InkPresentationReport, InkPrinter, InkPrivacyGdpr, InkProfile, InkProjector, InkProtractorRuler, InkPsychiatryNeurons, InkPsychologySymbol, InkPsychotherapistTakingNotes, InkPunchingBoxingBag, InkPushingButton, InkQrCode, InkQrCodeScanMobile, InkQuestionAnswerChat, InkRabbit, InkRainDrops, InkRainbow, InkRainy, InkRakes, InkReedGrass, InkRescueCircle, InkResistanceBand, InkReusableWaterBottle, InkReusableWaterBottleWithEnergyDrink, InkRoadmap, InkRobotics, InkRoller, InkRollerSkates, InkRollerSkating, InkRuler, InkRunning, InkRv, InkSailboat, InkSaltShaker, InkSandglass, InkSanitizer, InkSauceBottle, InkSaucePan, InkSavingMoney, InkSaxophone, InkScaleToolCrop, InkScanner, InkScissors, InkScooter, InkSculptureCarvingChisel, InkSearch, InkSeeds, InkSegway, InkSemi, InkSettings, InkShapes, InkShelfWithBooks, InkShoppingBasket, InkShoppingCart, InkSkateboard, InkSkateboarder, InkSkates, InkSkier, InkSleepingFace, InkSlotMachine, InkSmartphone, InkSmilingFaceWithGlasses, InkSmilingFaceWithHeartEyes, InkSmilingFaceWithHearts, InkSmilingFaceWithSunglasses, InkSmilingFaceWithTear, InkSmirkingFace, InkSnake, InkSnorkeling, InkSnowboarder, InkSnowflake, InkSnowy, InkSoccer, InkSoup, InkSpaceTravel, InkSparkles1, InkSparkles2, InkSparkles3, InkSpatula, InkSportBag, InkSportsHockeyFootballHelmet, InkSprayPaintCan, InkStPatricksDayClover, InkStaircaseUp, InkStapler, InkSteak, InkStethoscope, InkStickerSmileEmoji, InkStickyNotes, InkStomach, InkStoneStacking, InkStopSign, InkStoreShop, InkStrainer, InkStrongWind, InkSubmarine, InkSubwoofer, InkSuitcase, InkSumoWrestler, InkSunBed, InkSunflower, InkSunscreen, InkSurferSurfboard, InkSushi, InkSwimmingGogglesWithCap, InkSwimsuitBikini, InkSwimsuitShorts, InkSwissKnife, InkSyringe, InkSulptureBust as InkSсulptureBust, InkTShirtPrinting, InkTableTennis, InkTabletMockup, InkTaco, InkTambourine, InkTarget, InkTeaPot, InkTelescope, InkTemperatureCold, InkTemperatureHot, InkTemplate, InkTennis, InkTennisShuttlecock, InkTent, InkTestExamGrades, InkTextToolFont, InkTheatre, InkThinkingFace, InkThumbBackDirection, InkThumbsUp, InkThunderstorm, InkTimer, InkToaster, InkTooth, InkTornado, InkTouristBackpack, InkTouristBriefcase, InkTractor, InkTrafficLight, InkTram, InkTransparentBackground, InkTrashBin, InkTree, InkTreeEvergreen, InkTreeStump, InkTriangle, InkTrumpet, InkTuningFork, InkUmbrella, InkUploadToCloud, InkUsbDrive01, InkUsbDrive02, InkUsbHub, InkValentinesDayTeddy, InkVaseWithWildflowers, InkVinylRecord, InkVinylRecordPlayer, InkViolin, InkVirus, InkVocalMicrophone, InkVolleyball, InkWalkingFrame, InkWallCalendar, InkWallClock, InkWallet, InkWaterScooter, InkWateringCan, InkWateringHose, InkWatermelon, InkWebBrowsing1, InkWebBrowsing2, InkWebCamera, InkWebUiElementImageSettings, InkWebWindow, InkWebsiteOnMonitor, InkWhisk, InkWifiRouter, InkWindy, InkWinkingFaceWithTongue, InkWoman01, InkWoman02, InkWoman03, InkWoman04, InkWoman05, InkWoman06, InkWoman07, InkWoman08, InkWoman09, InkWoman10, InkWoman11, InkWoman12, InkWorkflow, InkWorkingByDesk, InkWorkingTable, InkWritingPen, InkXylophone, InkYogaMan, InkYogaWoman, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, Popover, PrimaryNav, PrimaryNavDivider, PrimaryNavFooter, PrimaryNavItem, PrimaryNavSubItem, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, ShortcutKey, Skeleton, SousChefProvider, Spinner, Stack, Tab, TabList, TabPanel, Tabs, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, WeekSelectField, ZINDEX, everyOtherWeekday, firstOfMonth, isValidPhoneNumber, lastOfMonth, nthWeekdayOfMonth, toast, useDataTableContext, useModalPosition };
66036
+ export { Accordion, ActionList, ActionListItem, AsyncSelectField, Avatar, Badge, Bold, BreadcrumbItem, Breadcrumbs, Button, COLORS, Calendar, CalloutCard, Card, CheckboxField, Chip, CircularProgress, ColorField, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Dropdown, DropdownList, DropdownListDivider, DropdownListItem, DropdownListItemSelectable, EmptyState, Form, FormFeedback, FormFooter, FormRow, FormSection, HIGHLIGHT_SHAPE, HintModal, IconAddressBook, IconAnalytics, IconArrowDown, IconArrowDownWideShort, IconArrowLeft, IconArrowLeftRight, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwardSimple, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullhorn, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarWeek, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconCheckCircle, IconCheckCircleIncomplete, IconCheckCircleIncompleteRole, IconCheckCircleIncompleteUser, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircleHalfStroke, IconCircleXMark, IconClipboardList, IconClock, IconClockExclamation, IconClockRewind, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDeleteLeft, IconDollarSign, IconDownload, IconEdit, IconEllipsis, IconEllipsisV, IconEnvelope, IconEnvelopeOpenDollar, IconExclamation, IconExclamationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFaceSmileRelaxed, IconFile, IconFilePdf, IconFileUser, IconFlag, IconFourDotsCircle, IconFourSquares, IconGanttChart, IconGavel, IconGif, IconGift, IconGlobe, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHand, IconHandHoldingCoin, IconHandHoldingDollar, IconHandPointRight, IconHandshake, IconHatChef, IconHouse, IconImage, IconInfinity, IconInfoCircle, IconInputText, IconIslandTropical, IconItalic, IconLanguage, IconLaptopSearch, IconLink, IconList, IconListOl, IconListRadio, IconLock, IconMagic, IconMapMarker, IconMedal, IconMemoMagnifyingGlass, IconMessages, IconMicrophone, IconMinus, IconMinusCircle, IconMobile, IconMoneyBill, IconMugSaucer, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlateUtensils, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconRocket, IconSchool, IconSearch, IconSignIn, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconSortChevron, IconSortChevronDown, IconSortChevronUp, IconSparkle, IconStar, IconStickyNoteLines, IconStopwatch, IconStore, IconStrikethrough, IconSync, IconSyncExclamation, IconTable, IconTachometer, IconThreeSquares, IconThumbsDown, IconThumbsUp, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUnlock, IconUser, IconUserComputer, IconUserFriends, IconUserPlus, IconUserSearch, IconUserSlash, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWifi, IconWifiSlash, IconWrench, Ink3DGlasses, Ink3DModeling02, Ink3DPrinting, InkAcademicCap, InkAiAutomation, InkAirBalloon, InkAirPlane, InkAirplanePillow, InkAlpinist, InkAmbulance, InkAmericanFootball, InkAmusementPark, InkAnatomy, InkAngryFace, InkAppFolder, InkApps, InkArtistHat, InkArtistPainting, InkAsteroid, InkAstonishedFace, InkAstronaut, InkAudioBook, InkAviatorSunglasses, InkAvocado, InkBackpack, InkBacteria, InkBakingMold, InkBalanceYinYang, InkBallet, InkBamboo, InkBandAid, InkBanjo, InkBarChartUp, InkBarbell, InkBaseball, InkBaseballBatWithBall, InkBasketball, InkBeamingFaceWithSmilingEyes, InkBeverageCola, InkBicycle, InkBigboard, InkBillCheck, InkBirdCage, InkBirdHouse, InkBirthdayCakeSlice, InkBirthdayCap, InkBlackboard, InkBlender, InkBloodBagForTransfusion, InkBonfire, InkBook, InkBookSearch, InkBookShelf, InkBookletBrochure, InkBooks, InkBooksStack, InkBoombox, InkBowl, InkBowling, InkBox, InkBoxInUnfoldedForm, InkBoxOpened, InkBoxing, InkBoxingGloves, InkBrainLearn, InkBreadToast, InkBriefcase, InkBrokenHeart, InkBrush, InkBrushCup, InkBurger, InkBus, InkCabbage, InkCableCar, InkCalculator, InkCallToActionButtons, InkCampingSuv, InkCandies, InkCandy, InkCanoeist, InkCar, InkCarKey1, InkCarKey2, InkCarabine, InkCardGames, InkCardioExerciseAthletePowerlifterWithBarbell, InkCardiogramMonitor, InkCargoShip, InkCarouselWithHorses, InkCarrot, InkCassetteTape, InkCastanets, InkCatFace, InkCatPlaying, InkCatStanding, InkChampagneCheers, InkCheckMark, InkCheese, InkChefHat, InkChemistry, InkCherryBlossoms, InkChestnut, InkChristmasAngel, InkChristmasBells, InkChristmasElf, InkChristmasSack, InkChristmasSnowman, InkChristmasStar, InkChristmasStocking, InkChristmasTree, InkChristmasTreeBall1, InkChristmasTreeBall2, InkChristmasWreath, InkClassicPhone, InkClearNight, InkClosed, InkCloudy, InkCoachWhistle, InkCoctailTropical, InkCodeTerminal, InkCoffeeCup, InkCoffeeCupTakeaway, InkCoffeeMug, InkCogs, InkCoinUsDollar, InkColorPalette, InkColorProfileCmyk, InkCompass, InkComputerMouse, InkCongasDrum, InkContemporaryArtAbstract, InkContentImage, InkContentVideo, InkCookbook, InkCookieMan, InkCookingTongs, InkCorkNoticeBoard, InkCouple01, InkCouple02, InkCouple03, InkCowboyHat, InkCrane, InkCrayfish, InkCreditCard, InkCroissant, InkCrossMark, InkCrossedFingers, InkCrown, InkCruiseShip, InkCrutches, InkCube, InkCupcake, InkCurlingStone, InkCutScissors, InkCutterPaperKnife, InkCuttingBoard, InkCyclistBicycle, InkDataFlow, InkDataReport, InkDeadline, InkDesignSketchOfClothes, InkDeskLamp, InkDiagnosisDocument, InkDicer, InkDigitalPiano, InkDigitalThermometer, InkDiplomaCertificate, InkDirectionSigns, InkDirigible, InkDiscoBall, InkDiscountTag, InkDj, InkDjembeAfricanDrum, InkDna, InkDoNotDisturb, InkDocumentSignature, InkDocumentWithInfographic, InkDocumentsAndMedia, InkDogFace, InkDogHouse, InkDogStanding, InkDogToy, InkDollarBill, InkDolphin, InkDonut, InkDoubleDecker, InkDrawing, InkDrawing1, InkDrawingOnGraphicTablet, InkDrawingPalette, InkDropperContainer, InkDrum, InkDrumSet, InkDuctTape, InkDumbbell, InkEar, InkEarWheat, InkEggSunnySide, InkElectricCoolingFan, InkEmail, InkEmailInbox, InkEmailOpened, InkEmbroidery, InkEmployeeIdBadge, InkEmployeeOfMonth, InkEraser, InkExtensionCableCord, InkExtractorHood, InkEyeDropper, InkEyedropperWithColorPalette, InkFaceBlowingKiss, InkFaceMask, InkFaceWithTearsOfJoy, InkFencerSwordsmanWithSaber, InkFileFolder, InkFingerSnap, InkFingerWalking, InkFireTrending, InkFirecracker, InkFireworks, InkFishAquarium, InkFistRaised, InkFitnessTracker, InkFlag, InkFlashDriveUsb, InkFlashlight, InkFlipFlops, InkFlippers, InkFlowerBouquet, InkFlowerVase, InkFlute, InkFocusEyeHidden, InkFootballPlayer, InkForm, InkFourLeafClover, InkFrenchFries, InkFrisbee, InkFruitBowl, InkFryingPanEggs, InkGardenFence, InkGardenScissors, InkGardenShovel, InkGardeningFork, InkGasStationPump, InkGiftBox, InkGlobalInternational, InkGlobe, InkGoShopping, InkGolfClubSet, InkGolfTennisHatCap, InkGrapes, InkGraphicFileGalleryFrame, InkGrimacingFace, InkGroup7975, InkGroupOnlineTherapy, InkGuidelineBrandBook, InkGuitar, InkHalloweenGhost1, InkHalloweenGhost2, InkHalloweenJack, InkHandBandage, InkHandDrawingWithPencil, InkHandMeasuringHorizontally, InkHandMeasuringVertically, InkHandMeditationGesture, InkHandRaised, InkHandSignCall, InkHandSignChill, InkHandSignHalfHeartLeft, InkHandSignLittle, InkHandSignRock, InkHandSignStop, InkHandThreeFingers, InkHandVictoryLeftHand, InkHandVictoryRightHand, InkHandVulcanSalute, InkHandWaving, InkHandWithCamera, InkHandWithCards, InkHandWithChopsticks, InkHandWithCigarette, InkHandWithCoins, InkHandWithCreditCard, InkHandWithCup, InkHandWithDiamonds, InkHandWithDices, InkHandWithGem, InkHandWithGift, InkHandWithGlass, InkHandWithMagicWand, InkHandWithPaletteknifePainting, InkHandWithPencilDrawing, InkHandWithPhone, InkHandWithPuzzle, InkHandWithRose, InkHandWithSeedsPlanting, InkHandWithSmartPen, InkHandWithSpray, InkHandWithToothBrush, InkHandWithWatches, InkHandWithWipingCloth, InkHanukkah, InkHare, InkHarmonica, InkHarp, InkHazelnut, InkHeadMirror, InkHeadphones, InkHelicopter, InkHighSpeedTrain, InkHockeyPlayer, InkHockeyStickWithPuck, InkHorn, InkHospitalBed, InkHotAirBalloon, InkHotDog, InkHotelSign, InkHumanMoods, InkIceCream, InkIceMold, InkIceSkating, InkIndependenceDayGrill, InkIndexPointingDown, InkIndividualOnlineTherapy, InkInfographics, InkInhaler, InkInstagramPost, InkInteriorDesignHouseBlueprintPaperPlan, InkJoystick, InkJuiceCarton, InkJumpingRopes, InkKalimba, InkKarateMaster, InkKayak, InkKettlebell, InkKey, InkKeyboard, InkKidney, InkKitchenApron, InkKnife, InkLabTest, InkLabTube, InkLabelDesign, InkLadle, InkLandscapeDesign, InkLanguage, InkLaptop, InkLaptopBrowser, InkLawnmower, InkLayers, InkLeaf1, InkLeaf2, InkLifeJacket, InkLightBulb, InkLink, InkLockLocked, InkLockUnlocked, InkLunchBag, InkLungs, InkLuxuryJewellery, InkMagazine, InkMagicStick, InkMagicTricks, InkMagicWand, InkMagnet, InkMakingPhotoOnPhone, InkMaleFemaleSex, InkMan01, InkMan02, InkMan03, InkMan04, InkMan05, InkMan06, InkMan07, InkMan08, InkMan09, InkMan10, InkMan11, InkMan12, InkMan13, InkMan14, InkMan15, InkMan16, InkMan17, InkMaracas, InkMarker, InkMarketingCampaign, InkMascarade, InkMasher, InkMatcha, InkMatches, InkMeasuringJug, InkMedal, InkMedicalKit, InkMessageInformation, InkMessageQuestionsFaq, InkMetronome, InkMicroChips, InkMicrophone, InkMicroscope, InkMicrowaveOven, InkMilkCarton, InkMindDepression, InkMindEnergyLevels, InkMindProblemSolving, InkMindQuestion, InkMindThoughtProcess, InkMixer, InkMixingIngredients, InkMobileMockup, InkMoneyMetricUp, InkMoneySearch, InkMonitorBrowser, InkMoped, InkMotocrossMotorcycle, InkMotorbike, InkMural, InkMuseumPainting, InkMuseumSculpture, InkMushroom, InkNasalSpray, InkNews, InkNewtonsCradle, InkNoodlesWok, InkNoteBook, InkNotepadWithArrow, InkNotesChart, InkNotificationHashtag, InkNuclearEnergy, InkOcarina, InkOfficeChair01, InkOfficeChair02, InkOfficeNotebook, InkOfficePlant1, InkOfficePlant2, InkOfficePlant3, InkOfficeProjector, InkOfficeSnack, InkOintment, InkOliveOil, InkOnlineMeeting, InkOpen, InkOpenAllDay24Hours, InkOven, InkOvenGlove, InkOverlapOverlayIntersectionOpacity, InkPacManWithCursor, InkPackageDiscount, InkPaintTin, InkPaletteForDrawing, InkPalm, InkPanama, InkPanflute, InkPaperClip, InkPaperMap, InkPaperPlane, InkPaperShredder, InkPartlyCloudyDay, InkPartlyCloudyNight, InkPartyHat, InkPassport, InkPen, InkPenCurves, InkPenToolCursorWithBeziers, InkPencil, InkPencilSharpener, InkPepper, InkPerformanceMetric, InkPetBowl, InkPetCollar, InkPetCrate, InkPetFood, InkPetLitterShovel, InkPharmacyStore, InkPiano, InkPieChartDiscount, InkPieChartRevenue, InkPills, InkPillsBlisterPack, InkPillsContainer, InkPizzaSlice, InkPlanet, InkPlantInTube, InkPlantPot1, InkPlantPot2, InkPlantPot3, InkPlantPot4, InkPlantPot5, InkPlantPot6, InkPlates, InkPleadingFace, InkPokemon, InkPolaroidPhotoCard1, InkPolaroidPhotoCard2, InkPoleVaultAthleteJumper, InkPosTerminalMachine, InkPot, InkPottery, InkPowerBoat1, InkPowerBoat2, InkPresentationLive, InkPresentationReport, InkPrinter, InkPrivacyGdpr, InkProfile, InkProjector, InkProtractorRuler, InkPsychiatryNeurons, InkPsychologySymbol, InkPsychotherapistTakingNotes, InkPunchingBoxingBag, InkPushingButton, InkQrCode, InkQrCodeScanMobile, InkQuestionAnswerChat, InkRabbit, InkRainDrops, InkRainbow, InkRainy, InkRakes, InkReedGrass, InkRescueCircle, InkResistanceBand, InkReusableWaterBottle, InkReusableWaterBottleWithEnergyDrink, InkRoadmap, InkRobotics, InkRoller, InkRollerSkates, InkRollerSkating, InkRuler, InkRunning, InkRv, InkSailboat, InkSaltShaker, InkSandglass, InkSanitizer, InkSauceBottle, InkSaucePan, InkSavingMoney, InkSaxophone, InkScaleToolCrop, InkScanner, InkScissors, InkScooter, InkSculptureCarvingChisel, InkSearch, InkSeeds, InkSegway, InkSemi, InkSettings, InkShapes, InkShelfWithBooks, InkShoppingBasket, InkShoppingCart, InkSkateboard, InkSkateboarder, InkSkates, InkSkier, InkSleepingFace, InkSlotMachine, InkSmartphone, InkSmilingFaceWithGlasses, InkSmilingFaceWithHeartEyes, InkSmilingFaceWithHearts, InkSmilingFaceWithSunglasses, InkSmilingFaceWithTear, InkSmirkingFace, InkSnake, InkSnorkeling, InkSnowboarder, InkSnowflake, InkSnowy, InkSoccer, InkSoup, InkSpaceTravel, InkSparkles1, InkSparkles2, InkSparkles3, InkSpatula, InkSportBag, InkSportsHockeyFootballHelmet, InkSprayPaintCan, InkStPatricksDayClover, InkStaircaseUp, InkStapler, InkSteak, InkStethoscope, InkStickerSmileEmoji, InkStickyNotes, InkStomach, InkStoneStacking, InkStopSign, InkStoreShop, InkStrainer, InkStrongWind, InkSubmarine, InkSubwoofer, InkSuitcase, InkSumoWrestler, InkSunBed, InkSunflower, InkSunscreen, InkSurferSurfboard, InkSushi, InkSwimmingGogglesWithCap, InkSwimsuitBikini, InkSwimsuitShorts, InkSwissKnife, InkSyringe, InkSulptureBust as InkSсulptureBust, InkTShirtPrinting, InkTableTennis, InkTabletMockup, InkTaco, InkTambourine, InkTarget, InkTeaPot, InkTelescope, InkTemperatureCold, InkTemperatureHot, InkTemplate, InkTennis, InkTennisShuttlecock, InkTent, InkTestExamGrades, InkTextToolFont, InkTheatre, InkThinkingFace, InkThumbBackDirection, InkThumbsUp, InkThunderstorm, InkTimer, InkToaster, InkTooth, InkTornado, InkTouristBackpack, InkTouristBriefcase, InkTractor, InkTrafficLight, InkTram, InkTransparentBackground, InkTrashBin, InkTree, InkTreeEvergreen, InkTreeStump, InkTriangle, InkTrumpet, InkTuningFork, InkUmbrella, InkUploadToCloud, InkUsbDrive01, InkUsbDrive02, InkUsbHub, InkValentinesDayTeddy, InkVaseWithWildflowers, InkVinylRecord, InkVinylRecordPlayer, InkViolin, InkVirus, InkVocalMicrophone, InkVolleyball, InkWalkingFrame, InkWallCalendar, InkWallClock, InkWallet, InkWaterScooter, InkWateringCan, InkWateringHose, InkWatermelon, InkWebBrowsing1, InkWebBrowsing2, InkWebCamera, InkWebUiElementImageSettings, InkWebWindow, InkWebsiteOnMonitor, InkWhisk, InkWifiRouter, InkWindy, InkWinkingFaceWithTongue, InkWoman01, InkWoman02, InkWoman03, InkWoman04, InkWoman05, InkWoman06, InkWoman07, InkWoman08, InkWoman09, InkWoman10, InkWoman11, InkWoman12, InkWorkflow, InkWorkingByDesk, InkWorkingTable, InkWritingPen, InkXylophone, InkYogaMan, InkYogaWoman, Inline, InlineBanner, Italic, Link, MicroBanner, Modal, ModalBody, ModalFooter, MultiSelectField, NumberField, Page, PageLayout, PaginationControls, PasswordField, Paywall, PercentageField, PersistentBanner, PhoneField, Pill, PillSelectField, Popover, PrimaryNav, PrimaryNavDivider, PrimaryNavFooter, PrimaryNavItem, PrimaryNavSubItem, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, ShortcutKey, Skeleton, SousChefProvider, Spinner, Stack, Tab, TabList, TabPanel, Tabs, Text, TextAreaField, TextField, TimeField, TimeRangeField, Toggle, ToolbarSelect, Tooltip, Underline, WeekField, WeekSelectField, ZINDEX, everyOtherWeekday, firstOfMonth, isValidPhoneNumber, lastOfMonth, nthWeekdayOfMonth, toast, useDataTableContext, useModalPosition };
66001
66037
  //# sourceMappingURL=index.modern.mjs.map