Skip to content

kriss-kross-io/mdi-iconset-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Published on webcomponents.org

<mdi-iconset-svg>

Iconset for the Material Design Icons collection

Installation

bower install --save kriss-kross-io/mdi-iconset-svg

Usage

<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 includes all icons from mdi-iconset-svg.

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

Setup

Prerequisites

Install npm (or install Node):

curl -L https://www.npmjs.com/install.sh | sh

Install bower:

npm install -g bower

Tools

Install polymer-cli:

npm install -g polymer-cli

Start the development server

This command serves the app at http://localhost:8080/components/mdi-iconset-svg/ and provides basic URL routing for the app:

polymer serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D