microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.

Home Page:https://aka.ms/fluentui-system-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create @fluentui/react-svg-icons package (name TBD) without font icons

tomi-msft opened this issue · comments

The @fluentui/react-icons package has functionality that allows for converting svg icons to font icons built in.

This is good for applications who have package size constraints and want to minimize bundle size added by using the react-icons package. However, this increases the react-icons package size by a decent chunk.

A proposed way to mitigate this is to add a react-icons-lite package with just the svg icons and just esm node module resolution. This issue is to track the work for that

Would this allow the individual dynamic import of icons ?