namespace WPFluent.Controls; /// /// Violeta Fluent Icons /// https://github.com/emako/fluentui-violeta-icons /// public sealed class CustomFontSymbols { public const string Edit = "\xe900"; public const string Empty = "\xe901"; public const string Extension = "\xe902"; public const string File = "\xe903"; }