Added icons

This commit is contained in:
Adina Țeudan 2024-07-25 18:43:09 +03:00
parent 98ac49fbc8
commit 646e16557f
3 changed files with 8 additions and 0 deletions

View 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

View 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

View File

@ -5,6 +5,8 @@ export const ICONS = new Set([
'arrow-right',
'calendar',
'check',
'chevron-down',
'chevron-up',
'close',
'collapse',
'color-picker',