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