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