Added icons
This commit is contained in:
parent
98ac49fbc8
commit
646e16557f
3
src/assets/icons/chevron-down.svg
Normal file
3
src/assets/icons/chevron-down.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 7.4L0 1.4L1.4 0L6 4.6L10.6 0L12 1.4L6 7.4Z" fill="currentColor" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 184 B |
3
src/assets/icons/chevron-up.svg
Normal file
3
src/assets/icons/chevron-up.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 2.8L1.4 7.4L0 6L6 0L12 6L10.6 7.4L6 2.8Z" fill="currentColor" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 182 B |
@ -5,6 +5,8 @@ export const ICONS = new Set([
|
||||
'arrow-right',
|
||||
'calendar',
|
||||
'check',
|
||||
'chevron-down',
|
||||
'chevron-up',
|
||||
'close',
|
||||
'collapse',
|
||||
'color-picker',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user