I have the following code in my html page with angular 7
<i class="fa fa-pencil"></i>
All other icons and buttons are displayed fine showing trash can and others but the pencil does not show it? what can happen?
I have the following code in my html page with angular 7
<i class="fa fa-pencil"></i>
All other icons and buttons are displayed fine showing trash can and others but the pencil does not show it? what can happen?
The "pencil" defined in the regular version (not PRO) is:
https://origin.fontawesome.com/icons/pencil-alt?style=solid
Note:
fas
y does notfa
mean that this icon is categorized within thesolid
FontAwesome group. If it is the PRO version, keep in mind that:Yes, I too miss the simplicity of pre-FontAwesome versions where everything was
fa
.