mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 07:04:46 +00:00
14 lines
336 B
XML
14 lines
336 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<style>
|
|
text {
|
|
font-family: monospace;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
fill: #1a1a1a;
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
text { fill: #e0e0e0; }
|
|
}
|
|
</style>
|
|
<text x="16" y="24" text-anchor="middle">:h</text>
|
|
</svg>
|