Open dcooperch opened 1 month ago
The "Export" IconSource cannot be resolved because it is missing in Symbol.cs But is included in FASymbolFontList.json Here:
Symbol.cs
FASymbolFontList.json
{ "Name": "Export", "Codepoint": "EDE1" },
Workaround:
<CommandBarButton> <CommandBarButton.IconSource> <FontIconSource Glyph="" FontFamily="{StaticResource SymbolThemeFontFamily}"/> </CommandBarButton.IconSource> </CommandBarButton>
The "Export" IconSource cannot be resolved because it is missing in
Symbol.cs
But is included inFASymbolFontList.json
Here:Workaround: