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