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

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

Issue 2614333002: Revert of Create vector icon resource directory specific to Chrome. (Closed)
Patch Set: Created 3 years, 11 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/BUILD.gn ('k') | ui/gfx/vector_icons/browser_tools_error.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector_icons/browser_tools.icon
diff --git a/ui/gfx/vector_icons/browser_tools.icon b/ui/gfx/vector_icons/browser_tools.icon
new file mode 100644
index 0000000000000000000000000000000000000000..ff2750374eb30ddbcca0a9d3df7c6599b1ba06d6
--- /dev/null
+++ b/ui/gfx/vector_icons/browser_tools.icon
@@ -0,0 +1,24 @@
+// 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.
+
+CANVAS_DIMENSIONS, 16,
+MOVE_TO, 7, 3.5f,
+CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2,
+CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f,
+CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5,
+CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f,
+CLOSE,
+MOVE_TO, 7, 8.5f,
+CUBIC_TO, 7, 7.67f, 7.67f, 7, 8.5f, 7,
+CUBIC_TO, 9.33f, 7, 10, 7.67f, 10, 8.5f,
+CUBIC_TO, 10, 9.33f, 9.33f, 10, 8.5f, 10,
+CUBIC_TO, 7.67f, 10, 7, 9.33f, 7, 8.5f,
+CLOSE,
+MOVE_TO, 7, 13.5f,
+CUBIC_TO, 7, 12.67f, 7.67f, 12, 8.5f, 12,
+CUBIC_TO, 9.33f, 12, 10, 12.67f, 10, 13.5f,
+CUBIC_TO, 10, 14.33f, 9.33f, 15, 8.5f, 15,
+CUBIC_TO, 7.67f, 15, 7, 14.33f, 7, 13.5f,
+CLOSE,
+END
« no previous file with comments | « ui/gfx/vector_icons/BUILD.gn ('k') | ui/gfx/vector_icons/browser_tools_error.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698