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