mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +08:00
00059fe84e
Co-authored-by: Lars Diederich <diederich@evodata.de> Co-authored-by: James Yeung <shunjiey@hotmail.com>
8 lines
108 B
C#
8 lines
108 B
C#
namespace AntDesign
|
|
{
|
|
public class IconLocale
|
|
{
|
|
public string Icon { get; set; }
|
|
}
|
|
}
|