6 lines
337 B
XML
6 lines
337 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="none">
|
|
<rect width="100" height="100" fill="#0B0D11"/>
|
|
<rect x="5" y="5" width="90" height="90" stroke="#FFB84C" stroke-width="5"/>
|
|
<text x="50" y="65" font-family="monospace" font-weight="bold" font-size="40" text-anchor="middle" fill="#FFB84C">NV</text>
|
|
</svg>
|