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