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

Side by Side Diff: ash/resources/vector_icons/network_badge_add_other.1x.icon

Issue 2447113002: Share tray constants in network icon code. (Closed)
Patch Set: move icons Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 CANVAS_DIMENSIONS, 14, 5 CANVAS_DIMENSIONS, 14,
6 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, 6 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
7 CIRCLE, 8, 6, 6, 7 CIRCLE, 8, 6, 6,
8 NEW_PATH, 8 NEW_PATH,
9 MOVE_TO, 7, 2, 9 MOVE_TO, 7, 2,
10 R_H_LINE_TO, 2, 10 R_H_LINE_TO, 2,
11 R_V_LINE_TO, 8, 11 R_V_LINE_TO, 8,
12 R_H_LINE_TO, -2, 12 R_H_LINE_TO, -2,
13 V_LINE_TO, 2, 13 V_LINE_TO, 2,
14 CLOSE, 14 CLOSE,
15 MOVE_TO, 4, 5, 15 MOVE_TO, 4, 5,
16 R_H_LINE_TO, 8, 16 R_H_LINE_TO, 8,
17 R_V_LINE_TO, 2, 17 R_V_LINE_TO, 2,
18 H_LINE_TO, 4, 18 H_LINE_TO, 4,
19 R_V_LINE_TO, -2, 19 R_V_LINE_TO, -2,
20 CLOSE, 20 CLOSE,
21 MOVE_TO, 7, 5, 21 MOVE_TO, 7, 5,
22 R_H_LINE_TO, 2, 22 R_H_LINE_TO, 2,
23 R_V_LINE_TO, 2, 23 R_V_LINE_TO, 2,
24 R_H_LINE_TO, -2, 24 R_H_LINE_TO, -2,
25 R_V_LINE_TO, -2, 25 R_V_LINE_TO, -2,
26 CLOSE, 26 CLOSE,
27 END 27 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698