SharePoint Framework web part icon generator

This generator creates custom SharePoint Framework web part icons using Fluent UI icons and a custom SVG.

It uses text-to-svg to convert Fluent UI icons into SVGs, where a second SVG can be merged together. This resulting SVG is then outputted as a JSON property that can be copied into a SPFx manifest.

Check it out.

Check out the CodeSandbox.

Related posts