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