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