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

Unified Diff: chrome/browser/resources/chromeos/login/images/1x/cancel.svg

Issue 2749693002: Chrome OS: Add 'Cancel" icon in 'Add an account' screen in multiprofile mode. (Closed)
Patch Set: Created 3 years, 9 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
Index: chrome/browser/resources/chromeos/login/images/1x/cancel.svg
diff --git a/chrome/browser/resources/chromeos/login/images/1x/cancel.svg b/chrome/browser/resources/chromeos/login/images/1x/cancel.svg
new file mode 100644
index 0000000000000000000000000000000000000000..d7d5470402a77828cd2ab493e21a3abad24f2e5f
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/images/1x/cancel.svg
@@ -0,0 +1,6 @@
+<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" fill-rule="evenodd">
+ <path d="M0 0h20v20H0"/>
+ <path d="M9.72 5.89c-2.2 0-4.194.88-5.73 2.31L1 5v8h7.474L5.468 9.782c1.154-1.03 2.624-1.67 4.252-1.67 2.94 0 5.44 2.052 6.312 4.888L18 12.307C16.846 8.582 13.582 5.89 9.72 5.89z" fill="#FFF" fill-rule="nonzero"/>
+ </g>
+</svg>
« no previous file with comments | « chrome/browser/resources/chromeos/login/header_bar.css ('k') | chrome/browser/resources/chromeos/login/images/2x/cancel.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698