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