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