Describe the problem
I used angular fontawesome with mat-icon-button from Angular Material. Any other size other than default is having an offset.
<button mat-icon-button color="primary">
<fa-icon [icon]="userIcon" size="2x"></fa-icon>
</button>
Current Size: 2x


Other icon on the left(Moon) is Material Design Icon. Which has proper alignment.
What did you expect?
I want it centre aligned inside button by default.
Reproducible test case
https://stackblitz.com/edit/angular-z8v4ux
Describe the problem
I used angular fontawesome with mat-icon-button from Angular Material. Any other size other than default is having an offset.
Current Size: 2x
Other icon on the left(Moon) is Material Design Icon. Which has proper alignment.
What did you expect?
I want it centre aligned inside button by default.
Reproducible test case
https://stackblitz.com/edit/angular-z8v4ux