import {useTheme} from "@mui/material/styles"; const Svg404 = ({width, height}) => { const theme = useTheme() const fillColor = theme.palette.primary.main return ( ) } export default Svg404