Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
klan committed Nov 1, 2017
1 parent ef7dd0b commit 699905d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ bower install --save kriss-kross-io/mdi-iconset-svg
<iron-icon icon="mdi-logo:polymer"></iron-icon>
```

The iconset has duplicate icons, and it's not recommended to import all the icons.
Alternative you can create your own iconset with only the required icons. This version of the [Polymer Iconset Generator](https://mdi-poly-icon.appspot.com/) includes all icons from `mdi-iconset-svg`.

1. Visit [https://mdi-poly-icon.appspot.com/](https://mdi-poly-icon.appspot.com/)
2. Select the icons you want to use in your app
3. Download the optimized <iron-iconset-svg> markup and create an HTML import for it
4. Load the import in your app and start using!

## Setup

### Prerequisites
Expand Down

0 comments on commit 699905d

Please sign in to comment.