| Index: chrome/browser/resources/md_downloads/icons.html
|
| diff --git a/chrome/browser/resources/md_downloads/icons.html b/chrome/browser/resources/md_downloads/icons.html
|
| index 18988e58f1d67fe816091cb183f8f65a235de2cc..279102ca30e2f1d09656cd85fa816e347d89fde5 100644
|
| --- a/chrome/browser/resources/md_downloads/icons.html
|
| +++ b/chrome/browser/resources/md_downloads/icons.html
|
| @@ -5,9 +5,8 @@
|
| <svg>
|
| <defs>
|
| <!--
|
| - These icons are from iron-icons in third_party/polymer, but were curated
|
| - here for chrome://downloads via the following URL and then sorted:
|
| - https://poly-icon.appspot.com/?name=downloads&size=24&icon=icons:remove-circle&icon=icons:warning
|
| + 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="warning"><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"></path></g>
|
|
|