5 lines
398 B
XML
5 lines
398 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
||
|
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 12V3.333L14 2v8.667"/>
|
||
|
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm8-1.332a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/>
|
||
|
|
</svg>
|