We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0389d7 commit b85f1eeCopy full SHA for b85f1ee
1 file changed
common/CommunityToolkit.Labs.Shared/Helpers/IconHelper.cs
@@ -13,9 +13,9 @@ public static class IconHelper
13
IconElement? iconElement = null;
14
switch (category)
15
{
16
- case ToolkitSampleCategory.Controls: iconElement = new FontIcon() { Glyph = "\uE73A" }; break;
17
- case ToolkitSampleCategory.Animations: iconElement = new FontIcon() { Glyph = "\uE945" }; break;
18
- case ToolkitSampleCategory.Behaviors: iconElement = new FontIcon() { Glyph = "\uE2AC" }; break;
+ case ToolkitSampleCategory.Controls: iconElement = new FontIcon() { Glyph = "\ue73a" }; break;
+ case ToolkitSampleCategory.Animations: iconElement = new FontIcon() { Glyph = "\ue945" }; break;
+ case ToolkitSampleCategory.Behaviors: iconElement = new FontIcon() { Glyph = "\ue8b1" }; break;
19
}
20
return iconElement;
21
0 commit comments