# 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.