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