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