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

Unified Diff: ui/webui/resources/images/account_child_invert.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/css/controlled_indicator.css ('k') | ui/webui/resources/images/account_circle.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/images/account_child_invert.svg
diff --git a/ui/webui/resources/images/account_child_invert.svg b/ui/webui/resources/images/account_child_invert.svg
new file mode 100644
index 0000000000000000000000000000000000000000..dcb32c43b9586f49fcc218b073bd23f7d5d9c74b
--- /dev/null
+++ b/ui/webui/resources/images/account_child_invert.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="48px" height="48px" viewBox="0 0 48 48" fill="#626262">
+ <path d="M24 4c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6 2.69-6 6-6z"/>
+ <path fill="none" d="M0 0h48v48H0V0z"/>
+ <circle fill="none" cx="24" cy="26" r="4"/>
+ <path d="M24 18c-6.16 0-13 3.12-13 7.23v11.54c0 2.32 2.19 4.33 5.2 5.63 2.32 1 5.12 1.59 7.8 1.59.66 0 1.33-.06 2-.14v-5.2c-.67.08-1.34.14-2 .14-2.63 0-5.39-.57-7.68-1.55.67-2.12 4.34-3.65 7.68-3.65.86 0 1.75.11 2.6.29 2.79.62 5.2 2.15 5.2 4.04v4.47c3.01-1.31 5.2-3.31 5.2-5.63V25.23C37 21.12 30.16 18 24 18zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"/>
+</svg>
« no previous file with comments | « ui/webui/resources/css/controlled_indicator.css ('k') | ui/webui/resources/images/account_circle.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698