import { styled } from '@mui/material/styles'; export const SVGContainer = styled('div')` & > svg { width: 100%; height: 100%; } `;