import { Box, useTheme } from "@mui/material"; export default function ArrowDownIcon(props: any) { const theme = useTheme(); return ( ); }