FluentSystemIconsUWP Versions Save

A UWP library that provides easy access to the Fluent System Icons at https://github.com/microsoft/fluentui-system-icons

v1.1.90.0

3 years ago

Equivalent to the official 1.1.90 update. No breaking changes, other than removed/renamed icons.

1.1.59.0

3 years ago

Equivalent to the official 1.1.59 update. Adds all icons, not just icons that have a 24px size.

BREAKING CHANGES

In order to add multiple sizes for each icon, the naming scheme for symbols has changed to be more like it is on Android and iOS. To migrate your existing code, all you have to do is add 24 between the name of the symbol and the type.

Example: Add -> Add24 CalendarDateFilled -> CalendarDate24Filled

v1.1.42.0

3 years ago

Adds all new icons from the official 1.1.42 update that have a 24px size