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