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