blob: 1d1171ded3fcbc43306b276c34d9e491ae4c8483 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
tags: [weather, celcius, fahrenheit, cold, hot, temperature, off, climate, forecast, disabled]
category: Weather
version: "1.67"
unicode: "f1af"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 10v3.5a4 4 0 1 0 5.836 2.33m-1.836 -5.83v-5a2 2 0 1 0 -4 0v1" />
<path d="M13 9h1" />
<path d="M3 3l18 18" />
</svg>
|