Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johno/ember-cli-material-design-icons

Components for Google's Material Design Icons library
https://github.com/johno/ember-cli-material-design-icons

Last synced: 3 months ago
JSON representation

Components for Google's Material Design Icons library

Awesome Lists containing this project

README

        

# ember-cli-material-design-icons [![Build Status](https://travis-ci.org/johnotander/ember-cli-material-design-icons.svg?branch=master)](https://travis-ci.org/johnotander/ember-cli-material-design-icons) [![Ember Observer Score](http://emberobserver.com/badges/ember-cli-material-design-icons.svg)](http://emberobserver.com/addons/ember-cli-material-design-icons)

Components for [Google's material design icons library](https://github.com/google/material-design-icons).

Search for icons at [the material icons library](https://www.google.com/design/icons)

## Installation

From within your ember-cli project:

```
ember install ember-cli-material-design-icons
```

## Usage

```hbs
{{material-design-icon name='chat'}}
{{material-design-icon name='devices' iconClass='blue'}}
{{material-design-icon name='attach-file' iconClass='some-additional-class'}}
```

## License

* Icons are released under an [Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license by Google.
* Ember CLI addon code is released under [Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) by John Otander.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

***

> Crafted with <3 by [John Otander](http://johnotander.com).