Skip to content

Commit

Permalink
Add structure > icons
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Oct 16, 2014
1 parent ad8543d commit c739074
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ $ npm install material-design-icons

### Icons

In general, an icon category (e.g `action`) will include the following directories, containing multiple resolutions of our icons.

* 1x, 2x Web
* 1x, 2x, 3x iOS
* drawable hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi
* svg

Decide on the icon resolution required for your project and copy, then reference the icons you wish to use.


### Spritesheets

Material Design icons come with SVG and CSS sprites for each category of icon we include. These can be found in the `sprites` directory, under the `svg-sprite` and `css-sprite` sub-directories.
Expand Down Expand Up @@ -71,6 +81,8 @@ That's it!

Don't forget to publish the corresponding CSS and SVG/PNG files when deploying your project.



## Usage

Take a look at the included `index.html` file for a preview of all icons included in the set. You are free to use the icons in the way that makes most sense to your project.
Expand Down

0 comments on commit c739074

Please sign in to comment.