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