Skip to content

Commit

Permalink
[skip ci] Autogenerate README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed Jan 5, 2016
1 parent 623d8da commit 87cbae5
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!---
This README is automatically generated from the comments in these files:
iron-icons.html
Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)
Expand All @@ -13,27 +13,3 @@ Edit this file, and the bot will squash your changes :)

_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-icons)_


##&lt;iron-icons&gt;


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


See [iron-icon](#iron-icon) for more information about working with icons.

See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about how to create a custom iconset.


0 comments on commit 87cbae5

Please sign in to comment.