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