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