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.
5 lines
228 B
XML
Executable File
5 lines
228 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="M21,21h-4.4l-2-2H9.4l-2,2H3V3h18V21z M17.4,19H19V5H5v14h1.6l2-2h6.8L17.4,19z M16,13H8v2h8V13z" />
|
|
</svg>
|