Hi, you might have already solved this as this is an old post. I will just write the solution so that others who face the same issue can refer to this solution.
Here is the list of the classes that are allowed by default for Icon class
: [‘apple’, ‘facebook’, ‘google’, ‘microsoft’]
So, instead of “fa-google
”, you should try using “google
” and see if the icon is loaded.