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