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