Tag icon entries using "symbol-icon" for Symbol enum categorization#1971
Tag icon entries using "symbol-icon" for Symbol enum categorization#1971niels9001 merged 3 commits intomicrosoft:mainfrom
Conversation
|
/azp run |
|
So it looks like some of the icons we have are not named like the enum or they do not exist at all in the enum. Below is what missmatches we have with matching for enum via name or code point: @AndrewKeepCoding What was the rule for when you added the symbol-icon tag? Also we need to think about the impact of the name being different than the value in the enum and the possible confusion Code for ref: |
I just extracted the codes from the Summary comment on each
Yeah, this is mentioned in #1880. I can fix that in the PR for #1972. |
|
/azp run |
Description
This PR updates the IconsData.json file by tagging icon entries that belong to the
Symbolenum. This change complements issue #1880 and aligns with PR #1881.Motivation and Context
This makes easier to see the options when using
SymbolIcon.How Has This Been Tested?
Ran the app and confirmed the changes.
Screenshots (if appropriate):
Types of changes