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