-
-
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
[docs] Fix incorrect Cases
icon
#33688
Conversation
Cases
icon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you have to update packages/mui-icons-material/lib/esm/Cases.js
as well. I am not if we download from material design icons again, would it revert this PR changes? cc @michaldudak
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated packages/mui-icons-material/lib/esm/Cases.js
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes added
We don't accept PRs to fix individual icons (see https://github.com/mui/material-ui/blob/master/packages/mui-icons-material/README.md#contributing), as we periodically sync the whole set with Google. I'm going to update the whole set, as it hasn't been done in a while. Here's the PR: #33988. Unfortunately, the updated set does not include the fixed Cases icon. There is an issue in the Material Icons repo that reports this problem. Please upvote it if you need this icon fixed. |
Fixes #33673
Preview: https://deploy-preview-33688--material-ui.netlify.app/material-ui/material-icons/?query=cases
Or
After - Codesandbox