mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 06:46:34 +08:00

As per our architecture design, all of these files should be UTF-8. Luckily it maps well. Contributes to issue CURA-8342.
13 lines
494 B
XML
Executable File
13 lines
494 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="M18,3H6C4.3,3,3,4.3,3,6v12c0,1.7,1.3,3,3,3h12c1.7,0,3-1.3,3-3V6C21,4.3,19.7,3,18,3z M19,19H5V5h14V19z" />
|
|
<circle cx="8" cy="8" r="1" />
|
|
<circle cx="12" cy="8" r="1" />
|
|
<circle cx="16" cy="8" r="1" />
|
|
<circle cx="16" cy="12" r="1" />
|
|
<circle cx="16" cy="16" r="1" />
|
|
<circle cx="12" cy="16" r="1" />
|
|
<circle cx="8" cy="16" r="1" />
|
|
<circle cx="8" cy="12" r="1" />
|
|
</svg>
|