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