mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-05 16:14:10 +01:00
45 lines
2.0 KiB
Markdown
45 lines
2.0 KiB
Markdown
# Material Design
|
|
|
|
This repo contains helpful design resources for Google's Material Design.
|
|
|
|
[Getting Started for Boostrap](http://materialdesignicons.com/bootstrap) - [Getting Started for Other Platforms](http://materialdesignicons.com/getting-started)
|
|
|
|
## 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
|
|
```
|
|
|
|
[](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. Please include examples.
|
|
|
|
### 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.
|
|
|
|
### Donations
|
|
|
|
This project does not directly take donations. If you would like to support the project and get some more icons at the same time purchase [Material Design Icons Light](https://creativemarket.com/templarian/348441-Material-Design-Icons-Light).
|
|
|
|
# License
|
|
|
|
Templates - [WTFPL](http://www.wtfpl.net/)
|
|
|
|
Community Icons - [SIL Open Font License 1.1](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web)
|
|
|
|
Google Material Design Icons - [Attribution 4.0 International](https://github.com/google/material-design-icons/blob/master/LICENSE)
|