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