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