Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ea7fc8

Browse files
committedJan 14, 2025·
revert icons count
1 parent 7c53b98 commit 7ea7fc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎docs/data/joy/integrations/icon-libraries/icon-libraries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Material UI Icons
66

77
[@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material)
8-
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.
8+
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.
99

1010
### Installation
1111

‎docs/data/material/components/icons/icons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Material UI provides icon support in three ways:
1818

1919
## Material SVG icons
2020

21-
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).
21+
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).
2222
For each SVG icon, we export the respective React component from the `@mui/icons-material` package.
2323
You can [search the full list of these icons](/material-ui/material-icons/).
2424

‎docs/data/material/components/material-icons/material-icons.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ githubLabel: 'package: icons'
88

99
# Material Icons
1010

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

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

1616
[@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material)
17-
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.
17+
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.
1818
It depends on `@mui/material`, which requires Emotion packages.
1919
Use one of the following commands to install it:
2020

0 commit comments

Comments
 (0)
Please sign in to comment.