mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.51k stars 32.19k forks source link

Update MUI Icons to Latest Material Icon Family #33746

Open zcolah opened 2 years ago

zcolah commented 2 years ago

Duplicates

Latest version

Summary 💡

Material 3.0 has released a family of icons that have been refined and expanded. I'd really like to see their updates integrated into the MUI icon sets.

For example here are 2 icons not available in MUI at the moment:

1. Database Icon: https://fonts.google.com/icons?selected=Material%20Symbols%20Rounded%3Adatabase%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048 2. Edit Note Icon: https://fonts.google.com/icons?selected=Material%20Symbols%20Rounded%3Aedit_note%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048

Here is an example of an icon that has been refined:

Home Icon - made simpler:(https://fonts.google.com/icons?selected=Material%20Symbols%20Rounded%3Ahome%3AFILL%401%3Bwght%40400%3BGRAD%400%3Bopsz%4048 )

Examples 🌈

No response

Motivation 🔦

We want our design to reflect the latest material design changes. A database icon is supercritical to our product.

Order ID 💳 (optional)

No response

siriwatknp commented 2 years ago

@michaldudak Do we have documentation on how to update the icons?

michaldudak commented 2 years ago

There's a README in the packages\mui-icons-material directory. However, the script to execute has a few issues and requires manual fixes.

KG-khangelani commented 1 year ago

Hope you guys are well, is it possible to update the icon library? There are icons missing from the MUI.

For example: https://fonts.google.com/icons?selected=Material+Symbols+Rounded:flowsheet:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=flow

or must I report this as a new issue?

michaldudak commented 1 year ago

The icons you're referring to come from the Material Symbols, not Material Icons. We include the former.

jaydenseric commented 3 weeks ago

Duplicates https://github.com/mui/material-ui/issues/32846 .