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
326 B
XML
Executable File
6 lines
326 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,12c0,5-4,9-9,9c-2.2,0-4.4-0.8-6-2.3V22H4v-7h7v2H7.1c1.3,1.3,3,2,4.9,2c3.9,0,7-3.1,7-7H21z
|
|
M12,5c1.9,0,3.6,0.7,4.9,2H13v2h7V2h-2v3.3C16.4,3.8,14.2,3,12,3c-5,0-9,4-9,9h2C5,8.1,8.1,5,12,5z" />
|
|
</svg>
|