14 Zeilen
654 B
XML
14 Zeilen
654 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Blue square outline with darker right edge - matching customtkinter style -->
|
|
<g>
|
|
<!-- Top edge -->
|
|
<line x1="40" y1="40" x2="216" y2="40" stroke="#0066CC" stroke-width="6"/>
|
|
<!-- Left edge -->
|
|
<line x1="40" y1="40" x2="40" y2="216" stroke="#0066CC" stroke-width="6"/>
|
|
<!-- Bottom edge -->
|
|
<line x1="40" y1="216" x2="216" y2="216" stroke="#0066CC" stroke-width="6"/>
|
|
<!-- Right edge (darker) -->
|
|
<line x1="216" y1="40" x2="216" y2="216" stroke="#004080" stroke-width="8"/>
|
|
</g>
|
|
</svg> |