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