FortAwesome / angular-fontawesome

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

Icons not included #404

Closed crystalserr closed 1 year ago

crystalserr commented 1 year ago

Not all Font Awesome v6 icons shown in the website are included in the Angular Library.

Here are some examples: https://fontawesome.com/icons/lips?f=classic&s=solid https://fontawesome.com/icons/eyes?f=classic&s=solid https://fontawesome.com/icons/flask-round-potion?f=classic&s=solid https://fontawesome.com/icons/raindrops?f=classic&s=solid

image

Using Angular v15. In my package.json:

"@fortawesome/angular-fontawesome": "^0.12.1", "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.0",

Update - I've seen that all these are not free icons and that's why they aren't in the Angular Library so I close the issue.