From 24a35a4cee684d7507692ad9564a25a1cac022b3 Mon Sep 17 00:00:00 2001 From: VeygaX <84923630+veygax@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:48:55 -0700 Subject: [PATCH] fixed links to SymbolRegular and SymbolFilled --- docs/documentation/icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/icons.md b/docs/documentation/icons.md index 50ffa39ec..8a08838fd 100644 --- a/docs/documentation/icons.md +++ b/docs/documentation/icons.md @@ -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: