-
-
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
Low support for SVG icons #1869
Comments
I did some benchmarks: http://imgur.com/a/h4KL2 After a few retries, numbers seems to average to:
It doesn't seem to take more time to load the page, the single http request for fonts is not a bottleneck in the test. Other than performance, I think that SVG icons are more easily maintainable. I'd like to have your thoughts on this. |
@vizath Interesting benchmark!
I agree |
Docs are updated, DropDownIcon is deprecated, and SVP icon performance we have no control over 😄. Hope that covers it, but please reopen if not. |
As specified in #1475, there seems to have a performance drawback using SVG icons over fonts. I'd like to know, is there any benchmarks done for this ?
Also, why is there so much poor support for SVG icons in general (doc, components, etc). There is no easy way to go get icons from the base object (
require('material-ui')
) and components like Toolbar or DropDownIcon do not even support SVG icons, only FontIcon.The text was updated successfully, but these errors were encountered: