fix: make the icons a caret instead of a chevron

This commit is contained in:
John Letey 2019-06-30 15:14:20 +03:00
parent efea7cfb37
commit 2cd0203eb9
4 changed files with 4 additions and 4 deletions

View File

@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M6 9l6 6 6-6" />
<path d="M6 9l6 6 6-6H6z" />
</svg>

Before

Width:  |  Height:  |  Size: 236 B

After

Width:  |  Height:  |  Size: 239 B

View File

@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M15 18l-6-6 6-6" />
<path d="M15 18l-6-6 6-6v12z" />
</svg>

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 243 B

View File

@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 18l6-6-6-6" />
<path d="M9 18l6-6-6-6v12z" />
</svg>

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 241 B

View File

@ -9,5 +9,5 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 15l-6-6-6 6" />
<path d="M18 15l-6-6-6 6h12z" />
</svg>

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 243 B