11 lines
286 B
XML
11 lines
286 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<style>
|
|
.icon-text {
|
|
font-family: 'Space Grotesk', system-ui, sans-serif;
|
|
font-weight: 700;
|
|
font-size: 28px;
|
|
}
|
|
</style>
|
|
<text x="6" y="26" fill="currentColor" class="icon-text">d</text>
|
|
</svg>
|