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