Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I get codes of material icons?

I think there was a change in https://material.io/ - there are no codes for the icons, just 'name version' for example:

<i class="material-icons">
   camera_enhance
</i>

What's more - they suggest using that for IE9 or below - I remember that previously there were displayed codes instead for IE9 or below.

like image 260
Pavel Avatar asked May 18 '18 10:05

Pavel


1 Answers

Yes, this appears to be a bug, there are numerous issues filed:

https://github.com/google/material-design-icons/issues/766

https://github.com/google/material-design-icons/issues/772

https://github.com/google/material-design-icons/issues/785

In the mean time, you can refer to this:

https://raw.githubusercontent.com/flutter/flutter/master/packages/flutter/lib/src/material/icons.dart

like image 179
Steven Tang Avatar answered Oct 12 '22 21:10

Steven Tang