Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the iconography dataset used by WinUI Gallery’s Iconography page by refreshing the icon list and improving icon discoverability through tagging.
Changes:
- Removed deprecated icon entries from
IconsData.json. - Added new icon entries and populated tags for previously untagged icons.
- Reordered/expanded icon metadata to better support searching by name/code/tags.
Comments suppressed due to low confidence (2)
WinUIGallery/Samples/Data/IconsData.json:15658
- Newly added glyphs (e.g., CopilotVoice) don’t set "IsSegoeFluentOnly". If these additions are only present in Segoe Fluent Icons (not Segoe MDL2 Assets), the Iconography page won’t show the compatibility warning on Windows 10. Please verify the font support for these new codes and set "IsSegoeFluentOnly": true where appropriate.
"playback",
"freeze"
]
},
{
"Code": "F8AF",
"Name": "ClickSolid",
"Tags": [
"pointer",
"tap",
"press",
WinUIGallery/Samples/Data/IconsData.json:15670
- Icon name looks misspelled/inconsistent with the adjacent "VPNOverlay" entry: "VPNRoamingOverly" likely intended to be "VPNRoamingOverlay". This affects search/display and Symbol parsing behavior (if any).
"options",
"cog",
marcelwgn
approved these changes
Feb 20, 2026
Contributor
|
/azp run |
Contributor
|
Question @niels9001 "EthernetAni1" implies it's a frame of an animated set (like many other sets) but there's only one added for "ethernet". Shouldn't there be more frames?? |
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.

Closing: #2077
This PR introduces the following changes:
Segoe Fluent Icons.SystemFillColorCautionBrushGridwith aStackPaneland made the warning smaller.IconsData.json — Changes Summary
Icons Removed (2)
Icons Added (60)
Icons with Tags Updated (109)
Previously had empty tag arrays; tags were added.