diff --git a/src/assets/icons/TreeStructure.tsx b/src/assets/icons/TreeStructure.tsx
new file mode 100644
index 00000000..282b22ad
--- /dev/null
+++ b/src/assets/icons/TreeStructure.tsx
@@ -0,0 +1,33 @@
+export const TreeStructure = () => (
+
+);
diff --git a/src/pages/Landing/images/icons/QuizLogo.tsx b/src/pages/Landing/images/icons/QuizLogo.tsx
index 0c12503d..76ae536d 100644
--- a/src/pages/Landing/images/icons/QuizLogo.tsx
+++ b/src/pages/Landing/images/icons/QuizLogo.tsx
@@ -2,19 +2,14 @@ import { useTheme } from "@mui/material";
interface Props {
width: number;
+ color?: string;
}
-export default function QuizLogo({ width }: Props) {
+export default function QuizLogo({ width, color = "#151515" }: Props) {
const theme = useTheme();
return (
-