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