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