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