PolymerElements/iron-icons

Name: iron-icons

Owner: PolymerElements

Description: A set of icons for use with iron-icon

Created: 2015-04-16 15:36:57.0

Updated: 2018-01-11 18:58:12.0

Pushed: 2018-01-16 23:37:07.0

Homepage: https://www.webcomponents.org/element/PolymerElements/iron-icons

Size: 580

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build status

Demo and API docs

<iron-icons>

iron-icons is a utility 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:

k 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:

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

To load a subset of icons from one of the default iron-icons sets, you can use the poly-icon tool. It allows you to select individual icons, and creates an iconset from them that you can use directly in your elements.

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.