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