Fluent UI 'Message' Icon strange behavior

Viewed 14

I am developing an SPFx webpart and want to add a Message icon:

enter image description here

<FontIcon aria-label="Message" iconName='Message' </FontIcon>
    

However, it always shows below icon:

enter image description here

if I fill out another icon name, it will work well. Only 'Chat' 'Message' and 'Search' will prompt such strange behavior.

Do any others meet the same situation?

Environment: SPFX 1.15.2 Node: 14.18.2 Fluent UI: 8.86.1

0 Answers
Related