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