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