13 lines
363 B
XML
13 lines
363 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 32">
|
|
<style>
|
|
.logo-text {
|
|
font-family: 'Space Grotesk', system-ui, sans-serif;
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
}
|
|
</style>
|
|
<text x="4" y="24" class="logo-text">
|
|
<tspan fill="currentColor">d</tspan><tspan fill="currentColor" opacity="0.6">gray</tspan>
|
|
</text>
|
|
</svg>
|