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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="zoom-out.template.svg"
inkscape:export-filename="zoom-in.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient68947">
<stop
style="stop-color:#000000;stop-opacity:0.12156863"
offset="0"
id="stop68943" />
<stop
style="stop-color:#000000;stop-opacity:0.24705882"
offset="1"
id="stop68945" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient68947"
id="radialGradient68949"
cx="7.4976749"
cy="6.9953456"
fx="7.4976749"
fy="6.9953456"
r="5.4744209"
gradientTransform="matrix(0.87021707,0.45217807,-0.50481451,0.78692796,4.1897748,-1.7802782)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="64.22583"
inkscape:cx="4.9638384"
inkscape:cy="6.7276342"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1239"
inkscape:window-height="664"
inkscape:window-x="165"
inkscape:window-y="187"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid2983"
empspacing="4"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<rect
style="fill:#2e3436;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2987"
width="1.7636746"
height="5.2910237"
x="-733.6748"
y="747.69244"
rx="1.0000219"
ry="0.99997807"
transform="matrix(0.70709125,-0.70712231,0.70709125,0.70712231,0,0)" />
<path
style="fill:none;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 10.013215,1046.3622 C 14,1050.3492 14,1050.3492 14,1050.3492"
id="path3757"
inkscape:connector-curvature="0" />
<path
sodipodi:type="arc"
style="fill:url(#radialGradient68949);fill-opacity:1;stroke:#000000;stroke-width:0.94884175;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path2985"
sodipodi:cx="7"
sodipodi:cy="6.5"
sodipodi:rx="5"
sodipodi:ry="4.5"
d="M 12,6.5 A 5,4.5 0 0 1 7,11 5,4.5 0 0 1 2,6.5 5,4.5 0 0 1 7,2 5,4.5 0 0 1 12,6.5 Z"
transform="matrix(0.86588083,-0.49991653,0.55546279,0.96208979,-3.171674,1040.108)" />
<rect
style="fill:#000000;stroke:none;fill-opacity:1"
id="rect3760"
width="5"
height="1"
x="4"
y="1042.3622" />
</g>
</svg>
|