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