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