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

Side by Side Diff: ui/vector_icons/notifications_off.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/info_outline.icon ('k') | ui/vector_icons/search.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, 24, 5 CANVAS_DIMENSIONS, 24,
6 MOVE_TO, 20, 18.69f, 6 MOVE_TO, 20, 18.69f,
7 LINE_TO, 7.84f, 6.14f, 7 LINE_TO, 7.84f, 6.14f,
8 LINE_TO, 5.27f, 3.49f, 8 LINE_TO, 5.27f, 3.49f,
9 LINE_TO, 4, 4.76f, 9 LINE_TO, 4, 4.76f,
10 R_LINE_TO, 2.8f, 2.8f, 10 R_LINE_TO, 2.8f, 2.8f,
(...skipping 21 matching lines...) Expand all
32 R_V_LINE_TO, 0.68f, 32 R_V_LINE_TO, 0.68f,
33 R_CUBIC_TO, -0.15f, 0.03f, -0.29f, 0.08f, -0.42f, 0.12f, 33 R_CUBIC_TO, -0.15f, 0.03f, -0.29f, 0.08f, -0.42f, 0.12f,
34 R_CUBIC_TO, -0.1f, 0.03f, -0.2f, 0.07f, -0.3f, 0.11f, 34 R_CUBIC_TO, -0.1f, 0.03f, -0.2f, 0.07f, -0.3f, 0.11f,
35 R_H_LINE_TO, -0.01f, 35 R_H_LINE_TO, -0.01f,
36 R_CUBIC_TO, -0.01f, 0, -0.01f, 0, -0.02f, 0.01f, 36 R_CUBIC_TO, -0.01f, 0, -0.01f, 0, -0.02f, 0.01f,
37 R_CUBIC_TO, -0.23f, 0.09f, -0.46f, 0.2f, -0.68f, 0.31f, 37 R_CUBIC_TO, -0.23f, 0.09f, -0.46f, 0.2f, -0.68f, 0.31f,
38 R_CUBIC_TO, 0, 0, -0.01f, 0, -0.01f, 0.01f, 38 R_CUBIC_TO, 0, 0, -0.01f, 0, -0.01f, 0.01f,
39 LINE_TO, 18, 14.68f, 39 LINE_TO, 18, 14.68f,
40 CLOSE, 40 CLOSE,
41 END 41 END
OLDNEW
« no previous file with comments | « ui/vector_icons/info_outline.icon ('k') | ui/vector_icons/search.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698