8 lines
336 B
XML
8 lines
336 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
<path d="M5 7h14" stroke="#DFF7FF" stroke-width="2" stroke-linecap="round"/>
|
|
<path d="M5 17h14" stroke="#DFF7FF" stroke-width="2" stroke-linecap="round"/>
|
|
<circle cx="9" cy="7" r="3" fill="#90E3FF"/>
|
|
<circle cx="15" cy="17" r="3" fill="#8CFFD1"/>
|
|
</svg>
|
|
|