mirror of
https://github.com/sevmeyer/mocu-xcursor.git
synced 2025-04-19 12:06:30 +02:00
11 lines
620 B
XML
11 lines
620 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<defs>
|
|
<path id="c" d="m6.5 4.5-2 2 5.5 5.5-5.5 5.5 2 2 5.5-5.5 5.5 5.5 2-2-5.5-5.5 5.5-5.5-2-2-5.5 5.5z"/>
|
|
</defs>
|
|
<use xlink:href="#c" style="fill:#0a0b0c;stroke:#0a0b0c;stroke-width:2;stroke-linejoin:round;opacity:.1" x="1" y="1"/>
|
|
<use xlink:href="#c" style="fill:#1a1b1c;stroke:#1a1b1c;stroke-width:2;stroke-linejoin:round"/>
|
|
<use xlink:href="#c" style="fill:#fafbfc"/>
|
|
<circle id="hot" cx="12" cy="12" r="1" style="fill:#f00;opacity:.5"/>
|
|
</svg>
|