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