Ajout de données météo
This commit is contained in:
22
static/icons/weather/cloudy.svg
Normal file
22
static/icons/weather/cloudy.svg
Normal file
@@ -0,0 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<linearGradient id="a" x1="99.45" y1="30.68" x2="232.64" y2="261.37" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#f3f7fe"/>
|
||||
<stop offset="0.45" stop-color="#f3f7fe"/>
|
||||
<stop offset="1" stop-color="#deeafb"/>
|
||||
</linearGradient>
|
||||
<symbol id="b" viewBox="0 0 350 222">
|
||||
<!-- cloud -->
|
||||
<path d="M291,107c-.85,0-1.68.09-2.53.13A83.9,83.9,0,0,0,135.6,42.92,55.91,55.91,0,0,0,51,91a56.56,56.56,0,0,0,.8,9.08A60,60,0,0,0,63,219c1.35,0,2.67-.11,4-.2v.2H291a56,56,0,0,0,0-112Z" stroke="#e6effc" stroke-miterlimit="10" stroke-width="6" fill="url(#a)"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<use width="350" height="222" transform="translate(81 145)" xlink:href="#b">
|
||||
<animateTransform
|
||||
attributeName="transform"
|
||||
additive="sum"
|
||||
type="translate"
|
||||
values="-18 0; 18 0; -18 0"
|
||||
dur="6s"
|
||||
repeatCount="indefinite"/>
|
||||
</use>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user