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