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