@mxenabled/mx-icons 1.4.1-alpha.bb1 → 1.5.0-alpha.bb1
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/README.md +2 -2
- package/dist/index.es.js +401 -401
- package/dist/index.es.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -42,8 +42,8 @@ There are 2 ways to utilize the icons from this library. There is a backwards co
|
|
|
42
42
|
directly using the named icon component `<AccountBalance />`
|
|
43
43
|
|
|
44
44
|
- Dependencies
|
|
45
|
-
- React
|
|
46
|
-
- MUI
|
|
45
|
+
- React 18
|
|
46
|
+
- MUI 5
|
|
47
47
|
- Installing MX Icon library
|
|
48
48
|
- npm `npm install @mxenabled/mx-icons`
|
|
49
49
|
- yarn `yarn add @mxenabled/mx-icons`
|