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