mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 07:06:35 +08:00

As per our architecture design, all of these files should be UTF-8. Luckily it maps well. Contributes to issue CURA-8342.
11 lines
446 B
XML
Executable File
11 lines
446 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<polygon points="16.9,8.4 15.5,7 13,9.5 13,2 11,2 11,9.5 8.5,7 7.1,8.4 12,13.4" />
|
|
<path d="M20,14v-4h-2v5H6v-5H4v4c0,1.7,1.3,3,3,3h10C18.7,17,20,15.7,20,14z" />
|
|
<circle cx="4" cy="20" r="1" />
|
|
<circle cx="8" cy="20" r="1" />
|
|
<circle cx="12" cy="20" r="1" />
|
|
<circle cx="16" cy="20" r="1" />
|
|
<circle cx="20" cy="20" r="1" />
|
|
</svg>
|