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.
8 lines
329 B
XML
Executable File
8 lines
329 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">
|
|
<path d="M5,20h3.8l2-2h2.3l2,2H19V4H5V20z M7,6h10v12h-1l-2-2h-4l-2,2H7V6z" />
|
|
<rect x="9" y="12" width="6" height="2" />
|
|
<rect x="20" y="6" width="2" height="12" />
|
|
<rect x="2" y="6" width="2" height="12" />
|
|
</svg>
|