Open
Conversation
GreyXor
commented
Apr 23, 2026
Author
GreyXor
left a comment
There was a problem hiding this comment.
"slash" better for "no battery" as exclamation is more for "problem with battery"
Author
|
Re-added all icons and used better icons more adequate from "pro". |
Author
|
Hello @bim9262, Can I directly use UTF-8 glyphs in TOML strings, similar to the emoji icon set, instead of using escape sequences like For example: refresh = ""
resolution = ""
scratchpad = ""instead of: refresh = "\uf021"
resolution = "\ue278"
scratchpad = "\uf2d2"This approach would make it easier for users who have the appropriate font installed to immediately recognize the icons, and it avoids the need to include comments describing each glyph.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Hello,
This is a new Font Awesome 7 Pro icon theme that allows us to use icons from the Pro collection.
The set may include icons from both the Free and Pro collections. It’s still a work in progress, as I’m continuing to expand it with additional icons, particularly from the Pro collection, which offers improved visual options compared to the Free set.
For each completed icon, you’ll find its Font Awesome URL included in the comments, giving you a sense of the current progress.
Context: #2263 (comment)