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