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