Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: third_party/polymer/v1_0/components-chromium/iron-icons/README.md

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 iron-icons
2 =========
3 1
4 ## Building 2 <!---
5 Running `update-icons.sh` will checkout [material-design-icons](https://github.c om/google/material-design-icons), reduce 3
6 the fileset to 24px svgs, and compile the iconsets. 4 This README is automatically generated from the comments in these files:
5 iron-icons.html
6
7 Edit those files, and our readme bot will duplicate them over here!
8 Edit this file, and the bot will squash your changes :)
9
10 -->
11
12 [![Build Status](https://travis-ci.org/PolymerElements/iron-icons.svg?branch=mas ter)](https://travis-ci.org/PolymerElements/iron-icons)
13
14 _[Demo and API Docs](https://elements.polymer-project.org/elements/iron-icons)_
15
16
17 ##&lt;iron-icons&gt;
18
19
20 `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.
21
22 The `iron-icons` directory also includes imports for additional icon sets that c an be loaded into your project.
23
24 Example loading icon set:
25
26 <link rel="import" href="../iron-icons/maps-icons.html">
27
28 To use an icon from one of these sets, first prefix your `iron-icon` with the ic on set name, followed by a colon, ":", and then the icon id.
29
30 Example using the directions-bus icon from the maps icon set:
31
32 <iron-icon icon="maps:directions-bus"></iron-icon>
33
34
35 See [iron-icon](#iron-icon) for more information about working with icons.
36
37 See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about how to create a custom iconset.
38
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698