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