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