import * as React from 'react'; export interface MapGps24Props extends React.SVGProps { ariaLabel?: string } export default function MapGps24({ ariaLabel, ...props }: MapGps24Props) { return ( ); }