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/AlignHLeft.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/AlignHLeft.svg')
-rw-r--r-- | src/main/resources/assets/oneconfig/icons/AlignHLeft.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/oneconfig/icons/AlignHLeft.svg b/src/main/resources/assets/oneconfig/icons/AlignHLeft.svg new file mode 100644 index 0000000..9767572 --- /dev/null +++ b/src/main/resources/assets/oneconfig/icons/AlignHLeft.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 d="M5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7V5ZM19 7C19.5523 7 20 6.55228 20 6C20 5.44772 19.5523 5 19 5V7ZM5 9C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11V9ZM15 11C15.5523 11 16 10.5523 16 10C16 9.44772 15.5523 9 15 9V11ZM5 13C4.44772 13 4 13.4477 4 14C4 14.5523 4.44772 15 5 15V13ZM19 15C19.5523 15 20 14.5523 20 14C20 13.4477 19.5523 13 19 13V15ZM5 17C4.44772 17 4 17.4477 4 18C4 18.5523 4.44772 19 5 19V17ZM15 19C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17V19ZM5 7H19V5H5V7ZM5 11H15V9H5V11ZM5 15H19V13H5V15ZM5 19H15V17H5V19Z" fill="white"/> +</svg> |