UNPKG

google-icon

Version:

google-icon is google material icons, install easy and use super easy in your angular project.

34 lines (18 loc) 784 B
# Google-Icon google-icon is google material icons, install easy and use super easy in your angular project. # How to install **Install Packages** `npm install --save google-icon` # Usage and options Name | Type | Options | Optional --- | --- | --- | --- name | `String` | [F-A Icons](https://material.io/resources/icons/) | No class | `String` | `md-3, md-9, md-18, md-24, md-36` | Yes *Example Use* ```html <google-icon name="favorite" class="md-3"></google-icon> ``` # TODO - Add [fontawesome Icons](http://fontawesome.com) support - Add [List Icons](https://material.io/resources/icons/) support - Demo page