1.0.2 • Published 4 years ago

css-material-icons v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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>