Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johno/ember-cli-material-design-icons
- Owner: johno
- License: mit
- Created: 2014-10-20T03:48:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T22:21:55.000Z (almost 7 years ago)
- Last Synced: 2024-04-26T16:20:38.331Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 327 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).