@namespace AntBlazor @inherits AntDomComponentBase @if (!string.IsNullOrEmpty(Icon) && _hasIcon) { } @if (!string.IsNullOrEmpty(Src) && _hasSrc) { @Alt } @if (!string.IsNullOrEmpty(Text) && _hasText) { @Text }