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