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

Unified Diff: chrome/browser/resources/chromeos/login/images/2x/shutdown.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/shutdown.svg
diff --git a/chrome/browser/resources/chromeos/login/images/2x/shutdown.svg b/chrome/browser/resources/chromeos/login/images/2x/shutdown.svg
new file mode 100644
index 0000000000000000000000000000000000000000..700e8686e61d928e86f104e843715f144eaefd55
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/images/2x/shutdown.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="M21.667 5h-3.334v16.667h3.334V5zm8.05 3.617l-2.367 2.366C29.983 13.1 31.667 16.35 31.667 20c0 6.45-5.217 11.667-11.667 11.667S8.333 26.45 8.333 20c0-3.65 1.684-6.9 4.3-9.033l-2.35-2.35C7.05 11.367 5 15.433 5 20c0 8.283 6.717 15 15 15 8.283 0 15-6.717 15-15 0-4.567-2.05-8.633-5.283-11.383z" fill="#FFF"></path>
+ <path d="M0 0h40v40H0"></path>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698