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
301 B
XML
Executable File
6 lines
301 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="M15,14h2V7h-7v2h3.6l-4,4H3v5c0,1.7,1.3,3,3,3h5v-6.6l4-4V14z M9,19H5v-4h4V19z" />
|
|
<path d="M3,6v5h2V5h14v14h-6v2h5c1.7,0,3-1.3,3-3V6c0-1.7-1.3-3-3-3H6C4.3,3,3,4.3,3,6z" />
|
|
</svg>
|