Skip to content

Commit

Permalink
Changed the generation to use the 24px version of the icons (still svg).
Browse files Browse the repository at this point in the history
Reasons are that there seems to be ~40 more icons at 24px and it makes more sense for them to be at 24px when using with my Android Lollipop stencils (and probably for other uses as well 24px is a more sensible default size).
  • Loading branch information
nathanielw committed May 18, 2015
1 parent 86ebddf commit 4816405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Material Icons for Pencil
All 800+ of Google's [Material Design Icons](https://github.com/google/material-design-icons) as a [Pencil](https://github.com/prikhi/pencil) stencil collection.

Based on the 48px version of the icons, however everything is in vector format, so can be scaled to any size.
Based on the 24px version of the icons, however everything is in vector format, so can be scaled to any size.

## Installation
- Download the [latest release](https://github.com/nathanielw/Material-Icons-for-Pencil/releases/latest) zip file.
Expand Down
2 changes: 1 addition & 1 deletion generate-xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name_re = re.compile(r'.+\/(.+?)\/svg\/production\/ic_(.+)_')

src_path = Path('./material-design-icons/')
sprite_files = list(src_path.glob('**/svg/production/*48px.svg'))
sprite_files = list(src_path.glob('**/svg/production/*24px.svg'))
files_element = etree.Element("files")

# set up the output dir
Expand Down

0 comments on commit 4816405

Please sign in to comment.