@mui/icons-material
This package provides the Google Material Icons converted to SvgIcon
components.
Installation
Install the package in your project directory with:
npm install @mui/icons-material
These components use the Material UI's SvgIcon component to render the SVG path for each icon.
If you are not already using Material UI in your project, you can add it with:
npm install @mui/material
Documentation
Contributing
This icon set is meant to be in sync with Google's Material Icons. Therefore, we don't accept fixes, additions, or any other contributions that would make this package diverge from the source.
To synchronize with Material Icons, do the following:
- Inside this workspace run
yarn src:download
- Inside this workspace run
yarn src:icons
- Inside the root run
yarn docs:mdicons:synonyms
- If the number of icons changes significantly, edit the icons/icons.md and material-icons/material-icons.md under docs/data/material/components and update the numbers.