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