OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | 2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. |
3 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 3 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | 4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
5 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | 5 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
6 Code distributed by Google as part of the polymer project is also | 6 Code distributed by Google as part of the polymer project is also |
7 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | 7 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
8 --><!-- | 8 --><!-- |
9 | 9 |
10 The `core-icon` element displays an icon. By default an icon renders as a 24px s
quare. | 10 The `core-icon` element displays an icon. By default an icon renders as a 24px s
quare. |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 @element core-icon | 55 @element core-icon |
56 @homepage polymer.github.io | 56 @homepage polymer.github.io |
57 --><html><head><link rel="import" href="../core-iconset/core-iconset.html"> | 57 --><html><head><link rel="import" href="../core-iconset/core-iconset.html"> |
58 | 58 |
59 <link rel="stylesheet" href="core-icon.css" shim-shadowdom=""> | 59 <link rel="stylesheet" href="core-icon.css" shim-shadowdom=""> |
60 | 60 |
61 </head><body><polymer-element name="core-icon" attributes="src icon alt" assetpa
th=""> | 61 </head><body><polymer-element name="core-icon" attributes="src icon alt" assetpa
th=""> |
62 | 62 |
63 | 63 |
64 </polymer-element> | 64 </polymer-element> |
65 <script src="core-icon-extracted.js"></script></body></html> | 65 <script charset="utf-8" src="core-icon-extracted.js"></script></body></html> |
OLD | NEW |