diff options
Diffstat (limited to 'src/assets/icons/calendar.svg')
| -rw-r--r-- | src/assets/icons/calendar.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/assets/icons/calendar.svg b/src/assets/icons/calendar.svg new file mode 100644 index 0000000..2a116c9 --- /dev/null +++ b/src/assets/icons/calendar.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <rect x="3" y="6" width="18" height="14" rx="1"></rect> + <path d="M3 10h18"></path> + <path d="M7 6V4"></path> + <path d="M17 6V4"></path> +</svg>
\ No newline at end of file |
