import { SVGProps } from 'react'; const MapIcon = (props?: SVGProps) => { return ( ); }; export default MapIcon;