ant-design-blazor/components/icon/AntIcon.razor
2020-05-29 00:33:49 +08:00

7 lines
200 B
C#

@namespace AntDesign
@inherits AntDomComponentBase
<i class="@ClassMapper.Class" style="@Style" id="@Id" @onclick="HandleOnClick" tabindex="@TabIndex" type="@Type">
@((MarkupString)SvgImg)
</i>