I’m tryin to stack two fa icons using Angular Fontawesome. So far I have this:
<fa-stack>
<fa-icon [icon]="['far', 'circle']" style="font-size: 8px;" stackItemSize="2x"></fa-icon>
<fa-icon icon="file-alt" style="margin-left: 10px;" stackItemSize="1x"></fa-icon>
</fa-stack>
This works as I want, but the second icon, the file icon, is not centered inside the circle even with the margin and even using text-align: center. Can anyone help me fix this? I apologize in advanced for any formatting errors since I am posting from my phone due to being unable to login with my fb account on my PC.