Commit c739074e9da9be36542a9a0c3c6fc70df117fe03

Authored by Addy Osmani
1 parent ad8543d2ec
Exists in master and in 1 other branch gh-pages

Add structure > icons

Showing 1 changed file with 12 additions and 0 deletions

... ... @@ -39,6 +39,16 @@
39 39  
40 40 ### Icons
41 41  
  42 +In general, an icon category (e.g `action`) will include the following directories, containing multiple resolutions of our icons.
  43 +
  44 +* 1x, 2x Web
  45 +* 1x, 2x, 3x iOS
  46 +* drawable hdpi, mdpi, xhdpi, xxhdpi, xxxhdpi
  47 +* svg
  48 +
  49 +Decide on the icon resolution required for your project and copy, then reference the icons you wish to use.
  50 +
  51 +
42 52 ### Spritesheets
43 53  
44 54 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.
... ... @@ -70,6 +80,8 @@
70 80 That's it!
71 81  
72 82 Don't forget to publish the corresponding CSS and SVG/PNG files when deploying your project.
  83 +
  84 +
73 85  
74 86 ## Usage
75 87