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.91k stars 516 forks source link

Fix code that tries to mutate read-only props object #469

Closed MLoughry closed 2 years ago

MLoughry commented 2 years ago

In non-production builds, React will throw an error if you attempt to mutate the props object passed in. This PR fixes one case where the code was trying to do that.