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