10 lines
350 B
XML
10 lines
350 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
|
|
stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-icon lucide-list">
|
|
<path d="M3 5h.01" />
|
|
<path d="M3 12h.01" />
|
|
<path d="M3 19h.01" />
|
|
<path d="M8 5h13" />
|
|
<path d="M8 12h13" />
|
|
<path d="M8 19h13" />
|
|
</svg>
|