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