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