Angular Material Icons:
I have a mat-icon that I want to be beside the text. Nothing I do will reduce the space between the icon and the text though.
Based on this HTML :
<span>
<mat-icon [inline]="true" style="display:inline;">locked</mat-icon>
<span AMELIA SMITH</span>
</span>