blob: 6def54036c5add144550ce9066d334bd0259dc28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!--
tags: [weather, celcius, fahrenheit, cold, hot, temperature, climate, forecast, meteorology, atmospheric]
category: Weather
version: "1.1"
unicode: "eb38"
-->
<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 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />
<path d="M10 9l4 0" />
</svg>
|