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