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

Side by Side Diff: chrome/android/java/res/drawable/ic_tv_options_input_settings_grey.svg

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix comments Created 3 years, 7 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
Bernhard Bauer 2017/05/03 14:29:21 This resource isn't actually used (and Android doe
dullweber 2017/05/03 15:59:13 Thanks for noticing this file. I should not have b
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="24px"
11 height="24px"
12 viewBox="0 0 24 24"
13 fill="#000000"
14 id="svg3035"
15 version="1.1"
16 inkscape:version="0.48.4 r9939"
17 sodipodi:docname="ic_tv_options_input_settings_grey.svg">
18 <metadata
19 id="metadata3045">
20 <rdf:RDF>
21 <cc:Work
22 rdf:about="">
23 <dc:format>image/svg+xml</dc:format>
24 <dc:type
25 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26 </cc:Work>
27 </rdf:RDF>
28 </metadata>
29
30 <sodipodi:namedview
31 pagecolor="#ffffff"
32 bordercolor="#666666"
33 borderopacity="1"
34 objecttolerance="10"
35 gridtolerance="10"
36 guidetolerance="10"
37 inkscape:pageopacity="0"
38 inkscape:pageshadow="2"
39 inkscape:window-width="1312"
40 inkscape:window-height="923"
41 id="namedview3041"
42 showgrid="false"
43 inkscape:zoom="26.083333"
44 inkscape:cx="12"
45 inkscape:cy="12"
46 inkscape:window-x="222"
47 inkscape:window-y="160"
48 inkscape:window-maximized="0"
49 inkscape:current-layer="svg3035" />
50 <path
51 d="M 24,0 24,24 0,24 0,0 z"
52 id="path3037"
53 inkscape:connector-curvature="0"
54 style="fill:none" />
55 <path
56 d="m 10.37,7.17 -1.73,1 C 8.53,8.23 8.49,8.36 8.53,8.48 l 0.5,1.24 C 8.83,9 .98 8.66,10.26 8.54,10.57 L 7.22,10.76 C 7.09,10.77 7,10.88 7,11 l 0,2 c 0,0.12 0.09,0.23 0.21,0.25 l 1.32,0.19 c 0.13,0.3 0.29,0.59 0.49,0.84 l -0.5,1.25 c -0. 04,0.11 0,0.24 0.11,0.31 l 1.73,1 c 0.11,0.06 0.24,0.03 0.32,-0.06 l 0.83,-1.06 c 0.16,0.02 0.32,0.04 0.49,0.04 0.17,0 0.33,-0.01 0.49,-0.04 l 0.83,1.06 c 0.08, 0.09 0.21,0.12 0.32,0.06 l 1.73,-1 c 0.11,-0.06 0.15,-0.19 0.11,-0.31 l -0.5,-1. 24 c 0.2,-0.26 0.37,-0.54 0.49,-0.84 l 1.32,-0.19 C 16.91,13.23 17,13.12 17,13 l 0,-2 c 0,-0.12 -0.09,-0.23 -0.21,-0.25 L 15.47,10.56 C 15.34,10.26 15.18,9.97 1 4.98,9.71 l 0.5,-1.24 c 0.04,-0.11 0,-0.24 -0.11,-0.31 l -1.73,-1 C 13.53,7.1 13 .4,7.12 13.32,7.22 L 12.49,8.28 C 12.33,8.26 12.17,8.25 12,8.25 c -0.17,0 -0.33, 0.01 -0.49,0.04 L 10.68,7.23 C 10.61,7.13 10.47,7.11 10.37,7.17 z M 14,12 c 0,1. 1 -0.9,2 -2,2 -1.1,0 -2,-0.9 -2,-2 0,-1.1 0.9,-2 2,-2 1.1,0 2,0.9 2,2 z m 7,9 0, -18 C 21,1.9 20.1,1 19,1 L 5,1 C 3.9,1 3,1.9 3,3 l 0,18 c 0,1.1 0.9,2 2,2 l 14,0 c 1.1,0 2,-0.9 2,-2 z m -16.01,0 0,-18 14.02,0 0,18 -14.02,0 z"
57 id="path3039"
58 inkscape:connector-curvature="0" />
59 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698