Skip to content

Commit

Permalink
fixed links to SymbolRegular and SymbolFilled
Browse files Browse the repository at this point in the history
  • Loading branch information
veygax authored Sep 27, 2024
1 parent 4ac9686 commit 24a35a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fluent System Icons is available for free and can be downloaded from the officia

## Getting started

Icons are displayed by using the font that comes with the library. All glyphs are mapped to the [SymbolRegular](https://github.com/lepoco/wpfui/blob/main/src/Wpf.Ui/Common/SymbolRegular.cs) and [SymbolFilled](https://github.com/lepoco/wpfui/blob/main/src/Wpf.Ui/Common/SymbolFilled.cs) enums.
Icons are displayed by using the font that comes with the library. All glyphs are mapped to the [SymbolRegular](https://github.com/lepoco/wpfui/blob/main/src/Wpf.Ui/Controls/SymbolRegular.cs) and [SymbolFilled](https://github.com/lepoco/wpfui/blob/main/src/Wpf.Ui/Controls/SymbolFilled.cs) enums.

Icon controls and fonts will be automatically added to your application if you add `ControlsDictionary` in the **App.xaml** file:

Expand Down

0 comments on commit 24a35a4

Please sign in to comment.