diff --git a/src/assets/icons/BackArrowIcon.tsx b/src/assets/icons/BackArrowIcon.tsx
index 9bfcba4f..cbfef395 100755
--- a/src/assets/icons/BackArrowIcon.tsx
+++ b/src/assets/icons/BackArrowIcon.tsx
@@ -1,22 +1,26 @@
import { Box } from "@mui/material";
-
-export default function BackArrowIcon() {
-
- return (
-
-
-
- );
-}
\ No newline at end of file
+export default function BackArrowIcon({ color = "black" }: { color?: string }) {
+ return (
+
+
+
+ );
+}
diff --git a/src/assets/icons/Burger.tsx b/src/assets/icons/Burger.tsx
new file mode 100644
index 00000000..eb247987
--- /dev/null
+++ b/src/assets/icons/Burger.tsx
@@ -0,0 +1,9 @@
+import { FC, SVGProps } from "react";
+
+export const Burger: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/ChartPieIcon.tsx b/src/assets/icons/ChartPieIcon.tsx
index f9dd4254..6671f740 100755
--- a/src/assets/icons/ChartPieIcon.tsx
+++ b/src/assets/icons/ChartPieIcon.tsx
@@ -1,30 +1,40 @@
import { Box } from "@mui/material";
-
interface Props {
- height: string;
- width: string;
- color: string;
+ height: string;
+ width: string;
+ color: string;
}
export default function ChartPieIcon({ height, width, color }: Props) {
-
- return (
-
-
-
- );
-}
\ No newline at end of file
+ return (
+
+
+
+ );
+}
diff --git a/src/assets/icons/EmojiIocns.tsx b/src/assets/icons/EmojiIocns.tsx
new file mode 100644
index 00000000..ba654c61
--- /dev/null
+++ b/src/assets/icons/EmojiIocns.tsx
@@ -0,0 +1,28 @@
+import { FC, SVGProps } from "react";
+
+export const EmojiIcons: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/ImageAddIcons.tsx b/src/assets/icons/ImageAddIcons.tsx
new file mode 100644
index 00000000..b1664427
--- /dev/null
+++ b/src/assets/icons/ImageAddIcons.tsx
@@ -0,0 +1,24 @@
+import { FC, SVGProps } from "react";
+
+export const ImageAddIcons: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/PenaLogoIcon.tsx b/src/assets/icons/PenaLogoIcon.tsx
new file mode 100644
index 00000000..0641f00f
--- /dev/null
+++ b/src/assets/icons/PenaLogoIcon.tsx
@@ -0,0 +1,49 @@
+import { FC, SVGProps } from "react";
+
+export const PenaLogoIcon: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/questionsPage/DoubleArrowRight.tsx b/src/assets/icons/questionsPage/DoubleArrowRight.tsx
new file mode 100644
index 00000000..a7b73064
--- /dev/null
+++ b/src/assets/icons/questionsPage/DoubleArrowRight.tsx
@@ -0,0 +1,20 @@
+import { FC, SVGProps } from "react";
+
+export const DoubleArrowRight: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/questionsPage/DoubleTick.tsx b/src/assets/icons/questionsPage/DoubleTick.tsx
new file mode 100644
index 00000000..cac66c3e
--- /dev/null
+++ b/src/assets/icons/questionsPage/DoubleTick.tsx
@@ -0,0 +1,13 @@
+import { FC, SVGProps } from "react";
+
+export const DoubleTick: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/questionsPage/VectorQuestions.tsx b/src/assets/icons/questionsPage/VectorQuestions.tsx
new file mode 100644
index 00000000..98a28492
--- /dev/null
+++ b/src/assets/icons/questionsPage/VectorQuestions.tsx
@@ -0,0 +1,20 @@
+import { FC, SVGProps } from "react";
+
+export const VectorQuestions: FC> = (props) => (
+
+);
diff --git a/src/assets/icons/questionsPage/addImage.tsx b/src/assets/icons/questionsPage/addImage.tsx
index 25285ee7..3842072d 100644
--- a/src/assets/icons/questionsPage/addImage.tsx
+++ b/src/assets/icons/questionsPage/addImage.tsx
@@ -17,6 +17,7 @@ const AddImage: FC = ({ onClick, sx }) => {
alignItems: "center",
justifyContent: "center",
cursor: "pointer",
+ ...sx,
}}
>