import * as React from 'react'; const JoinIcon: React.FC = () => { return ( ); }; export default JoinIcon;