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