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