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