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