Chromium Code Reviews| Index: chrome/browser/resources/cleanup_tool/icons.html |
| diff --git a/chrome/browser/resources/cleanup_tool/icons.html b/chrome/browser/resources/cleanup_tool/icons.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cbf91f1cd77f157815328e988012fc556a0d1710 |
| --- /dev/null |
| +++ b/chrome/browser/resources/cleanup_tool/icons.html |
| @@ -0,0 +1,19 @@ |
| +<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 size="24" name="cleanup"> |
| + <svg> |
| + <defs> |
| + <!-- |
| + This icon is not from Polymer's iron-icons; it was manually edited to put |
| + an exclamation mark inside of a shield. |
| + --> |
| + <g id="infected-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm1 12h-2V6h2v6zm0 4h-2v-2h2v2z"></path></g> |
| + <!-- |
| + 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="verified-user"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z"></path></g> |
|
ftirelo
2017/03/29 20:59:11
Maybe rename this to "clean-user" to be consistent
proberge
2017/03/29 21:29:36
The icon is named verified-user in https://www.web
|
| + </defs> |
| + </svg> |
| +</iron-iconset-svg> |