You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
demo v811_spc009_project 7 months ago
test v811_spc009_project 7 months ago
.bower.json v811_spc009_project 7 months ago
.travis.yml v811_spc009_project 7 months ago
CONTRIBUTING.md v811_spc009_project 7 months ago
README.md v811_spc009_project 7 months ago
av-icons.html v811_spc009_project 7 months ago
bower.json v811_spc009_project 7 months ago
communication-icons.html v811_spc009_project 7 months ago
device-icons.html v811_spc009_project 7 months ago
editor-icons.html v811_spc009_project 7 months ago
hardware-icons.html v811_spc009_project 7 months ago
hero.svg v811_spc009_project 7 months ago
image-icons.html v811_spc009_project 7 months ago
index.html v811_spc009_project 7 months ago
iron-icons.html v811_spc009_project 7 months ago
maps-icons.html v811_spc009_project 7 months ago
notification-icons.html v811_spc009_project 7 months ago
places-icons.html v811_spc009_project 7 months ago
social-icons.html v811_spc009_project 7 months ago

README.md

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:

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

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.