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