@mui/icons-material 9.0.0-beta.1 → 9.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +160 -1245
  2. package/README.md +4 -4
  3. package/package.json +11 -53756
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!-- #host-reference -->
4
4
 
5
- This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://next.mui.com/material-ui/icons/#svgicon) components.
5
+ This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to Material UI [SVG Icon](https://mui.com/material-ui/icons/#svgicon) components.
6
6
 
7
7
  > Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet.
8
8
 
@@ -13,15 +13,15 @@ The Material Icons package depends on Material UI—install both with the follo
13
13
  <!-- #npm-tag-reference -->
14
14
 
15
15
  ```bash
16
- npm install @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react
16
+ npm install @mui/icons-material @mui/material @emotion/styled @emotion/react
17
17
  ```
18
18
 
19
19
  ## Documentation
20
20
 
21
21
  <!-- #host-reference -->
22
22
 
23
- - Learn more about Material UI's [SVG Icon component](https://next.mui.com/material-ui/icons/#svgicon).
24
- - Browse the available icons on the [Material Icons page](https://next.mui.com/material-ui/material-icons/).
23
+ - Learn more about Material UI's [SVG Icon component](https://mui.com/material-ui/icons/#svgicon).
24
+ - Browse the available icons on the [Material Icons page](https://mui.com/material-ui/material-icons/).
25
25
 
26
26
  ## Contributing
27
27