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

Unified Diff: ui/gfx/vector_icons/code.icon

Issue 1313603003: Vectorize website settings icons in omnibox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change DCHECK Created 5 years, 4 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/gfx/vector_icons/blocked_badge.icon ('k') | ui/gfx/vector_icons/cookie.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/code.icon
diff --git a/ui/gfx/vector_icons/code.icon b/ui/gfx/vector_icons/code.icon
new file mode 100644
index 0000000000000000000000000000000000000000..8492f13d2bad1510bd57bea7cdfa90f078939fc8
--- /dev/null
+++ b/ui/gfx/vector_icons/code.icon
@@ -0,0 +1,21 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+MOVE_TO, 18.8f, 33.2f,
+LINE_TO, 9.7f, 24,
+R_LINE_TO, 9.2f, -9.2f,
+LINE_TO, 16, 12,
+LINE_TO, 4, 24,
+R_LINE_TO, 12, 12,
+R_LINE_TO, 2.8f, -2.8f,
+CLOSE,
+R_MOVE_TO, 10.4f, 0,
+R_LINE_TO, 9.2f, -9.2f,
+R_LINE_TO, -9.2f, -9.2f,
+LINE_TO, 32, 12,
+R_LINE_TO, 12, 12,
+R_LINE_TO, -12, 12,
+R_LINE_TO, -2.8f, -2.8f,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/blocked_badge.icon ('k') | ui/gfx/vector_icons/cookie.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698