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