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