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.68k stars 501 forks source link

The `primaryFill` prop does not work on bundled icons #535

Open T-Hugs opened 1 year ago

T-Hugs commented 1 year ago

It seems that the primaryFill prop has no effect when using an icon created by bundleIcon. Perhaps Lines 25 and 35 in bundleIcon.tsx should read primaryFill={primaryFill}?