import { Box } from "@mui/material"; interface Props { color: string; } export default function QuestionsMapIcon({ color = "#7E2AEA" }: Props) { return ( ); }