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

Unified Diff: ui/message_center/vector_icons/notification_expand_less.icon

Issue 2925263003: Notification: Implement two-leveled notification. (Closed)
Patch Set: Remove an unused function. Created 3 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
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/vector_icons/notification_expand_more.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/vector_icons/notification_expand_less.icon
diff --git a/ui/message_center/vector_icons/notification_expand_less.icon b/ui/message_center/vector_icons/notification_expand_less.icon
new file mode 100644
index 0000000000000000000000000000000000000000..b68afa7189f11e358225d034ac601f7ee8858620
--- /dev/null
+++ b/ui/message_center/vector_icons/notification_expand_less.icon
@@ -0,0 +1,13 @@
+// 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, 24,
+MOVE_TO, 12, 8,
+R_LINE_TO, -6, 6,
+R_LINE_TO, 1.41f, 1.41f,
+LINE_TO, 12, 10.83f,
+R_LINE_TO, 4.59f, 4.58f,
+LINE_TO, 18, 14,
+CLOSE,
+END
« no previous file with comments | « ui/message_center/BUILD.gn ('k') | ui/message_center/vector_icons/notification_expand_more.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698