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