I am building office addins for Project. It is really weird that even though I am using proper icon names some icons are not showing
Followed everything from the official documentation
https://developer.microsoft.com/en-us/fabric#/get-started#fabric-core
and the CSS CDN
<link rel="stylesheet" href="https://static2.sharepointonline.com/files/fabric/office-ui-fabric-core/10.0.0/css/fabric.min.css" />
In Project Taskpane: Side loading State
Using the correct format in HTML:
<li class="ms-ListItem"> <i class="ms-Icon ms-Icon--MapLayers"></i> <span class="ms-font-m ms-fontColor-neutralPrimary">Export *****"
Note: Here MapLayers is the icon which is failed to load.
Any help is appreciated.



