/// import { SvgIconProps } from '@mui/material/SvgIcon'; interface IconProps extends SvgIconProps { } export default function GravUsdcIcon({ sx, ...props }: IconProps): JSX.Element; export {};