import { SVGAttributes } from 'react'; const MentorDarkMobile = (props: SVGAttributes) => { return ( ); }; export default MentorDarkMobile;