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

- Remove unused imports of xlink. - Remove comments about which application originally wrote the text file. It's untrue because PyCharm edited it, etc. - Remove unused IDs. - Remove unused colours for icons rendered with RecolorImage. - Remove useless x and y positions on 0, which is the default. - Remove useless style setting the background to transparent. - Remove useless whitespace in the path d attribute, and remove the then-useless XML space preserving attribute. - Remove unused groups. - Remove unused CSS classes. Contributes to issue CURA-8342.
11 lines
444 B
XML
11 lines
444 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<circle cx="10" cy="8" r="1" /><circle cx="14" cy="8" r="1" />
|
|
<circle cx="18" cy="8" r="1" /><circle cx="18" cy="16" r="1" />
|
|
<circle cx="14" cy="16" r="1" />
|
|
<circle cx="10" cy="16" r="1" />
|
|
<circle cx="6" cy="16" r="1" />
|
|
<circle cx="6" cy="8" r="1" />
|
|
<path d="M6,5H20.82A3,3,0,0,0,18,3H6A3,3,0,0,0,3.18,5Z" />
|
|
<path d="M19,19H3.18A3,3,0,0,0,6,21H18a3,3,0,0,0,2.82-2Z" />
|
|
</svg>
|