mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-26 05:53:15 +08:00
15 lines
401 B
XML
15 lines
401 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!-- Written by Treer (gitlab.com/Treer) -->
|
|
<svg
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
width="240"
|
|
height="240"
|
|
style="background-color:black">
|
|
|
|
<title>Mask for user icon</title>
|
|
|
|
<circle cx="120" cy="120" r="115"
|
|
stroke="black" stroke-width="1" fill="white" />
|
|
</svg> |