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