microsoft / fluentui-system-icons

Fluent System Icons are a collection of familiar, friendly and modern icons from Microsoft.
https://aka.ms/fluentui-system-icons
MIT License
5.64k stars 497 forks source link

Update export maps to include implicit exports #712

Closed tomi-msft closed 2 months ago

tomi-msft commented 2 months ago

This PR is to add export maps to the package.json of react-icons. Currently the svg icons and font icons export maps are ./lib/svg and ./lib/fonts. This adds an export map of ./svg and ./fonts for folks with the proper node resolution, and also adds ./lib/providers/ to the providers export map.