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