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