Index: chrome/browser/resources/md_history/icons.html |
diff --git a/chrome/browser/resources/md_downloads/icons.html b/chrome/browser/resources/md_history/icons.html |
similarity index 56% |
copy from chrome/browser/resources/md_downloads/icons.html |
copy to chrome/browser/resources/md_history/icons.html |
index f30021694bef292cdfb9c11306e8edea6a2f392c..2714b83b21f7e571456268b650cfc27d72dde036 100644 |
--- a/chrome/browser/resources/md_downloads/icons.html |
+++ b/chrome/browser/resources/md_history/icons.html |
@@ -1,14 +1,15 @@ |
<link rel="import" href="chrome://resources/html/polymer.html"> |
<link rel="import" href="chrome://resources/polymer/v1_0/iron-iconset-svg/iron-iconset-svg.html"> |
-<iron-iconset-svg name="downloads" size="24"> |
+<iron-iconset-svg size="24" name="history"> |
<svg> |
<defs> |
<!-- |
These icons are copied from Polymer's iron-icons and kept in sorted order. |
See http://goo.gl/Y1OdAq for instructions on adding additional icons. |
--> |
- <g id="remove-circle"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"></path></g> |
+ <g id="chevron-left"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path></g> |
+ <g id="today"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"></path></g> |
</defs> |
</svg> |
</iron-iconset-svg> |