Skip to content

Commit

Permalink
fix: duplicated font symbols class name
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Nov 19, 2024
1 parent 47eb2d7 commit e2e720d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
namespace Wpf.Ui.Violeta.Controls;
namespace Wpf.Ui.Controls;

/// <summary>
/// Violeta Fluent Icons
/// https://github.com/emako/fluentui-violeta-icons
/// </summary>
public sealed class FontSymbols
public sealed class CustomFontSymbols
{
public const string Edit = "\xe900";
public const string Empty = "\xe901";
Expand Down

0 comments on commit e2e720d

Please sign in to comment.