Chromium Code Reviews| Index: chrome/browser/resources/md_history/history_icons.html |
| diff --git a/chrome/browser/resources/md_history/history_icons.html b/chrome/browser/resources/md_history/history_icons.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b264373341b99c0fb1e1bc4debc41392369b47f7 |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_history/history_icons.html |
| @@ -0,0 +1,9 @@ |
| +<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html"> |
|
michaelpg
2016/05/05 15:04:52
Unused import.
lshang
2016/05/11 06:39:02
Done.
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html"> |
| + |
| +<iron-iconset-svg size="20" name="history-icons"> |
|
michaelpg
2016/05/03 02:44:34
20? The SVG you copied is 24px so this is going to
lshang
2016/05/11 06:39:02
Done.
|
| +<svg><defs> |
| +<g id="more-vert"><path d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"></path></g> |
| +<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> |
| +</defs></svg> |
| +</iron-iconset-svg> |