add stock.svg

This commit is contained in:
2024-08-07 19:42:43 -04:00
parent 298fed011d
commit e21cc83a5f
3 changed files with 17 additions and 13 deletions

4
web/stock.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="25" r="20" stroke="green" stroke-width="4" fill="lightgrey" />
<polygon points="50,50 80,95 20,95" stroke="green" stroke-width="4" fill="lightgrey" />
</svg>

After

Width:  |  Height:  |  Size: 252 B