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