-
-
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 icons #11290
Comments
I believe it's a new icon they haven't released yet: https://github.com/google/material-design-icons. |
They haven't released the new themed icons either - I guess they ran out of time before i/o. The new icons and themed icons will probably land together. |
bar_chart icon is also missing from the node_module. I didn't want to open a new issue, but wanted to make you aware for future reference. |
Closing for #11810 |
I need this TableChart icon in one of my project but did not find it in the material-ui/icons package.
Expected Behavior
import {TableChart} from "@material-ui/icons"
should not throw an errorCurrent Behavior
import throws the following error
@material-ui/icons' does not contain an export named 'TableChart'
Your Environment
The text was updated successfully, but these errors were encountered: