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