Add new icon

This commit is contained in:
Jon Staab
2024-11-21 11:55:43 -08:00
parent dcc6f463a7
commit 7c46dfb6bc
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -24,5 +24,5 @@ static/pwa-192x192.png
static/pwa-512x512.png
static/apple-touch-icon-180x180.png
static/maskable-icon-512x512.png
src/assets
src/assets/icons/*.webp
manifest.webmanifest

View File

@@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 18L16 6M16 6L20 10.125M16 6L12 10.125" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 6L8 18M8 18L12 13.875M8 18L4 13.875" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B