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