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