Index: polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html |
diff --git a/polymer_0.5.0/bower_components/core-iconset-svg/svg-sample-icons.html b/polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html |
similarity index 94% |
copy from polymer_0.5.0/bower_components/core-iconset-svg/svg-sample-icons.html |
copy to polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html |
index 9f5ef3de339e54935e48253a93db6e3d5430abb4..94c930d5746628fbcc8c8e999035cb4ce28ec2f7 100644 |
--- a/polymer_0.5.0/bower_components/core-iconset-svg/svg-sample-icons.html |
+++ b/polymer_1.0.4/bower_components/iron-iconset-svg/demo/svg-sample-icons.html |
@@ -1,6 +1,7 @@ |
<!-- |
-Copyright (c) 2014 The Polymer Project Authors. All rights reserved. |
+@license |
+Copyright (c) 2015 The Polymer Project Authors. All rights reserved. |
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt |
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt |
@@ -8,13 +9,13 @@ Code distributed by Google as part of the polymer project is also |
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt |
--> |
-<link rel="import" href="../core-icon/core-icon.html"> |
-<link rel="import" href="core-iconset-svg.html"> |
+<link rel="import" href="../../iron-icon/iron-icon.html"> |
+<link rel="import" href="../iron-iconset-svg.html"> |
-<core-iconset-svg id="svg-sample-icons" iconSize="100"> |
+<iron-iconset-svg name="svg-sample-icons" size="100"> |
<svg> |
- <defs> |
- <g id="codepen"> |
+ <defs> |
+ <g id="codepen"> |
<path class="outer-ring" d="M50,0C22.385,0,0,22.385,0,50c0,27.615,22.385,50,50,50c27.614,0,50-22.385,50-50C100,22.385,77.615,0,50,0z M50,91.789 |
C26.958,91.789,8.212,73.042,8.212,50C8.212,26.958,26.958,8.212,50,8.212c23.042,0,41.788,18.747,41.788,41.789 |
C91.788,73.042,73.042,91.789,50,91.789z"></path> |
@@ -42,9 +43,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
C80.916,40.464,80.907,40.348,80.893,40.234z M52.657,26.707l20.817,13.877l-9.298,6.221l-11.519-7.706V26.707z M47.343,26.707 |
v12.393l-11.518,7.706l-9.299-6.221L47.343,26.707z M24.398,45.554L31.046,50l-6.648,4.446V45.554z M47.343,73.294L26.525,59.417 |
l9.299-6.219l11.518,7.704V73.294z M50,56.286L40.603,50L50,43.715L59.397,50L50,56.286z M52.657,73.294V60.902l11.519-7.704 |
- l9.298,6.219L52.657,73.294z M75.602,54.447L68.955,50l6.647-4.446V54.447z"></path> |
+ l9.298,6.219L52.657,73.294z M75.602,54.447L68.955,50l6.647-4.446V54.447z"></path> |
</g> |
- |
+ |
<path id="twitter" d="M100.001,17.942c-3.681,1.688-7.633,2.826-11.783,3.339 |
c4.236-2.624,7.49-6.779,9.021-11.73c-3.965,2.432-8.354,4.193-13.026,5.146C80.47,10.575,75.138,8,69.234,8 |
c-11.33,0-20.518,9.494-20.518,21.205c0,1.662,0.183,3.281,0.533,4.833c-17.052-0.884-32.168-9.326-42.288-22.155 |
@@ -61,8 +62,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
c12.494,0.005,25.047-0.817,37.443-2.14c5.234-0.555,9.586-4.291,10.81-9.352c1.741-7.213,1.753-15.083,1.753-22.509 |
S100.51,34.704,98.77,27.492 M67.549,52.203L43.977,64.391c-2.344,1.213-4.262,0.119-4.262-2.428V38.036 |
c0-2.548,1.917-3.644,4.262-2.429l23.572,12.188C69.896,49.008,69.896,50.992,67.549,52.203"></path> |
- </g> |
- |
+ </g> |
+ |
</defs> |
</svg> |
-</core-iconset-svg> |
+</iron-iconset-svg> |