I\'ve installed Material for angular,
I\'ve imported on my app module MatIconModule (with import { MatIconModule } from \'@angular/material/icon\';)
import { MatIconModule } from \'@angular/material/icon\';
In my case the icons did not show up because I has screwed up my fonts by using !important. Taking that out caused the icons to appear.