Files
OpenFrontIO/resources/images/WorkerIconWhite.svg
Tristan b09fc88453 opti : Compress all images losslessly from 140Mo to 30Mo (#2063)
## Description:

Compress all images (.png, .svg, .webp) losslessly from 140Mo to 30Mo.

To confirm : find . -type f \( -iname "*.png" -o -iname "*.svg" -o
-iname "*.webp" \) -exec du -ch {} + | tail -n1
Before : 140M 
Now : 30M

## Please complete the following:

- [X ] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

Iron_Mine : (300612003138109451)
2025-09-22 10:08:57 -07:00

1 line
638 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" overflow="hidden" shape-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" xmlns:v="https://vecta.io/nano"><path fill="#fefffe" d="M21 11v3.078c0 1.103-.897 2-2 2s-2-.897-2-2V11c-1.764.772-3 2.529-3 4.578s1.236 3.806 3 4.578V24h4v-3.844c1.764-.772 3-2.529 3-4.578S22.764 11.772 21 11zM2 8.977h12c.005 3.293-2.689 6.004-6 6-3.311.004-6.005-2.707-6-6zM15 24H0v-3c0-2.761 2.239-5 5-5h7.026c.13 2.149 1.232 4.104 2.974 5.317zm0-17.023H1v-2h1.023C2.262 2.343 4.366.239 7 0v3.977h2V0c2.634.239 4.738 2.343 4.977 4.977H15z"/></svg>