FortAwesome / angular-fontawesome

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

how use FA 6.x icons? #359

Closed pelnarp closed 2 years ago

pelnarp commented 2 years ago

Hi team, according to the documentation v 6.x icons should be supported by FA version 10.x, is it correct? How should the icons be imported? I do not seem to be able to find the new icons, such as circle-phone for example. Thanks!

devoto13 commented 2 years ago

circle-phone is a Pro icon and requires the Pro plan to use it. That may be the reason why you can't import it from the free package. If you have the Pro plan, make sure you have the v6 pro icon packages installed. You can also contract FontAwesome support at hello@fontawesome.com.

Otherwise, you can use the "Free" filter on the website to only search for free icons.

image

pelnarp commented 2 years ago

Thanks, devoto13. Yes, it was the very problem, I have free plan only. Very lame question from my side, my apologies;-)

devoto13 commented 2 years ago

No worries! :) Closing as resolved.