@7shifts/sous-chef 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -317,7 +317,7 @@ var kebabize = function kebabize(str) {
317
317
  });
318
318
  };
319
319
 
320
- var _excluded$ej = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
320
+ var _excluded$ek = ["m", "margin", "mt", "marginTop", "mr", "marginRight", "mb", "marginBottom", "ml", "marginLeft"];
321
321
  var getPositionProps = function getPositionProps(_ref) {
322
322
  var m = _ref.m,
323
323
  margin = _ref.margin,
@@ -329,7 +329,7 @@ var getPositionProps = function getPositionProps(_ref) {
329
329
  marginBottom = _ref.marginBottom,
330
330
  ml = _ref.ml,
331
331
  marginLeft = _ref.marginLeft,
332
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
332
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$ek);
333
333
  return {
334
334
  positionProps: {
335
335
  m: m,
@@ -363,7 +363,7 @@ var getDataProps = function getDataProps(props, config) {
363
363
  });
364
364
  };
365
365
 
366
- var _excluded$ei = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
366
+ var _excluded$ej = ["children", "space", "flex", "alignItems", "justifyContent", "inlineFlex", "direction", "flexItems", "flexWrap", "flexGrow", "testId", "extraClass"];
367
367
  /**
368
368
  * Flex is a internal component used by Stack and Inline. DON'T use this component outside of Sous Chef
369
369
  */
@@ -388,7 +388,7 @@ var Flex = function Flex(_ref) {
388
388
  flexGrow = _ref.flexGrow,
389
389
  testId = _ref.testId,
390
390
  extraClass = _ref.extraClass,
391
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
391
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$ej);
392
392
  var _getPositionProps = getPositionProps(rest),
393
393
  positionProps = _getPositionProps.positionProps,
394
394
  otherProps = _getPositionProps.otherProps;
@@ -419,14 +419,14 @@ var Flex = function Flex(_ref) {
419
419
  }));
420
420
  };
421
421
 
422
- var _excluded$eh = ["alignItems"];
422
+ var _excluded$ei = ["alignItems"];
423
423
  /**
424
424
  * Layout component to easily stack elements up in a column.
425
425
  */
426
426
  var Stack = function Stack(_ref) {
427
427
  var _ref$alignItems = _ref.alignItems,
428
428
  alignItems = _ref$alignItems === void 0 ? 'stretch' : _ref$alignItems,
429
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
429
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ei);
430
430
  return React__namespace.createElement(Flex, _extends({}, props, {
431
431
  alignItems: alignItems,
432
432
  direction: "column"
@@ -435,7 +435,7 @@ var Stack = function Stack(_ref) {
435
435
 
436
436
  var styles$1s = {"caption":"_tMhXr","label":"_NfOw5","label--truncate":"_M3aFK","toggle":"_QDQZ1","toggle__label":"_52dky","toggle__caption":"_A-tgL","toggle__switch":"_kBjjH"};
437
437
 
438
- var _excluded$eg = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
438
+ var _excluded$eh = ["checked", "label", "caption", "onChange", "disabled", "id", "testId"];
439
439
  /**
440
440
  * Used when you want to allow the user to turn some information ON and OFF.
441
441
  *
@@ -450,7 +450,7 @@ var Toggle = function Toggle(_ref) {
450
450
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
451
451
  id = _ref.id,
452
452
  testId = _ref.testId,
453
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
453
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$eh);
454
454
  var _getDataProps = getDataProps(otherProps),
455
455
  dataProps = _getDataProps.dataProps;
456
456
  return React__default["default"].createElement(Stack, {
@@ -979,7 +979,7 @@ var COMPONENT_NAMES = {
979
979
  BUTTON: 'BUTTON'
980
980
  };
981
981
 
982
- var _excluded$ef = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
982
+ var _excluded$eg = ["children", "type", "theme", "disabled", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "id", "loading", "title", "href", "target", "testId", "size"],
983
983
  _excluded2 = ["id", "onClick", "onMouseEnter", "onMouseLeave", "onBlur", "onFocus", "onKeyDown", "className", "type", "disabled", "href", "target", "children", "position", "dataProps"];
984
984
  var ButtonComponent = function ButtonComponent(_ref, ref) {
985
985
  var _classnames;
@@ -1004,7 +1004,7 @@ var ButtonComponent = function ButtonComponent(_ref, ref) {
1004
1004
  target = _ref$target === void 0 ? BUTTON_TARGETS.SELF : _ref$target,
1005
1005
  testId = _ref.testId,
1006
1006
  size = _ref.size,
1007
- rest = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1007
+ rest = _objectWithoutPropertiesLoose(_ref, _excluded$eg);
1008
1008
  var _getPositionProps = getPositionProps(rest),
1009
1009
  positionProps = _getPositionProps.positionProps,
1010
1010
  otherProps = _getPositionProps.otherProps;
@@ -1128,7 +1128,7 @@ var useIsInsideComponent = function useIsInsideComponent(parentComponentName) {
1128
1128
  return componentName === parentComponentName;
1129
1129
  };
1130
1130
 
1131
- var _excluded$ee = ["testId", "size", "color", "style", "variant"];
1131
+ var _excluded$ef = ["testId", "size", "color", "style", "variant"];
1132
1132
  var IconArrowDown = React.forwardRef(function (_ref, ref) {
1133
1133
  var _ref$testId = _ref.testId,
1134
1134
  testId = _ref$testId === void 0 ? 'icon-arrow-down' : _ref$testId,
@@ -1137,7 +1137,7 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1137
1137
  style = _ref.style,
1138
1138
  _ref$variant = _ref.variant,
1139
1139
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1140
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1140
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ef);
1141
1141
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1142
1142
  var styleProps = {
1143
1143
  size: !size && isInsideButton ? 'medium' : size,
@@ -1175,7 +1175,7 @@ var IconArrowDown = React.forwardRef(function (_ref, ref) {
1175
1175
  });
1176
1176
  IconArrowDown.displayName = 'IconArrowDown';
1177
1177
 
1178
- var _excluded$ed = ["testId", "size", "color", "style", "variant"];
1178
+ var _excluded$ee = ["testId", "size", "color", "style", "variant"];
1179
1179
  var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1180
1180
  var _ref$testId = _ref.testId,
1181
1181
  testId = _ref$testId === void 0 ? 'icon-arrow-down-wide-short' : _ref$testId,
@@ -1184,7 +1184,7 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1184
1184
  style = _ref.style,
1185
1185
  _ref$variant = _ref.variant,
1186
1186
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1187
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1187
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ee);
1188
1188
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1189
1189
  var styleProps = {
1190
1190
  size: !size && isInsideButton ? 'medium' : size,
@@ -1220,7 +1220,7 @@ var IconArrowDownWideShort = React.forwardRef(function (_ref, ref) {
1220
1220
  });
1221
1221
  IconArrowDownWideShort.displayName = 'IconArrowDownWideShort';
1222
1222
 
1223
- var _excluded$ec = ["testId", "size", "color", "style", "variant"];
1223
+ var _excluded$ed = ["testId", "size", "color", "style", "variant"];
1224
1224
  var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1225
1225
  var _ref$testId = _ref.testId,
1226
1226
  testId = _ref$testId === void 0 ? 'icon-arrow-left' : _ref$testId,
@@ -1229,7 +1229,7 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1229
1229
  style = _ref.style,
1230
1230
  _ref$variant = _ref.variant,
1231
1231
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1232
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1232
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ed);
1233
1233
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1234
1234
  var styleProps = {
1235
1235
  size: !size && isInsideButton ? 'medium' : size,
@@ -1267,7 +1267,7 @@ var IconArrowLeft = React.forwardRef(function (_ref, ref) {
1267
1267
  });
1268
1268
  IconArrowLeft.displayName = 'IconArrowLeft';
1269
1269
 
1270
- var _excluded$eb = ["testId", "size", "color", "style", "variant"];
1270
+ var _excluded$ec = ["testId", "size", "color", "style", "variant"];
1271
1271
  var IconArrowRight = React.forwardRef(function (_ref, ref) {
1272
1272
  var _ref$testId = _ref.testId,
1273
1273
  testId = _ref$testId === void 0 ? 'icon-arrow-right' : _ref$testId,
@@ -1276,7 +1276,7 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1276
1276
  style = _ref.style,
1277
1277
  _ref$variant = _ref.variant,
1278
1278
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1279
- props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1279
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ec);
1280
1280
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1281
1281
  var styleProps = {
1282
1282
  size: !size && isInsideButton ? 'medium' : size,
@@ -1314,7 +1314,7 @@ var IconArrowRight = React.forwardRef(function (_ref, ref) {
1314
1314
  });
1315
1315
  IconArrowRight.displayName = 'IconArrowRight';
1316
1316
 
1317
- var _excluded$ea = ["testId", "size", "color", "style", "variant"];
1317
+ var _excluded$eb = ["testId", "size", "color", "style", "variant"];
1318
1318
  var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1319
1319
  var _ref$testId = _ref.testId,
1320
1320
  testId = _ref$testId === void 0 ? 'icon-arrow-to-top' : _ref$testId,
@@ -1323,7 +1323,7 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1323
1323
  style = _ref.style,
1324
1324
  _ref$variant = _ref.variant,
1325
1325
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1326
- props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1326
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$eb);
1327
1327
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1328
1328
  var styleProps = {
1329
1329
  size: !size && isInsideButton ? 'medium' : size,
@@ -1359,7 +1359,7 @@ var IconArrowToTop = React.forwardRef(function (_ref, ref) {
1359
1359
  });
1360
1360
  IconArrowToTop.displayName = 'IconArrowToTop';
1361
1361
 
1362
- var _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1362
+ var _excluded$ea = ["testId", "size", "color", "style", "variant"];
1363
1363
  var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1364
1364
  var _ref$testId = _ref.testId,
1365
1365
  testId = _ref$testId === void 0 ? 'icon-arrow-turn-down-right' : _ref$testId,
@@ -1368,7 +1368,7 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1368
1368
  style = _ref.style,
1369
1369
  _ref$variant = _ref.variant,
1370
1370
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1371
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1371
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$ea);
1372
1372
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1373
1373
  var styleProps = {
1374
1374
  size: !size && isInsideButton ? 'medium' : size,
@@ -1419,7 +1419,7 @@ var IconArrowTurnDownRight = React.forwardRef(function (_ref, ref) {
1419
1419
  });
1420
1420
  IconArrowTurnDownRight.displayName = 'IconArrowTurnDownRight';
1421
1421
 
1422
- var _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1422
+ var _excluded$e9 = ["testId", "size", "color", "style", "variant"];
1423
1423
  var IconArrowUp = React.forwardRef(function (_ref, ref) {
1424
1424
  var _ref$testId = _ref.testId,
1425
1425
  testId = _ref$testId === void 0 ? 'icon-arrow-up' : _ref$testId,
@@ -1428,7 +1428,7 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1428
1428
  style = _ref.style,
1429
1429
  _ref$variant = _ref.variant,
1430
1430
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1431
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1431
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e9);
1432
1432
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1433
1433
  var styleProps = {
1434
1434
  size: !size && isInsideButton ? 'medium' : size,
@@ -1466,7 +1466,7 @@ var IconArrowUp = React.forwardRef(function (_ref, ref) {
1466
1466
  });
1467
1467
  IconArrowUp.displayName = 'IconArrowUp';
1468
1468
 
1469
- var _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1469
+ var _excluded$e8 = ["testId", "size", "color", "style", "variant"];
1470
1470
  var IconChevronDown = React.forwardRef(function (_ref, ref) {
1471
1471
  var _ref$testId = _ref.testId,
1472
1472
  testId = _ref$testId === void 0 ? 'icon-chevron-down' : _ref$testId,
@@ -1475,7 +1475,7 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
1475
1475
  style = _ref.style,
1476
1476
  _ref$variant = _ref.variant,
1477
1477
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1478
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1478
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e8);
1479
1479
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1480
1480
  var styleProps = {
1481
1481
  size: !size && isInsideButton ? 'medium' : size,
@@ -1513,7 +1513,7 @@ var IconChevronDown = React.forwardRef(function (_ref, ref) {
1513
1513
  });
1514
1514
  IconChevronDown.displayName = 'IconChevronDown';
1515
1515
 
1516
- var _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1516
+ var _excluded$e7 = ["testId", "size", "color", "style", "variant"];
1517
1517
  var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1518
1518
  var _ref$testId = _ref.testId,
1519
1519
  testId = _ref$testId === void 0 ? 'icon-chevron-left' : _ref$testId,
@@ -1522,7 +1522,7 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1522
1522
  style = _ref.style,
1523
1523
  _ref$variant = _ref.variant,
1524
1524
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1525
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1525
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e7);
1526
1526
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1527
1527
  var styleProps = {
1528
1528
  size: !size && isInsideButton ? 'medium' : size,
@@ -1560,7 +1560,7 @@ var IconChevronLeft = React.forwardRef(function (_ref, ref) {
1560
1560
  });
1561
1561
  IconChevronLeft.displayName = 'IconChevronLeft';
1562
1562
 
1563
- var _excluded$e5 = ["testId", "size", "color", "style", "variant"];
1563
+ var _excluded$e6 = ["testId", "size", "color", "style", "variant"];
1564
1564
  var IconChevronRight = React.forwardRef(function (_ref, ref) {
1565
1565
  var _ref$testId = _ref.testId,
1566
1566
  testId = _ref$testId === void 0 ? 'icon-chevron-right' : _ref$testId,
@@ -1569,7 +1569,7 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
1569
1569
  style = _ref.style,
1570
1570
  _ref$variant = _ref.variant,
1571
1571
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1572
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
1572
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e6);
1573
1573
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1574
1574
  var styleProps = {
1575
1575
  size: !size && isInsideButton ? 'medium' : size,
@@ -1607,7 +1607,7 @@ var IconChevronRight = React.forwardRef(function (_ref, ref) {
1607
1607
  });
1608
1608
  IconChevronRight.displayName = 'IconChevronRight';
1609
1609
 
1610
- var _excluded$e4 = ["testId", "size", "color", "style", "variant"];
1610
+ var _excluded$e5 = ["testId", "size", "color", "style", "variant"];
1611
1611
  var IconChevronUp = React.forwardRef(function (_ref, ref) {
1612
1612
  var _ref$testId = _ref.testId,
1613
1613
  testId = _ref$testId === void 0 ? 'icon-chevron-up' : _ref$testId,
@@ -1616,7 +1616,7 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
1616
1616
  style = _ref.style,
1617
1617
  _ref$variant = _ref.variant,
1618
1618
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1619
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
1619
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e5);
1620
1620
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1621
1621
  var styleProps = {
1622
1622
  size: !size && isInsideButton ? 'medium' : size,
@@ -1654,7 +1654,7 @@ var IconChevronUp = React.forwardRef(function (_ref, ref) {
1654
1654
  });
1655
1655
  IconChevronUp.displayName = 'IconChevronUp';
1656
1656
 
1657
- var _excluded$e3 = ["testId", "size", "color", "style", "variant"];
1657
+ var _excluded$e4 = ["testId", "size", "color", "style", "variant"];
1658
1658
  var IconExpand = React.forwardRef(function (_ref, ref) {
1659
1659
  var _ref$testId = _ref.testId,
1660
1660
  testId = _ref$testId === void 0 ? 'icon-expand' : _ref$testId,
@@ -1663,7 +1663,7 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
1663
1663
  style = _ref.style,
1664
1664
  _ref$variant = _ref.variant,
1665
1665
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1666
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
1666
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e4);
1667
1667
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1668
1668
  var styleProps = {
1669
1669
  size: !size && isInsideButton ? 'medium' : size,
@@ -1699,7 +1699,7 @@ var IconExpand = React.forwardRef(function (_ref, ref) {
1699
1699
  });
1700
1700
  IconExpand.displayName = 'IconExpand';
1701
1701
 
1702
- var _excluded$e2 = ["testId", "size", "color", "style", "variant"];
1702
+ var _excluded$e3 = ["testId", "size", "color", "style", "variant"];
1703
1703
  var IconRepeat = React.forwardRef(function (_ref, ref) {
1704
1704
  var _ref$testId = _ref.testId,
1705
1705
  testId = _ref$testId === void 0 ? 'icon-repeat' : _ref$testId,
@@ -1708,7 +1708,7 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
1708
1708
  style = _ref.style,
1709
1709
  _ref$variant = _ref.variant,
1710
1710
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1711
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
1711
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e3);
1712
1712
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1713
1713
  var styleProps = {
1714
1714
  size: !size && isInsideButton ? 'medium' : size,
@@ -1744,7 +1744,7 @@ var IconRepeat = React.forwardRef(function (_ref, ref) {
1744
1744
  });
1745
1745
  IconRepeat.displayName = 'IconRepeat';
1746
1746
 
1747
- var _excluded$e1 = ["testId", "size", "color", "style", "variant"];
1747
+ var _excluded$e2 = ["testId", "size", "color", "style", "variant"];
1748
1748
  var IconReply = React.forwardRef(function (_ref, ref) {
1749
1749
  var _ref$testId = _ref.testId,
1750
1750
  testId = _ref$testId === void 0 ? 'icon-reply' : _ref$testId,
@@ -1753,7 +1753,7 @@ var IconReply = React.forwardRef(function (_ref, ref) {
1753
1753
  style = _ref.style,
1754
1754
  _ref$variant = _ref.variant,
1755
1755
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1756
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
1756
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e2);
1757
1757
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1758
1758
  var styleProps = {
1759
1759
  size: !size && isInsideButton ? 'medium' : size,
@@ -1796,7 +1796,7 @@ var IconReply = React.forwardRef(function (_ref, ref) {
1796
1796
  });
1797
1797
  IconReply.displayName = 'IconReply';
1798
1798
 
1799
- var _excluded$e0 = ["testId", "size", "color", "style", "variant"];
1799
+ var _excluded$e1 = ["testId", "size", "color", "style", "variant"];
1800
1800
  var IconSort = React.forwardRef(function (_ref, ref) {
1801
1801
  var _ref$testId = _ref.testId,
1802
1802
  testId = _ref$testId === void 0 ? 'icon-sort' : _ref$testId,
@@ -1805,7 +1805,7 @@ var IconSort = React.forwardRef(function (_ref, ref) {
1805
1805
  style = _ref.style,
1806
1806
  _ref$variant = _ref.variant,
1807
1807
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1808
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
1808
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e1);
1809
1809
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1810
1810
  var styleProps = {
1811
1811
  size: !size && isInsideButton ? 'medium' : size,
@@ -1841,7 +1841,7 @@ var IconSort = React.forwardRef(function (_ref, ref) {
1841
1841
  });
1842
1842
  IconSort.displayName = 'IconSort';
1843
1843
 
1844
- var _excluded$d$ = ["testId", "size", "color", "style", "variant"];
1844
+ var _excluded$e0 = ["testId", "size", "color", "style", "variant"];
1845
1845
  var IconSync = React.forwardRef(function (_ref, ref) {
1846
1846
  var _ref$testId = _ref.testId,
1847
1847
  testId = _ref$testId === void 0 ? 'icon-sync' : _ref$testId,
@@ -1850,7 +1850,7 @@ var IconSync = React.forwardRef(function (_ref, ref) {
1850
1850
  style = _ref.style,
1851
1851
  _ref$variant = _ref.variant,
1852
1852
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1853
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
1853
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$e0);
1854
1854
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1855
1855
  var styleProps = {
1856
1856
  size: !size && isInsideButton ? 'medium' : size,
@@ -1900,7 +1900,7 @@ var IconSync = React.forwardRef(function (_ref, ref) {
1900
1900
  });
1901
1901
  IconSync.displayName = 'IconSync';
1902
1902
 
1903
- var _excluded$d_ = ["testId", "size", "color", "style", "variant"];
1903
+ var _excluded$d$ = ["testId", "size", "color", "style", "variant"];
1904
1904
  var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
1905
1905
  var _ref$testId = _ref.testId,
1906
1906
  testId = _ref$testId === void 0 ? 'icon-sync-exclamation' : _ref$testId,
@@ -1909,7 +1909,7 @@ var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
1909
1909
  style = _ref.style,
1910
1910
  _ref$variant = _ref.variant,
1911
1911
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1912
- props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
1912
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d$);
1913
1913
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1914
1914
  var styleProps = {
1915
1915
  size: !size && isInsideButton ? 'medium' : size,
@@ -1961,7 +1961,7 @@ var IconSyncExclamation = React.forwardRef(function (_ref, ref) {
1961
1961
  });
1962
1962
  IconSyncExclamation.displayName = 'IconSyncExclamation';
1963
1963
 
1964
- var _excluded$dZ = ["testId", "size", "color", "style", "variant"];
1964
+ var _excluded$d_ = ["testId", "size", "color", "style", "variant"];
1965
1965
  var IconUndo = React.forwardRef(function (_ref, ref) {
1966
1966
  var _ref$testId = _ref.testId,
1967
1967
  testId = _ref$testId === void 0 ? 'icon-undo' : _ref$testId,
@@ -1970,7 +1970,7 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
1970
1970
  style = _ref.style,
1971
1971
  _ref$variant = _ref.variant,
1972
1972
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
1973
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
1973
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d_);
1974
1974
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
1975
1975
  var styleProps = {
1976
1976
  size: !size && isInsideButton ? 'medium' : size,
@@ -2020,7 +2020,7 @@ var IconUndo = React.forwardRef(function (_ref, ref) {
2020
2020
  });
2021
2021
  IconUndo.displayName = 'IconUndo';
2022
2022
 
2023
- var _excluded$dY = ["testId", "size", "color", "style", "variant"];
2023
+ var _excluded$dZ = ["testId", "size", "color", "style", "variant"];
2024
2024
  var IconAnalytics = React.forwardRef(function (_ref, ref) {
2025
2025
  var _ref$testId = _ref.testId,
2026
2026
  testId = _ref$testId === void 0 ? 'icon-analytics' : _ref$testId,
@@ -2029,7 +2029,7 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
2029
2029
  style = _ref.style,
2030
2030
  _ref$variant = _ref.variant,
2031
2031
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2032
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2032
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dZ);
2033
2033
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2034
2034
  var styleProps = {
2035
2035
  size: !size && isInsideButton ? 'medium' : size,
@@ -2067,7 +2067,7 @@ var IconAnalytics = React.forwardRef(function (_ref, ref) {
2067
2067
  });
2068
2068
  IconAnalytics.displayName = 'IconAnalytics';
2069
2069
 
2070
- var _excluded$dX = ["testId", "size", "color", "style", "variant"];
2070
+ var _excluded$dY = ["testId", "size", "color", "style", "variant"];
2071
2071
  var IconBalanceScale = React.forwardRef(function (_ref, ref) {
2072
2072
  var _ref$testId = _ref.testId,
2073
2073
  testId = _ref$testId === void 0 ? 'icon-balance-scale' : _ref$testId,
@@ -2076,7 +2076,7 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
2076
2076
  style = _ref.style,
2077
2077
  _ref$variant = _ref.variant,
2078
2078
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2079
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2079
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dY);
2080
2080
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2081
2081
  var styleProps = {
2082
2082
  size: !size && isInsideButton ? 'medium' : size,
@@ -2119,7 +2119,7 @@ var IconBalanceScale = React.forwardRef(function (_ref, ref) {
2119
2119
  });
2120
2120
  IconBalanceScale.displayName = 'IconBalanceScale';
2121
2121
 
2122
- var _excluded$dW = ["testId", "size", "color", "style", "variant"];
2122
+ var _excluded$dX = ["testId", "size", "color", "style", "variant"];
2123
2123
  var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
2124
2124
  var _ref$testId = _ref.testId,
2125
2125
  testId = _ref$testId === void 0 ? 'icon-balance-scale-left' : _ref$testId,
@@ -2128,7 +2128,7 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
2128
2128
  style = _ref.style,
2129
2129
  _ref$variant = _ref.variant,
2130
2130
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2131
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2131
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dX);
2132
2132
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2133
2133
  var styleProps = {
2134
2134
  size: !size && isInsideButton ? 'medium' : size,
@@ -2171,7 +2171,7 @@ var IconBalanceScaleLeft = React.forwardRef(function (_ref, ref) {
2171
2171
  });
2172
2172
  IconBalanceScaleLeft.displayName = 'IconBalanceScaleLeft';
2173
2173
 
2174
- var _excluded$dV = ["testId", "size", "color", "style", "variant"];
2174
+ var _excluded$dW = ["testId", "size", "color", "style", "variant"];
2175
2175
  var IconBarsV = React.forwardRef(function (_ref, ref) {
2176
2176
  var _ref$testId = _ref.testId,
2177
2177
  testId = _ref$testId === void 0 ? 'icon-bars-v' : _ref$testId,
@@ -2180,7 +2180,7 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
2180
2180
  style = _ref.style,
2181
2181
  _ref$variant = _ref.variant,
2182
2182
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2183
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2183
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dW);
2184
2184
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2185
2185
  var styleProps = {
2186
2186
  size: !size && isInsideButton ? 'medium' : size,
@@ -2216,7 +2216,7 @@ var IconBarsV = React.forwardRef(function (_ref, ref) {
2216
2216
  });
2217
2217
  IconBarsV.displayName = 'IconBarsV';
2218
2218
 
2219
- var _excluded$dU = ["testId", "size", "color", "style", "variant"];
2219
+ var _excluded$dV = ["testId", "size", "color", "style", "variant"];
2220
2220
  var IconBook = React.forwardRef(function (_ref, ref) {
2221
2221
  var _ref$testId = _ref.testId,
2222
2222
  testId = _ref$testId === void 0 ? 'icon-book' : _ref$testId,
@@ -2225,7 +2225,7 @@ var IconBook = React.forwardRef(function (_ref, ref) {
2225
2225
  style = _ref.style,
2226
2226
  _ref$variant = _ref.variant,
2227
2227
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2228
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2228
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dV);
2229
2229
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2230
2230
  var styleProps = {
2231
2231
  size: !size && isInsideButton ? 'medium' : size,
@@ -2261,7 +2261,7 @@ var IconBook = React.forwardRef(function (_ref, ref) {
2261
2261
  });
2262
2262
  IconBook.displayName = 'IconBook';
2263
2263
 
2264
- var _excluded$dT = ["testId", "size", "color", "style", "variant"];
2264
+ var _excluded$dU = ["testId", "size", "color", "style", "variant"];
2265
2265
  var IconCalculator = React.forwardRef(function (_ref, ref) {
2266
2266
  var _ref$testId = _ref.testId,
2267
2267
  testId = _ref$testId === void 0 ? 'icon-calculator' : _ref$testId,
@@ -2270,7 +2270,7 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
2270
2270
  style = _ref.style,
2271
2271
  _ref$variant = _ref.variant,
2272
2272
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2273
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2273
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dU);
2274
2274
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2275
2275
  var styleProps = {
2276
2276
  size: !size && isInsideButton ? 'medium' : size,
@@ -2308,7 +2308,7 @@ var IconCalculator = React.forwardRef(function (_ref, ref) {
2308
2308
  });
2309
2309
  IconCalculator.displayName = 'IconCalculator';
2310
2310
 
2311
- var _excluded$dS = ["testId", "size", "color", "style", "variant"];
2311
+ var _excluded$dT = ["testId", "size", "color", "style", "variant"];
2312
2312
  var IconCashRegister = React.forwardRef(function (_ref, ref) {
2313
2313
  var _ref$testId = _ref.testId,
2314
2314
  testId = _ref$testId === void 0 ? 'icon-cash-register' : _ref$testId,
@@ -2317,7 +2317,7 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2317
2317
  style = _ref.style,
2318
2318
  _ref$variant = _ref.variant,
2319
2319
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2320
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2320
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dT);
2321
2321
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2322
2322
  var styleProps = {
2323
2323
  size: !size && isInsideButton ? 'medium' : size,
@@ -2367,7 +2367,7 @@ var IconCashRegister = React.forwardRef(function (_ref, ref) {
2367
2367
  });
2368
2368
  IconCashRegister.displayName = 'IconCashRegister';
2369
2369
 
2370
- var _excluded$dR = ["testId", "size", "color", "style", "variant"];
2370
+ var _excluded$dS = ["testId", "size", "color", "style", "variant"];
2371
2371
  var IconChartBar = React.forwardRef(function (_ref, ref) {
2372
2372
  var _ref$testId = _ref.testId,
2373
2373
  testId = _ref$testId === void 0 ? 'icon-chart-bar' : _ref$testId,
@@ -2376,7 +2376,7 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2376
2376
  style = _ref.style,
2377
2377
  _ref$variant = _ref.variant,
2378
2378
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2379
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2379
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dS);
2380
2380
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2381
2381
  var styleProps = {
2382
2382
  size: !size && isInsideButton ? 'medium' : size,
@@ -2414,7 +2414,7 @@ var IconChartBar = React.forwardRef(function (_ref, ref) {
2414
2414
  });
2415
2415
  IconChartBar.displayName = 'IconChartBar';
2416
2416
 
2417
- var _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2417
+ var _excluded$dR = ["testId", "size", "color", "style", "variant"];
2418
2418
  var IconCreditCard = React.forwardRef(function (_ref, ref) {
2419
2419
  var _ref$testId = _ref.testId,
2420
2420
  testId = _ref$testId === void 0 ? 'icon-credit-card' : _ref$testId,
@@ -2423,7 +2423,7 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2423
2423
  style = _ref.style,
2424
2424
  _ref$variant = _ref.variant,
2425
2425
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2426
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2426
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dR);
2427
2427
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2428
2428
  var styleProps = {
2429
2429
  size: !size && isInsideButton ? 'medium' : size,
@@ -2459,7 +2459,7 @@ var IconCreditCard = React.forwardRef(function (_ref, ref) {
2459
2459
  });
2460
2460
  IconCreditCard.displayName = 'IconCreditCard';
2461
2461
 
2462
- var _excluded$dP = ["testId", "size", "color", "style", "variant"];
2462
+ var _excluded$dQ = ["testId", "size", "color", "style", "variant"];
2463
2463
  var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2464
2464
  var _ref$testId = _ref.testId,
2465
2465
  testId = _ref$testId === void 0 ? 'icon-credit-card-plus' : _ref$testId,
@@ -2468,7 +2468,7 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2468
2468
  style = _ref.style,
2469
2469
  _ref$variant = _ref.variant,
2470
2470
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2471
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2471
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dQ);
2472
2472
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2473
2473
  var styleProps = {
2474
2474
  size: !size && isInsideButton ? 'medium' : size,
@@ -2524,7 +2524,7 @@ var IconCreditCardPlus = React.forwardRef(function (_ref, ref) {
2524
2524
  });
2525
2525
  IconCreditCardPlus.displayName = 'IconCreditCardPlus';
2526
2526
 
2527
- var _excluded$dO = ["testId", "size", "color", "style", "variant"];
2527
+ var _excluded$dP = ["testId", "size", "color", "style", "variant"];
2528
2528
  var IconDollarSign = React.forwardRef(function (_ref, ref) {
2529
2529
  var _ref$testId = _ref.testId,
2530
2530
  testId = _ref$testId === void 0 ? 'icon-dollar-sign' : _ref$testId,
@@ -2533,7 +2533,7 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
2533
2533
  style = _ref.style,
2534
2534
  _ref$variant = _ref.variant,
2535
2535
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2536
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
2536
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dP);
2537
2537
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2538
2538
  var styleProps = {
2539
2539
  size: !size && isInsideButton ? 'medium' : size,
@@ -2569,7 +2569,7 @@ var IconDollarSign = React.forwardRef(function (_ref, ref) {
2569
2569
  });
2570
2570
  IconDollarSign.displayName = 'IconDollarSign';
2571
2571
 
2572
- var _excluded$dN = ["testId", "size", "color", "style", "variant"];
2572
+ var _excluded$dO = ["testId", "size", "color", "style", "variant"];
2573
2573
  var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2574
2574
  var _ref$testId = _ref.testId,
2575
2575
  testId = _ref$testId === void 0 ? 'icon-envelope-open-dollar' : _ref$testId,
@@ -2578,7 +2578,7 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2578
2578
  style = _ref.style,
2579
2579
  _ref$variant = _ref.variant,
2580
2580
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2581
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
2581
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dO);
2582
2582
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2583
2583
  var styleProps = {
2584
2584
  size: !size && isInsideButton ? 'medium' : size,
@@ -2628,7 +2628,7 @@ var IconEnvelopeOpenDollar = React.forwardRef(function (_ref, ref) {
2628
2628
  });
2629
2629
  IconEnvelopeOpenDollar.displayName = 'IconEnvelopeOpenDollar';
2630
2630
 
2631
- var _excluded$dM = ["testId", "size", "color", "style", "variant"];
2631
+ var _excluded$dN = ["testId", "size", "color", "style", "variant"];
2632
2632
  var IconGanttChart = React.forwardRef(function (_ref, ref) {
2633
2633
  var _ref$testId = _ref.testId,
2634
2634
  testId = _ref$testId === void 0 ? 'icon-gantt-chart' : _ref$testId,
@@ -2637,7 +2637,7 @@ var IconGanttChart = React.forwardRef(function (_ref, ref) {
2637
2637
  style = _ref.style,
2638
2638
  _ref$variant = _ref.variant,
2639
2639
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2640
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
2640
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dN);
2641
2641
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2642
2642
  var styleProps = {
2643
2643
  size: !size && isInsideButton ? 'medium' : size,
@@ -2673,7 +2673,7 @@ var IconGanttChart = React.forwardRef(function (_ref, ref) {
2673
2673
  });
2674
2674
  IconGanttChart.displayName = 'IconGanttChart';
2675
2675
 
2676
- var _excluded$dL = ["testId", "size", "color", "style", "variant"];
2676
+ var _excluded$dM = ["testId", "size", "color", "style", "variant"];
2677
2677
  var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
2678
2678
  var _ref$testId = _ref.testId,
2679
2679
  testId = _ref$testId === void 0 ? 'icon-hand-holding-coin' : _ref$testId,
@@ -2682,7 +2682,7 @@ var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
2682
2682
  style = _ref.style,
2683
2683
  _ref$variant = _ref.variant,
2684
2684
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2685
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
2685
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dM);
2686
2686
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2687
2687
  var styleProps = {
2688
2688
  size: !size && isInsideButton ? 'medium' : size,
@@ -2732,7 +2732,7 @@ var IconHandHoldingCoin = React.forwardRef(function (_ref, ref) {
2732
2732
  });
2733
2733
  IconHandHoldingCoin.displayName = 'IconHandHoldingCoin';
2734
2734
 
2735
- var _excluded$dK = ["testId", "size", "color", "style", "variant"];
2735
+ var _excluded$dL = ["testId", "size", "color", "style", "variant"];
2736
2736
  var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
2737
2737
  var _ref$testId = _ref.testId,
2738
2738
  testId = _ref$testId === void 0 ? 'icon-hand-holding-dollar' : _ref$testId,
@@ -2741,7 +2741,7 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
2741
2741
  style = _ref.style,
2742
2742
  _ref$variant = _ref.variant,
2743
2743
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2744
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
2744
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dL);
2745
2745
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2746
2746
  var styleProps = {
2747
2747
  size: !size && isInsideButton ? 'medium' : size,
@@ -2791,7 +2791,7 @@ var IconHandHoldingDollar = React.forwardRef(function (_ref, ref) {
2791
2791
  });
2792
2792
  IconHandHoldingDollar.displayName = 'IconHandHoldingDollar';
2793
2793
 
2794
- var _excluded$dJ = ["testId", "size", "color", "style", "variant"];
2794
+ var _excluded$dK = ["testId", "size", "color", "style", "variant"];
2795
2795
  var IconMoneyBill = React.forwardRef(function (_ref, ref) {
2796
2796
  var _ref$testId = _ref.testId,
2797
2797
  testId = _ref$testId === void 0 ? 'icon-money-bill' : _ref$testId,
@@ -2800,7 +2800,7 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
2800
2800
  style = _ref.style,
2801
2801
  _ref$variant = _ref.variant,
2802
2802
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2803
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
2803
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dK);
2804
2804
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2805
2805
  var styleProps = {
2806
2806
  size: !size && isInsideButton ? 'medium' : size,
@@ -2836,7 +2836,7 @@ var IconMoneyBill = React.forwardRef(function (_ref, ref) {
2836
2836
  });
2837
2837
  IconMoneyBill.displayName = 'IconMoneyBill';
2838
2838
 
2839
- var _excluded$dI = ["testId", "size", "color", "style", "variant"];
2839
+ var _excluded$dJ = ["testId", "size", "color", "style", "variant"];
2840
2840
  var IconPercentage = React.forwardRef(function (_ref, ref) {
2841
2841
  var _ref$testId = _ref.testId,
2842
2842
  testId = _ref$testId === void 0 ? 'icon-percentage' : _ref$testId,
@@ -2845,7 +2845,7 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
2845
2845
  style = _ref.style,
2846
2846
  _ref$variant = _ref.variant,
2847
2847
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2848
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
2848
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dJ);
2849
2849
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2850
2850
  var styleProps = {
2851
2851
  size: !size && isInsideButton ? 'medium' : size,
@@ -2881,7 +2881,7 @@ var IconPercentage = React.forwardRef(function (_ref, ref) {
2881
2881
  });
2882
2882
  IconPercentage.displayName = 'IconPercentage';
2883
2883
 
2884
- var _excluded$dH = ["testId", "size", "color", "style", "variant"];
2884
+ var _excluded$dI = ["testId", "size", "color", "style", "variant"];
2885
2885
  var IconSitemap = React.forwardRef(function (_ref, ref) {
2886
2886
  var _ref$testId = _ref.testId,
2887
2887
  testId = _ref$testId === void 0 ? 'icon-sitemap' : _ref$testId,
@@ -2890,7 +2890,7 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
2890
2890
  style = _ref.style,
2891
2891
  _ref$variant = _ref.variant,
2892
2892
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2893
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
2893
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dI);
2894
2894
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2895
2895
  var styleProps = {
2896
2896
  size: !size && isInsideButton ? 'medium' : size,
@@ -2926,7 +2926,7 @@ var IconSitemap = React.forwardRef(function (_ref, ref) {
2926
2926
  });
2927
2927
  IconSitemap.displayName = 'IconSitemap';
2928
2928
 
2929
- var _excluded$dG = ["testId", "size", "color", "style", "variant"];
2929
+ var _excluded$dH = ["testId", "size", "color", "style", "variant"];
2930
2930
  var IconTable = React.forwardRef(function (_ref, ref) {
2931
2931
  var _ref$testId = _ref.testId,
2932
2932
  testId = _ref$testId === void 0 ? 'icon-table' : _ref$testId,
@@ -2935,7 +2935,7 @@ var IconTable = React.forwardRef(function (_ref, ref) {
2935
2935
  style = _ref.style,
2936
2936
  _ref$variant = _ref.variant,
2937
2937
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2938
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
2938
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dH);
2939
2939
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2940
2940
  var styleProps = {
2941
2941
  size: !size && isInsideButton ? 'medium' : size,
@@ -2971,7 +2971,7 @@ var IconTable = React.forwardRef(function (_ref, ref) {
2971
2971
  });
2972
2972
  IconTable.displayName = 'IconTable';
2973
2973
 
2974
- var _excluded$dF = ["testId", "size", "color", "style", "variant"];
2974
+ var _excluded$dG = ["testId", "size", "color", "style", "variant"];
2975
2975
  var IconBell = React.forwardRef(function (_ref, ref) {
2976
2976
  var _ref$testId = _ref.testId,
2977
2977
  testId = _ref$testId === void 0 ? 'icon-bell' : _ref$testId,
@@ -2980,7 +2980,7 @@ var IconBell = React.forwardRef(function (_ref, ref) {
2980
2980
  style = _ref.style,
2981
2981
  _ref$variant = _ref.variant,
2982
2982
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
2983
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
2983
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dG);
2984
2984
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
2985
2985
  var styleProps = {
2986
2986
  size: !size && isInsideButton ? 'medium' : size,
@@ -3016,7 +3016,7 @@ var IconBell = React.forwardRef(function (_ref, ref) {
3016
3016
  });
3017
3017
  IconBell.displayName = 'IconBell';
3018
3018
 
3019
- var _excluded$dE = ["testId", "size", "color", "style", "variant"];
3019
+ var _excluded$dF = ["testId", "size", "color", "style", "variant"];
3020
3020
  var IconBullhorn = React.forwardRef(function (_ref, ref) {
3021
3021
  var _ref$testId = _ref.testId,
3022
3022
  testId = _ref$testId === void 0 ? 'icon-bullhorn' : _ref$testId,
@@ -3025,7 +3025,7 @@ var IconBullhorn = React.forwardRef(function (_ref, ref) {
3025
3025
  style = _ref.style,
3026
3026
  _ref$variant = _ref.variant,
3027
3027
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3028
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3028
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dF);
3029
3029
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3030
3030
  var styleProps = {
3031
3031
  size: !size && isInsideButton ? 'medium' : size,
@@ -3061,7 +3061,7 @@ var IconBullhorn = React.forwardRef(function (_ref, ref) {
3061
3061
  });
3062
3062
  IconBullhorn.displayName = 'IconBullhorn';
3063
3063
 
3064
- var _excluded$dD = ["testId", "size", "color", "style", "variant"];
3064
+ var _excluded$dE = ["testId", "size", "color", "style", "variant"];
3065
3065
  var IconCamera = React.forwardRef(function (_ref, ref) {
3066
3066
  var _ref$testId = _ref.testId,
3067
3067
  testId = _ref$testId === void 0 ? 'icon-camera' : _ref$testId,
@@ -3070,7 +3070,7 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
3070
3070
  style = _ref.style,
3071
3071
  _ref$variant = _ref.variant,
3072
3072
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3073
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3073
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dE);
3074
3074
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3075
3075
  var styleProps = {
3076
3076
  size: !size && isInsideButton ? 'medium' : size,
@@ -3106,7 +3106,7 @@ var IconCamera = React.forwardRef(function (_ref, ref) {
3106
3106
  });
3107
3107
  IconCamera.displayName = 'IconCamera';
3108
3108
 
3109
- var _excluded$dC = ["testId", "size", "color", "style", "variant"];
3109
+ var _excluded$dD = ["testId", "size", "color", "style", "variant"];
3110
3110
  var IconCameraSlash = React.forwardRef(function (_ref, ref) {
3111
3111
  var _ref$testId = _ref.testId,
3112
3112
  testId = _ref$testId === void 0 ? 'icon-camera-slash' : _ref$testId,
@@ -3115,7 +3115,7 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
3115
3115
  style = _ref.style,
3116
3116
  _ref$variant = _ref.variant,
3117
3117
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3118
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3118
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dD);
3119
3119
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3120
3120
  var styleProps = {
3121
3121
  size: !size && isInsideButton ? 'medium' : size,
@@ -3151,7 +3151,7 @@ var IconCameraSlash = React.forwardRef(function (_ref, ref) {
3151
3151
  });
3152
3152
  IconCameraSlash.displayName = 'IconCameraSlash';
3153
3153
 
3154
- var _excluded$dB = ["testId", "size", "color", "style", "variant"];
3154
+ var _excluded$dC = ["testId", "size", "color", "style", "variant"];
3155
3155
  var IconComment = React.forwardRef(function (_ref, ref) {
3156
3156
  var _ref$testId = _ref.testId,
3157
3157
  testId = _ref$testId === void 0 ? 'icon-comment' : _ref$testId,
@@ -3160,7 +3160,7 @@ var IconComment = React.forwardRef(function (_ref, ref) {
3160
3160
  style = _ref.style,
3161
3161
  _ref$variant = _ref.variant,
3162
3162
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3163
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3163
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dC);
3164
3164
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3165
3165
  var styleProps = {
3166
3166
  size: !size && isInsideButton ? 'medium' : size,
@@ -3196,7 +3196,7 @@ var IconComment = React.forwardRef(function (_ref, ref) {
3196
3196
  });
3197
3197
  IconComment.displayName = 'IconComment';
3198
3198
 
3199
- var _excluded$dA = ["testId", "size", "color", "style", "variant"];
3199
+ var _excluded$dB = ["testId", "size", "color", "style", "variant"];
3200
3200
  var IconCommentLines = React.forwardRef(function (_ref, ref) {
3201
3201
  var _ref$testId = _ref.testId,
3202
3202
  testId = _ref$testId === void 0 ? 'icon-comment-lines' : _ref$testId,
@@ -3205,7 +3205,7 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
3205
3205
  style = _ref.style,
3206
3206
  _ref$variant = _ref.variant,
3207
3207
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3208
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3208
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dB);
3209
3209
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3210
3210
  var styleProps = {
3211
3211
  size: !size && isInsideButton ? 'medium' : size,
@@ -3241,7 +3241,7 @@ var IconCommentLines = React.forwardRef(function (_ref, ref) {
3241
3241
  });
3242
3242
  IconCommentLines.displayName = 'IconCommentLines';
3243
3243
 
3244
- var _excluded$dz = ["testId", "size", "color", "style", "variant"];
3244
+ var _excluded$dA = ["testId", "size", "color", "style", "variant"];
3245
3245
  var IconEnvelope = React.forwardRef(function (_ref, ref) {
3246
3246
  var _ref$testId = _ref.testId,
3247
3247
  testId = _ref$testId === void 0 ? 'icon-envelope' : _ref$testId,
@@ -3250,7 +3250,7 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
3250
3250
  style = _ref.style,
3251
3251
  _ref$variant = _ref.variant,
3252
3252
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3253
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3253
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dA);
3254
3254
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3255
3255
  var styleProps = {
3256
3256
  size: !size && isInsideButton ? 'medium' : size,
@@ -3286,7 +3286,7 @@ var IconEnvelope = React.forwardRef(function (_ref, ref) {
3286
3286
  });
3287
3287
  IconEnvelope.displayName = 'IconEnvelope';
3288
3288
 
3289
- var _excluded$dy = ["testId", "size", "color", "style", "variant"];
3289
+ var _excluded$dz = ["testId", "size", "color", "style", "variant"];
3290
3290
  var IconMessages = React.forwardRef(function (_ref, ref) {
3291
3291
  var _ref$testId = _ref.testId,
3292
3292
  testId = _ref$testId === void 0 ? 'icon-messages' : _ref$testId,
@@ -3295,7 +3295,7 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
3295
3295
  style = _ref.style,
3296
3296
  _ref$variant = _ref.variant,
3297
3297
  variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3298
- props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3298
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dz);
3299
3299
  var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3300
3300
  var styleProps = {
3301
3301
  size: !size && isInsideButton ? 'medium' : size,
@@ -3331,6 +3331,65 @@ var IconMessages = React.forwardRef(function (_ref, ref) {
3331
3331
  });
3332
3332
  IconMessages.displayName = 'IconMessages';
3333
3333
 
3334
+ var _excluded$dy = ["testId", "size", "color", "style", "variant"];
3335
+ var IconMicrophone = React.forwardRef(function (_ref, ref) {
3336
+ var _ref$testId = _ref.testId,
3337
+ testId = _ref$testId === void 0 ? 'icon-microphone' : _ref$testId,
3338
+ size = _ref.size,
3339
+ color = _ref.color,
3340
+ style = _ref.style,
3341
+ _ref$variant = _ref.variant,
3342
+ variant = _ref$variant === void 0 ? 'outline' : _ref$variant,
3343
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$dy);
3344
+ var isInsideButton = useIsInsideComponent(COMPONENT_NAMES.BUTTON);
3345
+ var styleProps = {
3346
+ size: !size && isInsideButton ? 'medium' : size,
3347
+ color: color,
3348
+ style: style
3349
+ };
3350
+ if (variant === 'solid') {
3351
+ return React__default["default"].createElement("svg", _extends({
3352
+ style: getIconStyles(styleProps),
3353
+ "data-testid": testId,
3354
+ ref: ref
3355
+ }, props, {
3356
+ xmlns: "http://www.w3.org/2000/svg",
3357
+ fill: "none",
3358
+ viewBox: "0 0 24 24"
3359
+ }), React__default["default"].createElement("g", {
3360
+ clipPath: "url(#clip0_12363_92)"
3361
+ }, React__default["default"].createElement("path", {
3362
+ fill: "currentColor",
3363
+ d: "M12-.002c-2.76 0-5 2.015-5 4.5v6c0 2.484 2.24 4.5 5 4.5s5-2.016 5-4.5v-6c0-2.485-2.24-4.5-5-4.5ZM4.5 8.623c0-.624-.557-1.125-1.25-1.125S2 7.999 2 8.623v1.875c0 4.589 3.818 8.376 8.75 8.93v2.32h-2.5c-.693 0-1.25.501-1.25 1.125 0 .623.557 1.125 1.25 1.125h7.5c.693 0 1.25-.502 1.25-1.125 0-.624-.557-1.125-1.25-1.125h-2.5v-2.32c4.932-.554 8.75-4.341 8.75-8.93V8.623c0-.624-.557-1.125-1.25-1.125s-1.25.501-1.25 1.125v1.875c0 3.726-3.36 6.75-7.5 6.75-4.14 0-7.5-3.024-7.5-6.75V8.623Z"
3364
+ })), React__default["default"].createElement("defs", null, React__default["default"].createElement("clipPath", {
3365
+ id: "clip0_12363_92"
3366
+ }, React__default["default"].createElement("path", {
3367
+ fill: "#fff",
3368
+ d: "M0 0h24v24H0z"
3369
+ }))));
3370
+ }
3371
+ return React__default["default"].createElement("svg", _extends({
3372
+ style: getIconStyles(styleProps),
3373
+ "data-testid": testId,
3374
+ ref: ref
3375
+ }, props, {
3376
+ xmlns: "http://www.w3.org/2000/svg",
3377
+ fill: "none",
3378
+ viewBox: "0 0 24 24"
3379
+ }), React__default["default"].createElement("g", {
3380
+ clipPath: "url(#clip0_12363_90)"
3381
+ }, React__default["default"].createElement("path", {
3382
+ fill: "currentColor",
3383
+ d: "M12 1.498c1.838 0 3.333 1.345 3.333 3v6c0 1.655-1.495 3-3.333 3s-3.333-1.345-3.333-3v-6c0-1.655 1.495-3 3.333-3Zm-5 3v6c0 2.484 2.24 4.5 5 4.5s5-2.016 5-4.5v-6c0-2.485-2.24-4.5-5-4.5s-5 2.015-5 4.5Zm-3.333 3.75c0-.413-.375-.75-.834-.75-.458 0-.833.337-.833.75v2.25c0 4.715 4.031 8.587 9.167 8.967v3.033H7.833c-.458 0-.833.337-.833.75 0 .412.375.75.833.75h8.334c.458 0 .833-.338.833-.75 0-.413-.375-.75-.833-.75h-3.334v-3.033C17.97 19.085 22 15.213 22 10.498v-2.25c0-.413-.375-.75-.833-.75-.459 0-.834.337-.834.75v2.25c0 4.144-3.729 7.5-8.333 7.5s-8.333-3.356-8.333-7.5v-2.25Z"
3384
+ })), React__default["default"].createElement("defs", null, React__default["default"].createElement("clipPath", {
3385
+ id: "clip0_12363_90"
3386
+ }, React__default["default"].createElement("path", {
3387
+ fill: "#fff",
3388
+ d: "M0 0h24v24H0z"
3389
+ }))));
3390
+ });
3391
+ IconMicrophone.displayName = 'IconMicrophone';
3392
+
3334
3393
  var _excluded$dx = ["testId", "size", "color", "style", "variant"];
3335
3394
  var IconMobile = React.forwardRef(function (_ref, ref) {
3336
3395
  var _ref$testId = _ref.testId,
@@ -3358,7 +3417,7 @@ var IconMobile = React.forwardRef(function (_ref, ref) {
3358
3417
  viewBox: "0 0 24 24"
3359
3418
  }), React__default["default"].createElement("path", {
3360
3419
  fill: "currentColor",
3361
- d: "M2.738 1.466a.896.896 0 0 0-1.271 0 .908.908 0 0 0-.004 1.275l19.8 19.8a.9.9 0 0 0 1.271-1.271l-1.605-1.605a2.396 2.396 0 0 0 .668-1.661v-9.6c0-1.324-1.077-2.4-2.4-2.4h-2.802l-.39-1.17A1.785 1.785 0 0 0 14.303 3.6H9.698c-.776 0-1.463.495-1.706 1.23L7.602 6h-.334l-4.53-4.534Zm8.269 8.273a3.6 3.6 0 0 1 4.455 4.455l-4.455-4.455ZM8.4 13.2c0-.3.038-.596.11-.874L2.996 6.814A2.399 2.399 0 0 0 2.4 8.4V18c0 1.324 1.077 2.4 2.4 2.4h11.783l-3.709-3.709A3.6 3.6 0 0 1 8.4 13.2Z"
3420
+ d: "M7 0C5.345 0 4 1.345 4 3v18c0 1.655 1.345 3 3 3h10.5c1.655 0 3-1.345 3-3V3c0-1.655-1.345-3-3-3H7Zm3.375 19.5h3.75c.623 0 1.125.502 1.125 1.125s-.502 1.125-1.125 1.125h-3.75a1.122 1.122 0 0 1-1.125-1.125c0-.623.502-1.125 1.125-1.125Z"
3362
3421
  }));
3363
3422
  }
3364
3423
  return React__default["default"].createElement("svg", _extends({
@@ -3371,7 +3430,7 @@ var IconMobile = React.forwardRef(function (_ref, ref) {
3371
3430
  viewBox: "0 0 24 24"
3372
3431
  }), React__default["default"].createElement("path", {
3373
3432
  fill: "currentColor",
3374
- d: "M2.224 1.38a.602.602 0 0 0-.848 0 .602.602 0 0 0 0 .847l20.4 20.4a.602.602 0 0 0 .848 0 .602.602 0 0 0 0-.847l-1.913-1.913A2.41 2.41 0 0 0 21.6 18V8.4c0-1.324-1.076-2.4-2.4-2.4h-2.156l-.878-1.508A1.804 1.804 0 0 0 14.61 3.6H9.39c-.641 0-1.234.341-1.556.892L6.956 6h-.112l-4.62-4.62Zm5.565 5.565c.011-.015.019-.03.026-.045l1.054-1.804a.6.6 0 0 1 .517-.296h5.22c.214 0 .413.112.518.296L16.177 6.9a.6.6 0 0 0 .518.296h2.501c.664 0 1.2.536 1.2 1.2v9.6c0 .424-.217.795-.547 1.009l-4.039-4.039a4.198 4.198 0 0 0-5.576-5.576L7.793 6.949l-.004-.004Zm7.091 7.091-3.72-3.72a3 3 0 0 1 3.716 3.716l.004.004ZM2.4 8.4V18c0 1.324 1.076 2.4 2.4 2.4h12.206l-1.2-1.2H4.8c-.664 0-1.2-.536-1.2-1.2V8.4c0-.383.18-.724.461-.945l-.851-.851A2.382 2.382 0 0 0 2.4 8.4Zm5.4 4.8c0 2.321 1.879 4.2 4.2 4.2.592 0 1.155-.124 1.665-.341l-.945-.945a3 3 0 0 1-3.634-3.634l-.945-.945A4.17 4.17 0 0 0 7.8 13.2Z"
3433
+ d: "M7 1.5c-.83 0-1.5.67-1.5 1.5v18c0 .83.67 1.5 1.5 1.5h10.5c.83 0 1.5-.67 1.5-1.5V3c0-.83-.67-1.5-1.5-1.5H7ZM4 3c0-1.655 1.345-3 3-3h10.5c1.655 0 3 1.345 3 3v18c0 1.655-1.345 3-3 3H7c-1.655 0-3-1.345-3-3V3Zm6.75 15.75h3c.412 0 .75.337.75.75s-.338.75-.75.75h-3a.752.752 0 0 1-.75-.75c0-.413.338-.75.75-.75Z"
3375
3434
  }));
3376
3435
  });
3377
3436
  IconMobile.displayName = 'IconMobile';
@@ -62694,6 +62753,7 @@ exports.IconMapMarker = IconMapMarker;
62694
62753
  exports.IconMedal = IconMedal;
62695
62754
  exports.IconMemoMagnifyingGlass = IconMemoMagnifyingGlass;
62696
62755
  exports.IconMessages = IconMessages;
62756
+ exports.IconMicrophone = IconMicrophone;
62697
62757
  exports.IconMinus = IconMinus;
62698
62758
  exports.IconMinusCircle = IconMinusCircle;
62699
62759
  exports.IconMobile = IconMobile;