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