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