2026-05-19 22:28:47 +02:00
|
|
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
2026-05-19 22:44:58 +02:00
|
|
|
<style>
|
|
|
|
|
.stroke { stroke: #0A0A0B; }
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
|
.stroke { stroke: #FAFAFA; }
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<rect class="stroke" x="2.5" y="2.5" width="27" height="27" rx="6" stroke-width="2.4" fill="none"/>
|
|
|
|
|
<path class="stroke" d="M8.5 22.5V9.5L16 16L23.5 9.5V22.5" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
2026-05-19 22:28:47 +02:00
|
|
|
</svg>
|