Skip to content

Commit

Permalink
revert icons count
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jan 14, 2025
1 parent 7c53b98 commit 7ea7fc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Material UI Icons

[@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material)
includes the 2,200+ official [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [SVG Icon](/material-ui/api/svg-icon/) components.
includes the 2,100+ official [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [SVG Icon](/material-ui/api/svg-icon/) components.

### Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/components/icons/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Material UI provides icon support in three ways:

## Material SVG icons

Google has created over 2,200 official [Material icons](https://fonts.google.com/icons?icon.set=Material+Icons), each in five different "themes" (see below).
Google has created over 2,100 official [Material icons](https://fonts.google.com/icons?icon.set=Material+Icons), each in five different "themes" (see below).
For each SVG icon, we export the respective React component from the `@mui/icons-material` package.
You can [search the full list of these icons](/material-ui/material-icons/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ githubLabel: 'package: icons'

# Material Icons

<p class="description">2,200+ ready-to-use React Material Icons from the official website.</p>
<p class="description">2,100+ ready-to-use React Material Icons from the official website.</p>

{{"component": "@mui/docs/ComponentLinkHeader"}}
<br/>

[@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material)
includes the 2,200+ official [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [`SvgIcon`](/material-ui/api/svg-icon/) components.
includes the 2,100+ official [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to [`SvgIcon`](/material-ui/api/svg-icon/) components.
It depends on `@mui/material`, which requires Emotion packages.
Use one of the following commands to install it:

Expand Down

0 comments on commit 7ea7fc8

Please sign in to comment.