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