Material Design icons distributed as SVG React components.
패키지 검색...
@mui/icons-material유사 패키지:
npm 다운로드 트렌드
3 년
🌟 @mui/icons-material의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[](https://npm-compare.com/@mui/icons-material#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 @mui/icons-material의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[](https://npm-compare.com/@mui/icons-material)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
@mui/icons-material
3,753,892
96,871
19.3 MB
1,793
24日前
MIT
인기 비교
@mui/icons-material
@mui/icons-material의 README
@mui/icons-material
This package contains Google's Material Icons converted to Material UI SVG Icon components.
Google also offers Material Symbols as the successor of Material Icons. @mui/icons-material only covers Icons at this time, there are no support for Symbols yet.
Installation
The Material Icons package depends on Material UI—install both with the following command:
The Icons package is updated via a script that reads through Google's Material Icons set and extracts the SVG elements from there. Because of this, we don't accept new icons that diverge from the source.
To update the @mui/icons-material package with the latest Material Icons set, run the following commands:
In the "mui-icons-material" directory, run pnpm src:download
In the "mui-icons-material" directory, run pnpm src:icons
In the root of the Material UI repo, run pnpm 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.
This process is performed by the maintainers on a quarterly basis.