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