23 lines
492 B
XML
23 lines
492 B
XML
<!--
|
|
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>
|