8 lines
354 B
XML
8 lines
354 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg width="200" height="40" viewBox="0 0 200 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||
|
<!-- Three connected nodes representing the grid -->
|
||
|
<circle cx="10" cy="20" r="5" fill="#2e83ff"/>
|
||
|
<circle cx="20" cy="15" r="5" fill="#2e83ff"/>
|
||
|
<circle cx="20" cy="25" r="5" fill="#2e83ff"/>
|
||
|
</svg>
|