Convert icons to UTF-8

As per our architecture design, all of these files should be UTF-8. Luckily it maps well.

Contributes to issue CURA-8342.
This commit is contained in:
Ghostkeeper 2021-06-28 18:28:50 +02:00
parent 1d0620908e
commit 9046506f2a
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
89 changed files with 89 additions and 89 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<?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="M19,3H5C3.3,3,2,4.3,2,6v3c0,1.5,0.8,2.7,2,3.4V22h16v-9.6c1.2-0.7,2-2,2-3.4V6C22,4.3,20.7,3,19,3z
M10,5h4v4c0,1.1-0.9,2-2,2s-2-0.9-2-2V5z M4,9V5h4v4c0,1.1-0.9,2-2,2S4,10.1,4,9z M18,20h-4v-5h-4v5H6v-7c1.2,0,2.3-0.5,3-1.4

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 458 B

Before After
Before After