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