Skip to content
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

Material send icon inconsistent/incorrect #1668

Open
ilians opened this issue Jan 23, 2024 · 4 comments
Open

Material send icon inconsistent/incorrect #1668

ilians opened this issue Jan 23, 2024 · 4 comments
Assignees

Comments

@ilians
Copy link

ilians commented Jan 23, 2024

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
Copy link
Collaborator

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
Copy link
Author

ilians commented Jan 25, 2024

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
Copy link
Collaborator

tphinney commented Jan 25, 2024

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
Copy link
Author

ilians commented Jan 26, 2024

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).

@tphinney tphinney assigned tphinney and seasehee1 and unassigned tphinney Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@ilians @tphinney @seasehee1 and others