16 lines
301 B
XML
16 lines
301 B
XML
<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="M18 16L22 12L18 8" />
|
|
<path d="M6 8L2 12L6 16" />
|
|
<path d="M14.5 4L9.5 20" />
|
|
</svg>
|