FortAwesome / angular-fontawesome

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

Some basic Icons are missing in the library #298

Closed ambujkhanna closed 3 years ago

ambujkhanna commented 3 years ago

Hi,

I am using this library but unable to find following icons

I wanted to use these icon in my project. Is there any way to get these icons?

devoto13 commented 3 years ago

Please make sure that you have the latest version of the corresponding icons package installed (https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/usage/using-other-styles.md#brand-icons) and that you have imported and added the icons to the library (https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/usage/icon-library.md#using-the-icon-library).

If it still does not work, please provide a minimal reproduction using StackBlitz.

ambujkhanna commented 3 years ago

@devoto13 Is there any Demo page where we can check graphical representation for exact idea before to import in the project. How icon will be visible on screen?

devoto13 commented 3 years ago

@ambujkhanna Sorry, I don't follow. You can check how does the icon look on the pages you have mentioned before (e.g. https://fontawesome.com/icons/windows?style=brands). If you want to use the icon, you install the corresponding icon package (https://github.com/FortAwesome/angular-fontawesome/blob/master/docs/usage/using-other-styles.md#brand-icons) and use it in you project (https://github.com/FortAwesome/angular-fontawesome#usage).

ambujkhanna commented 3 years ago

@devoto13 Thankyou for your quick help!!! 🥇