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