Found some time to scrape (thanks @jamesplease) and build the baseline, outline, round, and sharp material icon families all into font ligatures. You can find the ligature reference gallery here. There's probably some bugs but feel free to try!
icon ligature reference gallery
npm install
at the rootnode makeMaterial.js
in the terminalnpm i --save https://github.com/petergng/materialIconFont.git
@import '~material-icon-font/dist/Material-Icons.css';
.material-icons {
font-family: 'Material Icons Outline'
}
<mat-icon style="font-family: 'Material Icons Sharp'">fastfood</mat-icon>