Add "go up" arrow

This commit is contained in:
Andras Schmelczer 2022-09-26 17:01:02 +02:00
parent 2746f239d7
commit d3927cc13c
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
7 changed files with 132 additions and 47 deletions

3
static/icons/arrow.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round">
<polyline points="8,9 12,5 12,19 12,5 16,9" />
</svg>

After

Width:  |  Height:  |  Size: 197 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 305 B

Before After
Before After

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="8" y1="11" x2="8" y2="16" />

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 423 B

Before After
Before After