Ghostkeeper 1d0620908e
Remove useless and unused SVG elements
- 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.
2021-06-28 18:22:52 +02:00

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>