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