a library for easily add to any web project, etc Angular, ReactJS & ...
just import CSS file into your SCSS file or directly HTML head tag
import css file from node_module folder Pay attention to the direction and folder of your project
@import '~css-material-icons/style/material-icons.css';
@import '~css-material-icons/style/material-icons.css';
<head>
<link rel="stylesheet" href="node_modules/css-material-icons/style/material-icons.css">
</head>