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

Unified Diff: ui/vector_icons/edit.icon

Issue 2872623002: [Web Payments] Add "pencil" edit button to lists. (Closed)
Patch Set: Don't own the edit button Created 3 years, 7 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: ui/vector_icons/edit.icon
diff --git a/ui/vector_icons/edit.icon b/ui/vector_icons/edit.icon
new file mode 100644
index 0000000000000000000000000000000000000000..8afbd027d69b2a9a52a15697e81cba89eedb8df7
--- /dev/null
+++ b/ui/vector_icons/edit.icon
@@ -0,0 +1,21 @@
+// Copyright 2017 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,
Evan Stade 2017/05/12 18:48:07 sorry, forgot to mention this. Generic icons from
anthonyvd 2017/05/12 20:16:48 Done.
+MOVE_TO, 2, 11.5f,
+LINE_TO, 2, 14,
+LINE_TO, 4.5f, 14,
+LINE_TO, 11.87f, 6.63f,
+LINE_TO, 9.37f, 4.13f,
+LINE_TO, 2, 11.5f,
+CLOSE,
+MOVE_TO, 13.81f, 4.69f,
+CUBIC_TO, 14.07f, 4.43f, 14.07f, 4.01f, 13.81f, 3.75f,
+LINE_TO, 12.25f, 2.19f,
+CUBIC_TO, 11.99f, 1.93f, 11.57f, 1.93f, 11.31f, 2.19f,
+LINE_TO, 10.09f, 3.41f,
+LINE_TO, 12.59f, 5.91f,
+LINE_TO, 13.81f, 4.69f,
+CLOSE,
+END
« chrome/browser/ui/views/payments/profile_list_view_controller.cc ('K') | « ui/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698