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