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