I just updated the radzen package to version 5.3.1 and a problem has arisen with the display of the "RadzenButton" component, now it does not show the icon, instead it shows the text. What could it be?
<RadzenButton style="width: 160px; height:24px;" Icon="Airplane" type="Passkey" BusyText="Autenticando..." IsBusy=@isbusy Text="Autenticar" />
result after rendering the page
<button style="width: 160px; height:24px;" tabindex="0" type="Passkey" class="rz-button rz-button-md rz-variant-filled rz-primary rz-shade-default" id="fX7oxCACyU" _bl_118=""><span class="rz-button-box"><i class="rz-button-icon-left rzi"><!--!-->Airplane</i><span class="rz-button-text">Autenticar</span></span></button>