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

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

Issue 2081873002: Incorporate comments in Dbus code and add Eol icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate comments from UI review: Changed vector icons and UI strings. Created 4 years, 6 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/gfx/vector_icons/info.icon
diff --git a/ui/gfx/vector_icons/info.icon b/ui/gfx/vector_icons/info.icon
new file mode 100644
index 0000000000000000000000000000000000000000..049fba9ba17e30cf5a9c02fdc0f2935d7a36f04c
--- /dev/null
+++ b/ui/gfx/vector_icons/info.icon
@@ -0,0 +1,30 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
Evan Stade 2016/06/29 22:22:19 is this ic_info from go/icons?
xiaoyinh(OOO Sep 11-29) 2016/06/29 23:25:56 This is ic_info_outline. I changed the name accord
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 32,
+MOVE_TO, 16, 2,
+CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16,
+CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30,
+CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16,
+CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2,
+CLOSE,
+MOVE_TO, 16, 27.2f,
+CUBIC_TO, 9.83f, 27.2f, 4.8f, 22.17f, 4.8f, 16,
+CUBIC_TO, 4.8f, 9.83f, 9.83f, 4.8f, 16, 4.8f,
+CUBIC_TO, 22.17f, 4.8f, 27.2f, 9.83f, 27.2f, 16,
+CUBIC_TO, 27.2f, 22.17f, 22.17f, 27.2f, 16, 27.2f,
+CLOSE,
+MOVE_TO, 14.6f, 23,
+LINE_TO, 17.4f, 23,
+LINE_TO, 17.4f, 14.6f,
+LINE_TO, 14.6f, 14.6f,
+LINE_TO, 14.6f, 23,
+CLOSE,
+MOVE_TO, 14.6f, 11.8f,
+LINE_TO, 17.4f, 11.8f,
+LINE_TO, 17.4f, 9,
+LINE_TO, 14.6f, 9,
+LINE_TO, 14.6f, 11.8f,
+CLOSE,
+END

Powered by Google App Engine
This is Rietveld 408576698