mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update assets
This commit is contained in:
@@ -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 |
@@ -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 |
@@ -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 |
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user