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