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