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

Side by Side Diff: ui/gfx/vector_icons/close_all.icon

Issue 2105863005: Added/replaced icons in material design user menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « ui/gfx/vector_icons/account_circle.icon ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 24,
6 MOVE_TO, 3, 5,
7 H_LINE_TO, 1,
8 R_V_LINE_TO, 16,
9 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
10 R_H_LINE_TO, 16,
11 R_V_LINE_TO, -2,
12 H_LINE_TO, 3,
13 V_LINE_TO, 5,
14 CLOSE,
15 R_MOVE_TO, 18, -4,
16 H_LINE_TO, 7,
17 R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
18 R_V_LINE_TO, 14,
19 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
20 R_H_LINE_TO, 14,
21 R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
22 V_LINE_TO, 3,
23 R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
24 CLOSE,
25 R_MOVE_TO, -5.64f, 8.95f,
26 LINE_TO, 18.9f, 6.41f,
27 LINE_TO, 17.48f, 5,
28 LINE_TO, 13.95f, 8.54f,
29 LINE_TO, 10.41f, 5,
30 LINE_TO, 9, 6.41f,
31 R_LINE_TO, 3.54f, 3.54f,
32 LINE_TO, 9, 13.49f,
33 R_LINE_TO, 1.41f, 1.41f,
34 R_LINE_TO, 3.54f, -3.54f,
35 R_LINE_TO, 3.54f, 3.54f,
36 R_LINE_TO, 1.41f, -1.41f,
37 R_LINE_TO, -3.54f, -3.53f,
38 CLOSE,
39 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/account_circle.icon ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698