Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
demo/ | 03-May-2024 | - | 133 | 89 | ||
.bower.json | D | 03-May-2024 | 1.4 KiB | 47 | 47 | |
.gitignore | D | 03-May-2024 | 57 | 4 | 3 | |
.travis.yml | D | 03-May-2024 | 839 | 26 | 25 | |
CONTRIBUTING.md | D | 03-May-2024 | 3.2 KiB | 73 | 39 | |
README.md | D | 03-May-2024 | 1.4 KiB | 45 | 16 | |
av-icons.html | D | 03-May-2024 | 17.6 KiB | 89 | 79 | |
bower.json | D | 03-May-2024 | 1.1 KiB | 39 | 38 | |
communication-icons.html | D | 03-May-2024 | 12.6 KiB | 65 | 55 | |
device-icons.html | D | 03-May-2024 | 19.5 KiB | 95 | 85 | |
editor-icons.html | D | 03-May-2024 | 12.5 KiB | 77 | 67 | |
hardware-icons.html | D | 03-May-2024 | 9.4 KiB | 64 | 54 | |
hero.svg | D | 03-May-2024 | 1.5 KiB | 36 | 34 | |
image-icons.html | D | 03-May-2024 | 44.3 KiB | 170 | 160 | |
index.html | D | 03-May-2024 | 858 | 26 | 12 | |
iron-icons.html | D | 03-May-2024 | 68.9 KiB | 339 | 305 | |
maps-icons.html | D | 03-May-2024 | 15.9 KiB | 77 | 67 | |
notification-icons.html | D | 03-May-2024 | 14.6 KiB | 67 | 57 | |
places-icons.html | D | 03-May-2024 | 8.5 KiB | 34 | 24 | |
social-icons.html | D | 03-May-2024 | 7.9 KiB | 41 | 31 |
README.md
1 2<!--- 3 4This README is automatically generated from the comments in these files: 5iron-icons.html 6 7Edit those files, and our readme bot will duplicate them over here! 8Edit this file, and the bot will squash your changes :) 9 10The bot does some handling of markdown. Please file a bug if it does the wrong 11thing! https://github.com/PolymerLabs/tedium/issues 12 13--> 14 15[](https://travis-ci.org/PolymerElements/iron-icons) 16 17_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-icons)_ 18 19 20##<iron-icons> 21 22`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. 23 24The `iron-icons` directory also includes imports for additional icon sets that can be loaded into your project. 25 26Example loading icon set: 27 28```html 29<link rel="import" href="../iron-icons/maps-icons.html"> 30``` 31 32To 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. 33 34Example using the directions-bus icon from the maps icon set: 35 36```html 37<iron-icon icon="maps:directions-bus"></iron-icon> 38``` 39 40See [iron-icon](#iron-icon) for more information about working with icons. 41 42See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about how to create a custom iconset. 43 44 45