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

Unified Diff: ui/webui/resources/images/account_circle.svg

Issue 1227223004: Switch controlled settings indicators to inlined SVGs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months 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
« no previous file with comments | « ui/webui/resources/images/account_child_invert.svg ('k') | ui/webui/resources/images/business.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/images/account_circle.svg
diff --git a/ui/webui/resources/images/account_circle.svg b/ui/webui/resources/images/account_circle.svg
new file mode 100644
index 0000000000000000000000000000000000000000..24d6af965868afd02ea2671bb5e8b71d006f9098
--- /dev/null
+++ b/ui/webui/resources/images/account_circle.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" viewBox="0 0 48 48" fill="#626262">
+ <path d="M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm0 6c3.31 0 6 2.69 6 6 0 3.32-2.69 6-6 6s-6-2.68-6-6c0-3.31 2.69-6 6-6zm0 28.4c-5.01 0-9.41-2.56-12-6.44.05-3.97 8.01-6.16 12-6.16s11.94 2.19 12 6.16c-2.59 3.88-6.99 6.44-12 6.44z"/>
+ <path d="M0 0h48v48H0z" fill="none"/>
+</svg>
« no previous file with comments | « ui/webui/resources/images/account_child_invert.svg ('k') | ui/webui/resources/images/business.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698