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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16"
height="16"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
version="1.1"
viewBox="0 0 16 16"
id="svg16"
sodipodi:docname="at.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs20" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3840"
inkscape:window-height="1983"
id="namedview18"
showgrid="true"
inkscape:zoom="22.627417"
inkscape:cx="-0.066291261"
inkscape:cy="20.307223"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg16"
inkscape:showpageshadow="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1">
<inkscape:grid
type="xygrid"
id="grid827" />
</sodipodi:namedview>
<metadata
id="metadata2">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<path
id="path1277"
style="fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
d="m 10.75,8 v 1.5 c 0,0.966498 0.783502,1.75 1.75,1.75 0.966498,0 1.75,-0.783502 1.75,-1.75 V 8 C 14.25,4.5482203 11.45178,1.75 8,1.75 4.5482203,1.75 1.75,4.5482203 1.75,8 c 0,3.45178 2.7982203,6.25 6.25,6.25 M 10.75,8 C 10.75,9.5187831 9.5187831,10.75 8,10.75 6.4812169,10.75 5.25,9.5187831 5.25,8 5.25,6.4812169 6.4812169,5.25 8,5.25 c 1.5187831,0 2.75,1.2312169 2.75,2.75 z"
sodipodi:nodetypes="csssssscsssss" />
</svg>
|