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