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