We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both android and web are using Google's material icon set for annotations: https://fonts.google.com/icons
Here's the map in the android repo: https://github.com/teambtcmap/btcmap-api/blob/2b8b2a8d5f9eacf1716dc41273af4f8a6b0f058d/src/command/generate_android_icons.rs#L198
There are two solutions to match the ios icon mapping with both android and web:
Audit iOS mapping in ElementSystemImages to best match the android mapping above, but keep using Apple SF Symbols.
ElementSystemImages
Import Google Material Icon set and copy the mapping exactly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Both android and web are using Google's material icon set for annotations:
https://fonts.google.com/icons
Here's the map in the android repo:
https://github.com/teambtcmap/btcmap-api/blob/2b8b2a8d5f9eacf1716dc41273af4f8a6b0f058d/src/command/generate_android_icons.rs#L198
There are two solutions to match the ios icon mapping with both android and web:
Audit iOS mapping in
ElementSystemImages
to best match the android mapping above, but keep using Apple SF Symbols.Import Google Material Icon set and copy the mapping exactly
The text was updated successfully, but these errors were encountered: