-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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] Support for Google offical Material Icons font #829
Comments
+1 |
I'm already using it like
But integrating it would be really nice! |
This solution also works great with |
I use your solution, but the icon is not centered in the button. Do you have the same problem? |
That kind of background is actually the same thing that happens when a button wraps an |
I find out the center problem. It is when I use the 'send' icon, for exemple with 'home' icon ther is no problem of centering. |
…mui#829) * [#824] Fix crashing if openning datepicker with error * Make default datetimepicker example show today
Google recently released an official font for Material Icons and I think material-ui's FontIcon component should be modified to support this.
This is what I'm using now but it's tricky to use with iconClassName.
or
The text was updated successfully, but these errors were encountered: