10 lines
521 B
XML
10 lines
521 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<rect x="2" y="2" width="20" height="20" rx="2" ry="2"/>
|
|
<line x1="2" y1="8" x2="22" y2="8"/>
|
|
<line x1="6" y1="2" x2="6" y2="8"/>
|
|
<line x1="10" y1="2" x2="10" y2="8"/>
|
|
<line x1="14" y1="2" x2="14" y2="8"/>
|
|
<line x1="18" y1="2" x2="18" y2="8"/>
|
|
<polygon points="10,12 10,19 16,15.5" fill="currentColor" stroke="none"/>
|
|
</svg>
|