EvotecIT / PSWriteHTML

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.
MIT License
826 stars 106 forks source link

Add Support for FontAwesome 6.0 #311

Open Matthis-F opened 2 years ago

Matthis-F commented 2 years ago

Hi, I really enjoy using this Powershell module for creating custom dashboards.

I just wanted to know if it was possible to update FontAwesome Icons to 6.0 instead of 5.0 ? Also it would be nice to have access to the "Solid" icons library, I can only find "Regular and Brands" icons.

Thanks for your awesome work,

PrzemyslawKlys commented 2 years ago

Every function that supports IconRegular and IconBrands supports IconSolid so it's already working.

The last time I checked FA 6.0 was in beta. It's out of beta so I guess we can check it, but there are just 105 new icons.

I've started to work on implementing better support for font icons from FA, but also other icon types, including variations of fonts (such as spinning, rotating and so on).

image

It will require some rebuilding but steps are already there.