Sharepoint Online Missing Icons

fredericdietrich By On 09/12/2020

In SharepointOnLine

Sharepoint missing icon on SPFX developpements

 

Some ican can be missing per exemple on :

SPFX missing icon as <i data-icon-name="Tag" class="ms-Button-icon icon-167" role="presentation" aria-hidden="true"></i> 

So you simply have to add this code below after yours imports

 


import { initializeIcons } from 'office-ui-fabric-react/lib/Icons';

initializeIcons();

 

 

Sharepoint SPFX

  • No ratings yet - be the first to rate this.