ember-cli-material-design-icons
v2.0.0
Published
Components for Google's Material Design Icons
Downloads
271
Maintainers
Readme
ember-cli-material-design-icons
Components for Google's material design icons library.
Search for icons at the material icons library
Installation
From within your ember-cli project:
ember install ember-cli-material-design-icons
Usage
{{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 license by Google.
- Ember CLI addon code is released under Attribution-ShareAlike 4.0 International by John Otander.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander.