import SvgIcon, { SvgIconProps } from "@mui/material/SvgIcon"; import React, { FC } from "react"; import { User } from "react-feather"; export const PersonIcon: FC = (props) => ( ); export default PersonIcon;