-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[icons] Missing "Area Chart" icon #39874
Comments
@bentaly Thanks for reporting this, I believe the icons package needs to be synced once in a while with the official Material Icons: https://github.com/mui/material-ui/tree/master/packages/mui-icons-material#contributing Would you be interested in creating a PR? |
Hi @mj12albert thanks for letting me know. |
@bentaly I made a PR to fix it for you, hope that is ok! @mj12albert I followed the instructions in the link you provided. |
@PaulKristoffersson No problem and thanks! good luck with the MR, I was getting around to it :) |
Hi @mj12albert - is anyone able to take a look at the associated MR? |
Hi all, just wondering if anyone approved can take a look at that PR? Going to have to switch to another icon version of Mui icons if not |
@bentaly I could not find the area_chart from https://fonts.google.com/metadata/icons?incomplete=true. Our script could not detect the icon. For a workaround, you can download the SVG from https://fonts.gstatic.com/s/i/materialiconsround/area_chart/v3/24px.svg and use it like this: import SvgIcon from '@mui/material/SvgIcon';
<SvgIcon>
<svg>…
</SvgIcon> |
Thanks @siriwatknp I'm aware I can add work-arounds and then remove them when the library is updated - I just had assumed given it's featured on the mui website that it would be relatively up to date. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @bentaly How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce 🕹
Link to live example:
As you can see there is an icon called "Area Chart"
https://fonts.google.com/icons?icon.set=Material+Icons&selected=Material+Icons+Outlined:area_chart:&icon.query=area+chart
This doe not exist on the mui.com icons demo (or in the package):
https://mui.com/material-ui/material-icons/?query=area
Current behavior 😯
It appears some icons are missing - even thought mui.com says:
"@mui/icons-material includes the 2,100+ official Material Icons"
Expected behavior 🤔
No response
Context 🔦
No response
Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: