diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 00000000..c4e3af0a
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,5 @@
+{
+ "recommendations": [
+ "godrix.svgr-preview"
+ ]
+}
\ No newline at end of file
diff --git a/src/assets/icons/SmallAddPluse.tsx b/src/assets/icons/SmallAddPluse.tsx
new file mode 100644
index 00000000..d9e19069
--- /dev/null
+++ b/src/assets/icons/SmallAddPluse.tsx
@@ -0,0 +1,18 @@
+import { SvgIcon, SxProps } from "@mui/material";
+
+export default function SmallAddPluse({ sx }: { sx: SxProps }) {
+ return (
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/assets/icons/questionsPage/plus.tsx b/src/assets/icons/questionsPage/plus.tsx
index 98b7fa83..7c09aa75 100644
--- a/src/assets/icons/questionsPage/plus.tsx
+++ b/src/assets/icons/questionsPage/plus.tsx
@@ -1,6 +1,6 @@
-import { Box } from "@mui/material";
+import { Box, type SxProps} from "@mui/material";
-export default function Plus() {
+export default function Plus(sx:SxProps) {
return (
);