Skip to content

Commit 8385db1

Browse files
committed
Add new IconVariant (FOR TESTING ONLY)
1 parent 2ce3cc6 commit 8385db1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Core/Enums/IconVariant.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ public enum IconVariant
1717
/// <summary>
1818
/// Light variant of FluentUI System Icons
1919
/// </summary>
20-
Light
20+
Light,
21+
22+
/// <summary>
23+
/// Color variant of FluentUI System Icons
24+
/// > Note: FOR TESTING ONLY. This variant is not supported yet in the FluentUI System Icons.
25+
/// </summary>
26+
Color
2127

2228
}

0 commit comments

Comments
 (0)