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