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

Side by Side Diff: chrome/app/vector_icons/file_download_incognito.icon

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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, 80, 5 CANVAS_DIMENSIONS, 80,
6 MOVE_TO, 64, 30, 6 MOVE_TO, 64, 30,
7 LINE_TO, 51, 30, 7 LINE_TO, 51, 30,
8 LINE_TO, 51, 10, 8 LINE_TO, 51, 10,
9 LINE_TO, 30, 10, 9 LINE_TO, 30, 10,
10 LINE_TO, 30, 30, 10 LINE_TO, 30, 30,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 LINE_TO, 64, 59, 55 LINE_TO, 64, 59,
56 LINE_TO, 62.67f, 63, 56 LINE_TO, 62.67f, 63,
57 LINE_TO, 71.33f, 63, 57 LINE_TO, 71.33f, 63,
58 CLOSE, 58 CLOSE,
59 MOVE_TO, 62, 65, 59 MOVE_TO, 62, 65,
60 LINE_TO, 58, 67, 60 LINE_TO, 58, 67,
61 LINE_TO, 76, 67, 61 LINE_TO, 76, 67,
62 LINE_TO, 72, 65, 62 LINE_TO, 72, 65,
63 CLOSE, 63 CLOSE,
64 END 64 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698