I tried the following code to add a Facebook Share button to my Blazor (server side). While most icons work fine, the facebook icon shows up like a double icon:
Here I just use one icon and no image. It still fails as the second icon overlaps the S in Shape.
This is the facebook icon: <RadzenButton Text="Share" Icon="facebook" Style="color: white; background-color: #3b5998;" Click="@OnShareWithFacebook"></RadzenButton>
This is the alarm icon, with otherwise the same code: <RadzenButton Text="Share" Icon="alarm" Style="color: white; background-color: #3b5998;" Click="@OnShareWithFacebook"></RadzenButton>
So this is specific for the facebook icon. No other icons that I have tried ends up as a double icon. Also note that neither of those two icons is the actual facebook icon.
Found the cause of it. It seems the Facebook icon is introduced in Material Icons v4 while Radzen ships with Material Icons v3. We will update it in one of the next releases.