@mirohq/design-system-icons 1.1.0 → 1.1.1

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/main.js CHANGED
@@ -8484,7 +8484,7 @@ const IconHouse = react.forwardRef(
8484
8484
  );
8485
8485
  IconHouse[designSystemBaseIcon.iconSymbol] = true;
8486
8486
 
8487
- const IconIconsFormula = react.forwardRef(
8487
+ const IconFormula = react.forwardRef(
8488
8488
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
8489
8489
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
8490
8490
  return react.createElement(
@@ -8512,7 +8512,7 @@ const IconIconsFormula = react.forwardRef(
8512
8512
  );
8513
8513
  }
8514
8514
  );
8515
- IconIconsFormula[designSystemBaseIcon.iconSymbol] = true;
8515
+ IconFormula[designSystemBaseIcon.iconSymbol] = true;
8516
8516
 
8517
8517
  const IconImage = react.forwardRef(
8518
8518
  ({ size = "medium", weight = "normal", ...props }, forwardRef2) => {
@@ -20567,6 +20567,7 @@ exports.IconFlag = IconFlag;
20567
20567
  exports.IconFlip = IconFlip;
20568
20568
  exports.IconFlipCard = IconFlipCard;
20569
20569
  exports.IconFolder = IconFolder;
20570
+ exports.IconFormula = IconFormula;
20570
20571
  exports.IconFrame = IconFrame;
20571
20572
  exports.IconFrameLinesTwo = IconFrameLinesTwo;
20572
20573
  exports.IconFramePlay = IconFramePlay;
@@ -20595,7 +20596,6 @@ exports.IconHighlighter = IconHighlighter;
20595
20596
  exports.IconHighlighterColorSelection = IconHighlighterColorSelection;
20596
20597
  exports.IconHighlighterUnderline = IconHighlighterUnderline;
20597
20598
  exports.IconHouse = IconHouse;
20598
- exports.IconIconsFormula = IconIconsFormula;
20599
20599
  exports.IconImage = IconImage;
20600
20600
  exports.IconIndentLeft = IconIndentLeft;
20601
20601
  exports.IconIndentRight = IconIndentRight;