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/Keystroke.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/Keystroke.svg')
-rw-r--r-- | src/main/resources/assets/oneconfig/icons/Keystroke.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/oneconfig/icons/Keystroke.svg b/src/main/resources/assets/oneconfig/icons/Keystroke.svg new file mode 100644 index 0000000..a841c94 --- /dev/null +++ b/src/main/resources/assets/oneconfig/icons/Keystroke.svg @@ -0,0 +1,6 @@ +<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M8.75 5C8.75 4.44772 9.19772 4 9.75 4H14.25C14.8023 4 15.25 4.44772 15.25 5V10.5H8.75V5Z" fill="white"/> +<path d="M1.5 12.5C1.5 11.9477 1.94772 11.5 2.5 11.5H8V18H2.5C1.94772 18 1.5 17.5523 1.5 17V12.5Z" fill="white"/> +<rect x="8.75" y="11.5" width="6.5" height="6.5" fill="white"/> +<path d="M16 11.5H21.5C22.0523 11.5 22.5 11.9477 22.5 12.5V17C22.5 17.5523 22.0523 18 21.5 18H16V11.5Z" fill="white"/> +</svg> |