From 1dc4f56425209d4ce1d7bb78ec8b5e7b5a755a82 Mon Sep 17 00:00:00 2001 From: Anjana Vakil Date: Tue, 26 Aug 2025 12:40:16 -0500 Subject: reset --- frontend/src/icons/calendar.svg | 4 ++++ frontend/src/icons/heart.svg | 4 ++++ frontend/src/icons/pico.svg | 21 +++++++++++++++++++++ frontend/src/icons/sun-moon.svg | 4 ++++ frontend/src/icons/typescript.svg | 1 + frontend/src/icons/vite.svg | 1 + 6 files changed, 35 insertions(+) create mode 100644 frontend/src/icons/calendar.svg create mode 100644 frontend/src/icons/heart.svg create mode 100644 frontend/src/icons/pico.svg create mode 100644 frontend/src/icons/sun-moon.svg create mode 100644 frontend/src/icons/typescript.svg create mode 100644 frontend/src/icons/vite.svg (limited to 'frontend/src/icons') diff --git a/frontend/src/icons/calendar.svg b/frontend/src/icons/calendar.svg new file mode 100644 index 0000000..0360850 --- /dev/null +++ b/frontend/src/icons/calendar.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/frontend/src/icons/heart.svg b/frontend/src/icons/heart.svg new file mode 100644 index 0000000..ae83485 --- /dev/null +++ b/frontend/src/icons/heart.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/frontend/src/icons/pico.svg b/frontend/src/icons/pico.svg new file mode 100644 index 0000000..2494250 --- /dev/null +++ b/frontend/src/icons/pico.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/src/icons/sun-moon.svg b/frontend/src/icons/sun-moon.svg new file mode 100644 index 0000000..fb0a165 --- /dev/null +++ b/frontend/src/icons/sun-moon.svg @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/frontend/src/icons/typescript.svg b/frontend/src/icons/typescript.svg new file mode 100644 index 0000000..d91c910 --- /dev/null +++ b/frontend/src/icons/typescript.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/icons/vite.svg b/frontend/src/icons/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/frontend/src/icons/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.3