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