// types import { IIconProp } from '../types'; const ThreeDotsIcon: React.FC = (props) => { return ( ); }; export default ThreeDotsIcon; {/* */}