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