9 lines
411 B
XML
9 lines
411 B
XML
<svg viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
|
|
<style>
|
|
polygon, circle { fill: black; }
|
|
</style>
|
|
<polygon points="320,1024 832,0 1024,0 512,1024" transform="scale(0.0625)" />
|
|
<polygon points="0,1024 512,0 704,0 192,1024 " transform="scale(0.0625)" />
|
|
<circle cx="58" cy="34" r="6" />
|
|
<circle cx="58" cy="58" r="6" />
|
|
</svg>
|