fluentui-system-icons
fluentui-system-icons copied to clipboard
Create @fluentui/react-svg-icons package (name TBD) without font icons
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 ?