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