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

Unified Diff: chrome/browser/resources/chromeos/login/images/1x/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/1x/add-person.svg
diff --git a/chrome/browser/resources/chromeos/login/images/1x/add-person.svg b/chrome/browser/resources/chromeos/login/images/1x/add-person.svg
new file mode 100644
index 0000000000000000000000000000000000000000..455aa49b2fbcc19b2f66a5941a605b6546611553
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/images/1x/add-person.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
+ <g fill="none">
+ <path d="M0 0h20v20H0"/>
+ <path d="M7.6 9.8c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm4.8 0c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zM10 2c-4.416 0-8 3.584-8 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 14.4c-3.528 0-6.4-2.872-6.4-6.4 0-.232.016-.464.04-.688 1.888-.84 3.384-2.384 4.168-4.296C9.256 7.064 11.64 8.4 14.336 8.4c.624 0 1.224-.072 1.8-.208.168.568.264 1.176.264 1.808 0 3.528-2.872 6.4-6.4 6.4z" fill="#fff"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698