8 lines
406 B
XML
8 lines
406 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" fill="#08090b"/>
|
|
<!-- a rising throughput trace: the mark is the measurement -->
|
|
<path d="M4 24 L11 20 L18 11 L28 7" fill="none" stroke="#f2b134" stroke-width="2.5"
|
|
stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M4 28 h24" stroke="#2c333d" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|