Update assets

This commit is contained in:
Hazem Krimi
2021-06-15 02:03:54 +01:00
parent cccc48ffe5
commit 6bfc5aead3
4 changed files with 12 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 5.94238L10.8824 5.94238" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5.94122 1.00037L10.8824 5.94159L5.94122 10.8828" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 365 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>

After

Width:  |  Height:  |  Size: 270 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>

After

Width:  |  Height:  |  Size: 270 B

+6
View File
@@ -1,7 +1,10 @@
import { ReactComponent as Add } from './icons/add.svg'; import { ReactComponent as Add } from './icons/add.svg';
import { ReactComponent as Upload } from './icons/upload.svg'; import { ReactComponent as Upload } from './icons/upload.svg';
import { ReactComponent as ChevronDown } from './icons/chevron-down.svg'; import { ReactComponent as ChevronDown } from './icons/chevron-down.svg';
import { ReactComponent as ChevronLeft } from './icons/chevron-left.svg';
import { ReactComponent as ChevronRight } from './icons/chevron-right.svg';
import { ReactComponent as ArrowLeft } from './icons/arrow-left.svg'; import { ReactComponent as ArrowLeft } from './icons/arrow-left.svg';
import { ReactComponent as ArrowRight } from './icons/arrow-right.svg';
import { ReactComponent as Search } from './icons/search.svg'; import { ReactComponent as Search } from './icons/search.svg';
import { ReactComponent as Check } from './icons/check.svg'; import { ReactComponent as Check } from './icons/check.svg';
import { ReactComponent as CheckCircle } from './icons/check-circle.svg'; import { ReactComponent as CheckCircle } from './icons/check-circle.svg';
@@ -28,7 +31,10 @@ export {
Add, Add,
Upload, Upload,
ChevronDown, ChevronDown,
ChevronLeft,
ChevronRight,
ArrowLeft, ArrowLeft,
ArrowRight,
Search, Search,
Check, Check,
CheckCircle, CheckCircle,