mirror of
https://github.com/Templarian/MaterialDesign.git
synced 2026-03-04 15:44:06 +01:00
39 lines
1.4 KiB
Markdown
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
|
|
```
|
|
|
|
[](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)
|