@mittwald/flow-icons-pro 0.2.0-alpha.855 → 0.2.0-alpha.856

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.
@@ -2,6 +2,6 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  /* auto-generated file */
3
3
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
4
4
  // @ts-nocheck
5
- import { faStack as icon } from "@fortawesome/sharp-regular-svg-icons";
5
+ import { faLayerGroup as icon } from "@fortawesome/sharp-regular-svg-icons";
6
6
  import { FontAwesomeIcon, } from "@fortawesome/react-fontawesome";
7
7
  export const IconStack = (props) => (_jsx(FontAwesomeIcon, { icon: icon, ...props }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-icons-pro",
3
- "version": "0.2.0-alpha.855",
3
+ "version": "0.2.0-alpha.856",
4
4
  "type": "module",
5
5
  "description": "Pro iconset for Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -37,5 +37,5 @@
37
37
  "@fortawesome/sharp-regular-svg-icons": "^7.2.0",
38
38
  "react": "^19.2.0"
39
39
  },
40
- "gitHead": "3c5e7c976e86ff9e505b0e6d728b398a453abb79"
40
+ "gitHead": "da21761eff678d509c6a4830dd5f380fdd66fa1b"
41
41
  }