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