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