Index: chrome/browser/resources/settings/icons.html |
diff --git a/chrome/browser/resources/settings/icons.html b/chrome/browser/resources/settings/icons.html |
index 5ded3d2fc55690fd5eb16067b3756799ed4cb573..57dcc91e9c87cdda3cbf8b4b1ed50034db9d9229 100644 |
--- a/chrome/browser/resources/settings/icons.html |
+++ b/chrome/browser/resources/settings/icons.html |
@@ -18,6 +18,16 @@ |
<path fill="none" d="M1 1h22v22H1z"></path> |
</g> |
+ <!-- The Google Cloud Printing icon in the chrome://setting. --> |
stevenjb
2016/07/13 17:34:38
nit: s/chrome://setting/Chrome Settings page/
xdai1
2016/07/13 17:45:43
Done.
|
+ <!-- See https://drive.google.com/corp/drive/u/0/folders/0B_2Uyb2Rhx2OM1MzUmY0TEtzak0 for more info. --> |
+ <g id="cloud-printing" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" width="40px" height="40px" viewBox="0 0 40 40" > |
+ <g transform="translate(-1256.000000, -178.000000)" fill="#000000"> |
+ <g transform="translate(1256.000000, 178.000000)"> |
+ <path d="M28,34 L12,34 L12,28.666 L12,24 L28,24 L28,28.666 L28,34 Z M32.25,12.066 C31.116,6.316 26.066,2 20,2 C15.184,2 11,4.734 8.916,8.734 C3.9,9.266 0,13.516 0,18.666 C0,23.498 3.44,27.536 8,28.464 L8,38 L32,38 L32,28.632 C36.442,28.454 40,24.82 40,20.334 C40,15.934 36.584,12.366 32.25,12.066 L32.25,12.066 Z"></path> |
+ </g> |
+ </g> |
+ </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. |