10 lines
503 B
XML
10 lines
503 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<!-- Dark background -->
|
||
|
|
<rect width="32" height="32" rx="6" fill="#0D1117"/>
|
||
|
|
<!-- Teal "nu" text -->
|
||
|
|
<text x="5" y="17" font-family="monospace" font-size="12" font-weight="bold" fill="#4EAA97">nu</text>
|
||
|
|
<!-- > prompt with cursor -->
|
||
|
|
<text x="5" y="27" font-family="monospace" font-size="10" font-weight="bold" fill="#56D4C0">></text>
|
||
|
|
<text x="13" y="27" font-family="monospace" font-size="10" fill="#3A9985">_</text>
|
||
|
|
</svg>
|