Files
MaterialDesign/README.md
Austin Andrews f751a0ea0e Bower or NPM.
2015-02-23 20:05:41 -06:00

39 lines
1.4 KiB
Markdown

# Material Design
This repo contains helpful design resources for Google's Material Design.
## Icons
View at [Material Design Icons](http://materialdesignicons.com/). This repo also contains converted icons from [Google's official icon set](https://github.com/google/material-design-icons).
```
bower install mdi
npm install mdi
```
[![Icons](http://templarian.com/files/material-design-icons-preview.png)](http://materialdesignicons.com/)
**Note:** _SVG icons are not compressed in GitHub. Please use the icons from [Material Design Icons](http://materialdesignicons.com/) if you need inline SVG._
## Contribute
Please do not make pull requests against this repositiory. All icons are managed through the Material Design Icons site by the various contributors. If you want to become a contributor [read more](http://materialdesignicons.com/contribute).
### Icon Suggestions
Submit icon suggestions through the issue tab.
### Expression Design (.design) and SVG
[Expression Design](http://www.microsoft.com/en-us/download/details.aspx?id=36180) is a free software for designing vector assets. All icons are also provided in SVG which can be opened by most vector editors.
For those designing new icons please use the templates provided as a starting point.
# License
Templates - Free
Community Icons - SIL Open Font License 1.1
Google Material Design Icons - [Attribution 4.0 International](https://github.com/google/material-design-icons/blob/master/LICENSE)