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