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

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

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps 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 unified diff | Download patch
« no previous file with comments | « ui/gfx/vector_icons/warning.icon ('k') | ui/gfx/vector_icons_public.h » ('j') | 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 2015 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 MOVE_TO, 40, 8,
6 H_LINE_TO, 8,
7 R_CUBIC_TO, -2.21f, 0, -3.98f, 1.79f, -3.98f, 4,
8 LINE_TO, 4, 36,
9 R_CUBIC_TO, 0, 2.21f, 1.79f, 4, 4, 4,
10 R_H_LINE_TO, 32,
11 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4,
12 V_LINE_TO, 12,
13 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4,
14 CLOSE,
15 MOVE_TO, 30, 36,
16 H_LINE_TO, 8,
17 R_V_LINE_TO, -8,
18 R_H_LINE_TO, 22,
19 R_V_LINE_TO, 8,
20 CLOSE,
21 R_MOVE_TO, 0, -10,
22 H_LINE_TO, 8,
23 R_V_LINE_TO, -8,
24 R_H_LINE_TO, 22,
25 R_V_LINE_TO, 8,
26 CLOSE,
27 R_MOVE_TO, 10, 10,
28 R_H_LINE_TO, -8,
29 V_LINE_TO, 18,
30 R_H_LINE_TO, 8,
31 R_V_LINE_TO, 18,
32 CLOSE,
33 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/warning.icon ('k') | ui/gfx/vector_icons_public.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698