Skip to content

Commit b85f1ee

Browse files
niels9001michael-hawker
authored andcommitted
Updating icons
1 parent f0389d7 commit b85f1ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/CommunityToolkit.Labs.Shared/Helpers/IconHelper.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public static class IconHelper
1313
IconElement? iconElement = null;
1414
switch (category)
1515
{
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;
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 = "\ue8b1" }; break;
1919
}
2020
return iconElement;
2121
}

0 commit comments

Comments
 (0)