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