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