material-design-iconfont
Version:
An icon font with the complete icon collection of material design. Based in the original work of Google in https://github.com/google/material-design-icons
19 lines (11 loc) • 465 B
Markdown
# Material Design Iconfont v0.1.1
### The iconic font
Material Design Iconfont was created using [IcoMoon](https://icomoon.io/).
#### Install
Using npm:
```bash
npm install material-design-iconfont
```
### Usage
You can use the iconfont importing directly the CSS or importing the SCSS file in your SASS.
To use it, put the class **md** to your tag followed by the concrete class of the icon that you can see in the demo.html page included with the package.