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
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="500"
height="500"
viewBox="0 0 500 500"
version="1.1"
xml:space="preserve"
id="SVGRoot"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs5"><linearGradient
id="linearGradient15"><stop
style="stop-color:#ffe322;stop-opacity:1;"
offset="0"
id="stop16" /><stop
style="stop-color:#fff29b;stop-opacity:1;"
offset="0.72505945"
id="stop18" /><stop
style="stop-color:#fedd00;stop-opacity:1;"
offset="1"
id="stop17" /></linearGradient><linearGradient
id="linearGradient7"><stop
style="stop-color:#f09900;stop-opacity:1;"
offset="0"
id="stop7" /><stop
style="stop-color:#ffeb2b;stop-opacity:1;"
offset="1"
id="stop8" /></linearGradient><linearGradient
xlink:href="#linearGradient7"
id="linearGradient8"
x1="548.80084"
y1="637.70502"
x2="322.78491"
y2="261.55078"
gradientUnits="userSpaceOnUse" /><linearGradient
xlink:href="#linearGradient15"
id="linearGradient17"
x1="307.17023"
y1="335.05963"
x2="526.08459"
y2="537.36377"
gradientUnits="userSpaceOnUse" /></defs>
<style
type="text/css"
id="style1">
g.prefab path {
vector-effect:non-scaling-stroke;
-inkscape-stroke:hairline;
fill: none;
fill-opacity: 1;
stroke-opacity: 1;
stroke: #00349c;
}
</style>
<path
style="fill:url(#linearGradient17);stroke:url(#linearGradient8);stroke-width:5.47292;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
id="voidstar"
d="m 435.79297,230.71107 c 16.87668,1e-5 49.98536,145.06404 61.91897,156.99765 11.93361,11.93361 156.99764,45.0423 156.99764,61.91897 0,16.87668 -145.06403,49.98535 -156.99765,61.91896 -11.93361,11.93362 -45.04229,156.99765 -61.91897,156.99765 -16.87667,0 -49.98535,-145.06404 -61.91896,-156.99765 -11.93361,-11.93361 -156.99764,-45.04229 -156.99764,-61.91897 0,-16.87668 145.06403,-49.98535 156.99764,-61.91896 11.93362,-11.93361 45.0423,-156.99765 61.91897,-156.99765 z"
transform="matrix(1.1278887,0,0,1.1278887,-241.52597,-257.12999)" /></svg>
|