11 lines
396 B
XML
11 lines
396 B
XML
<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
<style>
|
|
rect {
|
|
fill: white;
|
|
stroke: white;
|
|
}
|
|
</style>
|
|
<rect x='7' y='6' width='2' height='12' stroke-width='1.5' stroke-linejoin='round' />
|
|
<rect x='15' y='6' width='2' height='12' stroke-width='1.5' stroke-linejoin='round' />
|
|
</svg>
|