From 05fa0f456411ac36ab5ebb9dcd5755aa9bb9c063 Mon Sep 17 00:00:00 2001 From: Toastie Date: Wed, 18 Oct 2023 05:15:57 -0700 Subject: [PATCH] Upload files to "src/assets/icons" --- src/assets/icons/QuoteIcon.jsx | 10 ++++++++++ src/assets/icons/TwitterIcon.jsx | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/assets/icons/QuoteIcon.jsx create mode 100644 src/assets/icons/TwitterIcon.jsx diff --git a/src/assets/icons/QuoteIcon.jsx b/src/assets/icons/QuoteIcon.jsx new file mode 100644 index 0000000..9e04986 --- /dev/null +++ b/src/assets/icons/QuoteIcon.jsx @@ -0,0 +1,10 @@ +export const QuoteIcon = () => ( + + + +); \ No newline at end of file diff --git a/src/assets/icons/TwitterIcon.jsx b/src/assets/icons/TwitterIcon.jsx new file mode 100644 index 0000000..0604dcd --- /dev/null +++ b/src/assets/icons/TwitterIcon.jsx @@ -0,0 +1,10 @@ +export const TwitterIcon = () => ( + + + +); \ No newline at end of file