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