mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
6 lines
192 B
Plaintext
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> |