Files

10 lines
503 B
XML
Raw Permalink Normal View History

<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">&gt;</text>
<text x="13" y="27" font-family="monospace" font-size="10" fill="#3A9985">_</text>
</svg>