ant-design-blazor/components/icon/AntIcon.razor

6 lines
192 B
Plaintext

@namespace AntBlazor
@inherits AntIconBase
<i class="@ClassMapper.Class" style="@Style" @attributes="Attributes" Id="@Id" @onclick="OnClick" type="@type">
@((MarkupString)SvgImg)
</i>