I'm reading the docs for Angular Material trying to understand the icons. I can't find info on the appropriate way to enlarge them, though.
<mat-icon>home</mat-icon>
In FontAwesome, I'd just set a class like this.
<i class="fa fa-camera-retro fa-2x"></i>
How is it supposed to be controlled in Material?