How to use the @uifabric/file-type-icons/src/index.FileIconType.listItem function in @uifabric/file-type-icons

To help you get started, we’ve selected a few @uifabric/file-type-icons examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github OfficeDev / office-ui-fabric-react / packages / experiments / src / components / FileTypeIcon / examples / FileTypeIcon.Basic.Example.tsx View on Github external
<h3>Size 40 font icon as .svg</h3>
        
        <h3>Size 48 html icon as .svg</h3>
        
        <h3>Size 64 mpp icon as .svg</h3>
        
        <h3>Size 96 link icon as .svg</h3>
        
        <h3>Size 16 docset icon as .png</h3>
        
        <h3>Size 20 folder icon as .svg</h3>
        
        <h3>Size 40 genericfile icon as .png</h3>
        
        <h3>Size 48 listitem icon as .svg</h3>
        
        <h3>Size 64 sharedfolder icon as .png</h3>
        
      
    );
  }
}