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