14 lines
351 B
C#
14 lines
351 B
C#
namespace WPFluent.Controls;
|
|
|
|
/// <summary>
|
|
/// Violeta Fluent Icons
|
|
/// https://github.com/emako/fluentui-violeta-icons
|
|
/// </summary>
|
|
public sealed class CustomFontSymbols
|
|
{
|
|
public const string Edit = "\xe900";
|
|
public const string Empty = "\xe901";
|
|
public const string Extension = "\xe902";
|
|
public const string File = "\xe903";
|
|
}
|