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

Unified Diff: ash/resources/vector_icons/network_badge_off.icon

Issue 2761313003: Update appearance of Wi-Fi toggle notification. (Closed)
Patch Set: Created 3 years, 9 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: ash/resources/vector_icons/network_badge_off.icon
diff --git a/ash/resources/vector_icons/network_badge_off.icon b/ash/resources/vector_icons/network_badge_off.icon
new file mode 100644
index 0000000000000000000000000000000000000000..e8388fece62757678c8e36df41c67b487fb606b3
--- /dev/null
+++ b/ash/resources/vector_icons/network_badge_off.icon
@@ -0,0 +1,16 @@
+// Copyright 2016 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, 20,
Evan Stade 2017/03/21 17:40:25 I made this badge myself. I based it off of the ot
James Cook 2017/03/21 19:57:31 Acknowledged.
+PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
+CAP_SQUARE,
+STROKE, 2,
+MOVE_TO, 4, 2,
+R_LINE_TO, 14, 14,
+NEW_PATH,
+CAP_SQUARE,
+STROKE, 2,
+MOVE_TO, 2, 2,
+R_LINE_TO, 14, 14,
+END
« ash/common/system/tray/system_tray_item.h ('K') | « ash/resources/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698