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