diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-10-22 12:53:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-19 00:06:11 +0100 |
commit | 8db8f9d099fecfab5bab4cbad0b35d014827c09c (patch) | |
tree | 72b5dec558d4e91e9f61c6f69269faf2f345cea1 /images/legate.svg | |
parent | 719d61982953caf61c0df7776347e13105a2e8b2 (diff) | |
download | nevsky-8db8f9d099fecfab5bab4cbad0b35d014827c09c.tar.gz |
Add lossless art assets.
Diffstat (limited to 'images/legate.svg')
-rw-r--r-- | images/legate.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/images/legate.svg b/images/legate.svg new file mode 100644 index 0000000..65d69a4 --- /dev/null +++ b/images/legate.svg @@ -0,0 +1,12 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="32" height="64"> +<linearGradient id="a"> +<stop offset="0%" stop-color="hsl(295, 30%, 33%)"/> +<stop offset="25%" stop-color="hsl(295, 30%, 43%)"/> +<stop offset="35%" stop-color="hsl(295, 30%, 46%)"/> +<stop offset="45%" stop-color="hsl(295, 30%, 48%)"/> +<stop offset="55%" stop-color="hsl(295, 30%, 46%)"/> +<stop offset="65%" stop-color="hsl(295, 30%, 43%)"/> +<stop offset="100%" stop-color="hsl(295, 30%, 33%)"/> +</linearGradient> +<path fill="url(#a)" stroke="#202" d="M15.8 1a8.6 8.6 0 0 0-8.4 8.6 8.6 8.6 0 0 0 5.2 7.8v5.3c0 8.4-11.6 13-11.6 22.4v5.1C1 57.2 7.7 63 16 63s15-5.7 15-12.8v-5.5c0-9.8-11.3-14.4-11.3-22v-5.4a8.6 8.6 0 0 0 4.9-7.7A8.6 8.6 0 0 0 16 1a8.6 8.6 0 0 0-.2 0z"/> +</svg> |