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