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