9 lines
460 B
XML
9 lines
460 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<!-- Dark navy rounded square -->
|
||
|
|
<rect width="32" height="32" rx="6" fill="#1B1F3B"/>
|
||
|
|
<!-- Teal % prompt -->
|
||
|
|
<text x="8" y="18" font-family="monospace" font-size="14" font-weight="bold" fill="#00D4AA">%</text>
|
||
|
|
<!-- zsh label underneath -->
|
||
|
|
<text x="16" y="28" font-family="sans-serif" font-size="7" font-weight="bold" fill="#00D4AA" text-anchor="middle" opacity="0.7">zsh</text>
|
||
|
|
</svg>
|