FlowingCode/FontAwesomeIronIconset

Add support for icon aliases

Closed this issue · 0 comments

FontAwesome 6.1 renames several icons (such as car-crash -> car-burst add hourglass-empty -> hourglass), and preserves compatibility through aliases.

https://fontawesome.com/v6/icons/car-crash
https://fontawesome.com/v6/icons/car-burst

Since our code generator is based on the canonical name, the renaming results in breaking changes.

Proposal: generate alias constants for aliased icons, based on FA metadata (https://github.com/FortAwesome/Font-Awesome/tree/6.1.0/metadata)

Blocks #42