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