google / material-design-icons

Material Design icons by Google (Material Symbols)
http://google.github.io/material-design-icons/
Apache License 2.0
49.88k stars 9.65k forks source link

Material send icon inconsistent/incorrect #1668

Open ilians opened 3 months ago

ilians commented 3 months ago

The material send icons seems to be rendered incorrectly for both "send" and "cancel_schedule_send". The paper plane for these icons is different from the plane used in the other send icons and in the material symbols (new) set.

When comparing the "schedule_send" icon and the "cancel_schedule_send" the difference becomes quite clear. send schedule send cancel schedule send

In the Material Symbols (new) set, the icons are displayed consistently:

send 2 cancel schedule send 2 schedule send 2
tphinney commented 3 months ago

As you have noticed, the old Material Icons do not have the same kind of updates and maintenance that Material Symbols is getting.

Is switching to the newer icon set an option?

ilians commented 3 months ago

For Android (Compose) only the material icons seems to be readily available as a library and I can't seem to find anything on the Material Symbols usage. https://developer.android.com/jetpack/compose/graphics/images/material

Of course it'd be possible to manually add the symbols as a "custom" icon in the app and use that instead, but that's not really a road I want to go down.

tphinney commented 3 months ago

I am wondering if it might be in the Compose Material 3 library, that being the latest? https://developer.android.com/jetpack/androidx/releases/compose-material3 For some reason they make the old/classic link more obvious.

ilians commented 3 months ago

The Material 3 library unfortunately uses the old icons. In the to be released 1.2.0 version the auto mirrored icons will be added. Release notes

Auto-mirror icons support has been added in compose material 1.6.0-alpha05, please see the release notes for details on auto-mirror icons.

I'm don't know about all the differences between the icons and symbols, or why the relatively new material (3) library uses the old icons, but it looks like these icons simply aren't available yet as part of the material libraries. Judging from this reply from Google on a bug report for a missing icon, the icons would have to be manually added. Since that's definitely not a preferable solution it'd be great if the icon could be fixed instead.

I've created a feature request for the symbols to be added, but I was hoping the icons could be fixed anyways since it simply seemed to render incorrectly (and the fixed version already exists for the symbols).