mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
10 lines
848 B
XML
10 lines
848 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="64" height="64" version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
<circle id="circle" cx="32" cy="32" r="30" fill="none" stroke="#fff" stroke-width="3"/>
|
|
<polygon id="analog_up" points="27,14 37,14 32,6.2" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="2"/>
|
|
<polygon id="analog_right" points="50,27 50,37 57.8,32" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="2"/>
|
|
<polygon id="analog_down" points="27,50 37,50 32,57.8" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="2"/>
|
|
<polygon id="analog_left" points="14,27 14,37 6.2,32" fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="2"/>
|
|
<circle id="analog_thumb" cx="32" cy="32" r="5" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width="2"/>
|
|
</svg>
|