blob: 3dc0536a0f16892c48e260ec6ee008ab31d988f3 (
plain) 
 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87  | <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="24" height="24" id="svg3140" version="1.1" inkscape:version="0.48.3.1 r9886" sodipodi:docname="lens-nav-file.svg"> <defs id="defs3142" /> <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="24.286128" inkscape:cx="16.407475" inkscape:cy="15.002391" inkscape:document-units="px" inkscape:current-layer="g4978" showgrid="true" inkscape:window-width="1920" inkscape:window-height="1029" inkscape:window-x="0" inkscape:window-y="24" inkscape:window-maximized="1" showguides="true" inkscape:guide-bbox="true"> <inkscape:grid type="xygrid" id="grid3178" empspacing="8" visible="true" enabled="true" snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <metadata id="metadata3145"> <rdf:RDF> <cc:Work rdf:about=""> <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> <dc:title></dc:title> </cc:Work> </rdf:RDF> </metadata> <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-1028.3622)"> <rect style="color:#000000;fill:none;stroke:none;stroke-width:7.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" id="rect4198" width="35.999981" height="35.999981" x="0" y="1016.3622" /> <g id="g4978" transform="translate(-60,548.00002)"> <path style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="M 9 3 C 5.00102 3 5 4 5 9 L 5 15 C 5 20 5.00102 21 9 21 L 15 21 C 18.99899 21 19 20 19 15 L 19 9 L 14 9 C 13.446 9 13 8.554 13 8 L 13 3 L 9 3 z " transform="translate(60,480.36218)" id="path3030" /> <path style="fill:#ffffff;stroke:none" d="m 74,483.36218 5,5 -5,0 z" id="path3032" inkscape:connector-curvature="0" /> </g> </g> </svg> 
 |