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