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