@mui/icons-material 5.15.5 → 5.15.6
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/CHANGELOG.md +304 -246
- package/README.md +2 -2
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ npm install @mui/icons-material
|
|
|
14
14
|
|
|
15
15
|
<!-- #default-branch-switch -->
|
|
16
16
|
|
|
17
|
-
These components use the Material
|
|
17
|
+
These components use the Material UI's [SvgIcon](https://mui.com/material-ui/api/svg-icon) component to render the SVG path for each icon.
|
|
18
18
|
|
|
19
|
-
If you are not already using Material
|
|
19
|
+
If you are not already using Material UI in your project, you can add it with:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
npm install @mui/material
|
package/index.js
CHANGED