Name Last Update
..
demo Loading commit data...
.bower.json Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
README.md Loading commit data...
av-icons.html Loading commit data...
bower.json Loading commit data...
communication-icons.html Loading commit data...
device-icons.html Loading commit data...
editor-icons.html Loading commit data...
hardware-icons.html Loading commit data...
hero.svg Loading commit data...
image-icons.html Loading commit data...
index.html Loading commit data...
iron-icons.html Loading commit data...
maps-icons.html Loading commit data...
notification-icons.html Loading commit data...
places-icons.html Loading commit data...
social-icons.html Loading commit data...

README.md

Build Status

Demo and API Docs

##<iron-icons>

iron-icons is a utitliy import that includes the definition for the iron-icon element, iron-iconset-svg element, as well as an import for the default icon set.

The iron-icons directory also includes imports for additional icon sets that can be loaded into your project.

Example loading icon set:

<link rel="import" href="../iron-icons/maps-icons.html">

To use an icon from one of these sets, first prefix your iron-icon with the icon set name, followed by a colon, ":", and then the icon id.

Example using the directions-bus icon from the maps icon set:

<iron-icon icon="maps:directions-bus"></iron-icon>

See iron-icon for more information about working with icons.

See iron-iconset and iron-iconset-svg for more information about how to create a custom iconset.