Replace Material icons version 1
key words to ligature
<i class="material-icons">android</i>
will be replaced with
<i class="material-icons"></i>
npm i -D material-ico-fallback-loader
// webpack.config.js
module.exports = {
// ...
module: {
rules: [
{
test: /.html$/,
loader: 'material-ico-fallback-loader'
}
]
}
};
Now is old https://material.io/icons/
but you can download them from here