import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon"; export function CodepenIcon(props: SvgIconProps) { return ( ); }