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