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