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

Side by Side Diff: ui/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/vector_icons/check_circle.icon ('k') | ui/vector_icons/notifications_off.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 32, 5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 16, 2, 6 MOVE_TO, 16, 2,
7 CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16, 7 CUBIC_TO, 8.27f, 2, 2, 8.27f, 2, 16,
8 CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30, 8 CUBIC_TO, 2, 23.73f, 8.27f, 30, 16, 30,
9 CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16, 9 CUBIC_TO, 23.73f, 30, 30, 23.73f, 30, 16,
10 CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2, 10 CUBIC_TO, 30, 8.27f, 23.73f, 2, 16, 2,
(...skipping 10 matching lines...) Expand all
21 LINE_TO, 14.6f, 14.6f, 21 LINE_TO, 14.6f, 14.6f,
22 LINE_TO, 14.6f, 23, 22 LINE_TO, 14.6f, 23,
23 CLOSE, 23 CLOSE,
24 MOVE_TO, 14.6f, 11.8f, 24 MOVE_TO, 14.6f, 11.8f,
25 LINE_TO, 17.4f, 11.8f, 25 LINE_TO, 17.4f, 11.8f,
26 LINE_TO, 17.4f, 9, 26 LINE_TO, 17.4f, 9,
27 LINE_TO, 14.6f, 9, 27 LINE_TO, 14.6f, 9,
28 LINE_TO, 14.6f, 11.8f, 28 LINE_TO, 14.6f, 11.8f,
29 CLOSE, 29 CLOSE,
30 END 30 END
OLDNEW
« no previous file with comments | « ui/vector_icons/check_circle.icon ('k') | ui/vector_icons/notifications_off.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698