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..07c3fa26fd94907408acb2ed8200c0ac89f575f7 100644 |
--- a/chrome/browser/resources/settings/icons.html |
+++ b/chrome/browser/resources/settings/icons.html |
@@ -18,6 +18,11 @@ |
<path fill="none" d="M1 1h22v22H1z"></path> |
</g> |
+ <!-- The Google Cloud Printing icon in the Chrome Settings page. --> |
+ <g id="cloud-printing" transform="scale(0.6)"> |
michaelpg
2016/07/14 17:57:40
remove transform
xdai1
2016/07/14 18:23:49
Done.
|
+ <path d="M28 34H12V24h16v10zm4.25-21.934C31.116 6.316 26.066 2 20 2c-4.816 0-9 2.734-11.084 6.734C3.9 9.266 0 13.516 0 18.666c0 4.832 3.44 8.87 8 9.798V38h24v-9.368c4.442-.178 8-3.812 8-8.298 0-4.4-3.416-7.968-7.75-8.268z" fill="#000" fill-rule="evenodd"></path> |
michaelpg
2016/07/14 17:57:40
<path d="M16.8 20.4H7.2v-6h9.6v6zm2.55-13.16C18.67
xdai1
2016/07/14 18:23:49
Thanks! How to get this cleaner icon path? I follo
michaelpg
2016/07/14 23:35:36
Looks like SVGOMG has different results depending
|
+ </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. |