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/Website.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/Website.svg')
-rw-r--r-- | src/main/resources/assets/oneconfig/icons/Website.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/assets/oneconfig/icons/Website.svg b/src/main/resources/assets/oneconfig/icons/Website.svg new file mode 100644 index 0000000..3c3c3d1 --- /dev/null +++ b/src/main/resources/assets/oneconfig/icons/Website.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="M4 15L20 15" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> +<path d="M4 9L20 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> +<circle cx="12" cy="12" r="9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> +<path d="M12 20.8182L11.2858 21.5181C11.4739 21.7101 11.7313 21.8182 12 21.8182C12.2688 21.8182 12.5262 21.7101 12.7143 21.5181L12 20.8182ZM12 3.18188L12.7143 2.48198C12.5262 2.29005 12.2688 2.18188 12 2.18188C11.7313 2.18188 11.4739 2.29005 11.2858 2.48198L12 3.18188ZM14.6 12.0001C14.6 15.1611 13.337 18.0251 11.2858 20.1183L12.7143 21.5181C15.1169 19.0662 16.6 15.7053 16.6 12.0001H14.6ZM11.2858 3.88178C13.337 5.97501 14.6 8.83903 14.6 12.0001H16.6C16.6 8.29478 15.1169 4.93389 12.7143 2.48198L11.2858 3.88178ZM9.40002 12.0001C9.40002 8.83903 10.6631 5.97501 12.7143 3.88178L11.2858 2.48198C8.88311 4.93389 7.40002 8.29478 7.40002 12.0001H9.40002ZM12.7143 20.1183C10.6631 18.0251 9.40002 15.1611 9.40002 12.0001H7.40002C7.40002 15.7053 8.88311 19.0662 11.2858 21.5181L12.7143 20.1183Z" fill="white"/> +</svg> |