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/PopOut.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/PopOut.svg')
-rw-r--r-- | src/main/resources/assets/oneconfig/icons/PopOut.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/oneconfig/icons/PopOut.svg b/src/main/resources/assets/oneconfig/icons/PopOut.svg new file mode 100644 index 0000000..34be318 --- /dev/null +++ b/src/main/resources/assets/oneconfig/icons/PopOut.svg @@ -0,0 +1,3 @@ +<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="M15 6C14.4477 6 14 5.55228 14 5C14 4.44772 14.4477 4 15 4H19C19.5523 4 20 4.44772 20 5V9C20 9.55228 19.5523 10 19 10C18.4477 10 18 9.55228 18 9V7.41421L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L16.5858 6H15ZM7 8C6.44772 8 6 8.44772 6 9V17C6 17.5523 6.44772 18 7 18H15C15.5523 18 16 17.5523 16 17V13.2143C16 12.662 16.4477 12.2143 17 12.2143C17.5523 12.2143 18 12.662 18 13.2143V17C18 18.6569 16.6569 20 15 20H7C5.34315 20 4 18.6569 4 17V9C4 7.34315 5.34315 6 7 6H10.1429C10.6951 6 11.1429 6.44772 11.1429 7C11.1429 7.55228 10.6951 8 10.1429 8H7Z" fill="white"/> +</svg> |