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