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