mirror of
https://github.com/quiple/galmuri.git
synced 2024-11-10 13:05:19 +03:00
13 lines
461 B
XML
13 lines
461 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 80 80">
|
||
|
<style>
|
||
|
#fav { fill: #222; }
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
#fav { fill: #fff; }
|
||
|
}
|
||
|
</style>
|
||
|
<g id="fav">
|
||
|
<polygon points="70,10 60,10 60,0 20,0 20,10 10,10 10,20 0,20 0,60 10,60 10,70 20,70 20,80 40,80 40,40 80,40 80,20 70,20"/>
|
||
|
<polygon points="70,50 70,60 60,60 60,70 50,70 50,80 60,80 70,80 80,80 80,70 80,60 80,50"/>
|
||
|
</g>
|
||
|
</svg>
|