Create and explain logo

This commit is contained in:
Joscha 2023-12-19 22:55:49 +01:00
parent a3ada084e0
commit c83d320036
2 changed files with 9 additions and 1 deletions

5
logo.svg Normal file
View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-0.5 -0.5 16 16" width="128" height="128">
<rect x="-1" y="-1" width="17" height="17" fill="white" />
<path d="M1,11L3,3L5,14L7.5,1L10,14L12,3L14,11" fill="none"
stroke="black" stroke-linecap="round" stroke-linejoin="round" />
</svg>

After

Width:  |  Height:  |  Size: 291 B