I am developing an SPFx webpart and want to add a Message icon:
<FontIcon aria-label="Message" iconName='Message' </FontIcon>
However, it always shows below icon:
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

