FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

Make check for Duotone icon more robust #251

Closed devoto13 closed 4 years ago

devoto13 commented 4 years ago

Ultimately the Duotone icon is different from the regular icon in only way: instead of single path it has array of paths in the icon definition. Now check uses this fact to decide whether error should be thrown.

Also fixes typo in the error message (fab -> fad).