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