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