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