RadzenButton does not show the icon

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>

Hi @SuperBlazor,

In Radzen.Blazor 5.0 the Material Icons font is replaced with the new Material Symbols variable font (See blog post). You can find the respective icon on the font's page and update it. Perhaps Icon="flight" should do the job.

Hello, as indicated in the forum the solution has been to clear the cache in the browser:
If you are using a free theme just clear your browser cache to force loading the latest CSS file