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