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