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

Side by Side Diff: ui/gfx/vector_icons/info_outline.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/help_outline.icon ('k') | ui/gfx/vector_icons/notifications.icon » ('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 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, 32,
6 MOVE_TO, 16, 2,
7 CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16,
8 CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30,
9 CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16,
10 CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2,
11 CLOSE,
12 MOVE_TO, 16, 27.2f,
13 CUBIC_TO, 9.83f, 27.2f, 4.8f, 22.17f, 4.8f, 16,
14 CUBIC_TO, 4.8f, 9.83f, 9.83f, 4.8f, 16, 4.8f,
15 CUBIC_TO, 22.17f, 4.8f, 27.2f, 9.83f, 27.2f, 16,
16 CUBIC_TO, 27.2f, 22.17f, 22.17f, 27.2f, 16, 27.2f,
17 CLOSE,
18 MOVE_TO, 14.6f, 23,
19 LINE_TO, 17.4f, 23,
20 LINE_TO, 17.4f, 14.6f,
21 LINE_TO, 14.6f, 14.6f,
22 LINE_TO, 14.6f, 23,
23 CLOSE,
24 MOVE_TO, 14.6f, 11.8f,
25 LINE_TO, 17.4f, 11.8f,
26 LINE_TO, 17.4f, 9,
27 LINE_TO, 14.6f, 9,
28 LINE_TO, 14.6f, 11.8f,
29 CLOSE,
30 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/help_outline.icon ('k') | ui/gfx/vector_icons/notifications.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698