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

Unified Diff: chrome/browser/resources/chromeos/login/images/2x/add-person.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/add-person.svg
diff --git a/chrome/browser/resources/chromeos/login/images/2x/add-person.svg b/chrome/browser/resources/chromeos/login/images/2x/add-person.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d73bf5a12bc1c735d6022e7d229912e2fd00f080
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/images/2x/add-person.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="M15.2 19.6c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm9.6 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zM20 4C11.168 4 4 11.168 4 20s7.168 16 16 16 16-7.168 16-16S28.832 4 20 4zm0 28.8c-7.056 0-12.8-5.744-12.8-12.8 0-.464.032-.928.08-1.376 3.776-1.68 6.768-4.768 8.336-8.592 2.896 4.096 7.664 6.768 13.056 6.768 1.248 0 2.448-.144 3.6-.416.336 1.136.528 2.352.528 3.616 0 7.056-5.744 12.8-12.8 12.8z" fill="#FFF"></path>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698