namespace FluentIcons.Common; public enum IconVariant : byte { Regular = 0, Filled = 1, Color = 2, Light = 3, }