@@ -320,47 +320,47 @@ struct Rogan : app::SvgKnob { | |||
struct Rogan6PSWhite : Rogan { | |||
Rogan6PSWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan6PSWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan6PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan6PSWhite-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan5PSGray : Rogan { | |||
Rogan5PSGray() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan5PSGray.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan5P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan5PSGray-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PSBlue : Rogan { | |||
Rogan3PSBlue() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSBlue.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSBlue-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PSRed : Rogan { | |||
Rogan3PSRed() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSRed.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSRed-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PSGreen : Rogan { | |||
Rogan3PSGreen() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSGreen.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSGreen-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PSWhite : Rogan { | |||
Rogan3PSWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
} | |||
}; | |||
@@ -368,168 +368,168 @@ struct Rogan3PSWhite : Rogan { | |||
struct Rogan3PBlue : Rogan { | |||
Rogan3PBlue() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PBlue.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PBlue-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PRed : Rogan { | |||
Rogan3PRed() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PRed.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PRed-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PGreen : Rogan { | |||
Rogan3PGreen() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PGreen.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PGreen-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan3PWhite : Rogan { | |||
Rogan3PWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PWhite-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2SGray : Rogan { | |||
Rogan2SGray() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2SGray.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2SGray-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PSBlue : Rogan { | |||
Rogan2PSBlue() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSBlue.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSBlue-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PSRed : Rogan { | |||
Rogan2PSRed() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSRed.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSRed-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PSGreen : Rogan { | |||
Rogan2PSGreen() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSGreen.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSGreen-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PSWhite : Rogan { | |||
Rogan2PSWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PSWhite-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PBlue : Rogan { | |||
Rogan2PBlue() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PBlue.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PBlue-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PRed : Rogan { | |||
Rogan2PRed() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PRed.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PRed-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PGreen : Rogan { | |||
Rogan2PGreen() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PGreen.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PGreen-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan2PWhite : Rogan { | |||
Rogan2PWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan2PWhite-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PSBlue : Rogan { | |||
Rogan1PSBlue() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSBlue.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSBlue-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PSRed : Rogan { | |||
Rogan1PSRed() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSRed.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSRed-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PSGreen : Rogan { | |||
Rogan1PSGreen() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSGreen.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSGreen-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PSWhite : Rogan { | |||
Rogan1PSWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PS-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PSWhite-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PBlue : Rogan { | |||
Rogan1PBlue() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PBlue.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PBlue-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PRed : Rogan { | |||
Rogan1PRed() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PRed.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PRed-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PGreen : Rogan { | |||
Rogan1PGreen() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PGreen.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PGreen-fg.svg"))); | |||
} | |||
}; | |||
struct Rogan1PWhite : Rogan { | |||
Rogan1PWhite() { | |||
setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PWhite.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan3PSWhite-fg.svg"))); | |||
bg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1P-bg.svg"))); | |||
fg->setSvg(Svg::load(asset::system("res/ComponentLibrary/Rogan1PWhite-fg.svg"))); | |||
} | |||
}; | |||
@@ -1,249 +1,197 @@ | |||
<?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="8.3556204mm" | |||
height="8.3556299mm" | |||
viewBox="0 0 8.3556203 8.3556298" | |||
version="1.1" | |||
id="svg15246" | |||
sodipodi:docname="PJ301M.svg" | |||
inkscape:version="0.92.4 5da689c313, 2019-01-14"> | |||
<defs | |||
id="defs15240"> | |||
<clipPath | |||
id="clip89"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect4864" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip90"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path4861" /> | |||
</clipPath> | |||
<mask | |||
id="mask44"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4858" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4856" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17821"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect17819" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17825"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path17823" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip87"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect4848" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip88"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path4845" /> | |||
</clipPath> | |||
<mask | |||
id="mask43"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4842" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4840" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter17836" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix17834" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17840"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect17838" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17844"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path17842" /> | |||
</clipPath> | |||
<clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath28126"> | |||
<path | |||
d="M -18.5998,18.6061 H 18.5998 V -18.5935 H -18.5998 Z" | |||
id="path28124" | |||
inkscape:connector-curvature="0" /> | |||
</clipPath> | |||
<clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath28134"> | |||
<path | |||
d="M -11.3389,13.4081 H 11.3388 V -11.3326 H -11.3389 Z" | |||
id="path28132" | |||
inkscape:connector-curvature="0" /> | |||
</clipPath> | |||
<clipPath | |||
clipPathUnits="userSpaceOnUse" | |||
id="clipPath28158"> | |||
<path | |||
d="M -8.12405,10.0023 H 8.12399 V -5.09624 H -8.12405 Z" | |||
id="path28156" | |||
inkscape:connector-curvature="0" /> | |||
</clipPath> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="11.2" | |||
inkscape:cx="-0.64158077" | |||
inkscape:cy="10.079379" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="layer1" | |||
showgrid="false" | |||
inkscape:window-width="1600" | |||
inkscape:window-height="882" | |||
inkscape:window-x="0" | |||
inkscape:window-y="18" | |||
inkscape:window-maximized="0" | |||
units="px" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" | |||
inkscape:snap-bbox="true" | |||
inkscape:snap-bbox-midpoints="true" | |||
inkscape:snap-nodes="false" | |||
inkscape:snap-others="false" /> | |||
<metadata | |||
id="metadata15243"> | |||
<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(-88.611154,-119.19859)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7255" | |||
d="m 92.788964,127.42922 c -2.235179,0 -4.05281,-1.81762 -4.05281,-4.05282 0,-2.23516 1.817631,-4.05281 4.05281,-4.05281 2.235176,0 4.05281,1.81765 4.05281,4.05281 0,2.2352 -1.817634,4.05282 -4.05281,4.05282" | |||
style="fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:#666866;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |||
<g | |||
id="g28152" | |||
transform="matrix(0.35277777,0,0,0.35277777,92.788964,123.36298)"> | |||
<g | |||
id="g28154" /> | |||
<g | |||
id="g28166"> | |||
<g | |||
style="opacity:0.14999402" | |||
id="g28164" | |||
clip-path="url(#clipPath28158)"> | |||
<g | |||
id="g28162" | |||
transform="translate(8.124,2.453)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path28160" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" | |||
d="m 0,0 c 0,4.168 -3.638,7.549 -8.124,7.549 -4.486,0 -8.124,-3.381 -8.124,-7.549 0,-4.168 3.638,-7.549 8.124,-7.549 C -3.638,-7.549 0,-4.168 0,0" /> | |||
</g> | |||
</g> | |||
</g> | |||
</g> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7261" | |||
d="m 92.788964,126.29511 c -1.609548,0 -2.918685,-1.30916 -2.918685,-2.91871 0,-1.60954 1.309137,-2.91867 2.918685,-2.91867 1.609549,0 2.918682,1.30913 2.918682,2.91867 0,1.60955 -1.309133,2.91871 -2.918682,2.91871" | |||
style="fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:#666866;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7265" | |||
d="m 94.588681,123.3764 c 0,0.99357 -0.806153,1.79974 -1.799717,1.79974 -0.993567,0 -1.79972,-0.80617 -1.79972,-1.79974 0,-0.99356 0.806153,-1.79969 1.79972,-1.79969 0.993564,0 1.799717,0.80613 1.799717,1.79969" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="23.7px" height="23.7px" | |||
viewBox="0 0 23.7 23.7" enable-background="new 0 0 23.7 23.7" xml:space="preserve"> | |||
<g> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="354.63574" y1="3758.86133" x2="378.32043" y2="3758.86133" gradientTransform="matrix(0 1 1 0 -4695.95117 602.50922)"> | |||
<stop offset="0" style="stop-color:#777676"/> | |||
<stop offset="1" style="stop-color:#575757"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_1_)" d="M-937.08966,980.82965c-6.53009,0-11.8429-5.31226-11.8429-11.84186 | |||
c0-6.53058,5.31281-11.84283,11.8429-11.84283s11.84235,5.31226,11.84235,11.84283 | |||
C-925.24731,975.5174-930.55957,980.82965-937.08966,980.82965z"/> | |||
</g> | |||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="355.22113" y1="3758.86133" x2="377.73505" y2="3758.86133" gradientTransform="matrix(0 1 1 0 -4695.95117 602.50922)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#454545"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_2_)" cx="-937.08978" cy="968.9873" r="11.25696"/> | |||
<circle fill="#E3E3E3" cx="-937.08978" cy="968.9873" r="10.685"/> | |||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-8041.91748" y1="-2354.84717" x2="-8024.08936" y2="-2354.84717" gradientTransform="matrix(0 -1 -1 0 -3291.93701 -7064.01611)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#454545"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_3_)" cx="-937.08978" cy="968.98724" r="8.91418"/> | |||
<ellipse opacity="0.53" fill="#404040" enable-background="new " cx="-937.08978" cy="969.6286" rx="7.60345" ry="5.72144"/> | |||
<circle fill="#404040" cx="-937.08978" cy="968.98724" r="8.09766"/> | |||
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-6779.92383" y1="-3857.35596" x2="-6779.92383" y2="-3872.61865" gradientTransform="matrix(-1 0 0 -1 -7717.01367 -2896)"> | |||
<stop offset="0" style="stop-color:#FFFEFE"/> | |||
<stop offset="1" style="stop-color:#5E5E5E"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_4_)" cx="-937.08978" cy="968.9873" r="7.63123"/> | |||
<circle fill="#E0E0E0" cx="-937.08978" cy="968.9873" r="6.88348"/> | |||
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="-6779.92383" y1="-3870.7832" x2="-6779.92383" y2="-3859.19141" gradientTransform="matrix(-1 0 0 -1 -7717.01367 -2896)"> | |||
<stop offset="0" style="stop-color:#FFFEFE"/> | |||
<stop offset="1" style="stop-color:#383636"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_5_)" cx="-937.08978" cy="968.9873" r="5.79584"/> | |||
<circle cx="-937.08978" cy="968.98724" r="4.86731"/> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="-0.64158077" inkscape:cy="10.079379" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:snap-bbox="true" inkscape:snap-bbox-midpoints="true" inkscape:snap-nodes="false" inkscape:snap-others="false" inkscape:window-height="882" inkscape:window-maximized="0" inkscape:window-width="1600" inkscape:window-x="0" inkscape:window-y="18" inkscape:zoom="11.2" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="401.37677" y1="3725.74487" x2="425.06146" y2="3725.74487" gradientTransform="matrix(0 1 1 0 -4695.95117 602.50922)"> | |||
<stop offset="0" style="stop-color:#777676"/> | |||
<stop offset="1" style="stop-color:#575757"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_6_)" d="M-970.20605,1027.57068c-6.53003,0-11.84283-5.31226-11.84283-11.84186 | |||
c0-6.53058,5.31281-11.84283,11.84283-11.84283c6.53009,0,11.84241,5.31226,11.84241,11.84283 | |||
C-958.36365,1022.25842-963.67596,1027.57068-970.20605,1027.57068z"/> | |||
</g> | |||
<g> | |||
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="401.96222" y1="3725.74512" x2="413.21918" y2="3725.74512" gradientTransform="matrix(0 1 1 0 -4695.95117 602.50922)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_7_)" d="M-981.46307,1015.72839c0-6.21704,5.03992-11.25696,11.25696-11.25696 | |||
s11.2569,5.03992,11.2569,11.25696"/> | |||
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="-6186.03809" y1="3725.74512" x2="-6174.78125" y2="3725.74512" gradientTransform="matrix(0 -1 1 0 -4695.95117 -5159.05273)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_8_)" d="M-981.46307,1015.72839c0,6.21698,5.03992,11.25696,11.25696,11.25696 | |||
s11.2569-5.03998,11.2569-11.25696"/> | |||
</g> | |||
<circle fill="#E3E3E3" cx="-970.20612" cy="1015.72839" r="10.68497"/> | |||
<g> | |||
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="702.89081" y1="-3161.25488" x2="712.21918" y2="-3161.25488" gradientTransform="matrix(1 0 0 -1 -1682.42529 -2145.52637)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_9_)" d="M-970.20612,1025.05676c-5.15192,0-9.32837-4.17651-9.32837-9.32837 | |||
c0-5.15192,4.17645-9.32837,9.32837-9.32837"/> | |||
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="-6483.10889" y1="-3161.25488" x2="-6473.78076" y2="-3161.25488" gradientTransform="matrix(-1 0 0 -1 -7443.98682 -2145.52637)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_10_)" d="M-970.20612,1025.05676c5.15192,0,9.32837-4.17651,9.32837-9.32837 | |||
c0-5.15192-4.17645-9.32837-9.32837-9.32837"/> | |||
</g> | |||
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="-8088.65869" y1="-2321.73096" x2="-8070.83008" y2="-2321.73096" gradientTransform="matrix(0 -1 -1 0 -3291.93701 -7064.01611)"> | |||
<stop offset="0" style="stop-color:#8C8B8B"/> | |||
<stop offset="1" style="stop-color:#454545"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_11_)" cx="-970.20612" cy="1015.72827" r="8.91418"/> | |||
<circle fill="#404040" cx="-970.20612" cy="1015.72827" r="8.01581"/> | |||
<g> | |||
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="405.99078" y1="3725.74512" x2="413.21918" y2="3725.74512" gradientTransform="matrix(0 1 1 0 -4695.95117 602.50922)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_12_)" d="M-977.43451,1015.72839c0-3.99213,3.23627-7.22839,7.22839-7.22839 | |||
s7.22833,3.23627,7.22833,7.22839"/> | |||
<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="-6182.00928" y1="3725.74512" x2="-6174.78125" y2="3725.74512" gradientTransform="matrix(0 -1 1 0 -4695.95117 -5159.05273)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_13_)" d="M-977.43451,1015.72839c0,3.99207,3.23627,7.22833,7.22839,7.22833 | |||
s7.22833-3.23627,7.22833-7.22833"/> | |||
</g> | |||
<circle fill="#E0E0E0" cx="-970.20612" cy="1015.72839" r="6.88348"/> | |||
<g> | |||
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="706.79077" y1="-3161.25464" x2="712.21918" y2="-3161.25464" gradientTransform="matrix(1 0 0 -1 -1682.42529 -2145.52637)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_14_)" d="M-970.20612,1021.15674c-2.99805,0-5.42841-2.43036-5.42841-5.42834 | |||
c0-2.99805,2.43036-5.42841,5.42841-5.42841"/> | |||
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="-6479.20898" y1="-3161.25464" x2="-6473.78076" y2="-3161.25464" gradientTransform="matrix(-1 0 0 -1 -7443.98682 -2145.52637)"> | |||
<stop offset="0.00559" style="stop-color:#FFFFFF"/> | |||
<stop offset="1" style="stop-color:#666666"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_15_)" d="M-970.20612,1021.15674c2.99799,0,5.42834-2.43036,5.42834-5.42834 | |||
c0-2.99805-2.43036-5.42841-5.42834-5.42841"/> | |||
</g> | |||
<circle cx="-970.20612" cy="1015.72827" r="4.86731"/> | |||
<g> | |||
<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="-602.50165" y1="1785.80151" x2="-578.81689" y2="1785.80151" gradientTransform="matrix(0 1 1 0 -1773.95129 602.50922)"> | |||
<stop offset="0" style="stop-color:#828181"/> | |||
<stop offset="1" style="stop-color:#575757"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_16_)" d="M11.85044,23.6923c-6.53008,0-11.84286-5.31227-11.84286-11.84185 | |||
c0-6.53059,5.31278-11.84286,11.84286-11.84286s11.84236,5.31227,11.84236,11.84287 | |||
C23.6928,18.38003,18.38053,23.6923,11.85044,23.6923z"/> | |||
</g> | |||
<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="-2137.31836" y1="-792.38757" x2="-2114.33276" y2="-792.38757" gradientTransform="matrix(0 1 -1 0 -780.53741 2137.68726)"> | |||
<stop offset="0.00559" style="stop-color:#E6E6E6"/> | |||
<stop offset="1" style="stop-color:#7A7A7A"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_17_)" d="M23.19105,12.29715l-0.76137,0.95748l0.48762,1.12191 | |||
c0.12979,0.29862,0.03636,0.6473-0.22535,0.84101l-0.98324,0.72779l0.18063,1.20989 | |||
c0.04808,0.32204-0.13241,0.63466-0.43535,0.75404l-1.1381,0.44851l-0.13867,1.21541 | |||
c-0.03691,0.32351-0.29216,0.57876-0.61567,0.61567l-1.21541,0.13867l-0.44851,1.1381 | |||
c-0.11938,0.30293-0.432,0.48342-0.75404,0.43534l-1.20989-0.18063l-0.72779,0.98324 | |||
c-0.19372,0.26171-0.54239,0.35514-0.84101,0.22535L13.243,22.44131l-0.95748,0.76137c-0.25485,0.20266-0.61583,0.20266-0.87068,0 | |||
l-0.95747-0.76137l-1.12191,0.48762c-0.29862,0.1298-0.6473,0.03636-0.84101-0.22535l-0.72779-0.98324l-1.20989,0.18063 | |||
c-0.32204,0.04808-0.63466-0.13241-0.75404-0.43534l-0.44851-1.1381l-1.21541-0.13867 | |||
c-0.32351-0.03691-0.57876-0.29217-0.61567-0.61567l-0.13867-1.21541l-1.1381-0.44851 | |||
c-0.30293-0.11938-0.48342-0.432-0.43534-0.75404l0.18063-1.20989l-0.98324-0.72779 | |||
c-0.26171-0.19372-0.35514-0.5424-0.22535-0.84101l0.48762-1.12191l-0.76137-0.95748c-0.20266-0.25485-0.20266-0.61583,0-0.87068 | |||
L1.27069,10.469L0.78307,9.34709c-0.12979-0.29862-0.03636-0.6473,0.22535-0.84101l0.98325-0.72779L1.81105,6.56839 | |||
C1.76297,6.24635,1.94345,5.93374,2.24638,5.81436l1.1381-0.44851l0.13867-1.21541c0.03691-0.32351,0.29217-0.57876,0.61567-0.61567 | |||
l1.21541-0.13866l0.44851-1.1381c0.11938-0.30293,0.432-0.48342,0.75404-0.43535l1.20989,0.18063l0.72779-0.98324 | |||
c0.19372-0.26171,0.5424-0.35514,0.84101-0.22535l1.12191,0.48762l0.95748-0.76137c0.25485-0.20266,0.61583-0.20266,0.87068,0 | |||
l0.95748,0.76137l1.1219-0.48762c0.29862-0.12979,0.6473-0.03637,0.84101,0.22535l0.72779,0.98324l1.20989-0.18063 | |||
c0.32203-0.04808,0.63466,0.13241,0.75404,0.43534l0.44851,1.1381l1.21541,0.13867c0.32351,0.03691,0.57876,0.29216,0.61567,0.61567 | |||
l0.13866,1.21541l1.1381,0.44851c0.30293,0.11938,0.48343,0.432,0.43535,0.75404L21.7087,7.77828l0.98324,0.72779 | |||
c0.2617,0.19372,0.35514,0.54239,0.22535,0.84101L22.42967,10.469l0.76138,0.95746 | |||
C23.3937,11.68131,23.3937,12.0423,23.19105,12.29715z"/> | |||
<circle fill="#E0E0E0" cx="11.85018" cy="11.86181" r="10.58186"/> | |||
<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="58.86599" y1="-54.36094" x2="58.86599" y2="-51.55146" gradientTransform="matrix(1 0 0 -1 -47.00625 -41.10625)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#808080"/> | |||
</linearGradient> | |||
<path fill="url(#SVGID_18_)" d="M1.27024,10.44521l-0.74352,0.97851c-0.19642,0.2585-0.19502,0.61662,0.00343,0.87357 | |||
l0.71605,0.92717l21.18394,0.03023l0.75084-0.93528c0.2095-0.26096,0.21102-0.63202,0.00367-0.89468l-0.75451-0.9558 | |||
L1.27024,10.44521z"/> | |||
<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="-1240.43018" y1="-381.78735" x2="-1223.30164" y2="-381.78735" gradientTransform="matrix(0 -1 -1 0 -369.93701 -1220.01599)"> | |||
<stop offset="0" style="stop-color:#B0AEAE"/> | |||
<stop offset="1" style="stop-color:#616161"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_19_)" cx="11.85034" cy="11.84991" r="8.56425"/> | |||
<circle fill="#404040" cx="11.85034" cy="11.84991" r="8.09768"/> | |||
<ellipse opacity="0.28" fill="#404040" cx="11.85034" cy="12.43324" rx="7.62864" ry="8.681"/> | |||
<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="-1884.86377" y1="21.78122" x2="-1884.86377" y2="6.51882" gradientTransform="matrix(-1 0 0 -1 -1873.01343 26)"> | |||
<stop offset="0" style="stop-color:#FFFEFE"/> | |||
<stop offset="1" style="stop-color:#545454"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_20_)" cx="11.85034" cy="11.84998" r="7.6312"/> | |||
<circle fill="#E0E0E0" cx="11.85034" cy="11.84998" r="6.79996"/> | |||
<g opacity="0.43"> | |||
<path fill="#404040" d="M11.85034,4.66778c4.17474,0,7.56128,3.25714,7.62286,7.29614 | |||
c0.00055-0.03833,0.00574-0.0755,0.00574-0.11395c0-4.2146-3.41541-7.63116-7.6286-7.63116s-7.62866,3.41656-7.62866,7.63116 | |||
c0,0.03845,0.00519,0.07562,0.00574,0.11395C4.289,7.92493,7.6756,4.66778,11.85034,4.66778z"/> | |||
<path opacity="0.28" fill="#404040" d="M4.22742,11.96393c-0.00055,0.03723-0.00574,0.07324-0.00574,0.1106 | |||
c0,4.09058,3.41547,7.40668,7.62866,7.40668C7.6756,19.4812,4.289,16.12543,4.22742,11.96393z"/> | |||
<path opacity="0.28" fill="#404040" d="M11.85034,19.4812c4.2132,0,7.6286-3.3161,7.6286-7.40668 | |||
c0-0.03735-0.00519-0.07336-0.00574-0.1106C19.41162,16.12543,16.02509,19.4812,11.85034,19.4812z"/> | |||
</g> | |||
<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="-1884.86377" y1="8.63588" x2="-1884.86377" y2="19.66415" gradientTransform="matrix(-1 0 0 -1 -1873.01343 26)"> | |||
<stop offset="0" style="stop-color:#FFFEFE"/> | |||
<stop offset="1" style="stop-color:#706C6C"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_21_)" cx="11.85034" cy="11.84998" r="5.51413"/> | |||
<circle cx="11.85034" cy="11.84991" r="4.86733"/> | |||
</svg> |
@@ -0,0 +1,15 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<circle fill="none" cx="19.8418" cy="19.84181" r="19.8418"/> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.8418" y1="9.272767e-06" x2="19.8418" y2="39.68361"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="19.8418" cy="19.84181" r="19.8418"/> | |||
</svg> |
@@ -0,0 +1,19 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<circle opacity="0.31" cx="19.84183" cy="20.80716" r="11.65969"/> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-1630.84998" y1="8.28145" x2="-1630.84998" y2="31.43035" gradientTransform="matrix(-1 0 0 1 -1611.00818 0)"> | |||
<stop offset="0" style="stop-color:#73EDFF"/> | |||
<stop offset="1" style="stop-color:#056370"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="19.84183" cy="19.8559" r="11.57445"/> | |||
<circle fill="#089DB4" cx="19.84183" cy="19.8559" r="10.70843"/> | |||
</g> | |||
</svg> |
@@ -1,443 +1,100 @@ | |||
<?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="13.999492mm" | |||
height="13.999487mm" | |||
viewBox="0 0 13.999491 13.999487" | |||
version="1.1" | |||
id="svg15246" | |||
sodipodi:docname="Rogan1PSGreen.svg" | |||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||
<defs | |||
id="defs15240"> | |||
<clipPath | |||
id="clip89"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect4864" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip90"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path4861" /> | |||
</clipPath> | |||
<mask | |||
id="mask44"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4858" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4856" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17821"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect17819" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17825"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path17823" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip87"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect4848" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip88"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path4845" /> | |||
</clipPath> | |||
<mask | |||
id="mask43"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4842" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4840" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter17836" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix17834" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17840"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect17838" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17844"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path17842" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip95"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect4912" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip96"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path4909" /> | |||
</clipPath> | |||
<mask | |||
id="mask47"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4906" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect4904" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-3" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-6" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18541"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18539" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18545"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path18543" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip93"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect4896" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip94"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path4893" /> | |||
</clipPath> | |||
<mask | |||
id="mask46"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4890" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4888" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18556" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18554" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18560"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect18558" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18564"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path18562" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip91"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect4880" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip92"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path4877" /> | |||
</clipPath> | |||
<mask | |||
id="mask45"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4874" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4872" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18575" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18573" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18579"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect18577" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18583"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path18581" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip202"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect5795" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip203"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path5792" /> | |||
</clipPath> | |||
<mask | |||
id="mask104"> | |||
<g | |||
style="filter:url(#alpha-7)" | |||
id="g5789" | |||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect5787" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-7" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-5" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18765"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18763" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18769"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path18767" /> | |||
</clipPath> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="5.6" | |||
inkscape:cx="14.326239" | |||
inkscape:cy="27.987957" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="layer1" | |||
showgrid="false" | |||
inkscape:window-width="2560" | |||
inkscape:window-height="1422" | |||
inkscape:window-x="0" | |||
inkscape:window-y="18" | |||
inkscape:window-maximized="0" | |||
units="px" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" /> | |||
<metadata | |||
id="metadata15243"> | |||
<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(-46.488066,-87.226373)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7689" | |||
d="m 60.487558,94.225427 c 0,3.866777 -3.133655,7.000433 -7.000416,7.000433 -3.865386,0 -6.999076,-3.133656 -6.999076,-7.000433 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7691" | |||
d="m 57.439346,94.226115 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||
style="fill:#00a1a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7693" | |||
d="m 59.026846,94.225427 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7695" | |||
d="m 54.125176,87.258067 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01654 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||
style="fill:#00a1a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<path fill="#424242" d="M34.43674,19.84177c0-0.6795-0.04748-1.35828-0.14202-2.03119l-0.41997,0.05901 | |||
c-0.38271,0.05377-0.75137-0.19515-0.82345-0.57484c-0.21154-1.11427-0.55626-2.18063-1.02396-3.17908 | |||
c-0.15957-0.34065-0.01106-0.74719,0.32108-0.92379l0.37996-0.20203c-1.04089-1.95758-2.51422-3.65253-4.30792-4.95569 | |||
s-3.8609-2.18067-6.04437-2.56568l-0.07594,0.43075c-0.06618,0.37534-0.41376,0.63751-0.79166,0.58796 | |||
c-0.54597-0.07158-1.10119-0.11307-1.66676-0.11307c-0.56562,0-1.12085,0.04149-1.66683,0.11307 | |||
c-0.37789,0.04954-0.72548-0.21262-0.79165-0.58796l-0.07594-0.4307c-2.18341,0.38495-4.25067,1.26245-6.04431,2.56561 | |||
c-1.7937,1.30322-3.26709,2.99811-4.30793,4.95569l0.3799,0.20199c0.33214,0.1766,0.48066,0.58314,0.3211,0.92379 | |||
c-0.46768,0.99845-0.81242,2.06485-1.02397,3.17912c-0.07209,0.37969-0.44075,0.62862-0.82346,0.57484l-0.4199-0.059 | |||
c-0.09454,0.67291-0.14203,1.35168-0.14203,2.03119c0,3.78137,1.46948,7.41852,4.09625,10.13861l0.3138-0.30304 | |||
c0.27206-0.26273,0.707-0.27847,0.98315-0.02004c0.81371,0.76151,1.72267,1.42046,2.70641,1.96264 | |||
c0.33423,0.18421,0.45508,0.60638,0.28777,0.94938l-0.19043,0.39043c1.99274,0.97186,4.18097,1.47705,6.39807,1.47705 | |||
c2.2171,0,4.40533-0.50518,6.39801-1.47705l-0.1904-0.39042c-0.16729-0.34302-0.04643-0.76518,0.2878-0.94939 | |||
c0.98372-0.54217,1.89262-1.2011,2.70634-1.96262c0.27616-0.25844,0.71111-0.24271,0.9832,0.02002l0.31383,0.30304 | |||
C32.96719,27.26029,34.43674,23.62314,34.43674,19.84177z"/> | |||
<g opacity="0.32"> | |||
<g> | |||
<path d="M32.02735,14.11564c0.04254,0.09076,0.07007,0.18927,0.11053,0.28113c0.13385,0.30273,0.25311,0.61267,0.36444,0.92676 | |||
c0.07318,0.20734,0.14337,0.41498,0.20654,0.62683c0.10876,0.36316,0.20331,0.73206,0.2821,1.1073 | |||
c0.01678,0.08038,0.04498,0.15619,0.06036,0.23706c0.07208,0.3797,0.44073,0.62866,0.82343,0.57489l0.41998-0.05902 | |||
c0.00031,0.00208,0.00037,0.00427,0.00067,0.00635l1.08002-0.15179c-0.25622-1.85193-0.82324-3.60327-1.66681-5.19007 | |||
l-0.98645,0.52454c0.00189,0.00354,0.00433,0.00665,0.00623,0.01019l-0.45337,0.24109 | |||
C32.00141,13.44645,31.8816,13.80442,32.02735,14.11564z"/> | |||
</g> | |||
<g> | |||
<path d="M5.8086,17.86953C6.19135,17.92336,6.56,17.6744,6.63209,17.2947c0.01538-0.08093,0.04364-0.15674,0.06043-0.23712 | |||
c0.07855-0.37427,0.17291-0.74213,0.28131-1.10437c0.06366-0.21368,0.13434-0.4231,0.20819-0.6322 | |||
c0.11115-0.31329,0.23004-0.62256,0.36359-0.92456c0.04047-0.0918,0.06799-0.19012,0.11047-0.28082 | |||
c0.14575-0.31128,0.026-0.66919-0.24768-0.86481l-0.45331-0.24103c0.00189-0.00354,0.00433-0.00665,0.00623-0.01019 | |||
l-0.98645-0.52454c-0.84357,1.58679-1.41059,3.33813-1.66681,5.19012l1.08002,0.15179 | |||
c0.00031-0.00214,0.00037-0.00427,0.00067-0.00641L5.8086,17.86953z"/> | |||
</g> | |||
<g> | |||
<path d="M13.63409,32.5693c0.16345-0.33514,0.04846-0.74249-0.26849-0.93304c-0.9953-0.54724-1.91229-1.21252-2.7337-1.98395 | |||
c-0.25696-0.2337-0.64062-0.22717-0.91089-0.01709l-0.37805,0.36511c-0.00226-0.00232-0.00415-0.005-0.00641-0.00732 | |||
l-0.77271,0.74615c1.26471,1.30731,2.75616,2.3866,4.40857,3.19324l0.47388-0.97156 | |||
c-0.00085-0.00043-0.00177-0.00067-0.00262-0.0011L13.63409,32.5693z"/> | |||
</g> | |||
<g> | |||
<path d="M29.05157,29.65232c-0.82135,0.77136-1.73834,1.4367-2.73358,1.98388c-0.31702,0.19049-0.43213,0.59796-0.26868,0.9331 | |||
l0.19043,0.39044c-0.00085,0.00043-0.00177,0.00067-0.00262,0.0011l0.47388,0.97156 | |||
c1.6524-0.80664,3.14392-1.88592,4.40863-3.19323c-0.21863-0.21106-0.47217-0.45593-0.7727-0.74615 | |||
c-0.00226,0.00238-0.00415,0.00494-0.00641,0.00732l-0.37799-0.36505C29.69238,29.42514,29.30853,29.41855,29.05157,29.65232z"/> | |||
</g> | |||
</g> | |||
<path fill="#333333" d="M23.0535,1.60266l-0.43597,2.20123l0,0.32941c0.08862-0.37518,0.45539-0.6286,0.836-0.54394 | |||
c2.22162,0.49408,4.3211,1.43958,6.1665,2.78034c1.84546,1.34076,3.39343,3.04535,4.5498,5.00556 | |||
c0.20532,0.34796,0.06641,0.79944-0.29034,0.98907l-0.17084,0.09082c0.84357,1.58679,1.41058,3.33814,1.66681,5.19006 | |||
l0.21173-0.02978c0.39954-0.05609,0.77631,0.22656,0.8147,0.62817c0.05042,0.52661,0.07568,1.05542,0.07568,1.58472 | |||
c0,4.06311-1.48859,7.98022-4.16749,11.01312c-0.26788,0.30334-0.74072,0.31213-1.0318,0.03101 | |||
c-0.04639-0.0448-0.10687-0.10321-0.15863-0.1532c-1.26471,1.30731-2.75616,2.3866-4.40857,3.19323l0.09918,0.20343 | |||
c0.17749,0.36395,0.02374,0.81281-0.34772,0.974c-2.08716,0.9054-4.34058,1.3742-6.62079,1.3742 | |||
c-2.28027,0-4.53369-0.46881-6.62079-1.37421c-0.37152-0.16119-0.52527-0.61005-0.34778-0.974l0.09924-0.20343 | |||
c-1.6524-0.80664-3.14386-1.88593-4.40857-3.19324l-0.15741,0.15204c-0.29114,0.28113-0.76514,0.2735-1.03308-0.02979 | |||
c-2.67889-3.03296-4.16741-6.95008-4.16741-11.01319c0-0.52924,0.02521-1.05811,0.07562-1.58472 | |||
c0.03845-0.40161,0.41516-0.68426,0.8147-0.62811l0.21179,0.02979c0.25623-1.85199,0.82324-3.60333,1.66681-5.19012 | |||
L5.80404,12.3643c-0.35675-0.18964-0.49567-0.64111-0.2904-0.98914c1.15643-1.96014,2.70441-3.66473,4.54981-5.00549 | |||
c1.84546-1.34082,3.94495-2.28625,6.16657-2.78033c0.38055-0.08466,0.74725,0.16858,0.83594,0.54376l0-0.32922l-0.43591-2.20123 | |||
c-8.63959,1.52197-15.2093,9.04717-15.2093,18.12316C1.42073,29.89946,9.6681,38.14684,19.84174,38.14684 | |||
s18.42103-8.24736,18.42103-18.42101C38.26278,10.64979,31.69308,3.12457,23.0535,1.60266z"/> | |||
<path opacity="0.35" d="M19.8418,0C8.88348,0,0,8.88348,0,19.8418s8.88348,19.8418,19.8418,19.8418 | |||
s19.8418-8.88348,19.8418-19.8418S30.80011,0,19.8418,0z M19.84174,38.14685c-10.17365,0-18.42102-8.24738-18.42096-18.42102 | |||
c0-9.07599,6.5697-16.6012,15.20929-18.12317l-0.07123-0.35974c-0.02869-0.14545,0.01105-0.29749,0.10889-0.41632 | |||
c0.03558-0.04327,0.08215-0.07428,0.12854-0.10498l0.02997-0.02777c0.98212-0.15527,1.98926-0.2359,3.01556-0.2359 | |||
c1.02106,0,2.02307,0.07983,3.00037,0.23352l0.04523,0.03021c0.04633,0.0307,0.09283,0.06165,0.12842,0.10492 | |||
c0.09827,0.1192,0.13757,0.27087,0.10895,0.41632l-0.07123,0.35974c8.63959,1.52191,15.20929,9.04718,15.20929,18.12323 | |||
C38.26276,29.89954,30.01538,38.14685,19.84174,38.14685z"/> | |||
<rect x="17.06591" y="4.6367" fill="#089DB4" width="5.55161" height="9.97181"/> | |||
<path opacity="0.58" fill="#089DB4" d="M23.1247,1.2002c0.02866-0.14547-0.01065-0.29714-0.10891-0.41636 | |||
c-0.09417-0.11448-0.23093-0.1874-0.38488-0.20563c-0.91962-0.10792-1.85808-0.16297-2.78917-0.16297 | |||
c-0.9315,0-1.86995,0.05505-2.78876,0.16297c-0.15436,0.01823-0.29112,0.09115-0.38529,0.20563 | |||
c-0.09786,0.11885-0.13758,0.27089-0.10891,0.41636l0.50715,2.56094V3.75603l5.55161,0v0.00511L23.1247,1.2002z"/> | |||
<path opacity="0.4" d="M5.80404,12.3643c-0.35675-0.18964-0.49567-0.64111-0.2904-0.98914 | |||
c1.15643-1.96014,2.70441-3.66473,4.54981-5.00549c1.84546-1.34082,3.94495-2.28625,6.16657-2.78033 | |||
c0.38055-0.08466,0.74725,0.16858,0.83594,0.54376v1.39227c-2.0932,0.40594-4.07642,1.25433-5.80298,2.50878 | |||
c-1.7937,1.30322-3.26709,2.99811-4.30793,4.95569L5.80404,12.3643z M5.38802,17.817 | |||
c-0.09387,0.67078-0.14136,1.34741-0.14136,2.02478c0,3.78137,1.46948,7.41852,4.09625,10.13861l-0.93646,0.89087 | |||
c-0.29114,0.28113-0.76514,0.2735-1.03308-0.02979c-2.67889-3.03296-4.16741-6.95008-4.16741-11.01319 | |||
c0-0.52924,0.02521-1.05811,0.07562-1.58472c0.03845-0.40161,0.41516-0.68426,0.8147-0.62811L5.38802,17.817z M26.23969,32.95977 | |||
c-1.99268,0.97186-4.18091,1.47705-6.39801,1.47705c-2.21613,0-4.40326-0.50489-6.39538-1.47596l-0.57312,1.15503 | |||
c-0.17749,0.36395-0.02374,0.81281,0.34778,0.974c2.0871,0.9054,4.34051,1.37421,6.62079,1.37421 | |||
c2.28021,0,4.53363-0.46881,6.62079-1.3742c0.37146-0.16119,0.52521-0.61005,0.34772-0.974l-0.57049-1.15613 | |||
c-0.00085,0.00043-0.00177,0.00067-0.00262,0.0011 M32.72836,12.98987c-1.04089-1.95758-2.51422-3.65253-4.30792-4.95569 | |||
c-1.72656-1.2544-3.70971-2.10279-5.80292-2.50879V4.1333c0.08862-0.37518,0.45539-0.6286,0.836-0.54394 | |||
c2.22162,0.49408,4.3211,1.43958,6.1665,2.78034c1.84546,1.34076,3.39343,3.04535,4.5498,5.00556 | |||
c0.20532,0.34796,0.06641,0.79944-0.29034,0.98907L32.72836,12.98987z M34.29543,17.81696 M30.34047,29.98041 | |||
c2.62671-2.72009,4.09626-6.35724,4.09626-10.13861c0-0.6795-0.04749-1.35828-0.14203-2.03119l1.29248-0.19519 | |||
c0.39954-0.05609,0.77631,0.22656,0.8147,0.62817c0.05042,0.52661,0.07568,1.05542,0.07568,1.58472 | |||
c0,4.06311-1.48859,7.98022-4.16749,11.01312c-0.26788,0.30334-0.74072,0.31213-1.0318,0.03101L30.34047,29.98041z"/> | |||
<rect x="17.06591" y="3.76114" opacity="0.81" fill="#A4DBE3" width="5.55161" height="0.87556"/> | |||
</g> | |||
</svg> |
@@ -0,0 +1,19 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<circle opacity="0.31" cx="19.84183" cy="20.80716" r="11.65969"/> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-1630.84998" y1="8.28145" x2="-1630.84998" y2="31.43035" gradientTransform="matrix(-1 0 0 1 -1611.00818 0)"> | |||
<stop offset="0" style="stop-color:#FF6998"/> | |||
<stop offset="1" style="stop-color:#8F0130"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="19.84183" cy="19.8559" r="11.57445"/> | |||
<circle fill="#DB1255" cx="19.84183" cy="19.8559" r="10.70843"/> | |||
</g> | |||
</svg> |
@@ -1,443 +1,100 @@ | |||
<?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="13.999492mm" | |||
height="13.999487mm" | |||
viewBox="0 0 13.999491 13.999487" | |||
version="1.1" | |||
id="svg15246" | |||
sodipodi:docname="Rogan1PSRed.svg" | |||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||
<defs | |||
id="defs15240"> | |||
<clipPath | |||
id="clip89"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect4864" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip90"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path4861" /> | |||
</clipPath> | |||
<mask | |||
id="mask44"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4858" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4856" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17821"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect17819" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17825"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path17823" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip87"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect4848" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip88"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path4845" /> | |||
</clipPath> | |||
<mask | |||
id="mask43"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4842" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4840" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter17836" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix17834" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17840"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect17838" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17844"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path17842" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip95"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect4912" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip96"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path4909" /> | |||
</clipPath> | |||
<mask | |||
id="mask47"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4906" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect4904" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-3" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-6" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18541"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18539" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18545"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path18543" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip93"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect4896" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip94"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path4893" /> | |||
</clipPath> | |||
<mask | |||
id="mask46"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4890" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4888" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18556" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18554" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18560"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect18558" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18564"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path18562" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip91"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect4880" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip92"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path4877" /> | |||
</clipPath> | |||
<mask | |||
id="mask45"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4874" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4872" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18575" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18573" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18579"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect18577" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18583"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path18581" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip202"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect5795" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip203"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path5792" /> | |||
</clipPath> | |||
<mask | |||
id="mask104"> | |||
<g | |||
style="filter:url(#alpha-7)" | |||
id="g5789" | |||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect5787" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-7" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-5" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18765"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18763" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18769"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path18767" /> | |||
</clipPath> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="5.6" | |||
inkscape:cx="19.3534" | |||
inkscape:cy="20.515109" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="layer1" | |||
showgrid="false" | |||
inkscape:window-width="2560" | |||
inkscape:window-height="1422" | |||
inkscape:window-x="0" | |||
inkscape:window-y="18" | |||
inkscape:window-maximized="0" | |||
units="px" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" /> | |||
<metadata | |||
id="metadata15243"> | |||
<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(-45.157963,-85.249182)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7697" | |||
d="m 59.157455,92.248236 c 0,3.866777 -3.133655,7.000433 -7.000416,7.000433 -3.865386,0 -6.999076,-3.133656 -6.999076,-7.000433 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7699" | |||
d="m 56.109243,92.248924 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||
style="fill:#da4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7701" | |||
d="m 57.696743,92.248236 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7703" | |||
d="m 52.795073,85.280876 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01654 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||
style="fill:#da4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<path fill="#424242" d="M34.43674,19.84177c0-0.6795-0.04748-1.35828-0.14202-2.03119l-0.41997,0.05901 | |||
c-0.38271,0.05377-0.75137-0.19515-0.82345-0.57484c-0.21154-1.11427-0.55626-2.18063-1.02396-3.17908 | |||
c-0.15957-0.34065-0.01106-0.74719,0.32108-0.92379l0.37996-0.20203c-1.04089-1.95758-2.51422-3.65253-4.30792-4.95569 | |||
s-3.8609-2.18067-6.04437-2.56568l-0.07594,0.43075c-0.06618,0.37534-0.41376,0.63751-0.79166,0.58796 | |||
c-0.54597-0.07158-1.10119-0.11307-1.66676-0.11307c-0.56562,0-1.12085,0.04149-1.66683,0.11307 | |||
c-0.37789,0.04954-0.72548-0.21262-0.79165-0.58796l-0.07594-0.4307c-2.18341,0.38495-4.25067,1.26245-6.04431,2.56561 | |||
c-1.7937,1.30322-3.26709,2.99811-4.30793,4.95569l0.3799,0.20199c0.33214,0.1766,0.48066,0.58314,0.3211,0.92379 | |||
c-0.46768,0.99845-0.81242,2.06485-1.02397,3.17912c-0.07209,0.37969-0.44075,0.62862-0.82346,0.57484l-0.4199-0.059 | |||
c-0.09454,0.67291-0.14203,1.35168-0.14203,2.03119c0,3.78137,1.46948,7.41852,4.09625,10.13861l0.3138-0.30304 | |||
c0.27206-0.26273,0.707-0.27847,0.98315-0.02004c0.81371,0.76151,1.72267,1.42046,2.70641,1.96264 | |||
c0.33423,0.18421,0.45508,0.60638,0.28777,0.94938l-0.19043,0.39043c1.99274,0.97186,4.18097,1.47705,6.39807,1.47705 | |||
c2.2171,0,4.40533-0.50518,6.39801-1.47705l-0.1904-0.39042c-0.16729-0.34302-0.04643-0.76518,0.2878-0.94939 | |||
c0.98372-0.54217,1.89262-1.2011,2.70634-1.96262c0.27616-0.25844,0.71111-0.24271,0.9832,0.02002l0.31383,0.30304 | |||
C32.96719,27.26029,34.43674,23.62314,34.43674,19.84177z"/> | |||
<g opacity="0.32"> | |||
<g> | |||
<path d="M32.02735,14.11564c0.04254,0.09076,0.07007,0.18927,0.11053,0.28113c0.13385,0.30273,0.25311,0.61267,0.36444,0.92676 | |||
c0.07318,0.20734,0.14337,0.41498,0.20654,0.62683c0.10876,0.36316,0.20331,0.73206,0.2821,1.1073 | |||
c0.01678,0.08038,0.04498,0.15619,0.06036,0.23706c0.07208,0.3797,0.44073,0.62866,0.82343,0.57489l0.41998-0.05902 | |||
c0.00031,0.00208,0.00037,0.00427,0.00067,0.00635l1.08002-0.15179c-0.25622-1.85193-0.82324-3.60327-1.66681-5.19007 | |||
l-0.98645,0.52454c0.00189,0.00354,0.00433,0.00665,0.00623,0.01019l-0.45337,0.24109 | |||
C32.00141,13.44645,31.8816,13.80442,32.02735,14.11564z"/> | |||
</g> | |||
<g> | |||
<path d="M5.8086,17.86953C6.19135,17.92336,6.56,17.6744,6.63209,17.2947c0.01538-0.08093,0.04364-0.15674,0.06043-0.23712 | |||
c0.07855-0.37427,0.17291-0.74213,0.28131-1.10437c0.06366-0.21368,0.13434-0.4231,0.20819-0.6322 | |||
c0.11115-0.31329,0.23004-0.62256,0.36359-0.92456c0.04047-0.0918,0.06799-0.19012,0.11047-0.28082 | |||
c0.14575-0.31128,0.026-0.66919-0.24768-0.86481l-0.45331-0.24103c0.00189-0.00354,0.00433-0.00665,0.00623-0.01019 | |||
l-0.98645-0.52454c-0.84357,1.58679-1.41059,3.33813-1.66681,5.19012l1.08002,0.15179 | |||
c0.00031-0.00214,0.00037-0.00427,0.00067-0.00641L5.8086,17.86953z"/> | |||
</g> | |||
<g> | |||
<path d="M13.63409,32.5693c0.16345-0.33514,0.04846-0.74249-0.26849-0.93304c-0.9953-0.54724-1.91229-1.21252-2.7337-1.98395 | |||
c-0.25696-0.2337-0.64062-0.22717-0.91089-0.01709l-0.37805,0.36511c-0.00226-0.00232-0.00415-0.005-0.00641-0.00732 | |||
l-0.77271,0.74615c1.26471,1.30731,2.75616,2.3866,4.40857,3.19324l0.47388-0.97156 | |||
c-0.00085-0.00043-0.00177-0.00067-0.00262-0.0011L13.63409,32.5693z"/> | |||
</g> | |||
<g> | |||
<path d="M29.05157,29.65232c-0.82135,0.77136-1.73834,1.4367-2.73358,1.98388c-0.31702,0.19049-0.43213,0.59796-0.26868,0.9331 | |||
l0.19043,0.39044c-0.00085,0.00043-0.00177,0.00067-0.00262,0.0011l0.47388,0.97156 | |||
c1.6524-0.80664,3.14392-1.88592,4.40863-3.19323c-0.21863-0.21106-0.47217-0.45593-0.7727-0.74615 | |||
c-0.00226,0.00238-0.00415,0.00494-0.00641,0.00732l-0.37799-0.36505C29.69238,29.42514,29.30853,29.41855,29.05157,29.65232z"/> | |||
</g> | |||
</g> | |||
<path fill="#333333" d="M23.0535,1.60266l-0.43597,2.20123l0,0.32941c0.08862-0.37518,0.45539-0.6286,0.836-0.54394 | |||
c2.22162,0.49408,4.3211,1.43958,6.1665,2.78034c1.84546,1.34076,3.39343,3.04535,4.5498,5.00556 | |||
c0.20532,0.34796,0.06641,0.79944-0.29034,0.98907l-0.17084,0.09082c0.84357,1.58679,1.41058,3.33814,1.66681,5.19006 | |||
l0.21173-0.02978c0.39954-0.05609,0.77631,0.22656,0.8147,0.62817c0.05042,0.52661,0.07568,1.05542,0.07568,1.58472 | |||
c0,4.06311-1.48859,7.98022-4.16749,11.01312c-0.26788,0.30334-0.74072,0.31213-1.0318,0.03101 | |||
c-0.04639-0.0448-0.10687-0.10321-0.15863-0.1532c-1.26471,1.30731-2.75616,2.3866-4.40857,3.19323l0.09918,0.20343 | |||
c0.17749,0.36395,0.02374,0.81281-0.34772,0.974c-2.08716,0.9054-4.34058,1.3742-6.62079,1.3742 | |||
c-2.28027,0-4.53369-0.46881-6.62079-1.37421c-0.37152-0.16119-0.52527-0.61005-0.34778-0.974l0.09924-0.20343 | |||
c-1.6524-0.80664-3.14386-1.88593-4.40857-3.19324l-0.15741,0.15204c-0.29114,0.28113-0.76514,0.2735-1.03308-0.02979 | |||
c-2.67889-3.03296-4.16741-6.95008-4.16741-11.01319c0-0.52924,0.02521-1.05811,0.07562-1.58472 | |||
c0.03845-0.40161,0.41516-0.68426,0.8147-0.62811l0.21179,0.02979c0.25623-1.85199,0.82324-3.60333,1.66681-5.19012 | |||
L5.80404,12.3643c-0.35675-0.18964-0.49567-0.64111-0.2904-0.98914c1.15643-1.96014,2.70441-3.66473,4.54981-5.00549 | |||
c1.84546-1.34082,3.94495-2.28625,6.16657-2.78033c0.38055-0.08466,0.74725,0.16858,0.83594,0.54376l0-0.32922l-0.43591-2.20123 | |||
c-8.63959,1.52197-15.2093,9.04717-15.2093,18.12316C1.42073,29.89946,9.6681,38.14684,19.84174,38.14684 | |||
s18.42103-8.24736,18.42103-18.42101C38.26278,10.64979,31.69308,3.12457,23.0535,1.60266z"/> | |||
<path opacity="0.35" d="M19.8418,0C8.88348,0,0,8.88348,0,19.8418s8.88348,19.8418,19.8418,19.8418 | |||
s19.8418-8.88348,19.8418-19.8418S30.80011,0,19.8418,0z M19.84174,38.14685c-10.17365,0-18.42102-8.24738-18.42096-18.42102 | |||
c0-9.07599,6.5697-16.6012,15.20929-18.12317l-0.07123-0.35974c-0.02869-0.14545,0.01105-0.29749,0.10889-0.41632 | |||
c0.03558-0.04327,0.08215-0.07428,0.12854-0.10498l0.02997-0.02777c0.98212-0.15527,1.98926-0.2359,3.01556-0.2359 | |||
c1.02106,0,2.02307,0.07983,3.00037,0.23352l0.04523,0.03021c0.04633,0.0307,0.09283,0.06165,0.12842,0.10492 | |||
c0.09827,0.1192,0.13757,0.27087,0.10895,0.41632l-0.07123,0.35974c8.63959,1.52191,15.20929,9.04718,15.20929,18.12323 | |||
C38.26276,29.89954,30.01538,38.14685,19.84174,38.14685z"/> | |||
<rect x="17.06591" y="4.6367" fill="#DB1255" width="5.55161" height="9.97181"/> | |||
<path opacity="0.58" fill="#E3195A" d="M23.1247,1.2002c0.02866-0.14547-0.01065-0.29714-0.10891-0.41636 | |||
c-0.09417-0.11448-0.23093-0.1874-0.38488-0.20563c-0.91962-0.10792-1.85808-0.16297-2.78917-0.16297 | |||
c-0.9315,0-1.86995,0.05505-2.78876,0.16297c-0.15436,0.01823-0.29112,0.09115-0.38529,0.20563 | |||
c-0.09786,0.11885-0.13758,0.27089-0.10891,0.41636l0.50715,2.56094V3.75603l5.55161,0v0.00511L23.1247,1.2002z"/> | |||
<path opacity="0.4" d="M5.80404,12.3643c-0.35675-0.18964-0.49567-0.64111-0.2904-0.98914 | |||
c1.15643-1.96014,2.70441-3.66473,4.54981-5.00549c1.84546-1.34082,3.94495-2.28625,6.16657-2.78033 | |||
c0.38055-0.08466,0.74725,0.16858,0.83594,0.54376v1.39227c-2.0932,0.40594-4.07642,1.25433-5.80298,2.50878 | |||
c-1.7937,1.30322-3.26709,2.99811-4.30793,4.95569L5.80404,12.3643z M5.38802,17.817 | |||
c-0.09387,0.67078-0.14136,1.34741-0.14136,2.02478c0,3.78137,1.46948,7.41852,4.09625,10.13861l-0.93646,0.89087 | |||
c-0.29114,0.28113-0.76514,0.2735-1.03308-0.02979c-2.67889-3.03296-4.16741-6.95008-4.16741-11.01319 | |||
c0-0.52924,0.02521-1.05811,0.07562-1.58472c0.03845-0.40161,0.41516-0.68426,0.8147-0.62811L5.38802,17.817z M26.23969,32.95977 | |||
c-1.99268,0.97186-4.18091,1.47705-6.39801,1.47705c-2.21613,0-4.40326-0.50489-6.39538-1.47596l-0.57312,1.15503 | |||
c-0.17749,0.36395-0.02374,0.81281,0.34778,0.974c2.0871,0.9054,4.34051,1.37421,6.62079,1.37421 | |||
c2.28021,0,4.53363-0.46881,6.62079-1.3742c0.37146-0.16119,0.52521-0.61005,0.34772-0.974l-0.57049-1.15613 | |||
c-0.00085,0.00043-0.00177,0.00067-0.00262,0.0011 M32.72836,12.98987c-1.04089-1.95758-2.51422-3.65253-4.30792-4.95569 | |||
c-1.72656-1.2544-3.70971-2.10279-5.80292-2.50879V4.1333c0.08862-0.37518,0.45539-0.6286,0.836-0.54394 | |||
c2.22162,0.49408,4.3211,1.43958,6.1665,2.78034c1.84546,1.34076,3.39343,3.04535,4.5498,5.00556 | |||
c0.20532,0.34796,0.06641,0.79944-0.29034,0.98907L32.72836,12.98987z M34.29543,17.81696 M30.34047,29.98041 | |||
c2.62671-2.72009,4.09626-6.35724,4.09626-10.13861c0-0.6795-0.04749-1.35828-0.14203-2.03119l1.29248-0.19519 | |||
c0.39954-0.05609,0.77631,0.22656,0.8147,0.62817c0.05042,0.52661,0.07568,1.05542,0.07568,1.58472 | |||
c0,4.06311-1.48859,7.98022-4.16749,11.01312c-0.26788,0.30334-0.74072,0.31213-1.0318,0.03101L30.34047,29.98041z"/> | |||
<rect x="17.06591" y="3.76114" opacity="0.81" fill="#F5AEC5" width="5.55161" height="0.87556"/> | |||
</g> | |||
</svg> |
@@ -0,0 +1,18 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<circle opacity="0.31" cx="19.84183" cy="20.80716" r="11.65969"/> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="19.84183" y1="8.28145" x2="19.84183" y2="31.43035"> | |||
<stop offset="0" style="stop-color:#FFFCFC"/> | |||
<stop offset="1" style="stop-color:#C2C2C2"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="19.84183" cy="19.8559" r="11.57445"/> | |||
<circle fill="#F2F2F2" cx="19.84183" cy="19.8559" r="10.70843"/> | |||
</g> | |||
</svg> |
@@ -1,443 +1,101 @@ | |||
<?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="13.999492mm" | |||
height="13.999491mm" | |||
viewBox="0 0 13.999491 13.999491" | |||
version="1.1" | |||
id="svg15246" | |||
sodipodi:docname="Rogan1PSWhite.svg" | |||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||
<defs | |||
id="defs15240"> | |||
<clipPath | |||
id="clip89"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect4864" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip90"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path4861" /> | |||
</clipPath> | |||
<mask | |||
id="mask44"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4858" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4856" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17821"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect17819" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17825"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path17823" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip87"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect4848" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip88"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path4845" /> | |||
</clipPath> | |||
<mask | |||
id="mask43"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4842" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4840" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter17836" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix17834" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17840"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect17838" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17844"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path17842" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip95"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect4912" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip96"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path4909" /> | |||
</clipPath> | |||
<mask | |||
id="mask47"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4906" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect4904" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-3" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-6" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18541"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18539" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18545"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path18543" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip93"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect4896" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip94"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path4893" /> | |||
</clipPath> | |||
<mask | |||
id="mask46"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4890" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4888" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18556" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18554" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18560"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect18558" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18564"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path18562" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip91"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect4880" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip92"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path4877" /> | |||
</clipPath> | |||
<mask | |||
id="mask45"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4874" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4872" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18575" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18573" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18579"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect18577" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18583"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path18581" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip202"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect5795" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip203"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path5792" /> | |||
</clipPath> | |||
<mask | |||
id="mask104"> | |||
<g | |||
style="filter:url(#alpha-7)" | |||
id="g5789" | |||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect5787" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-7" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-5" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18765"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18763" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18769"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path18767" /> | |||
</clipPath> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="5.6" | |||
inkscape:cx="34.656219" | |||
inkscape:cy="23.675099" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="layer1" | |||
showgrid="false" | |||
inkscape:window-width="1274" | |||
inkscape:window-height="1434" | |||
inkscape:window-x="1280" | |||
inkscape:window-y="0" | |||
inkscape:window-maximized="0" | |||
units="px" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" /> | |||
<metadata | |||
id="metadata15243"> | |||
<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(-49.282827,-86.085259)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7589" | |||
d="m 63.282319,93.084313 c 0,3.866777 -3.133655,7.000437 -7.000416,7.000437 -3.865386,0 -6.999076,-3.13366 -6.999076,-7.000437 0,-3.865396 3.13369,-6.999054 6.999076,-6.999054 3.866761,0 7.000416,3.133658 7.000416,6.999054" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7591" | |||
d="m 60.234107,93.085001 c 0,2.181437 -1.769392,3.950836 -3.950829,3.950836 -2.182812,0 -3.952204,-1.769399 -3.952204,-3.950836 0,-2.182812 1.769392,-3.950832 3.952204,-3.950832 2.181437,0 3.950829,1.76802 3.950829,3.950832" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7593" | |||
d="m 61.821607,93.084313 c 0,3.059247 -2.480451,5.539716 -5.538329,5.539716 -3.059253,0 -5.539704,-2.480469 -5.539704,-5.539716 0,-3.057867 2.480451,-5.538335 5.539704,-5.538335 3.057878,0 5.538329,2.480468 5.538329,5.538335 z m 0,0" | |||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7595" | |||
d="m 56.919937,86.116953 c -0.20948,-0.0193 -0.421676,-0.03168 -0.638034,-0.03168 -0.260456,0 -0.51816,0.01655 -0.773077,0.0441 v 3.168111 h 1.411111 z m 0,0" | |||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg15246" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="39.6836px" | |||
height="39.68359px" viewBox="0 0 39.6836 39.68359" enable-background="new 0 0 39.6836 39.68359" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="34.656219" inkscape:cy="23.675099" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<circle fill="none" cx="19.8418" cy="19.84181" r="19.8418"/> | |||
<g> | |||
<path fill="#424242" d="M34.43674,19.84177c0-0.6795-0.04748-1.35828-0.14202-2.03119l-0.41997,0.05901 | |||
c-0.38271,0.05377-0.75137-0.19515-0.82345-0.57484c-0.21154-1.11427-0.55626-2.18063-1.02396-3.17908 | |||
c-0.15957-0.34065-0.01106-0.74719,0.32108-0.92379l0.37996-0.20203c-1.04089-1.95758-2.51422-3.65253-4.30792-4.95569 | |||
s-3.8609-2.18067-6.04437-2.56568l-0.07594,0.43075c-0.06618,0.37534-0.41376,0.63751-0.79166,0.58796 | |||
c-0.54597-0.07158-1.10119-0.11307-1.66676-0.11307c-0.56562,0-1.12085,0.04149-1.66683,0.11307 | |||
c-0.37789,0.04954-0.72548-0.21262-0.79165-0.58796l-0.07594-0.4307c-2.18341,0.38495-4.25067,1.26245-6.04431,2.56561 | |||
c-1.7937,1.30322-3.26709,2.99811-4.30793,4.95569l0.3799,0.20199c0.33214,0.1766,0.48066,0.58314,0.3211,0.92379 | |||
c-0.46768,0.99845-0.81242,2.06485-1.02397,3.17912c-0.07209,0.37969-0.44075,0.62862-0.82346,0.57484l-0.4199-0.059 | |||
c-0.09454,0.67291-0.14203,1.35168-0.14203,2.03119c0,3.78137,1.46948,7.41852,4.09625,10.13861l0.3138-0.30304 | |||
c0.27206-0.26273,0.707-0.27847,0.98315-0.02004c0.81371,0.76151,1.72267,1.42046,2.70641,1.96264 | |||
c0.33423,0.18421,0.45508,0.60638,0.28777,0.94938l-0.19043,0.39043c1.99274,0.97186,4.18097,1.47705,6.39807,1.47705 | |||
c2.2171,0,4.40533-0.50518,6.39801-1.47705l-0.1904-0.39042c-0.16729-0.34302-0.04643-0.76518,0.2878-0.94939 | |||
c0.98372-0.54217,1.89262-1.2011,2.70634-1.96262c0.27616-0.25844,0.71111-0.24271,0.9832,0.02002l0.31383,0.30304 | |||
C32.96719,27.26029,34.43674,23.62314,34.43674,19.84177z"/> | |||
<g opacity="0.32"> | |||
<g> | |||
<path d="M32.02735,14.11564c0.04254,0.09076,0.07007,0.18927,0.11053,0.28113c0.13385,0.30273,0.25311,0.61267,0.36444,0.92676 | |||
c0.07318,0.20734,0.14337,0.41498,0.20654,0.62683c0.10876,0.36316,0.20331,0.73206,0.2821,1.1073 | |||
c0.01678,0.08038,0.04498,0.15619,0.06036,0.23706c0.07208,0.3797,0.44073,0.62866,0.82343,0.57489l0.41998-0.05902 | |||
c0.00031,0.00208,0.00037,0.00427,0.00067,0.00635l1.08002-0.15179c-0.25622-1.85193-0.82324-3.60327-1.66681-5.19007 | |||
l-0.98645,0.52454c0.00189,0.00354,0.00433,0.00665,0.00623,0.01019l-0.45337,0.24109 | |||
C32.00141,13.44645,31.8816,13.80442,32.02735,14.11564z"/> | |||
</g> | |||
<g> | |||
<path d="M5.8086,17.86953C6.19135,17.92336,6.56,17.6744,6.63209,17.2947c0.01538-0.08093,0.04364-0.15674,0.06043-0.23712 | |||
c0.07855-0.37427,0.17291-0.74213,0.28131-1.10437c0.06366-0.21368,0.13434-0.4231,0.20819-0.6322 | |||
c0.11115-0.31329,0.23004-0.62256,0.36359-0.92456c0.04047-0.0918,0.06799-0.19012,0.11047-0.28082 | |||
c0.14575-0.31128,0.026-0.66919-0.24768-0.86481l-0.45331-0.24103c0.00189-0.00354,0.00433-0.00665,0.00623-0.01019 | |||
l-0.98645-0.52454c-0.84357,1.58679-1.41059,3.33813-1.66681,5.19012l1.08002,0.15179 | |||
c0.00031-0.00214,0.00037-0.00427,0.00067-0.00641L5.8086,17.86953z"/> | |||
</g> | |||
<g> | |||
<path d="M13.63409,32.5693c0.16345-0.33514,0.04846-0.74249-0.26849-0.93304c-0.9953-0.54724-1.91229-1.21252-2.7337-1.98395 | |||
c-0.25696-0.2337-0.64062-0.22717-0.91089-0.01709l-0.37805,0.36511c-0.00226-0.00232-0.00415-0.005-0.00641-0.00732 | |||
l-0.77271,0.74615c1.26471,1.30731,2.75616,2.3866,4.40857,3.19324l0.47388-0.97156 | |||
c-0.00085-0.00043-0.00177-0.00067-0.00262-0.0011L13.63409,32.5693z"/> | |||
</g> | |||
<g> | |||
<path d="M29.05157,29.65232c-0.82135,0.77136-1.73834,1.4367-2.73358,1.98388c-0.31702,0.19049-0.43213,0.59796-0.26868,0.9331 | |||
l0.19043,0.39044c-0.00085,0.00043-0.00177,0.00067-0.00262,0.0011l0.47388,0.97156 | |||
c1.6524-0.80664,3.14392-1.88592,4.40863-3.19323c-0.21863-0.21106-0.47217-0.45593-0.7727-0.74615 | |||
c-0.00226,0.00238-0.00415,0.00494-0.00641,0.00732l-0.37799-0.36505C29.69238,29.42514,29.30853,29.41855,29.05157,29.65232z"/> | |||
</g> | |||
</g> | |||
<path fill="#333333" d="M23.0535,1.60266l-0.43597,2.20123l0,0.32941c0.08862-0.37518,0.45539-0.6286,0.836-0.54394 | |||
c2.22162,0.49408,4.3211,1.43958,6.1665,2.78034c1.84546,1.34076,3.39343,3.04535,4.5498,5.00556 | |||
c0.20532,0.34796,0.06641,0.79944-0.29034,0.98907l-0.17084,0.09082c0.84357,1.58679,1.41058,3.33814,1.66681,5.19006 | |||
l0.21173-0.02978c0.39954-0.05609,0.77631,0.22656,0.8147,0.62817c0.05042,0.52661,0.07568,1.05542,0.07568,1.58472 | |||
c0,4.06311-1.48859,7.98022-4.16749,11.01312c-0.26788,0.30334-0.74072,0.31213-1.0318,0.03101 | |||
c-0.04639-0.0448-0.10687-0.10321-0.15863-0.1532c-1.26471,1.30731-2.75616,2.3866-4.40857,3.19323l0.09918,0.20343 | |||
c0.17749,0.36395,0.02374,0.81281-0.34772,0.974c-2.08716,0.9054-4.34058,1.3742-6.62079,1.3742 | |||
c-2.28027,0-4.53369-0.46881-6.62079-1.37421c-0.37152-0.16119-0.52527-0.61005-0.34778-0.974l0.09924-0.20343 | |||
c-1.6524-0.80664-3.14386-1.88593-4.40857-3.19324l-0.15741,0.15204c-0.29114,0.28113-0.76514,0.2735-1.03308-0.02979 | |||
c-2.67889-3.03296-4.16741-6.95008-4.16741-11.01319c0-0.52924,0.02521-1.05811,0.07562-1.58472 | |||
c0.03845-0.40161,0.41516-0.68426,0.8147-0.62811l0.21179,0.02979c0.25623-1.85199,0.82324-3.60333,1.66681-5.19012 | |||
L5.80404,12.3643c-0.35675-0.18964-0.49567-0.64111-0.2904-0.98914c1.15643-1.96014,2.70441-3.66473,4.54981-5.00549 | |||
c1.84546-1.34082,3.94495-2.28625,6.16657-2.78033c0.38055-0.08466,0.74725,0.16858,0.83594,0.54376l0-0.32922l-0.43591-2.20123 | |||
c-8.63959,1.52197-15.2093,9.04717-15.2093,18.12316C1.42073,29.89946,9.6681,38.14684,19.84174,38.14684 | |||
s18.42103-8.24736,18.42103-18.42101C38.26278,10.64979,31.69308,3.12457,23.0535,1.60266z"/> | |||
<path opacity="0.35" d="M19.8418,0C8.88348,0,0,8.88348,0,19.8418s8.88348,19.8418,19.8418,19.8418 | |||
s19.8418-8.88348,19.8418-19.8418S30.80011,0,19.8418,0z M19.84174,38.14685c-10.17365,0-18.42102-8.24738-18.42096-18.42102 | |||
c0-9.07599,6.5697-16.6012,15.20929-18.12317l-0.07123-0.35974c-0.02869-0.14545,0.01105-0.29749,0.10889-0.41632 | |||
c0.03558-0.04327,0.08215-0.07428,0.12854-0.10498l0.02997-0.02777c0.98212-0.15527,1.98926-0.2359,3.01556-0.2359 | |||
c1.02106,0,2.02307,0.07983,3.00037,0.23352l0.04523,0.03021c0.04633,0.0307,0.09283,0.06165,0.12842,0.10492 | |||
c0.09827,0.1192,0.13757,0.27087,0.10895,0.41632l-0.07123,0.35974c8.63959,1.52191,15.20929,9.04718,15.20929,18.12323 | |||
C38.26276,29.89954,30.01538,38.14685,19.84174,38.14685z"/> | |||
<rect x="17.06591" y="4.6367" fill="#E3E3E3" width="5.55161" height="9.97181"/> | |||
<path opacity="0.58" fill="#FFFFFF" d="M23.1247,1.2002c0.02866-0.14547-0.01065-0.29714-0.10891-0.41636 | |||
c-0.09417-0.11448-0.23093-0.1874-0.38488-0.20563c-0.91962-0.10792-1.85808-0.16297-2.78917-0.16297 | |||
c-0.9315,0-1.86995,0.05505-2.78876,0.16297c-0.15436,0.01823-0.29112,0.09115-0.38529,0.20563 | |||
c-0.09786,0.11885-0.13758,0.27089-0.10891,0.41636l0.50715,2.56094V3.75603l5.55161,0v0.00511L23.1247,1.2002z"/> | |||
<path opacity="0.4" d="M5.80404,12.3643c-0.35675-0.18964-0.49567-0.64111-0.2904-0.98914 | |||
c1.15643-1.96014,2.70441-3.66473,4.54981-5.00549c1.84546-1.34082,3.94495-2.28625,6.16657-2.78033 | |||
c0.38055-0.08466,0.74725,0.16858,0.83594,0.54376v1.39227c-2.0932,0.40594-4.07642,1.25433-5.80298,2.50878 | |||
c-1.7937,1.30322-3.26709,2.99811-4.30793,4.95569L5.80404,12.3643z M5.38802,17.817 | |||
c-0.09387,0.67078-0.14136,1.34741-0.14136,2.02478c0,3.78137,1.46948,7.41852,4.09625,10.13861l-0.93646,0.89087 | |||
c-0.29114,0.28113-0.76514,0.2735-1.03308-0.02979c-2.67889-3.03296-4.16741-6.95008-4.16741-11.01319 | |||
c0-0.52924,0.02521-1.05811,0.07562-1.58472c0.03845-0.40161,0.41516-0.68426,0.8147-0.62811L5.38802,17.817z M26.23969,32.95977 | |||
c-1.99268,0.97186-4.18091,1.47705-6.39801,1.47705c-2.21613,0-4.40326-0.50489-6.39538-1.47596l-0.57312,1.15503 | |||
c-0.17749,0.36395-0.02374,0.81281,0.34778,0.974c2.0871,0.9054,4.34051,1.37421,6.62079,1.37421 | |||
c2.28021,0,4.53363-0.46881,6.62079-1.3742c0.37146-0.16119,0.52521-0.61005,0.34772-0.974l-0.57049-1.15613 | |||
c-0.00085,0.00043-0.00177,0.00067-0.00262,0.0011 M32.72836,12.98987c-1.04089-1.95758-2.51422-3.65253-4.30792-4.95569 | |||
c-1.72656-1.2544-3.70971-2.10279-5.80292-2.50879V4.1333c0.08862-0.37518,0.45539-0.6286,0.836-0.54394 | |||
c2.22162,0.49408,4.3211,1.43958,6.1665,2.78034c1.84546,1.34076,3.39343,3.04535,4.5498,5.00556 | |||
c0.20532,0.34796,0.06641,0.79944-0.29034,0.98907L32.72836,12.98987z M34.29543,17.81696 M30.34047,29.98041 | |||
c2.62671-2.72009,4.09626-6.35724,4.09626-10.13861c0-0.6795-0.04749-1.35828-0.14203-2.03119l1.29248-0.19519 | |||
c0.39954-0.05609,0.77631,0.22656,0.8147,0.62817c0.05042,0.52661,0.07568,1.05542,0.07568,1.58472 | |||
c0,4.06311-1.48859,7.98022-4.16749,11.01312c-0.26788,0.30334-0.74072,0.31213-1.0318,0.03101L30.34047,29.98041z"/> | |||
<rect x="17.06591" y="3.76114" opacity="0.81" fill="#FFFFFF" width="5.55161" height="0.87556"/> | |||
</g> | |||
</svg> |
@@ -0,0 +1,27 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="anim" display="none"> | |||
<g display="inline"> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<polygon fill="#333333" points="25.92185,1.6 31.4729,18.68437 49.43646,18.68437 34.90363,29.24309 40.45468,46.32745 | |||
25.92185,35.76873 11.38902,46.32745 16.94007,29.24309 2.40724,18.68437 20.3708,18.68437 "/> | |||
</g> | |||
</g> | |||
<g id="fixed_fg" display="none"> | |||
<g display="inline"> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<rect x="19.8687" y="19.86677" fill="#F2F2F2" width="12.1063" height="12.1063"/> | |||
</g> | |||
</g> | |||
<g> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="54" x2="25.92185" y2="2.1563" gradientTransform="matrix(1 0 0 -1 0 54)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
</g> | |||
</svg> |
@@ -1,14 +1,15 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" display="none"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="45.320924" inkscape:cy="41.671628" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="0" x2="25.92185" y2="51.8437"> | |||
<g display="inline"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="946" x2="25.92185" y2="997.84369" gradientTransform="matrix(1 0 0 1 0 -946)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
@@ -22,10 +23,19 @@ | |||
25.92185,35.76873 11.38902,46.32745 16.94007,29.24309 2.40724,18.68437 20.3708,18.68437 "/> | |||
</g> | |||
</g> | |||
<g id="fixed_fg" display="none"> | |||
<g display="inline"> | |||
<g id="fixed_fg"> | |||
<g> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<rect x="19.8687" y="19.86677" fill="#F2F2F2" width="12.1063" height="12.1063"/> | |||
</g> | |||
</g> | |||
<g> | |||
<circle opacity="0.31" cx="25.92188" cy="27.00564" r="17.18588"/> | |||
<circle fill="#FAFAFA" stroke="#B2B2B2" stroke-width="0.75" stroke-miterlimit="10" cx="25.92188" cy="25.93815" r="16.68843"/> | |||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="25.92188" y1="8.75227" x2="25.92188" y2="43.12403"> | |||
<stop offset="0" style="stop-color:#73EDFF"/> | |||
<stop offset="1" style="stop-color:#056370"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_2_)" cx="25.92188" cy="25.93815" r="17.18588"/> | |||
<circle fill="#089DB4" cx="25.92188" cy="25.93815" r="16.30198"/> | |||
</g> | |||
</svg> |
@@ -1,443 +1,135 @@ | |||
<?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="18.289322mm" | |||
height="18.287947mm" | |||
viewBox="0 0 18.289322 18.287949" | |||
version="1.1" | |||
id="svg15246" | |||
sodipodi:docname="Rogan3PSGreen.svg" | |||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||
<defs | |||
id="defs15240"> | |||
<clipPath | |||
id="clip89"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect4864" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip90"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path4861" /> | |||
</clipPath> | |||
<mask | |||
id="mask44"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4858" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4856" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17821"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect17819" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17825"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path17823" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip87"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect4848" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip88"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path4845" /> | |||
</clipPath> | |||
<mask | |||
id="mask43"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4842" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4840" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter17836" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix17834" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17840"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect17838" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17844"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path17842" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip95"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect4912" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip96"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path4909" /> | |||
</clipPath> | |||
<mask | |||
id="mask47"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4906" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect4904" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-3" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-6" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18541"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18539" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18545"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path18543" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip93"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect4896" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip94"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path4893" /> | |||
</clipPath> | |||
<mask | |||
id="mask46"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4890" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4888" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18556" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18554" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18560"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect18558" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18564"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path18562" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip91"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect4880" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip92"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path4877" /> | |||
</clipPath> | |||
<mask | |||
id="mask45"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4874" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4872" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18575" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18573" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18579"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect18577" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18583"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path18581" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip202"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect5795" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip203"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path5792" /> | |||
</clipPath> | |||
<mask | |||
id="mask104"> | |||
<g | |||
style="filter:url(#alpha-7)" | |||
id="g5789" | |||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect5787" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-7" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-5" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18765"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18763" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18769"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path18767" /> | |||
</clipPath> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="5.6" | |||
inkscape:cx="8.6334229" | |||
inkscape:cy="35.160107" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="layer1" | |||
showgrid="false" | |||
inkscape:window-width="2560" | |||
inkscape:window-height="1422" | |||
inkscape:window-x="0" | |||
inkscape:window-y="18" | |||
inkscape:window-maximized="0" | |||
units="px" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" /> | |||
<metadata | |||
id="metadata15243"> | |||
<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(-47.99429,-84.835543)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7605" | |||
d="m 66.283612,93.978827 c 0,5.050509 -4.095531,9.144663 -9.144663,9.144663 -5.049131,0 -9.144659,-4.094154 -9.144659,-9.144663 0,-5.049132 4.095528,-9.143284 9.144659,-9.143284 5.049132,0 9.144663,4.094152 9.144663,9.143284" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7607" | |||
d="m 62.688998,93.978827 c 0,3.064757 -2.484604,5.550739 -5.55074,5.550739 -3.064757,0 -5.549357,-2.485982 -5.549357,-5.550739 0,-3.064757 2.4846,-5.54936 5.549357,-5.54936 3.066136,0 5.55074,2.484603 5.55074,5.54936" | |||
style="fill:#00a1a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7609" | |||
d="m 64.505253,93.97883 c 0,4.069348 -3.297647,7.367 -7.365616,7.367 -4.067968,0 -7.366991,-3.297652 -7.366991,-7.367 0,-4.066589 3.299023,-7.365615 7.366991,-7.365615 4.067969,0 7.365616,3.299026 7.365616,7.365615 z m 0,0" | |||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7611" | |||
d="m 57.844505,84.865861 c -0.232886,-0.01792 -0.468531,-0.0303 -0.705556,-0.0303 -0.2384,0 -0.472665,0.01242 -0.705555,0.0303 v 4.43177 h 1.411111 z m 0,0" | |||
style="fill:#00a1a7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" display="none"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="45.320924" inkscape:cy="41.671628" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g display="inline"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="-892" x2="25.92185" y2="-943.84369" gradientTransform="matrix(1 0 0 -1 0 -892)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
</g> | |||
</g> | |||
<g id="fixed_fg" display="none"> | |||
<g display="inline"> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<rect x="19.8687" y="19.86677" fill="#F2F2F2" width="12.1063" height="12.1063"/> | |||
</g> | |||
</g> | |||
<g opacity="0.32"> | |||
<g> | |||
<path d="M11.0852,38.31876c0.24738-0.20752,0.27881-0.57025,0.08002-0.82471c-0.15771-0.20184-0.3017-0.41418-0.45087-0.62268 | |||
c-0.29449-0.4093-0.5694-0.83179-0.83081-1.26495c-0.07385-0.12354-0.15289-0.24335-0.224-0.36871 | |||
c-0.19696-0.34412-0.37738-0.69727-0.55273-1.05457c-0.02753-0.0567-0.05505-0.1134-0.08209-0.17047 | |||
c-0.18469-0.38623-0.36102-0.776-0.51947-1.17627c-0.12866-0.28235-0.44452-0.42834-0.73932-0.32098l-1.6322,0.59406 | |||
c0.8446,2.32324,2.06799,4.46265,3.62463,6.32263l1.19794-1.00519L11.0852,38.31876z"/> | |||
</g> | |||
<g> | |||
<path d="M28.52087,44.49186c-0.02716,0.00397-0.05505,0.00543-0.08228,0.00928c-0.3266,0.04395-0.65344,0.08417-0.98517,0.11108 | |||
c-0.50513,0.04584-1.01422,0.07739-1.53156,0.07739c-0.53644,0-1.06458-0.03217-1.58832-0.08026 | |||
c-0.31744-0.02673-0.62982-0.06812-0.94263-0.11041c-0.07288-0.01031-0.14752-0.01471-0.22015-0.02576 | |||
c-0.32233-0.04901-0.62579,0.16193-0.68237,0.48297l-0.06561,0.37225l-0.23199,1.31555 | |||
c1.21301,0.2171,2.45569,0.34943,3.73114,0.34943c1.22144,0,2.41113-0.12622,3.57568-0.32568l-0.29828-1.69177 | |||
C29.143,44.65641,28.84198,44.44529,28.52087,44.49186z"/> | |||
</g> | |||
<g> | |||
<path d="M40.67907,13.48661c-0.24854,0.20856-0.27899,0.57343-0.07751,0.82776c0.09833,0.12415,0.18616,0.25641,0.28131,0.38312 | |||
c0.40479,0.53729,0.78052,1.09564,1.12659,1.67572c0.04053,0.06848,0.08411,0.13477,0.12378,0.20374 | |||
c0.20905,0.36078,0.40271,0.7301,0.58789,1.10565c0.01593,0.03247,0.03143,0.06519,0.04718,0.09784 | |||
c0.19458,0.40045,0.38141,0.80432,0.54767,1.22003c0.13245,0.27411,0.44189,0.41498,0.73206,0.30933l1.65393-0.60193 | |||
c-0.85345-2.33936-2.09375-4.48956-3.6687-6.35761l-1.0589,0.88855L40.67907,13.48661z"/> | |||
</g> | |||
<g> | |||
<path d="M7.77508,19.36033c0.2934,0.10681,0.60736-0.03754,0.73724-0.31744c0.15961-0.40198,0.33771-0.79297,0.5238-1.18073 | |||
c0.02502-0.05261,0.05029-0.10492,0.07581-0.15723c0.1767-0.3595,0.35901-0.71448,0.55762-1.06049 | |||
c0.06421-0.11292,0.13538-0.22095,0.20184-0.33234c0.27277-0.45325,0.56128-0.89423,0.87024-1.32141 | |||
c0.14453-0.20093,0.28363-0.40613,0.43616-0.60089c0.19922-0.25433,0.16791-0.61737-0.07947-0.82507l-0.29791-0.25 | |||
l-1.0589-0.88855c-1.55554,1.86322-2.77643,4.00641-3.61835,6.33289l1.34857,0.49084L7.77508,19.36033z"/> | |||
</g> | |||
<g> | |||
<path d="M44.05731,32.56602c-0.2915-0.10614-0.60278,0.03625-0.73419,0.31268c-0.16504,0.414-0.3501,0.81635-0.54315,1.21521 | |||
c-0.0174,0.03625-0.03461,0.07245-0.05225,0.10852c-0.18427,0.37445-0.37646,0.74298-0.58447,1.10278 | |||
c-0.04144,0.07227-0.08716,0.1416-0.12952,0.2132c-0.33148,0.55609-0.69019,1.09204-1.07568,1.60895 | |||
c-0.10895,0.14667-0.21069,0.29889-0.32391,0.44214c-0.20105,0.25439-0.17047,0.61884,0.07788,0.82721l0.29395,0.24664 | |||
l-0.00006,0.00006l1.03052,0.86469c1.57611-1.86481,2.81879-4.01123,3.67499-6.34735l-1.27185-0.46289L44.05731,32.56602z"/> | |||
</g> | |||
</g> | |||
<g opacity="0.4"> | |||
<path d="M22.09493,4.6846c-0.07886-0.44727-0.51312-0.75226-0.95721-0.65692c-2.28204,0.48999-4.47528,1.33398-6.49951,2.50269 | |||
c-2.02429,1.1687-3.85181,2.64612-5.41718,4.37744c-0.30463,0.33685-0.25763,0.86548,0.09033,1.15741l0.43018,0.36096 | |||
l1.05884,0.88855c2.90454-3.4729,6.98431-5.91663,11.62622-6.74884h0.00006l-0.24146-1.3692L22.09493,4.6846z"/> | |||
<path d="M37.0461,6.53036c-2.02423-1.1687-4.21747-2.0127-6.49951-2.50269c-0.44403-0.09534-0.87836,0.20966-0.95721,0.65692 | |||
l-0.08612,0.48834l-0.24139,1.3692c4.67065,0.79895,8.78009,3.22705,11.71246,6.69666h0.00006l1.0589-0.88855l0.33966-0.28503 | |||
c0.34796-0.29193,0.39496-0.82056,0.09033-1.15741C40.89791,9.17648,39.0704,7.69906,37.0461,6.53036z"/> | |||
<path d="M47.16885,19.05954c-0.13977-0.43353-0.62384-0.65857-1.05188-0.50275l-0.41498,0.15106l-1.28973,0.46942 | |||
c0.7746,2.1142,1.21887,4.38763,1.21887,6.77014c0,2.37512-0.44159,4.64178-1.21161,6.75043h0.00006l1.27185,0.46289 | |||
l0.42554,0.15491c0.42804,0.15576,0.91211-0.06921,1.05188-0.50275c0.71588-2.22027,1.08124-4.54046,1.08124-6.87671 | |||
C48.25008,23.6,47.88473,21.27981,47.16885,19.05954z"/> | |||
<path d="M6.12319,18.75906v0.00006l-0.55585-0.20233c-0.42798-0.15582-0.91205,0.06921-1.05188,0.50275 | |||
C3.79958,21.27981,3.43423,23.6,3.43423,25.93619c0,2.33624,0.36536,4.65643,1.08124,6.87671 | |||
c0.13983,0.43353,0.6239,0.65851,1.05188,0.50275l0.56641-0.20618l1.27179-0.46289 | |||
c-0.75812-2.09424-1.19287-4.34326-1.19287-6.69916c0-2.36328,0.43744-4.61914,1.20013-6.71893L6.12319,18.75906z"/> | |||
<path d="M42.01644,39.50808l-1.03052-0.86469l0.00006-0.00006h-0.00006c-2.93231,3.47565-7.04529,5.90814-11.72021,6.7088 | |||
l0.23193,1.31555l0.09174,0.52014c0.07886,0.44727,0.51318,0.75226,0.95721,0.65692 | |||
c2.28204-0.49005,4.47528-1.33398,6.49951-2.50269c2.02429-1.16876,3.85181-2.64618,5.41718-4.37744 | |||
c0.30463-0.33691,0.25763-0.86548-0.09033-1.15741L42.01644,39.50808z"/> | |||
<path d="M10.78878,38.56747l-1.0304,0.86462v0.00006l-0.44702,0.37506c-0.34796,0.29193-0.39496,0.8205-0.09033,1.15741 | |||
c1.56537,1.73126,3.39288,3.20868,5.41718,4.37744c2.02423,1.1687,4.21747,2.01263,6.49951,2.50269 | |||
c0.44409,0.09534,0.87836-0.20966,0.95721-0.65692l0.09589-0.54388l0.23199-1.31555l-0.00006,0.00006 | |||
C17.77651,44.49453,13.69314,42.04635,10.78878,38.56747z"/> | |||
</g> | |||
<path fill="#333333" d="M22.01327,4.47787c-0.15735-0.3252-0.50677-0.52936-0.87555-0.4502 | |||
c-2.28204,0.48999-4.47528,1.33398-6.49951,2.50269c-2.02429,1.1687-3.85181,2.64612-5.41718,4.37744 | |||
c-0.30463,0.33685-0.25763,0.86548,0.09033,1.15741l0.43018,0.36096C8.186,14.2894,6.96511,16.43271,6.12319,18.75912 | |||
l-0.55585-0.20233c-0.42798-0.15582-0.91205,0.06921-1.05188,0.50275C3.79958,21.27981,3.43423,23.6,3.43423,25.93619 | |||
c0,2.33624,0.36536,4.65643,1.08124,6.87671c0.13983,0.43353,0.6239,0.65851,1.05188,0.50275l0.56641-0.20618 | |||
c0.8446,2.32324,2.06799,4.46265,3.62463,6.32269l-0.44702,0.37506c-0.34796,0.29193-0.39496,0.8205-0.09033,1.15741 | |||
c1.56537,1.73126,3.39288,3.20868,5.41718,4.37744c2.02423,1.1687,4.21747,2.01263,6.49951,2.50269 | |||
c0.44409,0.09534,0.87836-0.20966,0.95721-0.65692l0.09589-0.54388c1.21301,0.2171,2.45569,0.34943,3.73114,0.34943 | |||
c1.22144,0,2.41113-0.12622,3.57568-0.32568l0.09174,0.52014c0.07886,0.44727,0.51318,0.75226,0.95721,0.65692 | |||
c2.28204-0.49005,4.47528-1.33398,6.49945-2.50269c2.02441-1.16876,3.85181-2.64618,5.41724-4.37744 | |||
c0.30469-0.33691,0.25757-0.86548-0.09033-1.15741l-0.35645-0.29913c1.57605-1.86481,2.81873-4.01123,3.67493-6.34735 | |||
l0.42554,0.15491c0.4281,0.15576,0.91211-0.06921,1.05188-0.50275c0.71582-2.22027,1.0813-4.54046,1.0813-6.87671 | |||
c0-2.33618-0.36548-4.65637-1.0813-6.87665c-0.13977-0.43353-0.62378-0.65857-1.05188-0.50275l-0.41492,0.15106 | |||
c-0.85352-2.33936-2.09375-4.48956-3.6687-6.3576l0.3396-0.28503c0.3479-0.29193,0.39502-0.82056,0.09033-1.15741 | |||
c-1.56543-1.73132-3.39282-3.20874-5.41724-4.37744c-2.02417-1.1687-4.21741-2.0127-6.49945-2.50269 | |||
c-0.36896-0.07922-0.71857,0.12531-0.87579,0.45081l-0.11113,0.41515V4.03961L30.1846,1.884 | |||
c11.45032,2.01746,20.15185,12.00708,20.15185,24.03589c0,13.48376-10.93079,24.41455-24.41449,24.41455 | |||
c-13.48377,0-24.41455-10.93079-24.41455-24.41455c0-11.97473,8.6236-21.92883,19.99768-24.00836l0.61945,2.12811l0.00002,0.87553 | |||
L22.01327,4.47787z"/> | |||
<path opacity="0.35" d="M25.92188-0.0019c-14.31622,0-25.92181,11.60559-25.92181,25.92181 | |||
c0,14.31628,11.60559,25.92181,25.92181,25.92181c14.31628,0,25.92188-11.60553,25.92188-25.92181 | |||
C51.84375,11.60369,40.23816-0.0019,25.92188-0.0019z M25.92194,50.33447c-13.48376,0-24.41455-10.93079-24.41455-24.41455 | |||
c0-11.97473,8.6236-21.92883,19.99768-24.00836l-0.05975-0.3017c-0.03839-0.19482,0.01483-0.39844,0.14587-0.55762 | |||
c0.05109-0.06213,0.11694-0.10809,0.18451-0.15076c1.34973-0.22205,2.73358-0.3429,4.14618-0.3429 | |||
c1.33917,0,2.65356,0.10553,3.93671,0.30554c0.08984,0.04694,0.16986,0.10962,0.23444,0.18811 | |||
c0.13159,0.15967,0.1842,0.36279,0.14587,0.55762l-0.05432,0.27417c11.4502,2.01746,20.15186,12.00708,20.15186,24.03589 | |||
C50.33643,39.40368,39.40564,50.33447,25.92194,50.33447z"/> | |||
<path fill="#424242" d="M44.41953,32.69783c0.77002-2.10863,1.2116-4.37528,1.2116-6.75039 | |||
c0-2.38256-0.44427-4.65598-1.21886-6.77016l-0.36413,0.13252c-0.30371,0.11054-0.63419-0.04423-0.75457-0.34418 | |||
c-0.67615-1.68475-1.58227-3.25033-2.69203-4.65127c-0.20146-0.25432-0.17103-0.61921,0.07751-0.82777l0.29531-0.2478 | |||
c-2.93242-3.46958-7.04183-5.89767-11.71252-6.69662l-0.067,0.37992c-0.05634,0.31945-0.35732,0.5306-0.67835,0.48409 | |||
c-0.84835-0.12291-1.71214-0.19714-2.5946-0.19714c-0.93485,0-1.84994,0.07971-2.74674,0.21588 | |||
c-0.32229,0.04894-0.62567-0.16206-0.68226-0.4831l-0.06627-0.37591c-4.64194,0.83221-8.72169,3.27592-11.62621,6.7488 | |||
l0.29779,0.24987c0.24758,0.20773,0.27885,0.57081,0.07959,0.82526c-1.09229,1.39481-1.98215,2.95207-2.64729,4.62457 | |||
c-0.11972,0.30104-0.45096,0.45675-0.7554,0.34595l-0.36231-0.13186c-0.76269,2.09978-1.20013,4.35563-1.20013,6.71896 | |||
c0,2.35588,0.43475,4.60489,1.19286,6.69912l0.36042-0.13117c0.30473-0.11091,0.63625,0.0452,0.75569,0.34668 | |||
c0.66352,1.6749,1.55193,3.23483,2.64358,4.63199c0.19882,0.25446,0.16738,0.61716-0.08,0.82472l-0.29641,0.24871 | |||
c2.90434,3.47886,6.98769,5.92703,11.63396,6.76095l0.06563-0.37221c0.05661-0.32108,0.36005-0.53206,0.68238-0.48305 | |||
c0.8982,0.13657,1.81478,0.2164,2.75112,0.2164c0.88399,0,1.74925-0.07444,2.599-0.19773 | |||
c0.32107-0.04659,0.62213,0.16457,0.67847,0.48408l0.06633,0.37618c4.67496-0.80066,8.78791-3.23314,11.72027-6.70876 | |||
l-0.29388-0.24659c-0.24835-0.20838-0.27896-0.5729-0.07793-0.82725c1.10908-1.40324,2.01381-2.97147,2.6883-4.65859 | |||
c0.12009-0.3004,0.45085-0.45557,0.75486-0.34492L44.41953,32.69783z"/> | |||
<rect x="22.12456" y="4.91517" fill="#089DB4" width="7.43512" height="13.24099"/> | |||
<path opacity="0.58" fill="#089DB4" d="M22.12454,4.91519h7.43512V4.03964l0.67926-2.42981 | |||
c0.03833-0.19482-0.01428-0.39795-0.14587-0.55762c-0.12616-0.15332-0.30927-0.25098-0.5155-0.27539 | |||
c-1.23163-0.14453-2.48846-0.21826-3.73541-0.21826c-1.24756,0-2.50439,0.07373-3.73492,0.21826 | |||
c-0.20673,0.02441-0.38989,0.12207-0.51599,0.27539c-0.13104,0.15918-0.18427,0.36279-0.14587,0.55762l0.6792,2.42981V4.91519z"/> | |||
<rect x="22.12456" y="4.03961" opacity="0.81" fill="#A4DBE3" width="7.43512" height="0.87556"/> | |||
</svg> |
@@ -0,0 +1,41 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" display="none"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="45.320924" inkscape:cy="41.671628" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g display="inline"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="946" x2="25.92185" y2="997.84369" gradientTransform="matrix(1 0 0 1 0 -946)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
</g> | |||
</g> | |||
<g id="anim" display="none"> | |||
<g display="inline"> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<polygon fill="#333333" points="25.92185,1.6 31.4729,18.68437 49.43646,18.68437 34.90363,29.24309 40.45468,46.32745 | |||
25.92185,35.76873 11.38902,46.32745 16.94007,29.24309 2.40724,18.68437 20.3708,18.68437 "/> | |||
</g> | |||
</g> | |||
<g id="fixed_fg"> | |||
<g> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
</g> | |||
</g> | |||
<g> | |||
<circle opacity="0.31" cx="25.92185" cy="27.00564" r="17.18588"/> | |||
<circle fill="#FAFAFA" stroke="#B2B2B2" stroke-width="0.75" stroke-miterlimit="10" cx="25.92185" cy="25.93815" r="16.68843"/> | |||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="8.75227" x2="25.92185" y2="43.12403"> | |||
<stop offset="0" style="stop-color:#FF6998"/> | |||
<stop offset="1" style="stop-color:#8F0130"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_2_)" cx="25.92185" cy="25.93815" r="17.18588"/> | |||
<circle fill="#DB1255" cx="25.92185" cy="25.93815" r="16.30198"/> | |||
</g> | |||
</svg> |
@@ -1,443 +1,135 @@ | |||
<?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="18.289322mm" | |||
height="18.287951mm" | |||
viewBox="0 0 18.289322 18.287953" | |||
version="1.1" | |||
id="svg15246" | |||
sodipodi:docname="Rogan3PSRed.svg" | |||
inkscape:version="0.92.2 5c3e80d, 2017-08-06"> | |||
<defs | |||
id="defs15240"> | |||
<clipPath | |||
id="clip89"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect4864" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip90"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path4861" /> | |||
</clipPath> | |||
<mask | |||
id="mask44"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4858" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4856" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17821"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="19" | |||
id="rect17819" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17825"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.898438,0.128906 h 16.25 v 17.882813 h -16.25 z m 0,0" | |||
id="path17823" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip87"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect4848" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip88"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path4845" /> | |||
</clipPath> | |||
<mask | |||
id="mask43"> | |||
<g | |||
style="filter:url(#alpha)" | |||
id="g4842" | |||
transform="matrix(0.26458333,0,0,0.26458333,89.358789,128.57765)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4840" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter17836" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix17834" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath17840"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="24" | |||
height="26" | |||
id="rect17838" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath17844"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="m 0.683594,0.921875 h 22.679687 v 24.9375 H 0.683594 Z m 0,0" | |||
id="path17842" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip95"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect4912" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip96"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path4909" /> | |||
</clipPath> | |||
<mask | |||
id="mask47"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4906" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect4904" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-3" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-6" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18541"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18539" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18545"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.140625,0.140625 H 17.199219 V 17.199219 H 0.140625 Z m 0,0" | |||
id="path18543" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip93"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect4896" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip94"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path4893" /> | |||
</clipPath> | |||
<mask | |||
id="mask46"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4890" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4888" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18556" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18554" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18560"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="22" | |||
height="24" | |||
id="rect18558" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18564"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.0390625,0.0390625 H 21.300781 V 23.421875 H 0.0390625 Z m 0,0" | |||
id="path18562" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip91"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect4880" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip92"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path4877" /> | |||
</clipPath> | |||
<mask | |||
id="mask45"> | |||
<g | |||
style="filter:url(#alpha-3)" | |||
id="g4874" | |||
transform="matrix(0.26458333,0,0,0.26458333,88.611154,119.19859)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.14999402;stroke:none" | |||
id="rect4872" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="filter18575" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix18573" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18579"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="29" | |||
height="32" | |||
id="rect18577" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18583"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.507812,0.5 H 28.855469 V 31.679688 H 0.507812 Z m 0,0" | |||
id="path18581" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip202"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect5795" /> | |||
</clipPath> | |||
<clipPath | |||
id="clip203"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path5792" /> | |||
</clipPath> | |||
<mask | |||
id="mask104"> | |||
<g | |||
style="filter:url(#alpha-7)" | |||
id="g5789" | |||
transform="matrix(0.26458333,0,0,0.26458333,74.416306,97.613551)"> | |||
<rect | |||
x="0" | |||
y="0" | |||
width="3052.8701" | |||
height="3351.5" | |||
style="fill:#000000;fill-opacity:0.33000201;stroke:none" | |||
id="rect5787" /> | |||
</g> | |||
</mask> | |||
<filter | |||
id="alpha-7" | |||
filterUnits="objectBoundingBox" | |||
x="0" | |||
y="0" | |||
width="1" | |||
height="1"> | |||
<feColorMatrix | |||
type="matrix" | |||
in="SourceGraphic" | |||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0" | |||
id="feColorMatrix4149-5" /> | |||
</filter> | |||
<clipPath | |||
id="clipPath18765"> | |||
<rect | |||
y="0" | |||
x="0" | |||
width="18" | |||
height="18" | |||
id="rect18763" /> | |||
</clipPath> | |||
<clipPath | |||
id="clipPath18769"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
d="M 0.855469,0.140625 H 17.914062 V 17.199219 H 0.855469 Z m 0,0" | |||
id="path18767" /> | |||
</clipPath> | |||
</defs> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="5.6" | |||
inkscape:cx="39.44592" | |||
inkscape:cy="35.970023" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="layer1" | |||
showgrid="false" | |||
inkscape:window-width="2560" | |||
inkscape:window-height="1440" | |||
inkscape:window-x="0" | |||
inkscape:window-y="0" | |||
inkscape:window-maximized="0" | |||
units="px" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" /> | |||
<metadata | |||
id="metadata15243"> | |||
<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(-48.015552,-85.049829)"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7613" | |||
d="m 66.304874,94.193113 c 0,5.050511 -4.095531,9.144667 -9.144663,9.144667 -5.049131,0 -9.144659,-4.094156 -9.144659,-9.144667 0,-5.049132 4.095528,-9.143284 9.144659,-9.143284 5.049132,0 9.144663,4.094152 9.144663,9.143284" | |||
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7615" | |||
d="m 62.71026,94.193113 c 0,3.064757 -2.484604,5.550739 -5.55074,5.550739 -3.064757,0 -5.549357,-2.485982 -5.549357,-5.550739 0,-3.064757 2.4846,-5.54936 5.549357,-5.54936 3.066136,0 5.55074,2.484603 5.55074,5.54936" | |||
style="fill:#da4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7617" | |||
d="m 64.526515,94.193113 c 0,4.069348 -3.297647,7.366997 -7.365616,7.366997 -4.067968,0 -7.366991,-3.297649 -7.366991,-7.366997 0,-4.06659 3.299023,-7.365616 7.366991,-7.365616 4.067969,0 7.365616,3.299026 7.365616,7.365616 z m 0,0" | |||
style="fill:none;stroke:#636363;stroke-width:0.29999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" /> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path7619" | |||
d="m 57.865767,85.080147 c -0.232886,-0.01792 -0.468531,-0.0303 -0.705556,-0.0303 -0.2384,0 -0.472665,0.01242 -0.705555,0.0303 v 4.43177 h 1.411111 z m 0,0" | |||
style="fill:#da4061;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.35277775" /> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" display="none"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="45.320924" inkscape:cy="41.671628" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g display="inline"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="-892" x2="25.92185" y2="-943.84369" gradientTransform="matrix(1 0 0 -1 0 -892)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
</g> | |||
</g> | |||
<g id="fixed_fg" display="none"> | |||
<g display="inline"> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<rect x="19.8687" y="19.86677" fill="#F2F2F2" width="12.1063" height="12.1063"/> | |||
</g> | |||
</g> | |||
<g opacity="0.32"> | |||
<g> | |||
<path d="M11.0852,38.31876c0.24738-0.20752,0.27881-0.57025,0.08002-0.82471c-0.15771-0.20184-0.3017-0.41418-0.45087-0.62268 | |||
c-0.29449-0.4093-0.5694-0.83179-0.83081-1.26495c-0.07385-0.12354-0.15289-0.24335-0.224-0.36871 | |||
c-0.19696-0.34412-0.37738-0.69727-0.55273-1.05457c-0.02753-0.0567-0.05505-0.1134-0.08209-0.17047 | |||
c-0.18469-0.38623-0.36102-0.776-0.51947-1.17627c-0.12866-0.28235-0.44452-0.42834-0.73932-0.32098l-1.6322,0.59406 | |||
c0.8446,2.32324,2.06799,4.46265,3.62463,6.32263l1.19794-1.00519L11.0852,38.31876z"/> | |||
</g> | |||
<g> | |||
<path d="M28.52087,44.49186c-0.02716,0.00397-0.05505,0.00543-0.08228,0.00928c-0.3266,0.04395-0.65344,0.08417-0.98517,0.11108 | |||
c-0.50513,0.04584-1.01422,0.07739-1.53156,0.07739c-0.53644,0-1.06458-0.03217-1.58832-0.08026 | |||
c-0.31744-0.02673-0.62982-0.06812-0.94263-0.11041c-0.07288-0.01031-0.14752-0.01471-0.22015-0.02576 | |||
c-0.32233-0.04901-0.62579,0.16193-0.68237,0.48297l-0.06561,0.37225l-0.23199,1.31555 | |||
c1.21301,0.2171,2.45569,0.34943,3.73114,0.34943c1.22144,0,2.41113-0.12622,3.57568-0.32568l-0.29828-1.69177 | |||
C29.143,44.65641,28.84198,44.44529,28.52087,44.49186z"/> | |||
</g> | |||
<g> | |||
<path d="M40.67907,13.48661c-0.24854,0.20856-0.27899,0.57343-0.07751,0.82776c0.09833,0.12415,0.18616,0.25641,0.28131,0.38312 | |||
c0.40479,0.53729,0.78052,1.09564,1.12659,1.67572c0.04053,0.06848,0.08411,0.13477,0.12378,0.20374 | |||
c0.20905,0.36078,0.40271,0.7301,0.58789,1.10565c0.01593,0.03247,0.03143,0.06519,0.04718,0.09784 | |||
c0.19458,0.40045,0.38141,0.80432,0.54767,1.22003c0.13245,0.27411,0.44189,0.41498,0.73206,0.30933l1.65393-0.60193 | |||
c-0.85345-2.33936-2.09375-4.48956-3.6687-6.35761l-1.0589,0.88855L40.67907,13.48661z"/> | |||
</g> | |||
<g> | |||
<path d="M7.77508,19.36033c0.2934,0.10681,0.60736-0.03754,0.73724-0.31744c0.15961-0.40198,0.33771-0.79297,0.5238-1.18073 | |||
c0.02502-0.05261,0.05029-0.10492,0.07581-0.15723c0.1767-0.3595,0.35901-0.71448,0.55762-1.06049 | |||
c0.06421-0.11292,0.13538-0.22095,0.20184-0.33234c0.27277-0.45325,0.56128-0.89423,0.87024-1.32141 | |||
c0.14453-0.20093,0.28363-0.40613,0.43616-0.60089c0.19922-0.25433,0.16791-0.61737-0.07947-0.82507l-0.29791-0.25 | |||
l-1.0589-0.88855c-1.55554,1.86322-2.77643,4.00641-3.61835,6.33289l1.34857,0.49084L7.77508,19.36033z"/> | |||
</g> | |||
<g> | |||
<path d="M44.05731,32.56602c-0.2915-0.10614-0.60278,0.03625-0.73419,0.31268c-0.16504,0.414-0.3501,0.81635-0.54315,1.21521 | |||
c-0.0174,0.03625-0.03461,0.07245-0.05225,0.10852c-0.18427,0.37445-0.37646,0.74298-0.58447,1.10278 | |||
c-0.04144,0.07227-0.08716,0.1416-0.12952,0.2132c-0.33148,0.55609-0.69019,1.09204-1.07568,1.60895 | |||
c-0.10895,0.14667-0.21069,0.29889-0.32391,0.44214c-0.20105,0.25439-0.17047,0.61884,0.07788,0.82721l0.29395,0.24664 | |||
l-0.00006,0.00006l1.03052,0.86469c1.57611-1.86481,2.81879-4.01123,3.67499-6.34735l-1.27185-0.46289L44.05731,32.56602z"/> | |||
</g> | |||
</g> | |||
<g opacity="0.4"> | |||
<path d="M22.09493,4.6846c-0.07886-0.44727-0.51312-0.75226-0.95721-0.65692c-2.28204,0.48999-4.47528,1.33398-6.49951,2.50269 | |||
c-2.02429,1.1687-3.85181,2.64612-5.41718,4.37744c-0.30463,0.33685-0.25763,0.86548,0.09033,1.15741l0.43018,0.36096 | |||
l1.05884,0.88855c2.90454-3.4729,6.98431-5.91663,11.62622-6.74884h0.00006l-0.24146-1.3692L22.09493,4.6846z"/> | |||
<path d="M37.0461,6.53036c-2.02423-1.1687-4.21747-2.0127-6.49951-2.50269c-0.44403-0.09534-0.87836,0.20966-0.95721,0.65692 | |||
l-0.08612,0.48834l-0.24139,1.3692c4.67065,0.79895,8.78009,3.22705,11.71246,6.69666h0.00006l1.0589-0.88855l0.33966-0.28503 | |||
c0.34796-0.29193,0.39496-0.82056,0.09033-1.15741C40.89791,9.17648,39.0704,7.69906,37.0461,6.53036z"/> | |||
<path d="M47.16885,19.05954c-0.13977-0.43353-0.62384-0.65857-1.05188-0.50275l-0.41498,0.15106l-1.28973,0.46942 | |||
c0.7746,2.1142,1.21887,4.38763,1.21887,6.77014c0,2.37512-0.44159,4.64178-1.21161,6.75043h0.00006l1.27185,0.46289 | |||
l0.42554,0.15491c0.42804,0.15576,0.91211-0.06921,1.05188-0.50275c0.71588-2.22027,1.08124-4.54046,1.08124-6.87671 | |||
C48.25008,23.6,47.88473,21.27981,47.16885,19.05954z"/> | |||
<path d="M6.12319,18.75906v0.00006l-0.55585-0.20233c-0.42798-0.15582-0.91205,0.06921-1.05188,0.50275 | |||
C3.79958,21.27981,3.43423,23.6,3.43423,25.93619c0,2.33624,0.36536,4.65643,1.08124,6.87671 | |||
c0.13983,0.43353,0.6239,0.65851,1.05188,0.50275l0.56641-0.20618l1.27179-0.46289 | |||
c-0.75812-2.09424-1.19287-4.34326-1.19287-6.69916c0-2.36328,0.43744-4.61914,1.20013-6.71893L6.12319,18.75906z"/> | |||
<path d="M42.01644,39.50808l-1.03052-0.86469l0.00006-0.00006h-0.00006c-2.93231,3.47565-7.04529,5.90814-11.72021,6.7088 | |||
l0.23193,1.31555l0.09174,0.52014c0.07886,0.44727,0.51318,0.75226,0.95721,0.65692 | |||
c2.28204-0.49005,4.47528-1.33398,6.49951-2.50269c2.02429-1.16876,3.85181-2.64618,5.41718-4.37744 | |||
c0.30463-0.33691,0.25763-0.86548-0.09033-1.15741L42.01644,39.50808z"/> | |||
<path d="M10.78878,38.56747l-1.0304,0.86462v0.00006l-0.44702,0.37506c-0.34796,0.29193-0.39496,0.8205-0.09033,1.15741 | |||
c1.56537,1.73126,3.39288,3.20868,5.41718,4.37744c2.02423,1.1687,4.21747,2.01263,6.49951,2.50269 | |||
c0.44409,0.09534,0.87836-0.20966,0.95721-0.65692l0.09589-0.54388l0.23199-1.31555l-0.00006,0.00006 | |||
C17.77651,44.49453,13.69314,42.04635,10.78878,38.56747z"/> | |||
</g> | |||
<path fill="#333333" d="M22.01327,4.47787c-0.15735-0.3252-0.50677-0.52936-0.87555-0.4502 | |||
c-2.28204,0.48999-4.47528,1.33398-6.49951,2.50269c-2.02429,1.1687-3.85181,2.64612-5.41718,4.37744 | |||
c-0.30463,0.33685-0.25763,0.86548,0.09033,1.15741l0.43018,0.36096C8.186,14.2894,6.96511,16.43271,6.12319,18.75912 | |||
l-0.55585-0.20233c-0.42798-0.15582-0.91205,0.06921-1.05188,0.50275C3.79958,21.27981,3.43423,23.6,3.43423,25.93619 | |||
c0,2.33624,0.36536,4.65643,1.08124,6.87671c0.13983,0.43353,0.6239,0.65851,1.05188,0.50275l0.56641-0.20618 | |||
c0.8446,2.32324,2.06799,4.46265,3.62463,6.32269l-0.44702,0.37506c-0.34796,0.29193-0.39496,0.8205-0.09033,1.15741 | |||
c1.56537,1.73126,3.39288,3.20868,5.41718,4.37744c2.02423,1.1687,4.21747,2.01263,6.49951,2.50269 | |||
c0.44409,0.09534,0.87836-0.20966,0.95721-0.65692l0.09589-0.54388c1.21301,0.2171,2.45569,0.34943,3.73114,0.34943 | |||
c1.22144,0,2.41113-0.12622,3.57568-0.32568l0.09174,0.52014c0.07886,0.44727,0.51318,0.75226,0.95721,0.65692 | |||
c2.28204-0.49005,4.47528-1.33398,6.49945-2.50269c2.02441-1.16876,3.85181-2.64618,5.41724-4.37744 | |||
c0.30469-0.33691,0.25757-0.86548-0.09033-1.15741l-0.35645-0.29913c1.57605-1.86481,2.81873-4.01123,3.67493-6.34735 | |||
l0.42554,0.15491c0.4281,0.15576,0.91211-0.06921,1.05188-0.50275c0.71582-2.22027,1.0813-4.54046,1.0813-6.87671 | |||
c0-2.33618-0.36548-4.65637-1.0813-6.87665c-0.13977-0.43353-0.62378-0.65857-1.05188-0.50275l-0.41492,0.15106 | |||
c-0.85352-2.33936-2.09375-4.48956-3.6687-6.3576l0.3396-0.28503c0.3479-0.29193,0.39502-0.82056,0.09033-1.15741 | |||
c-1.56543-1.73132-3.39282-3.20874-5.41724-4.37744c-2.02417-1.1687-4.21741-2.0127-6.49945-2.50269 | |||
c-0.36896-0.07922-0.71857,0.12531-0.87579,0.45081l-0.11113,0.41515V4.03961L30.1846,1.884 | |||
c11.45032,2.01746,20.15185,12.00708,20.15185,24.03589c0,13.48376-10.93079,24.41455-24.41449,24.41455 | |||
c-13.48377,0-24.41455-10.93079-24.41455-24.41455c0-11.97473,8.6236-21.92883,19.99768-24.00836l0.61945,2.12811l0.00002,0.87553 | |||
L22.01327,4.47787z"/> | |||
<path opacity="0.35" d="M25.92188-0.0019c-14.31622,0-25.92181,11.60559-25.92181,25.92181 | |||
c0,14.31628,11.60559,25.92181,25.92181,25.92181c14.31628,0,25.92188-11.60553,25.92188-25.92181 | |||
C51.84375,11.60369,40.23816-0.0019,25.92188-0.0019z M25.92194,50.33447c-13.48376,0-24.41455-10.93079-24.41455-24.41455 | |||
c0-11.97473,8.6236-21.92883,19.99768-24.00836l-0.05975-0.3017c-0.03839-0.19482,0.01483-0.39844,0.14587-0.55762 | |||
c0.05109-0.06213,0.11694-0.10809,0.18451-0.15076c1.34973-0.22205,2.73358-0.3429,4.14618-0.3429 | |||
c1.33917,0,2.65356,0.10553,3.93671,0.30554c0.08984,0.04694,0.16986,0.10962,0.23444,0.18811 | |||
c0.13159,0.15967,0.1842,0.36279,0.14587,0.55762l-0.05432,0.27417c11.4502,2.01746,20.15186,12.00708,20.15186,24.03589 | |||
C50.33643,39.40368,39.40564,50.33447,25.92194,50.33447z"/> | |||
<path fill="#424242" d="M44.41953,32.69783c0.77002-2.10863,1.2116-4.37528,1.2116-6.75039 | |||
c0-2.38256-0.44427-4.65598-1.21886-6.77016l-0.36413,0.13252c-0.30371,0.11054-0.63419-0.04423-0.75457-0.34418 | |||
c-0.67615-1.68475-1.58227-3.25033-2.69203-4.65127c-0.20146-0.25432-0.17103-0.61921,0.07751-0.82777l0.29531-0.2478 | |||
c-2.93242-3.46958-7.04183-5.89767-11.71252-6.69662l-0.067,0.37992c-0.05634,0.31945-0.35732,0.5306-0.67835,0.48409 | |||
c-0.84835-0.12291-1.71214-0.19714-2.5946-0.19714c-0.93485,0-1.84994,0.07971-2.74674,0.21588 | |||
c-0.32229,0.04894-0.62567-0.16206-0.68226-0.4831l-0.06627-0.37591c-4.64194,0.83221-8.72169,3.27592-11.62621,6.7488 | |||
l0.29779,0.24987c0.24758,0.20773,0.27885,0.57081,0.07959,0.82526c-1.09229,1.39481-1.98215,2.95207-2.64729,4.62457 | |||
c-0.11972,0.30104-0.45096,0.45675-0.7554,0.34595l-0.36231-0.13186c-0.76269,2.09978-1.20013,4.35563-1.20013,6.71896 | |||
c0,2.35588,0.43475,4.60489,1.19286,6.69912l0.36042-0.13117c0.30473-0.11091,0.63625,0.0452,0.75569,0.34668 | |||
c0.66352,1.6749,1.55193,3.23483,2.64358,4.63199c0.19882,0.25446,0.16738,0.61716-0.08,0.82472l-0.29641,0.24871 | |||
c2.90434,3.47886,6.98769,5.92703,11.63396,6.76095l0.06563-0.37221c0.05661-0.32108,0.36005-0.53206,0.68238-0.48305 | |||
c0.8982,0.13657,1.81478,0.2164,2.75112,0.2164c0.88399,0,1.74925-0.07444,2.599-0.19773 | |||
c0.32107-0.04659,0.62213,0.16457,0.67847,0.48408l0.06633,0.37618c4.67496-0.80066,8.78791-3.23314,11.72027-6.70876 | |||
l-0.29388-0.24659c-0.24835-0.20838-0.27896-0.5729-0.07793-0.82725c1.10908-1.40324,2.01381-2.97147,2.6883-4.65859 | |||
c0.12009-0.3004,0.45085-0.45557,0.75486-0.34492L44.41953,32.69783z"/> | |||
<rect x="22.12456" y="4.91517" fill="#DB1255" width="7.43512" height="13.24099"/> | |||
<path opacity="0.58" fill="#E3195A" d="M22.12454,4.91519h7.43512V4.03964l0.67926-2.42981 | |||
c0.03833-0.19482-0.01428-0.39795-0.14587-0.55762c-0.12616-0.15332-0.30927-0.25098-0.5155-0.27539 | |||
c-1.23163-0.14453-2.48846-0.21826-3.73541-0.21826c-1.24756,0-2.50439,0.07373-3.73492,0.21826 | |||
c-0.20673,0.02441-0.38989,0.12207-0.51599,0.27539c-0.13104,0.15918-0.18427,0.36279-0.14587,0.55762l0.6792,2.42981V4.91519z"/> | |||
<rect x="22.12456" y="4.03961" opacity="0.81" fill="#F5AEC5" width="7.43512" height="0.87556"/> | |||
</svg> |
@@ -1,6 +1,6 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" display="none"> | |||
@@ -8,7 +8,8 @@ | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="45.320924" inkscape:cy="41.671628" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g display="inline"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="0" x2="25.92185" y2="51.8437"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="54" x2="25.92185" y2="2.1563" gradientTransform="matrix(1 0 0 -1 0 54)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
@@ -25,7 +26,18 @@ | |||
<g id="fixed_fg"> | |||
<g> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<rect x="19.8687" y="19.86677" fill="#F2F2F2" width="12.1063" height="12.1063"/> | |||
</g> | |||
</g> | |||
<g> | |||
<g> | |||
<circle opacity="0.31" cx="25.92184" cy="27.00564" r="17.18588"/> | |||
<circle fill="#FAFAFA" stroke="#B2B2B2" stroke-width="0.75" stroke-miterlimit="10" cx="25.92184" cy="25.93815" r="16.68843"/> | |||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="25.92184" y1="8.75227" x2="25.92184" y2="43.12403"> | |||
<stop offset="0" style="stop-color:#FFFCFC"/> | |||
<stop offset="1" style="stop-color:#C2C2C2"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_2_)" cx="25.92184" cy="25.93815" r="17.18588"/> | |||
<circle fill="#F2F2F2" cx="25.92184" cy="25.93815" r="16.30198"/> | |||
</g> | |||
</g> | |||
</svg> |
@@ -1,6 +1,6 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |||
width="51.84375px" height="51.83984px" viewBox="0 0 51.84375 51.83984" enable-background="new 0 0 51.84375 51.83984" | |||
xml:space="preserve"> | |||
<g id="fixed_bg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" display="none"> | |||
@@ -8,24 +8,128 @@ | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="45.320924" inkscape:cy="41.671628" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="1434" inkscape:window-maximized="0" inkscape:window-width="1274" inkscape:window-x="1280" inkscape:window-y="0" inkscape:zoom="5.6" pagecolor="#ffffff" showgrid="false" units="px"> | |||
</sodipodi:namedview> | |||
<g display="inline"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="0" x2="25.92185" y2="51.8437"> | |||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="25.92185" y1="-892" x2="25.92185" y2="-943.84369" gradientTransform="matrix(1 0 0 -1 0 -892)"> | |||
<stop offset="0" style="stop-color:#FFFBFD"/> | |||
<stop offset="1" style="stop-color:#000000"/> | |||
</linearGradient> | |||
<circle fill="url(#SVGID_1_)" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
</g> | |||
</g> | |||
<g id="anim"> | |||
<g> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<polygon fill="#333333" points="25.92185,1.6 31.4729,18.68437 49.43646,18.68437 34.90363,29.24309 40.45468,46.32745 | |||
25.92185,35.76873 11.38902,46.32745 16.94007,29.24309 2.40724,18.68437 20.3708,18.68437 "/> | |||
</g> | |||
</g> | |||
<g id="fixed_fg" display="none"> | |||
<g display="inline"> | |||
<circle fill="none" cx="25.92185" cy="25.92185" r="25.92185"/> | |||
<rect x="19.8687" y="19.86677" fill="#F2F2F2" width="12.1063" height="12.1063"/> | |||
</g> | |||
</g> | |||
<g opacity="0.32"> | |||
<g> | |||
<path d="M11.0852,38.31876c0.24738-0.20752,0.27881-0.57025,0.08002-0.82471c-0.15771-0.20184-0.3017-0.41418-0.45087-0.62268 | |||
c-0.29449-0.4093-0.5694-0.83179-0.83081-1.26495c-0.07385-0.12354-0.15289-0.24335-0.224-0.36871 | |||
c-0.19696-0.34412-0.37738-0.69727-0.55273-1.05457c-0.02753-0.0567-0.05505-0.1134-0.08209-0.17047 | |||
c-0.18469-0.38623-0.36102-0.776-0.51947-1.17627c-0.12866-0.28235-0.44452-0.42834-0.73932-0.32098l-1.6322,0.59406 | |||
c0.8446,2.32324,2.06799,4.46265,3.62463,6.32263l1.19794-1.00519L11.0852,38.31876z"/> | |||
</g> | |||
<g> | |||
<path d="M28.52087,44.49186c-0.02716,0.00397-0.05505,0.00543-0.08228,0.00928c-0.3266,0.04395-0.65344,0.08417-0.98517,0.11108 | |||
c-0.50513,0.04584-1.01422,0.07739-1.53156,0.07739c-0.53644,0-1.06458-0.03217-1.58832-0.08026 | |||
c-0.31744-0.02673-0.62982-0.06812-0.94263-0.11041c-0.07288-0.01031-0.14752-0.01471-0.22015-0.02576 | |||
c-0.32233-0.04901-0.62579,0.16193-0.68237,0.48297l-0.06561,0.37225l-0.23199,1.31555 | |||
c1.21301,0.2171,2.45569,0.34943,3.73114,0.34943c1.22144,0,2.41113-0.12622,3.57568-0.32568l-0.29828-1.69177 | |||
C29.143,44.65641,28.84198,44.44529,28.52087,44.49186z"/> | |||
</g> | |||
<g> | |||
<path d="M40.67907,13.48661c-0.24854,0.20856-0.27899,0.57343-0.07751,0.82776c0.09833,0.12415,0.18616,0.25641,0.28131,0.38312 | |||
c0.40479,0.53729,0.78052,1.09564,1.12659,1.67572c0.04053,0.06848,0.08411,0.13477,0.12378,0.20374 | |||
c0.20905,0.36078,0.40271,0.7301,0.58789,1.10565c0.01593,0.03247,0.03143,0.06519,0.04718,0.09784 | |||
c0.19458,0.40045,0.38141,0.80432,0.54767,1.22003c0.13245,0.27411,0.44189,0.41498,0.73206,0.30933l1.65393-0.60193 | |||
c-0.85345-2.33936-2.09375-4.48956-3.6687-6.35761l-1.0589,0.88855L40.67907,13.48661z"/> | |||
</g> | |||
<g> | |||
<path d="M7.77508,19.36033c0.2934,0.10681,0.60736-0.03754,0.73724-0.31744c0.15961-0.40198,0.33771-0.79297,0.5238-1.18073 | |||
c0.02502-0.05261,0.05029-0.10492,0.07581-0.15723c0.1767-0.3595,0.35901-0.71448,0.55762-1.06049 | |||
c0.06421-0.11292,0.13538-0.22095,0.20184-0.33234c0.27277-0.45325,0.56128-0.89423,0.87024-1.32141 | |||
c0.14453-0.20093,0.28363-0.40613,0.43616-0.60089c0.19922-0.25433,0.16791-0.61737-0.07947-0.82507l-0.29791-0.25 | |||
l-1.0589-0.88855c-1.55554,1.86322-2.77643,4.00641-3.61835,6.33289l1.34857,0.49084L7.77508,19.36033z"/> | |||
</g> | |||
<g> | |||
<path d="M44.05731,32.56602c-0.2915-0.10614-0.60278,0.03625-0.73419,0.31268c-0.16504,0.414-0.3501,0.81635-0.54315,1.21521 | |||
c-0.0174,0.03625-0.03461,0.07245-0.05225,0.10852c-0.18427,0.37445-0.37646,0.74298-0.58447,1.10278 | |||
c-0.04144,0.07227-0.08716,0.1416-0.12952,0.2132c-0.33148,0.55609-0.69019,1.09204-1.07568,1.60895 | |||
c-0.10895,0.14667-0.21069,0.29889-0.32391,0.44214c-0.20105,0.25439-0.17047,0.61884,0.07788,0.82721l0.29395,0.24664 | |||
l-0.00006,0.00006l1.03052,0.86469c1.57611-1.86481,2.81879-4.01123,3.67499-6.34735l-1.27185-0.46289L44.05731,32.56602z"/> | |||
</g> | |||
</g> | |||
<g opacity="0.4"> | |||
<path d="M22.09493,4.6846c-0.07886-0.44727-0.51312-0.75226-0.95721-0.65692c-2.28204,0.48999-4.47528,1.33398-6.49951,2.50269 | |||
c-2.02429,1.1687-3.85181,2.64612-5.41718,4.37744c-0.30463,0.33685-0.25763,0.86548,0.09033,1.15741l0.43018,0.36096 | |||
l1.05884,0.88855c2.90454-3.4729,6.98431-5.91663,11.62622-6.74884h0.00006l-0.24146-1.3692L22.09493,4.6846z"/> | |||
<path d="M37.0461,6.53036c-2.02423-1.1687-4.21747-2.0127-6.49951-2.50269c-0.44403-0.09534-0.87836,0.20966-0.95721,0.65692 | |||
l-0.08612,0.48834l-0.24139,1.3692c4.67065,0.79895,8.78009,3.22705,11.71246,6.69666h0.00006l1.0589-0.88855l0.33966-0.28503 | |||
c0.34796-0.29193,0.39496-0.82056,0.09033-1.15741C40.89791,9.17648,39.0704,7.69906,37.0461,6.53036z"/> | |||
<path d="M47.16885,19.05954c-0.13977-0.43353-0.62384-0.65857-1.05188-0.50275l-0.41498,0.15106l-1.28973,0.46942 | |||
c0.7746,2.1142,1.21887,4.38763,1.21887,6.77014c0,2.37512-0.44159,4.64178-1.21161,6.75043h0.00006l1.27185,0.46289 | |||
l0.42554,0.15491c0.42804,0.15576,0.91211-0.06921,1.05188-0.50275c0.71588-2.22027,1.08124-4.54046,1.08124-6.87671 | |||
C48.25008,23.6,47.88473,21.27981,47.16885,19.05954z"/> | |||
<path d="M6.12319,18.75906v0.00006l-0.55585-0.20233c-0.42798-0.15582-0.91205,0.06921-1.05188,0.50275 | |||
C3.79958,21.27981,3.43423,23.6,3.43423,25.93619c0,2.33624,0.36536,4.65643,1.08124,6.87671 | |||
c0.13983,0.43353,0.6239,0.65851,1.05188,0.50275l0.56641-0.20618l1.27179-0.46289 | |||
c-0.75812-2.09424-1.19287-4.34326-1.19287-6.69916c0-2.36328,0.43744-4.61914,1.20013-6.71893L6.12319,18.75906z"/> | |||
<path d="M42.01644,39.50808l-1.03052-0.86469l0.00006-0.00006h-0.00006c-2.93231,3.47565-7.04529,5.90814-11.72021,6.7088 | |||
l0.23193,1.31555l0.09174,0.52014c0.07886,0.44727,0.51318,0.75226,0.95721,0.65692 | |||
c2.28204-0.49005,4.47528-1.33398,6.49951-2.50269c2.02429-1.16876,3.85181-2.64618,5.41718-4.37744 | |||
c0.30463-0.33691,0.25763-0.86548-0.09033-1.15741L42.01644,39.50808z"/> | |||
<path d="M10.78878,38.56747l-1.0304,0.86462v0.00006l-0.44702,0.37506c-0.34796,0.29193-0.39496,0.8205-0.09033,1.15741 | |||
c1.56537,1.73126,3.39288,3.20868,5.41718,4.37744c2.02423,1.1687,4.21747,2.01263,6.49951,2.50269 | |||
c0.44409,0.09534,0.87836-0.20966,0.95721-0.65692l0.09589-0.54388l0.23199-1.31555l-0.00006,0.00006 | |||
C17.77651,44.49453,13.69314,42.04635,10.78878,38.56747z"/> | |||
</g> | |||
<path fill="#333333" d="M22.01327,4.47787c-0.15735-0.3252-0.50677-0.52936-0.87555-0.4502 | |||
c-2.28204,0.48999-4.47528,1.33398-6.49951,2.50269c-2.02429,1.1687-3.85181,2.64612-5.41718,4.37744 | |||
c-0.30463,0.33685-0.25763,0.86548,0.09033,1.15741l0.43018,0.36096C8.186,14.2894,6.96511,16.43271,6.12319,18.75912 | |||
l-0.55585-0.20233c-0.42798-0.15582-0.91205,0.06921-1.05188,0.50275C3.79958,21.27981,3.43423,23.6,3.43423,25.93619 | |||
c0,2.33624,0.36536,4.65643,1.08124,6.87671c0.13983,0.43353,0.6239,0.65851,1.05188,0.50275l0.56641-0.20618 | |||
c0.8446,2.32324,2.06799,4.46265,3.62463,6.32269l-0.44702,0.37506c-0.34796,0.29193-0.39496,0.8205-0.09033,1.15741 | |||
c1.56537,1.73126,3.39288,3.20868,5.41718,4.37744c2.02423,1.1687,4.21747,2.01263,6.49951,2.50269 | |||
c0.44409,0.09534,0.87836-0.20966,0.95721-0.65692l0.09589-0.54388c1.21301,0.2171,2.45569,0.34943,3.73114,0.34943 | |||
c1.22144,0,2.41113-0.12622,3.57568-0.32568l0.09174,0.52014c0.07886,0.44727,0.51318,0.75226,0.95721,0.65692 | |||
c2.28204-0.49005,4.47528-1.33398,6.49945-2.50269c2.02441-1.16876,3.85181-2.64618,5.41724-4.37744 | |||
c0.30469-0.33691,0.25757-0.86548-0.09033-1.15741l-0.35645-0.29913c1.57605-1.86481,2.81873-4.01123,3.67493-6.34735 | |||
l0.42554,0.15491c0.4281,0.15576,0.91211-0.06921,1.05188-0.50275c0.71582-2.22027,1.0813-4.54046,1.0813-6.87671 | |||
c0-2.33618-0.36548-4.65637-1.0813-6.87665c-0.13977-0.43353-0.62378-0.65857-1.05188-0.50275l-0.41492,0.15106 | |||
c-0.85352-2.33936-2.09375-4.48956-3.6687-6.3576l0.3396-0.28503c0.3479-0.29193,0.39502-0.82056,0.09033-1.15741 | |||
c-1.56543-1.73132-3.39282-3.20874-5.41724-4.37744c-2.02417-1.1687-4.21741-2.0127-6.49945-2.50269 | |||
c-0.36896-0.07922-0.71857,0.12531-0.87579,0.45081l-0.11113,0.41515V4.03961L30.1846,1.884 | |||
c11.45032,2.01746,20.15185,12.00708,20.15185,24.03589c0,13.48376-10.93079,24.41455-24.41449,24.41455 | |||
c-13.48377,0-24.41455-10.93079-24.41455-24.41455c0-11.97473,8.6236-21.92883,19.99768-24.00836l0.61945,2.12811l0.00002,0.87553 | |||
L22.01327,4.47787z"/> | |||
<path opacity="0.35" d="M25.92188-0.0019c-14.31622,0-25.92181,11.60559-25.92181,25.92181 | |||
c0,14.31628,11.60559,25.92181,25.92181,25.92181c14.31628,0,25.92188-11.60553,25.92188-25.92181 | |||
C51.84375,11.60369,40.23816-0.0019,25.92188-0.0019z M25.92194,50.33447c-13.48376,0-24.41455-10.93079-24.41455-24.41455 | |||
c0-11.97473,8.6236-21.92883,19.99768-24.00836l-0.05975-0.3017c-0.03839-0.19482,0.01483-0.39844,0.14587-0.55762 | |||
c0.05109-0.06213,0.11694-0.10809,0.18451-0.15076c1.34973-0.22205,2.73358-0.3429,4.14618-0.3429 | |||
c1.33917,0,2.65356,0.10553,3.93671,0.30554c0.08984,0.04694,0.16986,0.10962,0.23444,0.18811 | |||
c0.13159,0.15967,0.1842,0.36279,0.14587,0.55762l-0.05432,0.27417c11.4502,2.01746,20.15186,12.00708,20.15186,24.03589 | |||
C50.33643,39.40368,39.40564,50.33447,25.92194,50.33447z"/> | |||
<path fill="#424242" d="M44.41953,32.69783c0.77002-2.10863,1.2116-4.37528,1.2116-6.75039 | |||
c0-2.38256-0.44427-4.65598-1.21886-6.77016l-0.36413,0.13252c-0.30371,0.11054-0.63419-0.04423-0.75457-0.34418 | |||
c-0.67615-1.68475-1.58227-3.25033-2.69203-4.65127c-0.20146-0.25432-0.17103-0.61921,0.07751-0.82777l0.29531-0.2478 | |||
c-2.93242-3.46958-7.04183-5.89767-11.71252-6.69662l-0.067,0.37992c-0.05634,0.31945-0.35732,0.5306-0.67835,0.48409 | |||
c-0.84835-0.12291-1.71214-0.19714-2.5946-0.19714c-0.93485,0-1.84994,0.07971-2.74674,0.21588 | |||
c-0.32229,0.04894-0.62567-0.16206-0.68226-0.4831l-0.06627-0.37591c-4.64194,0.83221-8.72169,3.27592-11.62621,6.7488 | |||
l0.29779,0.24987c0.24758,0.20773,0.27885,0.57081,0.07959,0.82526c-1.09229,1.39481-1.98215,2.95207-2.64729,4.62457 | |||
c-0.11972,0.30104-0.45096,0.45675-0.7554,0.34595l-0.36231-0.13186c-0.76269,2.09978-1.20013,4.35563-1.20013,6.71896 | |||
c0,2.35588,0.43475,4.60489,1.19286,6.69912l0.36042-0.13117c0.30473-0.11091,0.63625,0.0452,0.75569,0.34668 | |||
c0.66352,1.6749,1.55193,3.23483,2.64358,4.63199c0.19882,0.25446,0.16738,0.61716-0.08,0.82472l-0.29641,0.24871 | |||
c2.90434,3.47886,6.98769,5.92703,11.63396,6.76095l0.06563-0.37221c0.05661-0.32108,0.36005-0.53206,0.68238-0.48305 | |||
c0.8982,0.13657,1.81478,0.2164,2.75112,0.2164c0.88399,0,1.74925-0.07444,2.599-0.19773 | |||
c0.32107-0.04659,0.62213,0.16457,0.67847,0.48408l0.06633,0.37618c4.67496-0.80066,8.78791-3.23314,11.72027-6.70876 | |||
l-0.29388-0.24659c-0.24835-0.20838-0.27896-0.5729-0.07793-0.82725c1.10908-1.40324,2.01381-2.97147,2.6883-4.65859 | |||
c0.12009-0.3004,0.45085-0.45557,0.75486-0.34492L44.41953,32.69783z"/> | |||
<rect x="22.12456" y="4.91517" fill="#E3E3E3" width="7.43512" height="13.24099"/> | |||
<path opacity="0.58" fill="#FFFFFF" d="M22.12454,4.91519h7.43512V4.03964l0.67926-2.42981 | |||
c0.03833-0.19482-0.01428-0.39795-0.14587-0.55762c-0.12616-0.15332-0.30927-0.25098-0.5155-0.27539 | |||
c-1.23163-0.14453-2.48846-0.21826-3.73541-0.21826c-1.24756,0-2.50439,0.07373-3.73492,0.21826 | |||
c-0.20673,0.02441-0.38989,0.12207-0.51599,0.27539c-0.13104,0.15918-0.18427,0.36279-0.14587,0.55762l0.6792,2.42981V4.91519z"/> | |||
<rect x="22.12456" y="4.03961" opacity="0.81" fill="#FFFFFF" width="7.43512" height="0.87556"/> | |||
</svg> |
@@ -1,91 +1,41 @@ | |||
<?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="5.4186664mm" | |||
height="5.4178686mm" | |||
viewBox="0 0 5.4186663 5.4178686" | |||
version="1.1" | |||
id="svg12484" | |||
inkscape:version="0.92.2 2405546, 2018-03-11" | |||
sodipodi:docname="TL1105_0.svg"> | |||
<defs | |||
id="defs12478" /> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="11.2" | |||
inkscape:cx="6.3388991" | |||
inkscape:cy="5.196676" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="g12430" | |||
showgrid="false" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" | |||
inkscape:window-width="1600" | |||
inkscape:window-height="882" | |||
inkscape:window-x="0" | |||
inkscape:window-y="18" | |||
inkscape:window-maximized="0" | |||
units="mm" /> | |||
<metadata | |||
id="metadata12481"> | |||
<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(-86.841742,-107.22174)"> | |||
<g | |||
transform="matrix(0.15583204,0,0,-0.15583204,44.616575,295.36332)" | |||
id="g12430" | |||
style="stroke-width:2.26383328"> | |||
<g | |||
transform="matrix(1.28,0,0,1.28,305.73837,1189.9507)" | |||
id="g5959-5" | |||
style="stroke-width:2.26383328"> | |||
<path | |||
inkscape:connector-curvature="0" | |||
id="path5961-3" | |||
style="fill:#212221;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.26383328" | |||
d="m 0,0 c 0,-7.5 -6.083,-13.58 -13.584,-13.58 -7.5,0 -13.582,6.08 -13.582,13.58 0,7.503 6.082,13.582 13.582,13.582 C -6.083,13.582 0,7.503 0,0" /> | |||
</g> | |||
<circle | |||
style="opacity:1;vector-effect:none;fill:#676967;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.89770651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||
id="circle12436" | |||
cx="288.35214" | |||
cy="-1190.8564" | |||
r="14.434736" | |||
transform="scale(1,-1)" /> | |||
<circle | |||
transform="scale(1,-1)" | |||
r="14.434736" | |||
cy="-1189.952" | |||
cx="288.35214" | |||
id="path12411" | |||
style="opacity:1;vector-effect:none;fill:#2b2d2b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.89770651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> | |||
</g> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg12484" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="15.36px" | |||
height="15.35774px" viewBox="0 0 15.36 15.35774" enable-background="new 0 0 15.36 15.35774" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="g12430" inkscape:cx="6.3388991" inkscape:cy="5.196676" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="882" inkscape:window-maximized="0" inkscape:window-width="1600" inkscape:window-x="0" inkscape:window-y="18" inkscape:zoom="11.2" pagecolor="#ffffff" showgrid="false" units="mm"> | |||
</sodipodi:namedview> | |||
<g> | |||
<g id="g5959-5_11_" transform="translate(301.93513,1189.951)"> | |||
<path id="path5961-3_11_" inkscape:connector-curvature="0" d="M-286.57513-1182.27051c0,4.24121-3.43939,7.67944-7.68057,7.67944 | |||
c-4.24057,0-7.67941-3.43823-7.67941-7.67944c0-4.24292,3.43884-7.68054,7.67941-7.68054 | |||
C-290.01453-1189.95105-286.57513-1186.51343-286.57513-1182.27051"/> | |||
</g> | |||
<g id="g5959-5_10_" transform="translate(301.93513,1189.951)"> | |||
<linearGradient id="path5961-3_1_" gradientUnits="userSpaceOnUse" x1="-590.60583" y1="-2202.06519" x2="-576.76508" y2="-2202.06519" gradientTransform="matrix(-3.267949e-07 1 -1 -3.267949e-07 -2496.32056 -598.5863)"> | |||
<stop offset="0" style="stop-color:#8D8B8C"/> | |||
<stop offset="1" style="stop-color:#0D0C0C"/> | |||
</linearGradient> | |||
<path id="path5961-3_10_" inkscape:connector-curvature="0" fill="url(#path5961-3_1_)" d="M-301.17551-1182.27161 | |||
c0-3.82166,3.09924-6.9198,6.9209-6.9198c3.82117,0,6.91986,3.09814,6.91986,6.9198c0,3.82324-3.09872,6.9209-6.91986,6.9209 | |||
C-298.07629-1175.35071-301.17551-1178.44836-301.17551-1182.27161"/> | |||
</g> | |||
<g id="g5959-5_4_" transform="translate(301.93513,1189.951)"> | |||
<path id="path5961-3_4_" inkscape:connector-curvature="0" fill="#393939" d="M-300.30203-1182.27148 | |||
c0-3.33936,2.70804-6.04651,6.04736-6.04651c3.33887,0,6.04645,2.70715,6.04645,6.04651c0,3.3407-2.70761,6.04736-6.04645,6.04736 | |||
C-297.59399-1176.22412-300.30203-1178.93079-300.30203-1182.27148"/> | |||
</g> | |||
<g id="g5959-5_2_" transform="translate(301.93513,1189.951)" opacity="0.29"> | |||
<linearGradient id="path5961-3_3_" gradientUnits="userSpaceOnUse" x1="-437.81824" y1="-1971.64429" x2="-425.72443" y2="-1971.64429" gradientTransform="matrix(6.535898e-07 1 -1 6.535898e-07 -2265.89917 -750.49847)"> | |||
<stop offset="0" style="stop-color:#8D8B8C"/> | |||
<stop offset="1" style="stop-color:#0D0C0C"/> | |||
</linearGradient> | |||
<path id="path5961-3_2_" inkscape:connector-curvature="0" fill="url(#path5961-3_3_)" d="M-294.25467-1188.31799 | |||
c3.33932,0,6.04645,2.70813,6.04645,6.04736c0,3.33887-2.70709,6.04651-6.04645,6.04651 | |||
c-3.3407,0-6.04736-2.70764-6.04736-6.04651C-300.30203-1185.60986-297.59537-1188.31799-294.25467-1188.31799"/> | |||
</g> | |||
</g> | |||
</svg> |
@@ -1,91 +1,41 @@ | |||
<?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="5.4186664mm" | |||
height="5.4178686mm" | |||
viewBox="0 0 5.4186663 5.4178686" | |||
version="1.1" | |||
id="svg12484" | |||
inkscape:version="0.92.2 2405546, 2018-03-11" | |||
sodipodi:docname="TL1105_1.svg"> | |||
<defs | |||
id="defs12478" /> | |||
<sodipodi:namedview | |||
id="base" | |||
pagecolor="#ffffff" | |||
bordercolor="#666666" | |||
borderopacity="1.0" | |||
inkscape:pageopacity="0.0" | |||
inkscape:pageshadow="2" | |||
inkscape:zoom="15.839192" | |||
inkscape:cx="5.770688" | |||
inkscape:cy="6.8891413" | |||
inkscape:document-units="mm" | |||
inkscape:current-layer="g12476" | |||
showgrid="false" | |||
fit-margin-top="0" | |||
fit-margin-left="0" | |||
fit-margin-right="0" | |||
fit-margin-bottom="0" | |||
inkscape:window-width="1600" | |||
inkscape:window-height="882" | |||
inkscape:window-x="0" | |||
inkscape:window-y="18" | |||
inkscape:window-maximized="0" | |||
units="mm" /> | |||
<metadata | |||
id="metadata12481"> | |||
<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(-155.37735,-114.28067)"> | |||
<g | |||
id="g12476" | |||
transform="matrix(0.15583204,0,0,-0.15583204,113.15218,302.42225)" | |||
style="stroke-width:2.26383328"> | |||
<g | |||
id="g12468" | |||
transform="matrix(1.28,0,0,1.28,305.73837,1189.9507)" | |||
style="stroke-width:2.26383328"> | |||
<path | |||
d="m 0,0 c 0,-7.5 -6.083,-13.58 -13.584,-13.58 -7.5,0 -13.582,6.08 -13.582,13.58 0,7.503 6.082,13.582 13.582,13.582 C -6.083,13.582 0,7.503 0,0" | |||
style="fill:#212221;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.26383328" | |||
id="path12466" | |||
inkscape:connector-curvature="0" /> | |||
</g> | |||
<circle | |||
transform="scale(1,-1)" | |||
r="14.434736" | |||
cy="-1189.0385" | |||
cx="288.35214" | |||
id="circle12472" | |||
style="opacity:1;vector-effect:none;fill:#676967;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.89770651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> | |||
<circle | |||
style="opacity:1;vector-effect:none;fill:#141514;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.89770651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" | |||
id="circle12474" | |||
cx="288.35214" | |||
cy="-1189.952" | |||
r="14.434736" | |||
transform="scale(1,-1)" /> | |||
</g> | |||
</g> | |||
</svg> | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> | |||
<svg version="1.0" | |||
id="svg12484" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" | |||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="15.36px" | |||
height="15.35774px" viewBox="0 0 15.36 15.35774" enable-background="new 0 0 15.36 15.35774" xml:space="preserve"> | |||
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="g12476" inkscape:cx="5.770688" inkscape:cy="6.8891413" inkscape:document-units="mm" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="882" inkscape:window-maximized="0" inkscape:window-width="1600" inkscape:window-x="0" inkscape:window-y="18" inkscape:zoom="15.839192" pagecolor="#ffffff" showgrid="false" units="mm"> | |||
</sodipodi:namedview> | |||
<g> | |||
<g id="g5959-5_11_" transform="translate(301.93513,1189.951)"> | |||
<path id="path5961-3_11_" inkscape:connector-curvature="0" d="M-286.57513-1182.27051c0,4.24121-3.43939,7.67944-7.68057,7.67944 | |||
c-4.24057,0-7.67941-3.43823-7.67941-7.67944c0-4.24292,3.43884-7.68054,7.67941-7.68054 | |||
C-290.01453-1189.95105-286.57513-1186.51343-286.57513-1182.27051"/> | |||
</g> | |||
<g id="g5959-5_10_" transform="translate(301.93513,1189.951)"> | |||
<linearGradient id="path5961-3_1_" gradientUnits="userSpaceOnUse" x1="-590.60583" y1="-2202.06519" x2="-576.76508" y2="-2202.06519" gradientTransform="matrix(-3.267949e-07 1 -1 -3.267949e-07 -2496.32056 -598.5863)"> | |||
<stop offset="0" style="stop-color:#2B2B2B"/> | |||
<stop offset="1" style="stop-color:#0D0C0C"/> | |||
</linearGradient> | |||
<path id="path5961-3_10_" inkscape:connector-curvature="0" fill="url(#path5961-3_1_)" d="M-301.17551-1182.27161 | |||
c0-3.82166,3.09924-6.9198,6.9209-6.9198c3.82117,0,6.91986,3.09814,6.91986,6.9198c0,3.82324-3.09872,6.9209-6.91986,6.9209 | |||
C-298.07629-1175.35071-301.17551-1178.44836-301.17551-1182.27161"/> | |||
</g> | |||
<g id="g5959-5_4_" transform="translate(301.93513,1189.951)"> | |||
<path id="path5961-3_4_" inkscape:connector-curvature="0" fill="#2B2B2B" d="M-300.30203-1182.27148 | |||
c0-3.33936,2.70804-6.04651,6.04736-6.04651c3.33887,0,6.04645,2.70715,6.04645,6.04651c0,3.3407-2.70761,6.04736-6.04645,6.04736 | |||
C-297.59399-1176.22412-300.30203-1178.93079-300.30203-1182.27148"/> | |||
</g> | |||
<g id="g5959-5_2_" transform="translate(301.93513,1189.951)" opacity="0.29"> | |||
<linearGradient id="path5961-3_3_" gradientUnits="userSpaceOnUse" x1="-437.81824" y1="-1971.64429" x2="-425.72443" y2="-1971.64429" gradientTransform="matrix(6.535898e-07 1 -1 6.535898e-07 -2265.89917 -750.49847)"> | |||
<stop offset="0" style="stop-color:#666565"/> | |||
<stop offset="1" style="stop-color:#0D0C0C"/> | |||
</linearGradient> | |||
<path id="path5961-3_2_" inkscape:connector-curvature="0" fill="url(#path5961-3_3_)" d="M-294.25467-1188.31799 | |||
c3.33932,0,6.04645,2.70813,6.04645,6.04736c0,3.33887-2.70709,6.04651-6.04645,6.04651 | |||
c-3.3407,0-6.04736-2.70764-6.04736-6.04651C-300.30203-1185.60986-297.59537-1188.31799-294.25467-1188.31799"/> | |||
</g> | |||
</g> | |||
</svg> |