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