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