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.
6 lines
273 B
XML
Executable File
6 lines
273 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="M19.3,13h2v5c0,1.7-1.3,3-3,3h-12c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h5v2h-6v14h14V13z M14.3,3v2
|
|
h3.6l-8.3,8.3l1.4,1.4l8.3-8.3V10h2V3H14.3z" />
|
|
</svg>
|