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