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