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