2026-08-15 21:01:13 +02:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
2026-08-16 11:49:41 +02:00
|
|
|
<style>
|
|
|
|
|
rect { fill: #15171a; }
|
|
|
|
|
path { stroke: #c8842e; }
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
path { stroke: #e9a857; }
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<rect width="24" height="24" rx="5" />
|
|
|
|
|
<path d="M12 19h8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
|
|
|
|
<path d="m4 17 6-6-6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" />
|
2026-08-15 21:01:13 +02:00
|
|
|
</svg>
|