mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Add chevron icon
This commit is contained in:
@@ -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
@@ -1,4 +1,5 @@
|
|||||||
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';
|
||||||
|
|
||||||
export { Add, Upload };
|
export { Add, Upload, ChevronDown };
|
||||||
|
|||||||
Reference in New Issue
Block a user