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