Add check icon

This commit is contained in:
Hazem Krimi
2021-04-21 23:59:35 +01:00
parent 69bb70e52a
commit ed4f74c944
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
<svg width="11" height="8" viewBox="0 0 11 8" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 1L3.8125 7L1 4.27273" stroke="#FFF4F4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 219 B

+2 -1
View File
@@ -2,5 +2,6 @@ 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';
import { ReactComponent as Search } from './icons/search.svg';
import { ReactComponent as Check } from './icons/check.svg';
export { Add, Upload, ChevronDown, Search };
export { Add, Upload, ChevronDown, Search, Check };