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