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