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