diff options
author | MoonTidez <79183852+MoonTidez@users.noreply.github.com> | 2022-05-15 19:50:30 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 17:50:30 +0200 |
commit | 6254bbc42d0611f8eaee97b6d4c7710d082c6826 (patch) | |
tree | 78337ed22153af7cb992eb98e3a569b9a372d534 /src/main/resources/assets/oneconfig/icons/Minimise.svg | |
parent | 2c592090b9448203559e01326bc2c2d995b15d53 (diff) | |
download | OneConfig-6254bbc42d0611f8eaee97b6d4c7710d082c6826.tar.gz OneConfig-6254bbc42d0611f8eaee97b6d4c7710d082c6826.tar.bz2 OneConfig-6254bbc42d0611f8eaee97b6d4c7710d082c6826.zip |
SVG + asset reorganization (#10)
* Assets reorganization
* forgot 4 pixels in alpha grid oops
* Updated huegradient.png
Reduces file size by only use 1px height instead of 720px while maintaining quality
* we do a little renaming
* new assets mapping
* moon I hate you
* e
* moon is weird
* make it compile
* temp
* part png rendering
* svgs
* fix some positionings and stuff
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/assets/oneconfig/icons/Minimise.svg')
-rw-r--r-- | src/main/resources/assets/oneconfig/icons/Minimise.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/oneconfig/icons/Minimise.svg b/src/main/resources/assets/oneconfig/icons/Minimise.svg new file mode 100644 index 0000000..93f4341 --- /dev/null +++ b/src/main/resources/assets/oneconfig/icons/Minimise.svg @@ -0,0 +1,4 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path fill-rule="evenodd" clip-rule="evenodd" d="M19.7071 4.29289C19.3166 3.90237 18.6834 3.90237 18.2929 4.29289L15 7.58579V5C15 4.44772 14.5523 4 14 4C13.4477 4 13 4.44772 13 5V10C13 10.5523 13.4477 11 14 11H19C19.5523 11 20 10.5523 20 10C20 9.44772 19.5523 9 19 9H16.4142L19.7071 5.70711C20.0976 5.31658 20.0976 4.68342 19.7071 4.29289Z" fill="white"/> +<path fill-rule="evenodd" clip-rule="evenodd" d="M4.29289 19.7071C4.68342 20.0976 5.31658 20.0976 5.70711 19.7071L9 16.4142L9 19C9 19.5523 9.44772 20 10 20C10.5523 20 11 19.5523 11 19L11 14C11 13.4477 10.5523 13 10 13L5 13C4.44771 13 4 13.4477 4 14C4 14.5523 4.44771 15 5 15L7.58579 15L4.29289 18.2929C3.90237 18.6834 3.90237 19.3166 4.29289 19.7071Z" fill="white"/> +</svg> |