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