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