Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: chrome/browser/resources/chromeos/login/images/2x/browse-as-guest.svg

Issue 2502353002: ChromeOS shelf: implement MD-like shelf. (Closed)
Patch Set: Remove unused reference Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/images/2x/browse-as-guest.svg
diff --git a/chrome/browser/resources/chromeos/login/images/2x/browse-as-guest.svg b/chrome/browser/resources/chromeos/login/images/2x/browse-as-guest.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7dceb4ef27e3286d5fc932558e46a2e34a2596ad
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/images/2x/browse-as-guest.svg
@@ -0,0 +1,6 @@
+<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" fill-rule="evenodd">
+ <path d="M0 0h40v40H0"></path>
+ <path d="M20 4C11.168 4 4 11.168 4 20s7.168 16 16 16 16-7.168 16-16S28.832 4 20 4zm0 4.8c2.656 0 4.8 2.144 4.8 4.8 0 2.656-2.144 4.8-4.8 4.8-2.656 0-4.8-2.144-4.8-4.8 0-2.656 2.144-4.8 4.8-4.8zM10 26.378C10.05 22.903 16.667 21 20 21c3.317 0 9.95 1.903 10 5.378C27.85 29.765 24.167 32 20 32s-7.85-2.235-10-5.622z" fill="#FFF"></path>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698