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

Unified Diff: chrome/browser/resources/chromeos/login/images/1x/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/1x/shutdown.svg
diff --git a/chrome/browser/resources/chromeos/login/images/1x/shutdown.svg b/chrome/browser/resources/chromeos/login/images/1x/shutdown.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3cb7be788349a70b88da870fd79ddfd92d162347
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/images/1x/shutdown.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
+ <g fill="none">
+ <path d="M10.834 2.5H9.167v8.334h1.667V2.5zm4.025 1.808l-1.185 1.184C14.99 6.55 15.834 8.175 15.834 10c0 3.225-2.61 5.834-5.834 5.834-3.225 0-5.833-2.61-5.833-5.834 0-1.825.842-3.45 2.15-4.516L5.14 4.31C3.526 5.683 2.5 7.716 2.5 9.998c0 4.141 3.358 7.5 7.5 7.5 4.141 0 7.5-3.358 7.5-7.5 0-2.284-1.025-4.316-2.642-5.69z" fill="#fff"/>
+ <path d="M0 0h20v20H0"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698