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