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

(fix): revert breaking bundleIcon change #728

Closed tomi-msft closed 2 weeks ago

tomi-msft commented 2 weeks ago

This PR reverts a change to the bundleIcon utility function introduced in #726. Light icons were introduced in the system-icons design repo, and integrated into the react-icons package build system, including the addition of LightIcon as a parameter in the bundleIcon utility function. This is a breaking change, as it was introduced as a required parameter, not an optional one.

After this PR there will be a follow-up that will properly introduce the Light Icons into the bundleIcon utility, with a focus on maintaining the established functionality without increasing bundle size.

Fixes #727