You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently migrate from Iconify to this library. So I admit I'm new with this. My trouble is to figure out what name to use for a font/icon. I don't see this is documented clearly.
I want to use the one with a circle, and it says the name for Android is pause_circle, so I tried with "{pause_circle}" and it didn't work. I google around and got some hint somewhere that I need to add a prefix like gmd- or gmo-, so I fooled around with "{gmo-pause_circle}" and "{gmd-pause_circle}", but it didn't get the icon either. I then searched in your source code and guessed that it might be {gmo-pause_circle_outline}, and it works.
I wonder how other people use this to avoid this type of trouble, but I hope it can be make clearer.
The text was updated successfully, but these errors were encountered:
Not what you mean but I personally like to mirror my phone to the computer using scrcpy (https://github.com/Genymobile/scrcpy), which then allows me to copy paste strings.
About this issue
Details
Checklist
I recently migrate from Iconify to this library. So I admit I'm new with this. My trouble is to figure out what name to use for a font/icon. I don't see this is documented clearly.
For instance, I implemented these:
I searched for an icon named "pause" on https://fonts.google.com/icons?selected=Material+Symbols+Outlined:pause_circle:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=pause+&icon.size=24&icon.color=%23e8eaed&icon.platform=android
I want to use the one with a circle, and it says the name for Android is pause_circle, so I tried with "{pause_circle}" and it didn't work. I google around and got some hint somewhere that I need to add a prefix like gmd- or gmo-, so I fooled around with "{gmo-pause_circle}" and "{gmd-pause_circle}", but it didn't get the icon either. I then searched in your source code and guessed that it might be {gmo-pause_circle_outline}, and it works.
I wonder how other people use this to avoid this type of trouble, but I hope it can be make clearer.
The text was updated successfully, but these errors were encountered: