358 lines
10 KiB
XML
358 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
version="1.1"
|
|
width="64"
|
|
height="64"
|
|
viewbox="0 0 64 64"
|
|
id="svg36"
|
|
sodipodi:docname="thunder.svg"
|
|
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
|
<metadata
|
|
id="metadata40">
|
|
<rdf:RDF>
|
|
<cc:Work
|
|
rdf:about="">
|
|
<dc:format>image/svg+xml</dc:format>
|
|
<dc:type
|
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
</cc:Work>
|
|
</rdf:RDF>
|
|
</metadata>
|
|
<sodipodi:namedview
|
|
pagecolor="#ffffff"
|
|
bordercolor="#666666"
|
|
borderopacity="1"
|
|
objecttolerance="10"
|
|
gridtolerance="10"
|
|
guidetolerance="10"
|
|
inkscape:pageopacity="0"
|
|
inkscape:pageshadow="2"
|
|
inkscape:window-width="1646"
|
|
inkscape:window-height="1167"
|
|
id="namedview38"
|
|
showgrid="false"
|
|
inkscape:zoom="13.936293"
|
|
inkscape:cx="32"
|
|
inkscape:cy="32"
|
|
inkscape:window-x="0"
|
|
inkscape:window-y="0"
|
|
inkscape:window-maximized="0"
|
|
inkscape:current-layer="thunder"
|
|
inkscape:document-rotation="0" />
|
|
<defs
|
|
id="defs19">
|
|
<filter
|
|
id="blur"
|
|
width="200%"
|
|
height="200%">
|
|
<feGaussianBlur
|
|
in="SourceAlpha"
|
|
stdDeviation="3"
|
|
id="feGaussianBlur2" />
|
|
<feOffset
|
|
dx="0"
|
|
dy="4"
|
|
result="offsetblur"
|
|
id="feOffset4" />
|
|
<feComponentTransfer
|
|
id="feComponentTransfer8">
|
|
<feFuncA
|
|
type="linear"
|
|
slope="0.05"
|
|
id="feFuncA6" />
|
|
</feComponentTransfer>
|
|
<feMerge
|
|
id="feMerge14">
|
|
<feMergeNode
|
|
id="feMergeNode10" />
|
|
<feMergeNode
|
|
in="SourceGraphic"
|
|
id="feMergeNode12" />
|
|
</feMerge>
|
|
</filter>
|
|
<style
|
|
type="text/css"
|
|
id="style17"><![CDATA[
|
|
/*
|
|
** CLOUDS
|
|
*/
|
|
@keyframes am-weather-cloud-1 {
|
|
0% {
|
|
-webkit-transform: translate(-5px,0px);
|
|
-moz-transform: translate(-5px,0px);
|
|
-ms-transform: translate(-5px,0px);
|
|
transform: translate(-5px,0px);
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translate(10px,0px);
|
|
-moz-transform: translate(10px,0px);
|
|
-ms-transform: translate(10px,0px);
|
|
transform: translate(10px,0px);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translate(-5px,0px);
|
|
-moz-transform: translate(-5px,0px);
|
|
-ms-transform: translate(-5px,0px);
|
|
transform: translate(-5px,0px);
|
|
}
|
|
}
|
|
|
|
.am-weather-cloud-1 {
|
|
-webkit-animation-name: am-weather-cloud-1;
|
|
-moz-animation-name: am-weather-cloud-1;
|
|
animation-name: am-weather-cloud-1;
|
|
-webkit-animation-duration: 7s;
|
|
-moz-animation-duration: 7s;
|
|
animation-duration: 7s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
-moz-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
@keyframes am-weather-cloud-2 {
|
|
0% {
|
|
-webkit-transform: translate(0px,0px);
|
|
-moz-transform: translate(0px,0px);
|
|
-ms-transform: translate(0px,0px);
|
|
transform: translate(0px,0px);
|
|
}
|
|
|
|
50% {
|
|
-webkit-transform: translate(2px,0px);
|
|
-moz-transform: translate(2px,0px);
|
|
-ms-transform: translate(2px,0px);
|
|
transform: translate(2px,0px);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translate(0px,0px);
|
|
-moz-transform: translate(0px,0px);
|
|
-ms-transform: translate(0px,0px);
|
|
transform: translate(0px,0px);
|
|
}
|
|
}
|
|
|
|
.am-weather-cloud-2 {
|
|
-webkit-animation-name: am-weather-cloud-2;
|
|
-moz-animation-name: am-weather-cloud-2;
|
|
animation-name: am-weather-cloud-2;
|
|
-webkit-animation-duration: 3s;
|
|
-moz-animation-duration: 3s;
|
|
animation-duration: 3s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
-moz-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
/*
|
|
** STROKE
|
|
*/
|
|
@keyframes am-weather-stroke {
|
|
0% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
2% {
|
|
-webkit-transform: translate(0.3px,0.0px);
|
|
-moz-transform: translate(0.3px,0.0px);
|
|
-ms-transform: translate(0.3px,0.0px);
|
|
transform: translate(0.3px,0.0px);
|
|
}
|
|
|
|
4% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
6% {
|
|
-webkit-transform: translate(0.5px,0.4px);
|
|
-moz-transform: translate(0.5px,0.4px);
|
|
-ms-transform: translate(0.5px,0.4px);
|
|
transform: translate(0.5px,0.4px);
|
|
}
|
|
|
|
8% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
10% {
|
|
-webkit-transform: translate(0.3px,0.0px);
|
|
-moz-transform: translate(0.3px,0.0px);
|
|
-ms-transform: translate(0.3px,0.0px);
|
|
transform: translate(0.3px,0.0px);
|
|
}
|
|
|
|
12% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
14% {
|
|
-webkit-transform: translate(0.3px,0.0px);
|
|
-moz-transform: translate(0.3px,0.0px);
|
|
-ms-transform: translate(0.3px,0.0px);
|
|
transform: translate(0.3px,0.0px);
|
|
}
|
|
|
|
16% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
18% {
|
|
-webkit-transform: translate(0.3px,0.0px);
|
|
-moz-transform: translate(0.3px,0.0px);
|
|
-ms-transform: translate(0.3px,0.0px);
|
|
transform: translate(0.3px,0.0px);
|
|
}
|
|
|
|
20% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
22% {
|
|
-webkit-transform: translate(1px,0.0px);
|
|
-moz-transform: translate(1px,0.0px);
|
|
-ms-transform: translate(1px,0.0px);
|
|
transform: translate(1px,0.0px);
|
|
}
|
|
|
|
24% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
26% {
|
|
-webkit-transform: translate(-1px,0.0px);
|
|
-moz-transform: translate(-1px,0.0px);
|
|
-ms-transform: translate(-1px,0.0px);
|
|
transform: translate(-1px,0.0px);
|
|
|
|
}
|
|
|
|
28% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
40% {
|
|
fill: orange;
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
|
|
65% {
|
|
fill: white;
|
|
-webkit-transform: translate(-1px,5.0px);
|
|
-moz-transform: translate(-1px,5.0px);
|
|
-ms-transform: translate(-1px,5.0px);
|
|
transform: translate(-1px,5.0px);
|
|
}
|
|
61% {
|
|
fill: orange;
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: translate(0.0px,0.0px);
|
|
-moz-transform: translate(0.0px,0.0px);
|
|
-ms-transform: translate(0.0px,0.0px);
|
|
transform: translate(0.0px,0.0px);
|
|
}
|
|
}
|
|
|
|
.am-weather-stroke {
|
|
-webkit-animation-name: am-weather-stroke;
|
|
-moz-animation-name: am-weather-stroke;
|
|
animation-name: am-weather-stroke;
|
|
-webkit-animation-duration: 1.11s;
|
|
-moz-animation-duration: 1.11s;
|
|
animation-duration: 1.11s;
|
|
-webkit-animation-timing-function: linear;
|
|
-moz-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
-moz-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
]]></style>
|
|
</defs>
|
|
<g
|
|
filter="url(#blur)"
|
|
id="thunder">
|
|
<g
|
|
transform="matrix(1.061729,0,0,1.061729,16.777781,4.0562924)"
|
|
id="g33">
|
|
<g
|
|
class="am-weather-cloud-1"
|
|
id="g23">
|
|
<path
|
|
d="m 47.7,35.4 c 0,-4.6 -3.7,-8.2 -8.2,-8.2 -1,0 -1.9,0.2 -2.8,0.5 -0.3,-3.4 -3.1,-6.2 -6.6,-6.2 -3.7,0 -6.7,3 -6.7,6.7 0,0.8 0.2,1.6 0.4,2.3 -0.3,-0.1 -0.7,-0.1 -1,-0.1 -3.7,0 -6.7,3 -6.7,6.7 0,3.6 2.9,6.6 6.5,6.7 h 17.2 c 4.4,-0.5 7.9,-4 7.9,-8.4 z"
|
|
fill="#91c0f8"
|
|
stroke="#ffffff"
|
|
stroke-linejoin="round"
|
|
stroke-width="1.2"
|
|
transform="matrix(0.6,0,0,0.6,-10,-6)"
|
|
id="path21" />
|
|
</g>
|
|
<g
|
|
id="g27">
|
|
<path
|
|
d="m 47.7,35.4 c 0,-4.6 -3.7,-8.2 -8.2,-8.2 -1,0 -1.9,0.2 -2.8,0.5 -0.3,-3.4 -3.1,-6.2 -6.6,-6.2 -3.7,0 -6.7,3 -6.7,6.7 0,0.8 0.2,1.6 0.4,2.3 -0.3,-0.1 -0.7,-0.1 -1,-0.1 -3.7,0 -6.7,3 -6.7,6.7 0,3.6 2.9,6.6 6.5,6.7 h 17.2 c 4.4,-0.5 7.9,-4 7.9,-8.4 z"
|
|
fill="#57a0ee"
|
|
stroke="#ffffff"
|
|
stroke-linejoin="round"
|
|
stroke-width="1.2"
|
|
transform="translate(-20,-11)"
|
|
id="path25" />
|
|
</g>
|
|
<g
|
|
transform="matrix(1.2,0,0,1.2,-9,28)"
|
|
id="g31">
|
|
<polygon
|
|
class="am-weather-stroke"
|
|
fill="#ffa500"
|
|
stroke="#ffffff"
|
|
stroke-width="1"
|
|
points="14.9,6.9 11.1,6.9 14.3,-2.9 20.5,-2.9 16.4,4.3 20.3,4.3 11.5,14.6 "
|
|
id="polygon29" />
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|