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