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

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

Issue 2761313003: Update appearance of Wi-Fi toggle notification. (Closed)
Patch Set: one more rename 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,
+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
« no previous file with comments | « ash/resources/vector_icons/BUILD.gn ('k') | chrome/browser/chromeos/system/tray_accessibility_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698