Optimise all SVG icons

This commit is contained in:
Veronica Berglyd Olsen
2023-06-05 16:52:13 +02:00
parent 0a70adeceb
commit 62b0e7f9ca
128 changed files with 492 additions and 4302 deletions
@@ -1,31 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.2"
width="24"
height="24"
viewBox="0 0 24 24"
id="svg3369">
<metadata
id="metadata3375">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3373" />
<path
d="m 10.59375,21.6 h -4.8 c -0.6636,0 -1.2,0.5364 -1.2,1.2 0,0.6636 0.5364,1.2 1.2,1.2 h 12 c 0.6636,0 1.2,-0.5364 1.2,-1.2 0,-0.6636 -0.5364,-1.2 -1.2,-1.2 h -4.8 v -1.476 c 1.968,-0.4452 3.7752,-1.4256 5.2356,-2.8872 2.04,-2.04 3.1644,-4.752 3.1644,-7.6368 0,-2.4804 -0.8304,-4.8348 -2.3616,-6.7428 l 0.81,-0.8076 c 0.4692,-0.4692 0.4692,-1.2276 0.0012,-1.698 -0.4692,-0.4692 -1.2288,-0.468 -1.698,-0.0012 l -2.4624,2.4588 0.8496,0.8496 c 1.5864,1.5864 2.4612,3.6972 2.4612,5.9412 0,2.244 -0.8748,4.3524 -2.4612,5.9388 -1.5864,1.5864 -3.6948,2.4612 -5.9388,2.4612 -2.244,0 -4.3524,-0.8748 -5.9388,-2.4612 -0.4692,-0.4692 -1.2276,-0.4692 -1.6968,0 -0.4692,0.468 -0.4692,1.2276 0,1.6968 2.0388,2.04 4.7508,3.1644 7.6356,3.1644 z m 0,-19.2 c 1.9884,0 3.7884,0.8064 5.0916,2.1084 1.302,1.3032 2.1084,3.1032 2.1084,5.0916 0,1.9872 -0.8064,3.7872 -2.1084,5.0904 -1.3032,1.3032 -3.1032,2.1096 -5.0916,2.1096 -1.9896,0 -3.7884,-0.8064 -5.0904,-2.1084 -1.302,-1.3032 -2.1072,-3.1032 -2.1072,-5.0916 0,-1.9884 0.8052,-3.7884 2.1072,-5.0916 C 6.80535,3.2064 8.60415,2.4 10.59375,2.4 Z"
id="path3367"
style="stroke-width:1.2;fill:#000000;fill-opacity:0.77999997" />
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24" height="24" version="1.2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m10.594 21.6h-4.8c-0.6636 0-1.2 0.5364-1.2 1.2s0.5364 1.2 1.2 1.2h12c0.6636 0 1.2-0.5364 1.2-1.2s-0.5364-1.2-1.2-1.2h-4.8v-1.476c1.968-0.4452 3.7752-1.4256 5.2356-2.8872 2.04-2.04 3.1644-4.752 3.1644-7.6368 0-2.4804-0.8304-4.8348-2.3616-6.7428l0.81-0.8076c0.4692-0.4692 0.4692-1.2276 0.0012-1.698-0.4692-0.4692-1.2288-0.468-1.698-0.0012l-2.4624 2.4588 0.8496 0.8496c1.5864 1.5864 2.4612 3.6972 2.4612 5.9412s-0.8748 4.3524-2.4612 5.9388-3.6948 2.4612-5.9388 2.4612-4.3524-0.8748-5.9388-2.4612c-0.4692-0.4692-1.2276-0.4692-1.6968 0-0.4692 0.468-0.4692 1.2276 0 1.6968 2.0388 2.04 4.7508 3.1644 7.6356 3.1644zm0-19.2c1.9884 0 3.7884 0.8064 5.0916 2.1084 1.302 1.3032 2.1084 3.1032 2.1084 5.0916 0 1.9872-0.8064 3.7872-2.1084 5.0904-1.3032 1.3032-3.1032 2.1096-5.0916 2.1096-1.9896 0-3.7884-0.8064-5.0904-2.1084-1.302-1.3032-2.1072-3.1032-2.1072-5.0916s0.8052-3.7884 2.1072-5.0916c1.302-1.302 3.1008-2.1084 5.0904-2.1084z" fill-opacity=".78" stroke-width="1.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB