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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
viewBox="0 0 24 24"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="lc_symbolshapes.svg">
<metadata
id="metadata10">
<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>
<defs
id="defs8">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3941"
id="radialGradient3947"
cx="2.25"
cy="16"
fx="2.25"
fy="16"
r="16.875"
gradientTransform="matrix(0.39697225,0,0,0.11633788,11.22886,17.899702)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3941">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3943" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3945" />
</linearGradient>
<linearGradient
id="linearGradient6581">
<stop
style="stop-color:#eeeeec;stop-opacity:1;"
offset="0"
id="stop6583" />
<stop
style="stop-color:#e0e0de;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop6585" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6581"
id="linearGradient4170"
x1="5.8305087"
y1="4.7796612"
x2="17.254238"
y2="14.745763"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2560"
inkscape:window-height="1377"
id="namedview6"
showgrid="false"
inkscape:zoom="13.906433"
inkscape:cx="-0.99905005"
inkscape:cy="10.861259"
inkscape:window-x="0"
inkscape:window-y="34"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<ellipse
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.71111115;fill:url(#radialGradient3947);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path2193"
cx="12.122048"
cy="19.76111"
rx="6.6989069"
ry="1.9632038" />
<path
style="fill:url(#linearGradient4170);fill-opacity:1;stroke:#888a85;stroke-opacity:1"
d="M 12 4 C 7.581722 4 4 7.581722 4 12 C 4 16.418278 7.581722 20 12 20 C 16.418278 20 20 16.418278 20 12 C 20 7.581722 16.418278 4 12 4 z M 9 8 C 9.554 8 10 8.446 10 9 C 10 9.554 9.554 10 9 10 C 8.446 10 8 9.554 8 9 C 8 8.446 8.446 8 9 8 z M 15 8 C 15.554 8 16 8.446 16 9 C 16 9.554 15.554 10 15 10 C 14.446 10 14 9.554 14 9 C 14 8.446 14.446 8 15 8 z M 8.15625 14 L 15.84375 14 C 15.400461 15.72689 13.868958 17 12 17 C 10.131042 17 8.599539 15.72689 8.15625 14 z "
id="path4" />
<path
inkscape:connector-curvature="0"
style="fill:none;fill-opacity:1;stroke:#fdfdfb;stroke-width:0.88235295;stroke-opacity:1"
d="m 12,4.9411763 c -3.8984809,0 -7.0588238,3.1603429 -7.0588238,7.0588237 0,3.898481 3.1603429,7.058824 7.0588238,7.058824 3.898481,0 7.058824,-3.160343 7.058824,-7.058824 0,-3.8984808 -3.160343,-7.0588237 -7.058824,-7.0588237 z"
id="path4-2"
sodipodi:nodetypes="sssss" />
</svg>
|