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