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