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