Some icons produce lint warning when opened in Android Studio
The lint warning says:
Very long vector path (x characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.
Some icons that produce the warning: date_range-24px.xml settings-24px.xml ...
These icons are quite simple, I believe that they could be re-made so that they do not trigger the warning.
All material icons are composed of only one path. This lead to the warning when they are made from different parts like the icons pointed above. Why don't build them with one path per icon part ? More over multiple paths give more color possibility.
Hmmm, that is completely unrelated to the actual icon designs, but has to do with the SVG conversion from font glyphs.