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