Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-i conset-svg.html"> | |
| 2 | |
| 3 <iron-iconset-svg size="24" name="history-icons"> | |
|
michaelpg
2016/05/11 16:50:48
optional nit: i'm trying to start a convention of
lshang
2016/05/12 04:30:26
I use cr:star so this history-icons.html is not ne
| |
| 4 <svg> | |
| 5 <defs> | |
| 6 <g id="star"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"></path></g> | |
|
michaelpg
2016/05/11 16:50:48
you can use the one in cr_elements/icons.html, jus
lshang
2016/05/12 04:30:26
Done.
| |
| 7 </defs> | |
| 8 </svg> | |
| 9 </iron-iconset-svg> | |
| OLD | NEW |