Add chevron icon

This commit is contained in:
Hazem Krimi
2021-04-20 23:23:38 +01:00
parent aeaf84f159
commit 52fd3b3be3
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L11 11L21 1" stroke="#20063B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1 1L11 11L21 1" stroke="white" stroke-opacity="0.75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 341 B

+2 -1
View File
@@ -1,4 +1,5 @@
import { ReactComponent as Add } from './icons/add.svg';
import { ReactComponent as Upload } from './icons/upload.svg';
import { ReactComponent as ChevronDown } from './icons/chevron-down.svg';
export { Add, Upload };
export { Add, Upload, ChevronDown };