From ef28973b0683823d2f3e1cee128055b18530d522 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 12 Mar 2024 18:58:36 +0000 Subject: Style login and signup pages --- src/icons/arrow-right.svg | 3 +++ src/icons/chevron-down.svg | 3 +++ src/icons/chevron-right.svg | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 src/icons/arrow-right.svg create mode 100644 src/icons/chevron-down.svg create mode 100644 src/icons/chevron-right.svg (limited to 'src/icons') diff --git a/src/icons/arrow-right.svg b/src/icons/arrow-right.svg new file mode 100644 index 0000000..4c6dc1f --- /dev/null +++ b/src/icons/arrow-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/icons/chevron-down.svg b/src/icons/chevron-down.svg new file mode 100644 index 0000000..eefe5ef --- /dev/null +++ b/src/icons/chevron-down.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/icons/chevron-right.svg b/src/icons/chevron-right.svg new file mode 100644 index 0000000..7ac9997 --- /dev/null +++ b/src/icons/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3