@mui/icons-material

Material Design icons distributed as SVG React components.

@mui/icons-material downloads @mui/icons-material version @mui/icons-material license

@mui/icons-material類似パッケージ:
npmのダウンロードトレンド
3 年
🌟 @mui/icons-materialのREADME.mdにリアルタイム使用チャートを表示するには、以下のコードをコピーしてください。
## Usage Trend
[![Usage Trend of @mui/icons-material](https://npm-compare.com/img/npm-trend/THREE_YEARS/@mui/icons-material.png)](https://npm-compare.com/@mui/icons-material#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 @mui/icons-materialのREADME.mdにGitHub Starsトレンドチャートを表示するには、以下のコードをコピーしてください。
## GitHub Stars Trend
[![GitHub Stars Trend of @mui/icons-material](https://npm-compare.com/img/github-trend/@mui/icons-material.png)](https://npm-compare.com/@mui/icons-material)
統計詳細
パッケージ
ダウンロード数
Stars
サイズ
Issues
公開日時
ライセンス
@mui/icons-material4,543,85997,41019.3 MB1,7392日前MIT
@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:

npm install @mui/icons-material @mui/material @emotion/styled @emotion/react

Documentation

Contributing

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:

  1. In the "mui-icons-material" directory, run pnpm src:download
  2. In the "mui-icons-material" directory, run pnpm src:icons
  3. In the root of the Material UI repo, run pnpm docs:mdicons:synonyms
  4. 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.