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