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