Skip to content

Commit

Permalink
feat: Violeta Fluent Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 19, 2024
1 parent 0754bf7 commit 3314390
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Wpf.Ui.Violeta/Controls/FontIcon/FontSymbols.Violeta.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace Wpf.Ui.Violeta.Controls;

/// <summary>
/// Violeta Fluent Icons
/// https://github.com/emako/fluentui-violeta-icons
/// </summary>
public sealed class FontSymbols
{
public const string Edit = "\xe900";
public const string Empty = "\xe901";
public const string Extension = "\xe902";
public const string File = "\xe903";
}
Binary file not shown.
1 change: 1 addition & 0 deletions src/Wpf.Ui.Violeta/Resources/Wpf.Ui.xaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<FontFamily x:Key="SymbolThemeFontFamily">pack://application:,,,/Wpf.Ui.Violeta;component/Resources/Fonts/Segoe Fluent Icons.ttf#Segoe Fluent Icons</FontFamily>
<FontFamily x:Key="SymbolVioletaThemeFontFamily">pack://application:,,,/Wpf.Ui.Violeta;component/Resources/Fonts/Violeta Fluent Icons.ttf#Violeta Fluent Icons</FontFamily>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Violeta;component/Resources/Variables.xaml" />
<ResourceDictionary Source="pack://application:,,,/Wpf.Ui.Violeta;component/Controls/MessageBox/MessageBoxDialog.xaml" />
Expand Down

0 comments on commit 3314390

Please sign in to comment.