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