blob: 07a7e061e2bc8f63f9384242c7aebc958143b6cb (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ice-cream" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<line x1="4" y1="20" x2="8" y2="16" />
<line x1="5" y1="13" x2="11" y2="19" />
<path d="M11 19l7 -7a4 4 0 0 0 -6 -6l-7 7" />
</svg>
|