ant-design-blazor/components/icon/IconLocale.cs
ElDiddi 00059fe84e refactor(module: icon): embed icons in the assembly (#810)
Co-authored-by: Lars Diederich <diederich@evodata.de>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-12-08 10:01:43 +08:00

8 lines
108 B
C#

namespace AntDesign
{
public class IconLocale
{
public string Icon { get; set; }
}
}