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