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