fix: fixed naming for fast-arrow- icons

This commit is contained in:
lucaburgio 2022-11-01 21:39:31 +01:00
parent 5a21d2d460
commit 1e31060d41
2 changed files with 3 additions and 7 deletions

View file

@ -1,4 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 13L12 19L18 13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 5L12 11L18 5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 318 B

View file

@ -1,4 +1,4 @@
<svg width="24" height="24" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.5 7L12 10.5L8.5 7" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.5 13L12 16.5L8.5 13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 13L12 19L18 13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6 5L12 11L18 5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 318 B