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