Skip to content

Commit

Permalink
[icons] Sync the Material Icons (#33988)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Aug 22, 2022
1 parent 9954141 commit 2010d85
Show file tree
Hide file tree
Showing 1,062 changed files with 11,092 additions and 633 deletions.
2 changes: 1 addition & 1 deletion docs/data/material/components/icons/icons.md
Expand Up @@ -18,7 +18,7 @@ MUI provides icons support in three ways:

## Material SVG icons

Google has created over 2,000 official Material icons, each in five different "themes" (see below).
Google has created over 2,100 official 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
Expand Up @@ -8,11 +8,11 @@ githubLabel: 'package: icons'

# Material Icons

<p class="description">2,000+ 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>

The following npm package,
[@mui/icons-material](https://www.npmjs.com/package/@mui/icons-material),
includes the 2,000+ 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.

:::info
The `@mui/icons-material` package depends on `@mui/material`, which requires Emotion packages.
Expand Down
102 changes: 76 additions & 26 deletions docs/data/material/components/material-icons/synonyms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/README.md
Expand Up @@ -48,4 +48,4 @@ To synchronize with Material Icons, do the following:
1. Inside this workspace run `yarn src:download`
2. Inside this workspace run `yarn src:icons`
3. Inside the root run `yarn docs:mdicons:synonyms`
4. If the number of icons changed significantly, edit the icons/icons.md and material-icons/material-icons.md under docs/src/pages/components and update the numbers.
4. If the number of icons changed significantly, edit the icons/icons.md and material-icons/material-icons.md under docs/data/material/components and update the numbers.
2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountBox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountBoxOutlined.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountBoxRounded.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountBoxSharp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/mui-icons-material/lib/AccountBoxTwoTone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountCircle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/mui-icons-material/lib/AccountCircleOutlined.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountCircleRounded.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mui-icons-material/lib/AccountCircleSharp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/mui-icons-material/lib/AccountCircleTwoTone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHome.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeOutlined.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeRounded.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeSharp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/mui-icons-material/lib/AddHomeTwoTone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeWork.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeWorkOutlined.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeWorkRounded.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions packages/mui-icons-material/lib/AddHomeWorkSharp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2010d85

Please sign in to comment.