blob: a40b418c2012f0cc9afcb10cde80fffc207f499d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!--
tags: [weather, celcius, fahrenheit, cold, hot, temperature, plus, climate, forecast, add]
category: Weather
version: "1.7"
unicode: "ebee"
-->
<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="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />
<path d="M8 9l4 0" />
<path d="M16 9l6 0" />
<path d="M19 6l0 6" />
</svg>
|