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

Side by Side Diff: polymer_1.2.3/bower_components/iron-iconset-svg/demo/svg-sample-icons.html

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 months 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 1
2 <!-- 2 <!--
3 @license 3 @license
4 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. 4 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
5 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 5 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 6 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
7 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 7 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
8 Code distributed by Google as part of the polymer project is also 8 Code distributed by Google as part of the polymer project is also
9 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 9 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
10 --> 10 -->
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 <g id="youtube"> 58 <g id="youtube">
59 <path class="youtube" d="M98.77,27.492c-1.225-5.064-5.576-8.799-10.811-9. 354C75.561,16.818,63.01,15.993,50.514,16 59 <path class="youtube" d="M98.77,27.492c-1.225-5.064-5.576-8.799-10.811-9. 354C75.561,16.818,63.01,15.993,50.514,16
60 c-12.495-0.007-25.045,0.816-37.446,2.139c-5.235,0.557-9.583,4.289-10.806,9 .354C0.522,34.704,0.5,42.574,0.5,50.001 60 c-12.495-0.007-25.045,0.816-37.446,2.139c-5.235,0.557-9.583,4.289-10.806,9 .354C0.522,34.704,0.5,42.574,0.5,50.001
61 c0,7.426,0,15.296,1.741,22.509c1.224,5.061,5.572,8.799,10.807,9.352c12.399 ,1.32,24.949,2.145,37.446,2.14 61 c0,7.426,0,15.296,1.741,22.509c1.224,5.061,5.572,8.799,10.807,9.352c12.399 ,1.32,24.949,2.145,37.446,2.14
62 c12.494,0.005,25.047-0.817,37.443-2.14c5.234-0.555,9.586-4.291,10.81-9.352 c1.741-7.213,1.753-15.083,1.753-22.509 62 c12.494,0.005,25.047-0.817,37.443-2.14c5.234-0.555,9.586-4.291,10.81-9.352 c1.741-7.213,1.753-15.083,1.753-22.509
63 S100.51,34.704,98.77,27.492 M67.549,52.203L43.977,64.391c-2.344,1.213-4.26 2,0.119-4.262-2.428V38.036 63 S100.51,34.704,98.77,27.492 M67.549,52.203L43.977,64.391c-2.344,1.213-4.26 2,0.119-4.262-2.428V38.036
64 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> 64 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>
65 </g> 65 </g>
66 66
67 </defs> 67 </defs>
68
68 </svg> 69 </svg>
69 </iron-iconset-svg> 70 </iron-iconset-svg>
71
72 <iron-iconset-svg name="inline" size="24">
73 <svg>
74 <defs>
75 <g id="shape">
76 <rect x="12" y="0" width="12" height="24" />
77 <circle cx="12" cy="12" r="12" />
78 </g>
79 </defs>
80 </svg>
81 </iron-iconset-svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698