import { MdOutlineMyLocation } from "react-icons/md"; import type { IconBaseProps } from "react-icons"; function Geolocation(props: IconBaseProps) { return ; } export default Geolocation;